mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Senaki GAI\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"Laituri GAI\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay(\"Red Crown, 101, enemy targets destroyed, ground forces are clear to proceed in to Sukhumi.\", \"15\");a_set_flag(\"1\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay(\"101, Red Crown, well done commander, return to base.\", \"10\"); mission.trig.func[4]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"342\", \"Senaki GAI Zone\") )",
            [2] = "return(c_unit_in_zone(\"342\", \"Laituri GAI Zone\") )",
            [3] = "return(c_group_dead(\"Southern Bridge Group\") and c_group_dead(\"Northern Bridge Group\") )",
            [4] = "return(c_time_since_flag(\"1\", \"20\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 121,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "South Bridge Group Dead",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 123,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "North Bridge Group Dead",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"342\", \"Senaki GAI Zone\") then a_activate_group(\"Senaki GAI\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"342\", \"Laituri GAI Zone\") then a_activate_group(\"Laituri GAI\"); mission.trigfunc[2]='';end;",
        [3] = "if c_group_dead(\"Southern Bridge Group\") and c_group_dead(\"Northern Bridge Group\") then a_out_text_delay(\"Red Crown, 101, enemy targets destroyed, ground forces are clear to proceed in to Sukhumi.\", \"15\");a_set_flag(\"1\"); mission.trigfunc[3]='';end;",
        [4] = "if c_time_since_flag(\"1\", \"20\") then a_out_text_delay(\"101, Red Crown, well done commander, return to base.\", \"10\"); mission.trigfunc[4]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 790,
        wind = 
        {
            at8000 = 
            {
                speed = 5,
                dir = 208,
            }, -- end of at8000
            atGround = 
            {
                speed = 1,
                dir = 300,
            }, -- end of atGround
            at2000 = 
            {
                speed = 4,
                dir = 276,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 3,
            temperature = 5,
        }, -- end of season
        clouds = 
        {
            density = 1,
            thickness = 800,
            base = 3800,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_dead(\"Southern Bridge Group\")  then a_set_mission_result(50) end",
        [2] = "if c_group_dead(\"Northern Bridge Group\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_dead(\"Southern Bridge Group\") )",
                [2] = "return(c_group_dead(\"Northern Bridge Group\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 100000,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73180334193903,
                hidden = true,
                long = 0.73069704568659,
                x = -317936.77433487,
                name = "Laituri GAI Zone",
                y = 635667.22874744,
            }, -- end of [1]
            [2] = 
            {
                radius = 100000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73727574573685,
                hidden = true,
                long = 0.73393451192762,
                x = -281446.55741221,
                name = "Senaki GAI Zone",
                y = 647353.42172196,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.7111271932512,
        zoom = 200000,
        centerX = 0.75185567817352,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 16,
            [2] = 17,
            [3] = 1,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "BACKGROUND:\
=========\
Our ground campaign has begun. During the past 24 hours the 244th Motor Rifle Division has crossed the border east of Adler airfield and has made excellent progress against Georgian ground forces.\
\
The 244th is conducting a two-pronged advance. The mountains along the border prevent easy movement of heavy armour and as such elements of the 32nd Spetsnaz special forces battalion supported by on-call Tu-22M strike aircraft form the northern prong. The 244th are modelling their northern operation on the American campaign in Afghansitan in late 2001 and it is proving to be most effective.\
\
To the south the 244th MRD is conducting a more traditional advance with heavy armoured units and a forward reconnaissance screen.\
\
SITUATION:\
=======\
During the night our ground forces took Bambora airfield, enabling the 339th Frontal Aviation Regiment to deploy here. Forward elements of the 244th's reconnaissance battalion have passed though the town of E'shera and are just across the river from the outskirts of Sukhumi - one of our strategic objectives.\
\
There are only two roads along which the 244th can advance in to Sukhumi. Both cross the river just to the west of the city. Forward observers report that both river bridges are being held by enemy forces. Our mission for today is to attrite the enemy ground forces holding the bridges to enable our ground forces to advance in to Sukhumi.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
    }, -- end of trigflag
    descriptionRedTask = "Your mission is to eliminate enemy ground units stationed around the two river bridges on the western side of Sukhumi. \
\
A flight of Ka-50s will be in the area conducting a CAS mission against an enemy vehicle convoy that has been detected withdrawing from Sukhumi to the south east so be careful of friendly traffic as you come off target.\
\
A flight of Su-33s from the 279th KIAP aboard the Admiral Kuznestov will be providing a combat air patrol for our strike missions today.\
\
FRIENDLY FORCES:\
===========\
Your flight: 2 * Su-25T, callsign 101.\
Helo flight: 2 * Ka-50, callsign 411.\
Fighter CAP: 3 * Su-33, callsign 301.\
AWACS: Red Crown, callsign 500.\
AWACS Escort: 2 * Su-27, callsign 511.\
\
ENEMY FORCES:\
==========\
Forward elements of the 244th reconnaissance screen report that the southern bridge is being held by what appears to be an armoured squadron. There are T-72 and T-55 main battle tanks, BMP-1 APCs and possibly a ZSU-23-4 Shilka present. It is likely that a similar group of vehicles has been positioned to guard the northern bridge\
\
SEAD strikes by Frontal Aviation units based at Andzhievskij have successfuly removed the medium range SAM threat over Senaki and Samtredia airfields, however ELINT flights have revealed that 9A33 Osa (SA-8) and ZSU-23-4 Shilka short range AA systems remain active at both airfields.\
\
We have not been able to confirm if there are any remaining GAI aircraft at any enemy airfields so listen carefully for messages from Red Crown 500.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [6] = "Border 6-7{75384171-A251-4c9a-BBEF-E4A7E1941FDF}.png",
        [2] = "Border 6-2{AF08DA0A-748F-4872-8562-6A83FEBCE2B7}.png",
        [3] = "Border 6-3{7CE6DE36-BD08-4ea1-A1AA-BEEA7940CDAD}.png",
        [1] = "Border 6-1{D2F18D40-A188-4152-BF01-B1024978AB4F}.png",
        [4] = "Border 6-4{8FD9C5B8-D985-477e-8E1B-DB988B6B36A2}.png",
        [5] = "Border 6-6{BD6F3522-0112-4edd-89F7-5D1B52EE222F}.png",
        [7] = "Border 6-8{5A1F95CF-8825-49c3-B093-E256B0884321}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 342,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 144,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Senaki GAI active",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 342,
                    predicate = "c_unit_in_zone",
                    zone = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 145,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Laituri GAI active",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 121,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 123,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Red Crown, 101, enemy targets destroyed, ground forces are clear to proceed in to Sukhumi.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
                [2] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Mission Success Report",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    seconds = 20,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "101, Red Crown, well done commander, return to base.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Mission Success Reply",
        }, -- end of [4]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71949224450786,
                                                lat = 0.74737527393473,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71949224450786,
                                                lat = 0.74737527393473,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [13] = 
                                            {
                                                long = 0.71712302897887,
                                                lat = 0.74963123797189,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71684268553215,
                                                lat = 0.74991515064664,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.71657325826424,
                                                lat = 0.7502793189907,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71657325826424,
                                                lat = 0.7502793189907,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71661556026276,
                                                lat = 0.75023976317012,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71686255377693,
                                                lat = 0.7498874429554,
                                            }, -- end of [8]
                                            [14] = 
                                            {
                                                long = 0.71712302897887,
                                                lat = 0.74963123797189,
                                            }, -- end of [14]
                                            [9] = 
                                            {
                                                long = 0.71693278931012,
                                                lat = 0.74976172381428,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71664167420436,
                                                lat = 0.75020580588308,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71695155948367,
                                                lat = 0.74973950972067,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                long = 0.71705826422564,
                                                lat = 0.74963443075537,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                long = 0.71658396084524,
                                                lat = 0.75027104738367,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71680716091787,
                                                lat = 0.74995629373519,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71706853352982,
                                                lat = 0.7496312671411,
                                            }, -- end of [12]
                                            [15] = 
                                            {
                                                long = 0.71712367588656,
                                                lat = 0.74963109536033,
                                            }, -- end of [15]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71712367588656,
                                                lat = 0.74963109536033,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71712302897887,
                                                lat = 0.74963123797189,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71720161808702,
                                                lat = 0.74958702501129,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71746602549727,
                                                lat = 0.749291326258,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.7176926175966,
                                                lat = 0.7490789905838,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.71778245549474,
                                                lat = 0.74895396282156,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.71749808269264,
                                                lat = 0.74921941256292,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.71780483035029,
                                                lat = 0.74894388602259,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                long = 0.7172240036122,
                                                lat = 0.74956879002326,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71751507582488,
                                                lat = 0.74919198226949,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                long = 0.71787611317068,
                                                lat = 0.74887489307217,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                long = 0.71790483307103,
                                                lat = 0.7488264472366,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                long = 0.71753793014779,
                                                lat = 0.74916688114495,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                long = 0.71790483307103,
                                                lat = 0.7488264472366,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                long = 0.7171314402971,
                                                lat = 0.74962938366718,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71735552094304,
                                                lat = 0.74940674488592,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71756588101699,
                                                lat = 0.74914479152665,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                long = 0.71759825953717,
                                                lat = 0.74912631041773,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71737673440286,
                                                lat = 0.74937077268491,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.71765156962622,
                                                lat = 0.74910539248647,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                long = 0.71767217072686,
                                                lat = 0.74909560078078,
                                            }, -- end of [15]
                                            [19] = 
                                            {
                                                long = 0.71786445427769,
                                                lat = 0.74888765834796,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.71790922820063,
                                                lat = 0.74882029234492,
                                            }, -- end of [23]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.71641038938537,
                                                lat = 0.75040517066932,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.71636907753838,
                                                lat = 0.75046376130349,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.71637181055724,
                                                lat = 0.75046237944581,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.71636907753838,
                                                lat = 0.75046376130349,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.71637640382807,
                                                lat = 0.7504566379644,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.71639510031692,
                                                lat = 0.75042148161524,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                long = 0.71657325826424,
                                                lat = 0.7502793189907,
                                            }, -- end of [7]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71790922820063,
                                                lat = 0.74882029234492,
                                            }, -- end of [1]
                                            [13] = 
                                            {
                                                long = 0.71805430398648,
                                                lat = 0.74843935780013,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.7180268893216,
                                                lat = 0.74868623092349,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.71822067718535,
                                                lat = 0.7482796299618,
                                            }, -- end of [14]
                                            [2] = 
                                            {
                                                long = 0.71790922820063,
                                                lat = 0.74882029234492,
                                            }, -- end of [2]
                                            [15] = 
                                            {
                                                long = 0.71822067718535,
                                                lat = 0.7482796299618,
                                            }, -- end of [15]
                                            [8] = 
                                            {
                                                long = 0.71803245219914,
                                                lat = 0.74867099675857,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.71821838093799,
                                                lat = 0.74827835063386,
                                            }, -- end of [16]
                                            [9] = 
                                            {
                                                long = 0.71803714330975,
                                                lat = 0.74864514939436,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71801128353692,
                                                lat = 0.74871270254615,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.7180328626618,
                                                lat = 0.74853783646464,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                long = 0.71803664582407,
                                                lat = 0.74849384285413,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                long = 0.71791203969341,
                                                lat = 0.74881635511793,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.7180268893216,
                                                lat = 0.74868623092349,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71804767255498,
                                                lat = 0.74845215657667,
                                            }, -- end of [12]
                                            [4] = 
                                            {
                                                long = 0.71799692847251,
                                                lat = 0.74872927240527,
                                            }, -- end of [4]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71821838093799,
                                                lat = 0.74827835063386,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71821838093799,
                                                lat = 0.74827835063386,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71822067718535,
                                                lat = 0.7482796299618,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71833974451458,
                                                lat = 0.74814494793796,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.71866728327135,
                                                lat = 0.74780555556754,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.71869136816371,
                                                lat = 0.74779573859199,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.71835457796216,
                                                lat = 0.74811115076675,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.71871174561627,
                                                lat = 0.74778210620185,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                long = 0.71829476553589,
                                                lat = 0.74820814543392,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71835457796216,
                                                lat = 0.74811115076675,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                long = 0.7188047174172,
                                                lat = 0.74769346751122,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                long = 0.7188426526702,
                                                lat = 0.74767072051133,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                long = 0.71845497952454,
                                                lat = 0.74785126563147,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                long = 0.71903509549951,
                                                lat = 0.74758349321859,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                long = 0.71822067718535,
                                                lat = 0.7482796299618,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71829476553589,
                                                lat = 0.74820814543392,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71846469100325,
                                                lat = 0.74784083486815,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                long = 0.71921139714614,
                                                lat = 0.74750355477399,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                long = 0.71921139714614,
                                                lat = 0.74750355477399,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                long = 0.71846469100325,
                                                lat = 0.74784083486815,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                long = 0.71949335018105,
                                                lat = 0.74737658701728,
                                            }, -- end of [26]
                                            [7] = 
                                            {
                                                long = 0.71831736880535,
                                                lat = 0.74818062045743,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.71846707504052,
                                                lat = 0.74783870129379,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                long = 0.71864750356081,
                                                lat = 0.74781003901048,
                                            }, -- end of [15]
                                            [19] = 
                                            {
                                                long = 0.71877142797626,
                                                lat = 0.74771988279831,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.71903509549951,
                                                lat = 0.74758349321859,
                                            }, -- end of [23]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75046376130349,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71636907753838,
                                            x = -205844.36048215,
                                            speed = 5.5555555555556,
                                            y = 556167.30872411,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 215,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7502793189907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71657325826424,
                                            x = -206926.21791327,
                                            speed = 5.5555555555556,
                                            y = 557234.3205373,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 102,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74963109536033,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71712367588656,
                                            x = -210804.51514794,
                                            speed = 5.5555555555556,
                                            y = 560202.75995778,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 37,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74882029234492,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71790922820063,
                                            x = -215611.40266205,
                                            speed = 5.5555555555556,
                                            y = 564375.63049572,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 37,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74827835063386,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71821838093799,
                                            x = -218922.75777311,
                                            speed = 5.5555555555556,
                                            y = 566165.79372776,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 32,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74737658701728,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71949335018105,
                                            x = -224086.57669319,
                                            speed = 5.5555555555556,
                                            y = 572705.68766638,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 139,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-1",
                                        CLSID = "{A90A4A5B-5AF8-49CF-B363-BB81EF4A9256}",
                                        unitId = 326,
                                        lat = 0.75046376130349,
                                        skill = "Good",
                                        long = 0.71636907753838,
                                        x = -205844.36048215,
                                        name = "Escape 1",
                                        heading = 2.4608884929297,
                                        y = 556167.30872411,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 327,
                                        lat = 0.75046520462197,
                                        skill = "Average",
                                        long = 0.71636622294748,
                                        x = -205836.46674141,
                                        name = "Escape 2",
                                        heading = 0,
                                        y = 556153.08320772,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 328,
                                        lat = 0.75046663278496,
                                        skill = "Average",
                                        long = 0.71636339831525,
                                        x = -205828.65589568,
                                        name = "Escape 3",
                                        heading = 0,
                                        y = 556139.0069917,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 329,
                                        lat = 0.75046746733247,
                                        skill = "Average",
                                        long = 0.71635960344235,
                                        x = -205825.0677592,
                                        name = "Escape 4",
                                        heading = 0,
                                        y = 556120.75658917,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 330,
                                        lat = 0.75046757730866,
                                        skill = "Average",
                                        long = 0.71635591434776,
                                        x = -205826.04662654,
                                        name = "Escape 5",
                                        heading = 0,
                                        y = 556103.44240096,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 331,
                                        lat = 0.75046767606492,
                                        skill = "Average",
                                        long = 0.71635260142157,
                                        x = -205826.92571872,
                                        name = "Escape 6",
                                        heading = 0,
                                        y = 556087.89370389,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 332,
                                        lat = 0.75046778880503,
                                        skill = "Average",
                                        long = 0.71634881915659,
                                        x = -205827.92939458,
                                        name = "Escape 7",
                                        heading = 0,
                                        y = 556070.14224333,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 333,
                                        lat = 0.75046789960851,
                                        skill = "Average",
                                        long = 0.71634510162442,
                                        x = -205828.91593794,
                                        name = "Escape 8",
                                        heading = 2.4608884929297,
                                        y = 556052.69460027,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 334,
                                        lat = 0.75046800847374,
                                        skill = "Good",
                                        long = 0.71634144889122,
                                        x = -205829.885329,
                                        name = "Escape 9",
                                        heading = 0,
                                        y = 556035.55108501,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 335,
                                        lat = 0.75046841211103,
                                        skill = "Average",
                                        long = 0.71633803178888,
                                        x = -205828.86990504,
                                        name = "Escape Shilka",
                                        heading = 2.1910458127777,
                                        y = 556019.32949788,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "Escape group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74123145516343,
                                                lat = 0.7360781086754,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74124049490612,
                                                lat = 0.73607272011541,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7360781086754,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74123145516343,
                                            x = -285293.04636929,
                                            speed = 0,
                                            y = 682763.85011768,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 65,
                                        lat = 0.7360781086754,
                                        skill = "Good",
                                        long = 0.74123145516343,
                                        x = -285293.04636929,
                                        name = "Samtredia Shilka West",
                                        heading = 4.5378560551853,
                                        y = 682763.85011768,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 66,
                                        lat = 0.73614076266968,
                                        skill = "Good",
                                        long = 0.74171203961507,
                                        x = -284641.27144811,
                                        name = "Samtredia Shilka East",
                                        heading = 1.3962634015955,
                                        y = 684997.21259147,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 272,
                                        lat = 0.73615507948593,
                                        skill = "Good",
                                        long = 0.74148989842083,
                                        x = -284666.76035748,
                                        name = "Samtredia Osa",
                                        heading = 6.1086523819802,
                                        y = 683933.85096894,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Samtredia ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73047099021946,
                                                lat = 0.73175022567742,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73047695009631,
                                                lat = 0.73174221439482,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73174966488576,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73047124135155,
                                            x = -318390.93121881,
                                            speed = 0,
                                            y = 634629.18787013,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 69,
                                        lat = 0.73174966488576,
                                        skill = "Good",
                                        long = 0.73047124135155,
                                        x = -318390.93121881,
                                        name = "Laituri Shilka West",
                                        heading = 4.4505895925855,
                                        y = 634629.18787013,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 70,
                                        lat = 0.73185389692597,
                                        skill = "Good",
                                        long = 0.73090916759414,
                                        x = -317509.30551235,
                                        name = "Laituri Shilka East",
                                        heading = 1.3089969389957,
                                        y = 636642.28492343,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 71,
                                        lat = 0.73179084378789,
                                        skill = "Good",
                                        long = 0.73071399338119,
                                        x = -318007.99313246,
                                        name = "Laituri Kub STR",
                                        heading = 5.9341194567807,
                                        y = 635755.9669759,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 72,
                                        lat = 0.73178795961285,
                                        skill = "Good",
                                        long = 0.7306986469071,
                                        x = -318033.9918039,
                                        name = "Laituri Kub launcher",
                                        heading = 5.5850536063819,
                                        y = 635684.91747826,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Laituri ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72632166837161,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72589953742205,
                                            x = -355206.94324193,
                                            speed = 0,
                                            y = 616360.6139431,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 74,
                                        lat = 0.72632166837161,
                                        skill = "Good",
                                        long = 0.72589953742205,
                                        x = -355206.94324193,
                                        name = "Batumi Shilka West",
                                        heading = 5.4977871437821,
                                        y = 616360.6139431,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 75,
                                        lat = 0.72610300226265,
                                        skill = "Good",
                                        long = 0.72623081546697,
                                        x = -356440.62648049,
                                        name = "Batumi Shilka East",
                                        heading = 2.1073957335614,
                                        y = 618081.63147029,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 76,
                                        lat = 0.72621189156079,
                                        skill = "Good",
                                        long = 0.72606726321389,
                                        x = -355825.60695464,
                                        name = "Batumi Kub STR",
                                        heading = 0.5235987755983,
                                        y = 617231.37352447,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 77,
                                        lat = 0.72621771097781,
                                        skill = "Good",
                                        long = 0.72605049446934,
                                        x = -355796.60618672,
                                        name = "Batumi Kub launcher",
                                        heading = 0.17453292519943,
                                        y = 617147.57622474,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Batumi ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73373130889223,
                                                lat = 0.73727139799605,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73389833834016,
                                                lat = 0.73726656719306,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727139799605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73373130889223,
                                            x = -281578.17850839,
                                            speed = 0,
                                            y = 646395.71901218,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 60,
                                        lat = 0.73727139799605,
                                        skill = "Good",
                                        long = 0.73373130889223,
                                        x = -281578.17850839,
                                        name = "Senaki Shilka West",
                                        heading = 4.8869219055841,
                                        y = 646395.71901218,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 61,
                                        lat = 0.73724523140004,
                                        skill = "Good",
                                        long = 0.73413816554796,
                                        x = -281536.83475505,
                                        name = "Senaki Shilka East",
                                        heading = 1.7453292519943,
                                        y = 648336.91082232,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 62,
                                        lat = 0.73741947238826,
                                        skill = "Good",
                                        long = 0.73388955271905,
                                        x = -280553.77416641,
                                        name = "Senaki Shilka North",
                                        heading = 0.17453292519943,
                                        y = 647043.34667591,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 266,
                                        lat = 0.73732800048321,
                                        skill = "Good",
                                        long = 0.73380963170981,
                                        x = -281177.47281792,
                                        name = "Senaki Osa",
                                        heading = 0.17453292519943,
                                        y = 646727.58568067,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Senaki ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71476987610285,
                                                lat = 0.75078625440728,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71477695182672,
                                                lat = 0.75077891749987,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 78,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75078625440728,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71476987610285,
                                            x = -204506.70713878,
                                            speed = 0,
                                            y = 548493.7717174,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 121,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 280,
                                        lat = 0.75078625440728,
                                        skill = "Good",
                                        long = 0.71476987610285,
                                        x = -204506.70713878,
                                        name = "South bridge MBT 1",
                                        heading = 5.0614548307836,
                                        y = 548493.7717174,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 281,
                                        lat = 0.75075943417844,
                                        skill = "Good",
                                        long = 0.71471409570203,
                                        x = -204702.1339598,
                                        name = "South bridge MBT 2",
                                        heading = 5.5850536063819,
                                        y = 548249.39830463,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 282,
                                        lat = 0.7507957109398,
                                        skill = "Good",
                                        long = 0.71477321490678,
                                        x = -204445.00296279,
                                        name = "South bridge MBT 3",
                                        heading = 5.0614548307836,
                                        y = 548503.5982668,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 283,
                                        lat = 0.75075674404054,
                                        skill = "Good",
                                        long = 0.71470340804811,
                                        x = -204723.9817584,
                                        name = "South bridge MBT 4",
                                        heading = 5.5850536063819,
                                        y = 548201.07851074,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "BMP-1",
                                        CLSID = "{A90A4A5B-5AF8-49CF-B363-BB81EF4A9256}",
                                        unitId = 284,
                                        lat = 0.75079008592333,
                                        skill = "Good",
                                        long = 0.71478150337203,
                                        x = -204477.17514789,
                                        name = "South bridge APC 1",
                                        heading = 5.4105206811824,
                                        y = 548545.78629423,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "BMP-1",
                                        CLSID = "{A90A4A5B-5AF8-49CF-B363-BB81EF4A9256}",
                                        unitId = 285,
                                        lat = 0.75075332023844,
                                        skill = "Good",
                                        long = 0.7147132215493,
                                        x = -204741.46113179,
                                        name = "South bridge APC 2",
                                        heading = 5.5850536063819,
                                        y = 548249.05010652,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 286,
                                        lat = 0.75078209682025,
                                        skill = "Good",
                                        long = 0.71480017674859,
                                        x = -204519.82503484,
                                        name = "South bridge command vehicle",
                                        heading = 5.235987755983,
                                        y = 548637.9692774,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 287,
                                        lat = 0.75077590123029,
                                        skill = "Average",
                                        long = 0.71478928717558,
                                        x = -204564.0892378,
                                        name = "South bridge Shilka",
                                        heading = 4.9741883681838,
                                        y = 548590.84897445,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Southern Bridge Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 78,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75146317797892,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71556280533347,
                                            x = -199845.46693526,
                                            speed = 0,
                                            y = 551786.79608851,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 123,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 296,
                                        lat = 0.75146317797892,
                                        skill = "Good",
                                        long = 0.71556280533347,
                                        x = -199845.46693526,
                                        name = "North bridge MBT 1",
                                        heading = 4.7123889803847,
                                        y = 551786.79608851,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 297,
                                        lat = 0.75142883629106,
                                        skill = "Good",
                                        long = 0.71554749365516,
                                        x = -200070.95293749,
                                        name = "North bridge MBT 2",
                                        heading = 5.0614548307836,
                                        y = 551736.2128251,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 298,
                                        lat = 0.75147263451144,
                                        skill = "Good",
                                        long = 0.71556614413741,
                                        x = -199783.76275927,
                                        name = "North bridge MBT 3",
                                        heading = 4.7123889803847,
                                        y = 551796.62263795,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 299,
                                        lat = 0.75143503565915,
                                        skill = "Good",
                                        long = 0.71554821913305,
                                        x = -200031.14721466,
                                        name = "North bridge MBT 4",
                                        heading = 5.0614548307836,
                                        y = 551735.8137329,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "BMP-1",
                                        CLSID = "{A90A4A5B-5AF8-49CF-B363-BB81EF4A9256}",
                                        unitId = 300,
                                        lat = 0.75146799079756,
                                        skill = "Good",
                                        long = 0.71556427917108,
                                        x = -199814.16255321,
                                        name = "North bridge APC 1",
                                        heading = 4.7123889803847,
                                        y = 551790.74340017,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 301,
                                        lat = 0.75144988166026,
                                        skill = "Good",
                                        long = 0.71556805575269,
                                        x = -199927.83994922,
                                        name = "North bridge command post",
                                        heading = 4.5378560551853,
                                        y = 551819.47200197,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 302,
                                        lat = 0.75144515049469,
                                        skill = "Average",
                                        long = 0.71556744098738,
                                        x = -199958.24539059,
                                        name = "North bridge Shilka",
                                        heading = 4.9741883681838,
                                        y = 551819.49092026,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "BMP-1",
                                        CLSID = "{A90A4A5B-5AF8-49CF-B363-BB81EF4A9256}",
                                        unitId = 310,
                                        lat = 0.75143169125874,
                                        skill = "Average",
                                        long = 0.71555303296532,
                                        x = -200050.32579479,
                                        name = "North bridge APC 2",
                                        heading = 4.8869219055841,
                                        y = 551760.36335451,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Northern Bridge Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Senaki GAI",
                                groupId = 144,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "GAI",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 345,
                                        lat = 0.737234,
                                        skill = "Average",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Senaki GAI 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "701",
                                        }, -- end of callsign
                                        onboard_num = 55,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 346,
                                        lat = 0.737227,
                                        skill = "Average",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Senaki GAI 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "702",
                                        }, -- end of callsign
                                        onboard_num = 56,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Laituri GAI",
                                groupId = 145,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "GAI",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 347,
                                        lat = 0.731802,
                                        skill = "Average",
                                        y = 635639.37385346,
                                        long = 0.730691,
                                        x = -317948.32727306,
                                        name = "Laituri GAI 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 703,
                                        }, -- end of callsign
                                        onboard_num = 57,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 348,
                                        lat = 0.731795,
                                        skill = "Average",
                                        y = 635677.2300221,
                                        long = 0.730698,
                                        x = -317989.45333289,
                                        name = "Laituri GAI 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 704,
                                        }, -- end of callsign
                                        onboard_num = 58,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 6.118036629765,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73726705027241,
                                            long = 0.73386043885253,
                                            x = -281539.84310586,
                                            name = "",
                                            speed = 0,
                                            y = 647009.13784726,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 114,
                                lat = 0.73726705027241,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 269,
                                        lat = 0.73726705027241,
                                        rate = 15,
                                        long = 0.73386043885253,
                                        x = -281539.84310586,
                                        name = "Dead Senaki Kub STR",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 647009.13784726,
                                        heading = 6.118036629765,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73386043885253,
                                name = "Dead Senaki Kub STR",
                                dead = true,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 5.846852994181,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73727035132027,
                                            long = 0.73383291919444,
                                            x = -281532.88365291,
                                            name = "",
                                            speed = 0,
                                            y = 646876.79725003,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 115,
                                lat = 0.73727035132027,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 270,
                                        lat = 0.73727035132027,
                                        long = 0.73383291919444,
                                        x = -281532.88365291,
                                        name = "Dead Senaki Kub launcher 1",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646876.79725003,
                                        heading = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73383291919444,
                                name = "Dead Senaki Kub launcher 1",
                                dead = true,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73727083440127,
                                            long = 0.73388309385735,
                                            x = -281504.14611287,
                                            name = "",
                                            speed = 0,
                                            y = 647113.67278134,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 116,
                                lat = 0.73727083440127,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 271,
                                        lat = 0.73727083440127,
                                        long = 0.73388309385735,
                                        x = -281504.14611287,
                                        name = "Dead Senaki Kub launcher 2",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 647113.67278134,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73388309385735,
                                name = "Dead Senaki Kub launcher 2",
                                dead = true,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 5.235987755983,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73608558836198,
                                            long = 0.74145964630347,
                                            x = -285125.48223447,
                                            name = "",
                                            speed = 0,
                                            y = 683840.26359931,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 117,
                                lat = 0.73608558836198,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 273,
                                        lat = 0.73608558836198,
                                        long = 0.74145964630347,
                                        x = -285125.48223447,
                                        name = "Dead Samtredia Kub STR",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683840.26359931,
                                        heading = 5.235987755983,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74145964630347,
                                name = "Dead Samtredia Kub STR",
                                dead = true,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 4.7996554429844,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73608253213983,
                                            long = 0.7414324498319,
                                            x = -285159.24782921,
                                            name = "",
                                            speed = 0,
                                            y = 683713.5257868,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 118,
                                lat = 0.73608253213983,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 274,
                                        lat = 0.73608253213983,
                                        long = 0.7414324498319,
                                        x = -285159.24782921,
                                        name = "Dead Samtredia Kub launcher 1",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683713.5257868,
                                        heading = 4.7996554429844,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7414324498319,
                                name = "Dead Samtredia Kub launcher 1",
                                dead = true,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 5.7595865315813,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7360883228837,
                                            long = 0.7414837948512,
                                            x = -285095.36814556,
                                            name = "",
                                            speed = 0,
                                            y = 683952.78291099,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 119,
                                lat = 0.7360883228837,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 275,
                                        lat = 0.7360883228837,
                                        long = 0.7414837948512,
                                        x = -285095.36814556,
                                        name = "Dead Samtredia Kub launcher 2",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683952.78291099,
                                        heading = 5.7595865315813,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7414837948512,
                                name = "Dead Samtredia Kub launcher 2",
                                dead = true,
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Helo CAS flight",
                                groupId = 142,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75031117102513,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71282757955781,
                                            x = -208389.24005622,
                                            speed = 41.666666666667,
                                            y = 539700.2191791,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74978490465862,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71677019071553,
                                                    radius = 3000,
                                                    name = "Escaping targets",
                                                    y = 558326.65618919,
                                                    x = -208630.07020628,
                                                    lat = 0.74999774262571,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.71554281594775,
                                            x = -210543.86451206,
                                            speed = 27.777777777778,
                                            y = 552717.67465629,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 541,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75027751809912,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71752048206046,
                                            x = -206506.49065726,
                                            speed = 41.666666666667,
                                            y = 561663.85182925,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75184566062016,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71666360113559,
                                            x = -196908.3521876,
                                            speed = 41.666666666667,
                                            y = 556685.3796046,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75240559819859,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71570110842617,
                                            x = -193780.22712524,
                                            speed = 41.666666666667,
                                            y = 551855.62435518,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7528018129412,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70947720737678,
                                            x = -193979.02759141,
                                            speed = 41.666666666667,
                                            y = 522574.10046709,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 27.777777777778,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 340,
                                        lat = 0.75031117102513,
                                        skill = "Excellent",
                                        long = 0.71282757955781,
                                        x = -208389.24005622,
                                        name = "Helo 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 96,
                                            chaff = 32,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 539700.2191791,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "411",
                                        }, -- end of callsign
                                        onboard_num = 41,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 341,
                                        lat = 0.75030417102513,
                                        skill = "Excellent",
                                        long = 0.71283457955781,
                                        x = -208430.73767897,
                                        name = "Helo 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 96,
                                            chaff = 32,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 539737.07599865,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "412",
                                        }, -- end of callsign
                                        onboard_num = 41,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75188075013392,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68435979991325,
                                            x = -209584.1992775,
                                            speed = 6.9444444444444,
                                            y = 405861.26132199,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73307007070414,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71233969333397,
                                            x = -318425.34184218,
                                            speed = 6.9444444444444,
                                            y = 547601.24396574,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KUZNECOW",
                                        CLSID = "{25554ABC-3877-46D5-A1D2-E82878FBBBFB}",
                                        unitId = 12,
                                        lat = 0.75188075013392,
                                        skill = "Excellent",
                                        long = 0.68435979991325,
                                        x = -209584.1992775,
                                        name = "Kuznetsov",
                                        heading = 2.3009496943913,
                                        y = 405861.26132199,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 13,
                                        lat = 0.75227985408463,
                                        skill = "Excellent",
                                        long = 0.6849539392741,
                                        x = -206839.53157831,
                                        name = "Rezky 1",
                                        heading = 0.0077339331120441,
                                        y = 408448.07049633,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 14,
                                        lat = 0.75227070833791,
                                        skill = "Excellent",
                                        long = 0.68377400579574,
                                        x = -207301.38802461,
                                        name = "Rezky 2",
                                        heading = -0.041021706530419,
                                        y = 402937.56926194,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 15,
                                        lat = 0.75185421312639,
                                        skill = "Excellent",
                                        long = 0.68542203720726,
                                        x = -209384.41842799,
                                        name = "Neutrashimy 1",
                                        heading = 0.0077339331120441,
                                        y = 410833.84362619,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 16,
                                        lat = 0.75187605756725,
                                        skill = "Excellent",
                                        long = 0.68325136701309,
                                        x = -209993.24049359,
                                        name = "Neutrashimy 2",
                                        heading = 0.0077339331120441,
                                        y = 400682.82326384,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 17,
                                        lat = 0.75258445944459,
                                        skill = "Excellent",
                                        long = 0.68436373123978,
                                        x = -205101.74373884,
                                        name = "Grishna 1",
                                        heading = 0.0077339331120441,
                                        y = 405544.40809902,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 18,
                                        lat = 0.75115097517226,
                                        skill = "Excellent",
                                        long = 0.68436439202339,
                                        x = -214229.72120534,
                                        name = "Grishna 2",
                                        heading = 0.0077339331120441,
                                        y = 406230.36895519,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 19,
                                        lat = 0.75017912493137,
                                        skill = "Excellent",
                                        long = 0.68603104203016,
                                        x = -219834.27754,
                                        name = "Grishna 3",
                                        heading = 2.5396843603965,
                                        y = 414482.72276797,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 20,
                                        lat = 0.75149562236779,
                                        skill = "Excellent",
                                        long = 0.68373815335688,
                                        x = -212249.27815845,
                                        name = "Molniya 1",
                                        heading = 0.0077339331120441,
                                        y = 403139.22916789,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 21,
                                        lat = 0.75143318640753,
                                        skill = "Excellent",
                                        long = 0.68500244821121,
                                        x = -212214.38547235,
                                        name = "Molniya 2",
                                        heading = 0.0077339331120441,
                                        y = 409078.12422747,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "Kuznetsov Battlegroup",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69686940358643,
                                                lat = 0.75814665292324,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69687714560021,
                                                lat = 0.75813951133958,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75814665292324,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69686940358643,
                                            x = -165085.44382223,
                                            speed = 0,
                                            y = 460927.46153334,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 78,
                                        lat = 0.75814665292324,
                                        skill = "Excellent",
                                        long = 0.69686940358643,
                                        x = -165085.44382223,
                                        name = "Adler Tunguska West",
                                        heading = 4.1887902047864,
                                        y = 460927.46153334,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 79,
                                        lat = 0.75832455140386,
                                        skill = "Excellent",
                                        long = 0.69743027393625,
                                        x = -163736.80794723,
                                        name = "Adler Tunguska East",
                                        heading = 1.1344640137963,
                                        y = 463439.10849133,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 80,
                                        lat = 0.75817086899746,
                                        skill = "Excellent",
                                        long = 0.69717090404984,
                                        x = -164815.26104057,
                                        name = "Adler Buk TAR",
                                        heading = 2.3561944901923,
                                        y = 462315.99842726,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 81,
                                        lat = 0.75816372725004,
                                        skill = "Excellent",
                                        long = 0.69714189985778,
                                        x = -164871.89766083,
                                        name = "Adler Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 462185.00808889,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 82,
                                        lat = 0.75817628690704,
                                        skill = "Excellent",
                                        long = 0.69719559528645,
                                        x = -164771.26119497,
                                        name = "Adler Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 462427.86605684,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 83,
                                        lat = 0.75823096009565,
                                        skill = "Excellent",
                                        long = 0.69713824786743,
                                        x = -164445.14607976,
                                        name = "Adler Tor",
                                        heading = 2.6179938779915,
                                        y = 462131.89851391,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 84,
                                        lat = 0.75827775471267,
                                        skill = "Excellent",
                                        long = 0.69713323467423,
                                        x = -164149.07403277,
                                        name = "Adler 55G6 LR EWR",
                                        heading = 2.6179938779915,
                                        y = 462083.44539419,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Adler ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75935682304332,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76144167173576,
                                            x = -125541.88909878,
                                            speed = 0,
                                            y = 759649.36502119,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 85,
                                        lat = 0.75935682304332,
                                        skill = "Excellent",
                                        long = 0.76144167173576,
                                        x = -125541.88909878,
                                        name = "Nal'Chik Tunguska West",
                                        heading = 4.1887902047864,
                                        y = 759649.36502119,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 86,
                                        lat = 0.75952341853793,
                                        skill = "Excellent",
                                        long = 0.76182187307938,
                                        x = -124252.85696596,
                                        name = "Nal'Chik Tunguska East",
                                        heading = 1.1344640137963,
                                        y = 761273.667568,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 87,
                                        lat = 0.75945733606689,
                                        skill = "Excellent",
                                        long = 0.76164651476347,
                                        x = -124778.87071994,
                                        name = "Nal'Chik Buk TAR",
                                        heading = 4.014257279587,
                                        y = 760515.52978573,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 88,
                                        lat = 0.75945363754365,
                                        skill = "Excellent",
                                        long = 0.76163381001897,
                                        x = -124810.04180116,
                                        name = "Nal'Chik Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 760459.69429714,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 89,
                                        lat = 0.75946103460312,
                                        skill = "Excellent",
                                        long = 0.76165881427363,
                                        x = -124747.94225423,
                                        name = "Nal'Chik Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 760569.4859432,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 90,
                                        lat = 0.75942865226537,
                                        skill = "Excellent",
                                        long = 0.7616648876694,
                                        x = -124950.60231083,
                                        name = "Nal'Chik Tor",
                                        heading = 4.017650704188,
                                        y = 760624.65571268,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 91,
                                        lat = 0.7594677741568,
                                        skill = "Excellent",
                                        long = 0.76159965281122,
                                        x = -124740.43902257,
                                        name = "Nal'Chik 1L13 SR EWR",
                                        heading = 4.017650704188,
                                        y = 760289.49781181,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Nal'Chik ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77203219590585,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75158133371351,
                                            x = -50554.08429713,
                                            speed = 0,
                                            y = 703991.23561698,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 92,
                                        lat = 0.77203219590585,
                                        skill = "Excellent",
                                        long = 0.75158133371351,
                                        x = -50554.08429713,
                                        name = "Andzhievskij Tunguska West",
                                        heading = 5.4105206811824,
                                        y = 703991.23561698,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 93,
                                        lat = 0.77175654369788,
                                        skill = "Excellent",
                                        long = 0.75229520999582,
                                        x = -51902.382080575,
                                        name = "Andzhievskij Tunguska East",
                                        heading = 2.0943951023932,
                                        y = 707476.35225213,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 94,
                                        lat = 0.77190168025534,
                                        skill = "Excellent",
                                        long = 0.75197018633801,
                                        x = -51163.46050826,
                                        name = "Andzhievskij Tor",
                                        heading = 3.1415926535898,
                                        y = 705870.94615445,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 95,
                                        lat = 0.77189269699643,
                                        skill = "Excellent",
                                        long = 0.7521483194962,
                                        x = -51119.055927239,
                                        name = "Andzhievskij Buk TAR",
                                        heading = 3.1415926535898,
                                        y = 706693.53958077,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 96,
                                        lat = 0.77189011848291,
                                        skill = "Excellent",
                                        long = 0.75211209142047,
                                        x = -51156.143209462,
                                        name = "Andzhievskij Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 706529.53079907,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 97,
                                        lat = 0.77189053437175,
                                        skill = "Excellent",
                                        long = 0.75217898836237,
                                        x = -51115.334573015,
                                        name = "Andzhievskij Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 706835.87340722,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 98,
                                        lat = 0.77192655098378,
                                        skill = "Excellent",
                                        long = 0.75198849917885,
                                        x = -50994.62137297,
                                        name = "Andzhievskij 1L13 SR EWR",
                                        heading = 3.3161255787892,
                                        y = 705935.16410394,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Andzhievskij ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7796197858213,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6985893176514,
                                            x = -27678.165788847,
                                            speed = 0,
                                            y = 457200.22889675,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 99,
                                        lat = 0.7796197858213,
                                        skill = "Excellent",
                                        long = 0.6985893176514,
                                        x = -27678.165788847,
                                        name = "Majkop Tunguska West",
                                        heading = 3.8397243543875,
                                        y = 457200.22889675,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 100,
                                        lat = 0.77995743211157,
                                        skill = "Excellent",
                                        long = 0.69904686491894,
                                        x = -25345.485577932,
                                        name = "Majkop Tunguska East",
                                        heading = 0.69813170079773,
                                        y = 459086.81536962,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 101,
                                        lat = 0.77979270229821,
                                        skill = "Excellent",
                                        long = 0.6988142160752,
                                        x = -26487.308666693,
                                        name = "Majkop Tor",
                                        heading = 2.9670597283904,
                                        y = 458123.57828365,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 102,
                                        lat = 0.77976328010282,
                                        skill = "Excellent",
                                        long = 0.69865747817479,
                                        x = -26737.243197585,
                                        name = "Majkop Buk TAR",
                                        heading = 3.1415926535898,
                                        y = 457428.12273289,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 103,
                                        lat = 0.77976059778,
                                        skill = "Excellent",
                                        long = 0.69862596804514,
                                        x = -26766.905418209,
                                        name = "Majkop Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 457286.46679646,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 104,
                                        lat = 0.77976059778,
                                        skill = "Excellent",
                                        long = 0.69868451345849,
                                        x = -26743.527424633,
                                        name = "Majkop Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 457552.50393421,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 105,
                                        lat = 0.77987753689617,
                                        skill = "Excellent",
                                        long = 0.69883699103134,
                                        x = -25938.026867636,
                                        name = "Majkop 1L13 SR EWR",
                                        heading = 3.1415926535898,
                                        y = 458178.68874471,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Majkop ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2908,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77781803218837,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66334856508616,
                                            x = -51019.048615091,
                                            speed = 0,
                                            y = 297776.17879385,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 106,
                                        lat = 0.77781803218837,
                                        skill = "Excellent",
                                        long = 0.66334856508616,
                                        x = -51019.048615091,
                                        name = "Gelendzhik Tunguska West",
                                        heading = 3.8397243543875,
                                        y = 297776.17879385,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 107,
                                        lat = 0.77800838094256,
                                        skill = "Excellent",
                                        long = 0.66360306724436,
                                        x = -49734.113112562,
                                        name = "Gelendzhik Tunguska East",
                                        heading = 0.69813170079773,
                                        y = 298858.20002013,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 108,
                                        lat = 0.77797030833597,
                                        skill = "Excellent",
                                        long = 0.66340969041219,
                                        x = -50031.937390041,
                                        name = "Gelendzhik Tor North",
                                        heading = 3.6651914291881,
                                        y = 297994.3855721,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 109,
                                        lat = 0.77789994052993,
                                        skill = "Excellent",
                                        long = 0.66353733674822,
                                        x = -50443.42522729,
                                        name = "Gelendzhik Tor South",
                                        heading = 2.6179938779915,
                                        y = 298601.92586439,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 119,
                                        lat = 0.77792713321791,
                                        skill = "Excellent",
                                        long = 0.66354081964614,
                                        x = -50269.281401741,
                                        name = "Gelendzhik 1L13 SR EWR",
                                        heading = 2.7925268031909,
                                        y = 298607.11868517,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Gelendzhik ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77949240141232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65929088776049,
                                            x = -41464.962065655,
                                            speed = 0,
                                            y = 278681.72453777,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 110,
                                        lat = 0.77949240141232,
                                        skill = "Excellent",
                                        long = 0.65929088776049,
                                        x = -41464.962065655,
                                        name = "My'skhako Tunguska West",
                                        heading = 4.014257279587,
                                        y = 278681.72453777,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 111,
                                        lat = 0.77966814581369,
                                        skill = "Excellent",
                                        long = 0.65953779917204,
                                        x = -40278.659507026,
                                        name = "My'skhako Tunguska East",
                                        heading = 0.87266462599716,
                                        y = 279736.58779194,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 112,
                                        lat = 0.77965289163233,
                                        skill = "Excellent",
                                        long = 0.65933683231951,
                                        x = -40430.542737079,
                                        name = "My'skhako Tor North",
                                        heading = 6.1086523819802,
                                        y = 278829.38237852,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 113,
                                        lat = 0.77958818963994,
                                        skill = "Excellent",
                                        long = 0.65947606398257,
                                        x = -40804.593648379,
                                        name = "My'skhako Tor South",
                                        heading = 2.6179938779915,
                                        y = 279487.4231708,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 120,
                                        lat = 0.7796330280157,
                                        skill = "Excellent",
                                        long = 0.6594768729213,
                                        x = -40518.868577844,
                                        name = "My'shako 1L13 SR EWR",
                                        heading = 2.4434609527921,
                                        y = 279473.51356548,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "My'skhako ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78466910291654,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66300975854559,
                                            x = -7489.4439479494,
                                            speed = 0,
                                            y = 293552.0447786,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 34,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 114,
                                        lat = 0.78466910291654,
                                        skill = "Excellent",
                                        long = 0.66300975854559,
                                        x = -7489.4439479494,
                                        name = "Kry'msk Tunguska West",
                                        heading = 4.014257279587,
                                        y = 293552.0447786,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 115,
                                        lat = 0.78494601280333,
                                        skill = "Excellent",
                                        long = 0.66340801363263,
                                        x = -5615.1524115223,
                                        name = "Kry'msk Tunguska East",
                                        heading = 0.69813170079773,
                                        y = 295245.14201051,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 116,
                                        lat = 0.78481660455259,
                                        skill = "Excellent",
                                        long = 0.66314810734059,
                                        x = -6512.5381245203,
                                        name = "Kry'msk Tor North",
                                        heading = 5.4105206811824,
                                        y = 294120.86134159,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 117,
                                        lat = 0.7847458414902,
                                        skill = "Excellent",
                                        long = 0.66334303009101,
                                        x = -6908.3540949505,
                                        name = "Kry'msk Tor South",
                                        heading = 2.2689280275926,
                                        y = 295030.30529476,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 118,
                                        lat = 0.78484668036867,
                                        skill = "Excellent",
                                        long = 0.66321768954417,
                                        x = -6302.0730490722,
                                        name = "Kry'msk 1L13 SR EWR",
                                        heading = 2.9670597283904,
                                        y = 294424.29676711,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Kry'msk ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78535448310209,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65162539065928,
                                            x = -6085.264860482,
                                            speed = 0,
                                            y = 241851.92765361,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 121,
                                        lat = 0.78535448310209,
                                        skill = "Excellent",
                                        long = 0.65162539065928,
                                        x = -6085.264860482,
                                        name = "Anapa Tunguska West",
                                        heading = 4.014257279587,
                                        y = 241851.92765361,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 122,
                                        lat = 0.78557939415506,
                                        skill = "Excellent",
                                        long = 0.65223800786617,
                                        x = -4503.4154329086,
                                        name = "Anapa Tunguska East",
                                        heading = 0.78539816339745,
                                        y = 244540.62126033,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 123,
                                        lat = 0.78552029530857,
                                        skill = "Excellent",
                                        long = 0.65174569440503,
                                        x = -5000.0515465597,
                                        name = "Anapa Tor North",
                                        heading = 6.1086523819802,
                                        y = 242337.48470377,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 124,
                                        lat = 0.78541281349377,
                                        skill = "Excellent",
                                        long = 0.65216317869322,
                                        x = -5582.411112546,
                                        name = "Anapa Tor South",
                                        heading = 2.4434609527921,
                                        y = 244261.68311189,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 125,
                                        lat = 0.78557855106564,
                                        skill = "Excellent",
                                        long = 0.65204725207282,
                                        x = -4555.4049552279,
                                        name = "Anapa 1L13 SR EWR",
                                        heading = 5.0614548307836,
                                        y = 243679.1489219,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Anapa ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78601452319713,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68314756074064,
                                            x = 7351.2699242635,
                                            speed = 0,
                                            y = 383939.27570608,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 36,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 126,
                                        lat = 0.78601452319713,
                                        skill = "Excellent",
                                        long = 0.68314756074064,
                                        x = 7351.2699242635,
                                        name = "Pashkovskij Tunguska West 1",
                                        heading = 4.5378560551853,
                                        y = 383939.27570608,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 127,
                                        lat = 0.78588236222834,
                                        skill = "Excellent",
                                        long = 0.68372370956249,
                                        x = 6707.2519731522,
                                        name = "Pashkovskij Tunguska West 2",
                                        heading = 4.014257279587,
                                        y = 386607.36999506,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 128,
                                        lat = 0.78616711622631,
                                        skill = "Excellent",
                                        long = 0.68356232540622,
                                        x = 8465.0777856875,
                                        name = "Pashkovskij Tunguska East 1",
                                        heading = 0.87266462599716,
                                        y = 385737.67678596,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 129,
                                        lat = 0.78619343645322,
                                        skill = "Excellent",
                                        long = 0.68428235621298,
                                        x = 8879.5001393631,
                                        name = "Pashkovskij Tunguska East 2",
                                        heading = 0.87266462599716,
                                        y = 388977.51541691,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 130,
                                        lat = 0.78616222344009,
                                        skill = "Excellent",
                                        long = 0.68333281271844,
                                        x = 8355.2451934293,
                                        name = "Pashkovskij Tor North",
                                        heading = 5.9341194567807,
                                        y = 384703.23846615,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 131,
                                        lat = 0.78599841329829,
                                        skill = "Excellent",
                                        long = 0.68405452427517,
                                        x = 7559.6032399228,
                                        name = "Pashkovskij Tor South",
                                        heading = 2.7925268031909,
                                        y = 388044.5611679,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 132,
                                        lat = 0.78604083940233,
                                        skill = "Excellent",
                                        long = 0.68365832601587,
                                        x = 7693.929348452,
                                        name = "Pashkovskij 1L13 SR EWR",
                                        heading = 3.1415926535898,
                                        y = 386233.731082,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Pashkovskij ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7868536094068,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6794358734513,
                                            x = 11439.241996278,
                                            speed = 0,
                                            y = 366785.82061612,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 37,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 133,
                                        lat = 0.7868536094068,
                                        skill = "Excellent",
                                        long = 0.6794358734513,
                                        x = 11439.241996278,
                                        name = "Krasnodar Tunguska West",
                                        heading = 4.7996554429844,
                                        y = 366785.82061612,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 134,
                                        lat = 0.78684727817813,
                                        skill = "Excellent",
                                        long = 0.68008839328919,
                                        x = 11613.419750241,
                                        name = "Krasnodar Tunguska East",
                                        heading = 1.6580627893946,
                                        y = 369736.67270156,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 135,
                                        lat = 0.78670698846495,
                                        skill = "Excellent",
                                        long = 0.67972324042766,
                                        x = 10600.102514672,
                                        name = "Krasnodar Tunguska South",
                                        heading = 3.3161255787892,
                                        y = 368153.52919618,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 136,
                                        lat = 0.78692317115314,
                                        skill = "Excellent",
                                        long = 0.67970168251034,
                                        x = 11969.547306537,
                                        name = "Krasnodar Tor North",
                                        heading = 6.1959188445799,
                                        y = 367953.68400468,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 137,
                                        lat = 0.78674446465144,
                                        skill = "Excellent",
                                        long = 0.67989391530563,
                                        x = 10894.833016052,
                                        name = "Krasnodar Tor South",
                                        heading = 2.9670597283904,
                                        y = 368906.81645968,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 138,
                                        lat = 0.78685504449089,
                                        skill = "Excellent",
                                        long = 0.67956528632054,
                                        x = 11490.919455549,
                                        name = "Krasnodar 1L13 SR EWR",
                                        heading = 3.1415926535898,
                                        y = 367369.78161489,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Krasnodar ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 22,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78730187818341,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67909881841613,
                                            x = 14182.774968527,
                                            speed = 0,
                                            y = 365051.63312236,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 46,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 147,
                                        lat = 0.78730187818341,
                                        skill = "Excellent",
                                        long = 0.67909881841613,
                                        x = 14182.774968527,
                                        name = "HQ S-300 SR",
                                        heading = 4.014257279587,
                                        y = 365051.63312236,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 148,
                                        lat = 0.78731870931619,
                                        skill = "Excellent",
                                        long = 0.67912662824523,
                                        x = 14299.087672541,
                                        name = "HQ S-300 TR",
                                        heading = 4.014257279587,
                                        y = 365169.25734107,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 149,
                                        lat = 0.78731116826726,
                                        skill = "Excellent",
                                        long = 0.67911461152822,
                                        x = 14247.120428564,
                                        name = "HQ S-300 CP",
                                        heading = 5.4606986118351,
                                        y = 365118.55333835,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 150,
                                        lat = 0.78731411815039,
                                        skill = "Excellent",
                                        long = 0.67909786643875,
                                        x = 14260.399587273,
                                        name = "HQ S-300 LN1",
                                        heading = 2.4434609527921,
                                        y = 365041.78758834,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 151,
                                        lat = 0.78731455824909,
                                        skill = "Excellent",
                                        long = 0.67909999963925,
                                        x = 14263.903082523,
                                        name = "HQ S-300 LN2",
                                        heading = 2.4434609527921,
                                        y = 365051.1965277,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 152,
                                        lat = 0.78731506285215,
                                        skill = "Excellent",
                                        long = 0.67910205618133,
                                        x = 14267.792109256,
                                        name = "HQ S-300 LN3",
                                        heading = 2.4434609527921,
                                        y = 365060.23088011,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 153,
                                        lat = 0.78731552385701,
                                        skill = "Excellent",
                                        long = 0.67910400828368,
                                        x = 14271.369196725,
                                        name = "HQ S-300 LN4",
                                        heading = 2.4434609527921,
                                        y = 365068.81459087,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 154,
                                        lat = 0.78729993293627,
                                        skill = "Excellent",
                                        long = 0.67911456736868,
                                        x = 14175.565361776,
                                        name = "HQ S-300 LN5",
                                        heading = 5.5850536063819,
                                        y = 365123.45573834,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 155,
                                        lat = 0.78730140159933,
                                        skill = "Average",
                                        long = 0.67911547826207,
                                        x = 14185.216429831,
                                        name = "HQ S-300 LN6",
                                        heading = 5.5850536063819,
                                        y = 365126.8919209,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 156,
                                        lat = 0.78730274422976,
                                        skill = "Excellent",
                                        long = 0.67911638267748,
                                        x = 14194.062860494,
                                        name = "HQ S-300 LN7",
                                        heading = 5.5850536063819,
                                        y = 365130.35614823,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 157,
                                        lat = 0.78730416208699,
                                        skill = "Excellent",
                                        long = 0.67911719769275,
                                        x = 14203.358909173,
                                        name = "HQ S-300 LN8",
                                        heading = 5.5850536063819,
                                        y = 365133.38352652,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "HQ S-300 Group",
                                start_time = 0,
                                task = "Без задачи",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.6793521641709,
                                                lat = 0.78736403872862,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.67936174733632,
                                                lat = 0.78735685966318,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78736691036928,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67933543952336,
                                            x = 14674.643208529,
                                            speed = 0,
                                            y = 366088.83022235,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 47,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 158,
                                        lat = 0.78736691036928,
                                        skill = "Excellent",
                                        long = 0.67933543952336,
                                        x = 14674.643208529,
                                        name = "HQ Tunguska West",
                                        heading = 4.7123889803847,
                                        y = 366088.83022235,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 159,
                                        lat = 0.78735086307171,
                                        skill = "Excellent",
                                        long = 0.6794693530569,
                                        x = 14616.482007479,
                                        name = "HQ Tunguska East",
                                        heading = 2.3860238722652,
                                        y = 366701.40893972,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "HQ ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70822019879388,
                                                lat = 0.75247042624904,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70822939841906,
                                                lat = 0.75246373097852,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 166,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75247042624904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70822019879388,
                                            x = -196626.30351386,
                                            speed = 0,
                                            y = 516903.82347341,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 120,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 276,
                                        lat = 0.75247042624904,
                                        skill = "Excellent",
                                        long = 0.70822019879388,
                                        x = -196626.30351386,
                                        name = "Bambora 55G6 LR EWR",
                                        heading = 1.5707963267949,
                                        y = 516903.82347341,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 277,
                                        lat = 0.7526196110286,
                                        skill = "Excellent",
                                        long = 0.70800694855241,
                                        x = -195767.21807197,
                                        name = "Bambora Tunguska North",
                                        heading = 2.3546626268128,
                                        y = 515824.22130613,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 278,
                                        lat = 0.75229277084783,
                                        skill = "Excellent",
                                        long = 0.70817828617045,
                                        x = -197775.66391528,
                                        name = "Bambora Tunguska South",
                                        heading = 2.6179938779915,
                                        y = 516810.18223292,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 279,
                                        lat = 0.75242478493208,
                                        skill = "Excellent",
                                        long = 0.70808226937327,
                                        x = -196975.88021488,
                                        name = "Bambora Tor",
                                        heading = 1.9198621771938,
                                        y = 516286.94804069,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Bambora ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [7] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.71504180796746,
                                                lat = 0.75037760239741,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.71497830345268,
                                                lat = 0.750324912888,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71497770540372,
                                                lat = 0.75032541604824,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71499636369047,
                                                lat = 0.75033486364246,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71505486810659,
                                                lat = 0.7503933292502,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.71505493388423,
                                                lat = 0.75039376772673,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71500803264583,
                                                lat = 0.75034236721734,
                                            }, -- end of [5]
                                            [3] = 
                                            {
                                                long = 0.7149873607084,
                                                lat = 0.75033306078912,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71502591441027,
                                                lat = 0.75036968853694,
                                            }, -- end of [6]
                                        }, -- end of [7]
                                        [1] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.71090771924849,
                                                lat = 0.7520229504233,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.71042263580892,
                                                lat = 0.75203971129315,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71042263580892,
                                                lat = 0.75203971129315,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71053794006577,
                                                lat = 0.75203455105881,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71122152891102,
                                                lat = 0.752064788299,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.71122152891102,
                                                lat = 0.752064788299,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71070069488746,
                                                lat = 0.75201801531051,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71126791706209,
                                                lat = 0.75207096829452,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.71042574422821,
                                                lat = 0.7520392493091,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71075066908425,
                                                lat = 0.75201595719282,
                                            }, -- end of [6]
                                            [11] = 
                                            {
                                                long = 0.71130032143073,
                                                lat = 0.75207199446191,
                                            }, -- end of [11]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [27] = 
                                            {
                                                long = 0.71314461594959,
                                                lat = 0.75185673311769,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                long = 0.71130032143073,
                                                lat = 0.75207199446191,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.71130329992284,
                                                lat = 0.75207208875666,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.71133839853646,
                                                lat = 0.75206843921519,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.71144959239312,
                                                lat = 0.75204154045486,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.71146000630701,
                                                lat = 0.75204004455117,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.71155887686511,
                                                lat = 0.75204852256508,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.71160714253129,
                                                lat = 0.75205072001995,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.71170281923895,
                                                lat = 0.75204166713949,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.71195751847556,
                                                lat = 0.75195844631933,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.71200368213538,
                                                lat = 0.75195175013489,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.71208460531068,
                                                lat = 0.75197320720123,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.71261395874259,
                                                lat = 0.7519384804635,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.71283724943779,
                                                lat = 0.75189750190077,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.71328275860653,
                                                lat = 0.75183257813796,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.71338937826053,
                                                lat = 0.75178406268248,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                long = 0.71361441467692,
                                                lat = 0.75185003104021,
                                            }, -- end of [33]
                                            [17] = 
                                            {
                                                long = 0.71212149150699,
                                                lat = 0.75198276668445,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.71267356628158,
                                                lat = 0.75192558314457,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.71289167323919,
                                                lat = 0.75187263051048,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.71331334913467,
                                                lat = 0.75182480909707,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.71361643433672,
                                                lat = 0.75185169717316,
                                            }, -- end of [34]
                                            [9] = 
                                            {
                                                long = 0.71165525850275,
                                                lat = 0.75204837329202,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.71174864623886,
                                                lat = 0.75203060372716,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.71198006198449,
                                                lat = 0.75195297640333,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.7120269890183,
                                                lat = 0.75195478425061,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.7121601475367,
                                                lat = 0.75198772932143,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.71275279784319,
                                                lat = 0.75191038955972,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.71309774261193,
                                                lat = 0.7518611500513,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.71334126511653,
                                                lat = 0.75181290707484,
                                            }, -- end of [30]
                                            [1] = 
                                            {
                                                long = 0.71130032143073,
                                                lat = 0.75207199446191,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                long = 0.71219926898159,
                                                lat = 0.75198794903638,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.71277566174208,
                                                lat = 0.75190912761416,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                long = 0.71338194695364,
                                                lat = 0.7517862258087,
                                            }, -- end of [31]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71415109008621,
                                                lat = 0.75137288046162,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71404614359593,
                                                lat = 0.75118639635973,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71505493388423,
                                                lat = 0.75039376772673,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71518378759839,
                                                lat = 0.75047659906279,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71514584233003,
                                                lat = 0.75050863965289,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71514585527192,
                                                lat = 0.75050707972149,
                                            }, -- end of [2]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71404614359593,
                                                lat = 0.75118639635973,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71404614359593,
                                                lat = 0.75118639635973,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71405888781341,
                                                lat = 0.7511580081624,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.7142308624637,
                                                lat = 0.75104390381659,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.71463612668733,
                                                lat = 0.7508627860536,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.71463612668733,
                                                lat = 0.7508627860536,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.71425942728676,
                                                lat = 0.75103641843733,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.71467482092542,
                                                lat = 0.75084273322684,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                long = 0.71407472225007,
                                                lat = 0.75113563235312,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.7143012212703,
                                                lat = 0.75103193563446,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                long = 0.71470669810519,
                                                lat = 0.75082621777994,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                long = 0.71471061793713,
                                                lat = 0.75082293054451,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                long = 0.71433014359557,
                                                lat = 0.75102473831754,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                long = 0.71404774732408,
                                                lat = 0.75118523838702,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.7140955849647,
                                                lat = 0.75111573252391,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71450451411886,
                                                lat = 0.75095919276249,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                long = 0.7145359633307,
                                                lat = 0.75094263139722,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71412100587469,
                                                lat = 0.75109881224748,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.71456366018671,
                                                lat = 0.75092272054026,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                long = 0.71460904380764,
                                                lat = 0.75087833744355,
                                            }, -- end of [15]
                                            [19] = 
                                            {
                                                long = 0.71467482092542,
                                                lat = 0.75084273322684,
                                            }, -- end of [19]
                                        }, -- end of [5]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71361643433672,
                                                lat = 0.75185169717316,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71415109008621,
                                                lat = 0.75137288046162,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71471061793713,
                                                lat = 0.75082293054451,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71471061793713,
                                                lat = 0.75082293054451,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71473658394954,
                                                lat = 0.75079437637239,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71479411317363,
                                                lat = 0.75067888154478,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.71492932967038,
                                                lat = 0.75036460007729,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.71492932967038,
                                                lat = 0.75036460007729,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.71480409615412,
                                                lat = 0.75061985705845,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.71497770540372,
                                                lat = 0.75032541604824,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                long = 0.71476218069825,
                                                lat = 0.750748468832,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71480409615412,
                                                lat = 0.75061985705845,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                long = 0.71497830345268,
                                                lat = 0.750324912888,
                                            }, -- end of [20]
                                            [11] = 
                                            {
                                                long = 0.71482634591908,
                                                lat = 0.75049226985102,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                long = 0.714724160586,
                                                lat = 0.75081157323767,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71476740939506,
                                                lat = 0.75073436548255,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71482634591908,
                                                lat = 0.75049226985102,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                long = 0.71483088469645,
                                                lat = 0.75046624088466,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71479009151216,
                                                lat = 0.75069321452355,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.71483758013489,
                                                lat = 0.75045109277047,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                long = 0.71490047319832,
                                                lat = 0.7503886005187,
                                            }, -- end of [15]
                                            [19] = 
                                            {
                                                long = 0.71497770540372,
                                                lat = 0.75032541604824,
                                            }, -- end of [19]
                                        }, -- end of [6]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75203971129315,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71042263580892,
                                            x = -198429.26183649,
                                            speed = 8.3333333333333,
                                            y = 527434.12909898,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75207199446191,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71130032143073,
                                            x = -197847.89631121,
                                            speed = 8.3333333333333,
                                            y = 531517.03543206,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75185169717316,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71361643433672,
                                            x = -198229.24666464,
                                            speed = 8.3333333333333,
                                            y = 542449.95720123,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 91,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.75137288046162,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71415109008621,
                                            x = -201043.19212985,
                                            speed = 5.5555555555556,
                                            y = 545242.24938324,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 51,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75118639635973,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71404614359593,
                                            x = -202277.25275001,
                                            speed = 5.5555555555556,
                                            y = 544865.65367308,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75082293054451,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71471061793713,
                                            x = -204299.2388852,
                                            speed = 8.3333333333333,
                                            y = 548194.31396402,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.750324912888,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71497830345268,
                                            x = -207353.20773607,
                                            speed = 8.3333333333333,
                                            y = 549746.72939439,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75039376772673,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71505493388423,
                                            x = -206880.85873359,
                                            speed = 8.3333333333333,
                                            y = 550064.33355407,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.75047659906279,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71518378759839,
                                            x = -206296.45855058,
                                            speed = 5.5555555555556,
                                            y = 550617.83140444,
                                        }, -- end of [9]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 146,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 349,
                                        lat = 0.75203971129315,
                                        skill = "Excellent",
                                        long = 0.71042263580892,
                                        x = -198429.26183649,
                                        name = "GG 3-1",
                                        heading = 1.5201722809188,
                                        y = 527434.12909898,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 350,
                                        lat = 0.75204073658769,
                                        skill = "Excellent",
                                        long = 0.71041573707671,
                                        x = -198425.67622936,
                                        name = "GG 3-2",
                                        heading = 1.5201722809188,
                                        y = 527401.27168957,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 351,
                                        lat = 0.75204168166478,
                                        skill = "Excellent",
                                        long = 0.71040937793458,
                                        x = -198422.37122115,
                                        name = "GG 3-3",
                                        heading = 1.5201722809188,
                                        y = 527370.9842635,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 352,
                                        lat = 0.75204253235684,
                                        skill = "Excellent",
                                        long = 0.71040365375321,
                                        x = -198419.39633936,
                                        name = "GG 3-4",
                                        heading = 1.5201722809188,
                                        y = 527343.72105019,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 353,
                                        lat = 0.75204348630825,
                                        skill = "Excellent",
                                        long = 0.71039723461076,
                                        x = -198416.06041974,
                                        name = "GG 3-5",
                                        heading = 1.5201722809188,
                                        y = 527313.14787893,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 354,
                                        lat = 0.75204426848654,
                                        skill = "Excellent",
                                        long = 0.71039197121654,
                                        x = -198413.32523053,
                                        name = "GG 3-6",
                                        heading = 1.5201722809188,
                                        y = 527288.07932967,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 355,
                                        lat = 0.75204523506302,
                                        skill = "Excellent",
                                        long = 0.71038655603628,
                                        x = -198409.48037869,
                                        name = "GG 3-7",
                                        heading = 1.5201722809188,
                                        y = 527262.19202656,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 356,
                                        lat = 0.75204671719717,
                                        skill = "Excellent",
                                        long = 0.71038105970394,
                                        x = -198402.38652934,
                                        name = "GG 3-8",
                                        heading = 1.5201722809188,
                                        y = 527235.6200927,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 357,
                                        lat = 0.75204817684959,
                                        skill = "Excellent",
                                        long = 0.71037564667186,
                                        x = -198395.40031314,
                                        name = "GG 3-9",
                                        heading = 1.5201722809188,
                                        y = 527209.45088396,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 358,
                                        lat = 0.75204967555452,
                                        skill = "Excellent",
                                        long = 0.71037008874276,
                                        x = -198388.2272143,
                                        name = "GG 3-10",
                                        heading = 1.5201722809188,
                                        y = 527182.5811848,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 359,
                                        lat = 0.75205089436975,
                                        skill = "Excellent",
                                        long = 0.71036556872665,
                                        x = -198382.39374634,
                                        name = "GG 3-11",
                                        heading = 1.5201722809188,
                                        y = 527160.72926433,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 360,
                                        lat = 0.7520525344957,
                                        skill = "Excellent",
                                        long = 0.71035948618858,
                                        x = -198374.54384285,
                                        name = "GG 3-12",
                                        heading = 1.5201722809188,
                                        y = 527131.32337748,
                                    }, -- end of [12]
                                }, -- end of units
                                name = "Ground Group 3",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [7] = 
                                        {
                                            [13] = 
                                            {
                                                long = 0.71550837193381,
                                                lat = 0.7513653586295,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71552662159324,
                                                lat = 0.75147217094292,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.71539177362391,
                                                lat = 0.75142205750525,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71539177362391,
                                                lat = 0.75142205750525,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71541946349885,
                                                lat = 0.75142710916372,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71553835052525,
                                                lat = 0.7514660864033,
                                            }, -- end of [8]
                                            [14] = 
                                            {
                                                long = 0.71548250438975,
                                                lat = 0.75135171287535,
                                            }, -- end of [14]
                                            [9] = 
                                            {
                                                long = 0.7155501413372,
                                                lat = 0.75145065582997,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71549871098879,
                                                lat = 0.75147075826063,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71554766685047,
                                                lat = 0.75141864451765,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                long = 0.71554005685524,
                                                lat = 0.75139892658534,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                long = 0.71540019400448,
                                                lat = 0.75142218322222,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71551238297824,
                                                lat = 0.75147380035492,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71552677638458,
                                                lat = 0.75138086346894,
                                            }, -- end of [12]
                                            [15] = 
                                            {
                                                long = 0.715480487956,
                                                lat = 0.75135036201485,
                                            }, -- end of [15]
                                        }, -- end of [7]
                                        [1] = 
                                        {
                                            [13] = 
                                            {
                                                long = 0.71161131915303,
                                                lat = 0.75205051636338,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71130329992284,
                                                lat = 0.75207208875666,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.71075130785048,
                                                lat = 0.75201598566175,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71075130785048,
                                                lat = 0.75201598566175,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71122152891102,
                                                lat = 0.752064788299,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71133839853646,
                                                lat = 0.75206843921519,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.71144959239312,
                                                lat = 0.75204154045486,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71122152891102,
                                                lat = 0.752064788299,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71146000630701,
                                                lat = 0.75204004455117,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.71090771924849,
                                                lat = 0.7520229504233,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71126791706209,
                                                lat = 0.75207096829452,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71160714253129,
                                                lat = 0.75205072001995,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                long = 0.71155887686511,
                                                lat = 0.75204852256508,
                                            }, -- end of [11]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71161131915303,
                                                lat = 0.75205051636338,
                                            }, -- end of [1]
                                            [13] = 
                                            {
                                                long = 0.71219926898159,
                                                lat = 0.75198794903638,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71198006198449,
                                                lat = 0.75195297640333,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.71261395874259,
                                                lat = 0.7519384804635,
                                            }, -- end of [14]
                                            [2] = 
                                            {
                                                long = 0.71161131915303,
                                                lat = 0.75205051636338,
                                            }, -- end of [2]
                                            [15] = 
                                            {
                                                long = 0.71267356628158,
                                                lat = 0.75192558314457,
                                            }, -- end of [15]
                                            [8] = 
                                            {
                                                long = 0.71200368213538,
                                                lat = 0.75195175013489,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.71268883346929,
                                                lat = 0.75192265576378,
                                            }, -- end of [16]
                                            [9] = 
                                            {
                                                long = 0.7120269890183,
                                                lat = 0.75195478425061,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71174864623886,
                                                lat = 0.75203060372716,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71208460531068,
                                                lat = 0.75197320720123,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                long = 0.71212149150699,
                                                lat = 0.75198276668445,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                long = 0.71165525850275,
                                                lat = 0.75204837329202,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71195751847556,
                                                lat = 0.75195844631933,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.7121601475367,
                                                lat = 0.75198772932143,
                                            }, -- end of [12]
                                            [4] = 
                                            {
                                                long = 0.71170281923895,
                                                lat = 0.75204166713949,
                                            }, -- end of [4]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.71361913695451,
                                                lat = 0.7518965694878,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.71338673904068,
                                                lat = 0.75178483091844,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71338673904068,
                                                lat = 0.75178483091844,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71361441467692,
                                                lat = 0.75185003104021,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71362729057115,
                                                lat = 0.75190746527208,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.71364049615164,
                                                lat = 0.75191518445775,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71362064701113,
                                                lat = 0.7518551724256,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71365667223258,
                                                lat = 0.75191853681906,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.71338937826053,
                                                lat = 0.75178406268248,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71361744386345,
                                                lat = 0.75188428352855,
                                            }, -- end of [6]
                                            [11] = 
                                            {
                                                long = 0.71365984205574,
                                                lat = 0.75191826884592,
                                            }, -- end of [11]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [13] = 
                                            {
                                                long = 0.71528461897753,
                                                lat = 0.75100663156104,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71546445954521,
                                                lat = 0.75128735477919,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.715480487956,
                                                lat = 0.75135036201485,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.715480487956,
                                                lat = 0.75135036201485,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71546078874991,
                                                lat = 0.75133133783022,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71546044769221,
                                                lat = 0.75127303564819,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.71534152547448,
                                                lat = 0.75111881671999,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71545802027023,
                                                lat = 0.75131834429745,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71529394176626,
                                                lat = 0.75104938796127,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                long = 0.71528844096488,
                                                lat = 0.75103839155396,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                long = 0.71546924840007,
                                                lat = 0.7513428322473,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71546229983825,
                                                lat = 0.75130195076791,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71528461897753,
                                                lat = 0.75100663156104,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.71528460217981,
                                                lat = 0.75097939563668,
                                            }, -- end of [14]
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            [13] = 
                                            {
                                                long = 0.71551262699187,
                                                lat = 0.75103890361592,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71538981414941,
                                                lat = 0.75098213025601,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.71528460217981,
                                                lat = 0.75097939563668,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71528460169405,
                                                lat = 0.75097860799875,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71533634909237,
                                                lat = 0.75097583786051,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71538981414941,
                                                lat = 0.75098213025601,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.71539595029373,
                                                lat = 0.75098405414488,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71537121073109,
                                                lat = 0.75097896269386,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71541263232156,
                                                lat = 0.75099709057485,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.71530424287265,
                                                lat = 0.75097824948697,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71537121073109,
                                                lat = 0.75097896269386,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71547367551812,
                                                lat = 0.75102616282245,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                long = 0.7154610709381,
                                                lat = 0.75101158428505,
                                            }, -- end of [11]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.71435456706324,
                                                lat = 0.75179352951413,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.71365984205574,
                                                lat = 0.75191826884592,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.71461353691498,
                                                lat = 0.75174085792241,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                long = 0.71375508961711,
                                                lat = 0.75191021428537,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.71365984205574,
                                                lat = 0.75191826884592,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.71380205724955,
                                                lat = 0.75190404801108,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.7142695509005,
                                                lat = 0.75180267514156,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                long = 0.71450470893175,
                                                lat = 0.75175816803336,
                                            }, -- end of [7]
                                        }, -- end of [5]
                                        [10] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7155127679943,
                                                lat = 0.75103867461419,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7155127679943,
                                                lat = 0.75103867461419,
                                            }, -- end of [2]
                                        }, -- end of [10]
                                        [3] = 
                                        {
                                            [13] = 
                                            {
                                                long = 0.71338673904068,
                                                lat = 0.75178483091844,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71309774261193,
                                                lat = 0.7518611500513,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.71268883346929,
                                                lat = 0.75192265576378,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71268883346929,
                                                lat = 0.75192265576378,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71277566174208,
                                                lat = 0.75190912761416,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71314461594959,
                                                lat = 0.75185673311769,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.71328275860653,
                                                lat = 0.75183257813796,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71283724943779,
                                                lat = 0.75189750190077,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71331334913467,
                                                lat = 0.75182480909707,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.71275279784319,
                                                lat = 0.75191038955972,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71289167323919,
                                                lat = 0.75187263051048,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71338194695364,
                                                lat = 0.7517862258087,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                long = 0.71334126511653,
                                                lat = 0.75181290707484,
                                            }, -- end of [11]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.71499415899077,
                                                lat = 0.75162172725871,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.71461353691498,
                                                lat = 0.75174085792241,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71461353691498,
                                                lat = 0.75174085792241,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71472537820896,
                                                lat = 0.75172014118207,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71510997726335,
                                                lat = 0.75154272253471,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.71515121807881,
                                                lat = 0.75151910589199,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.71491133420163,
                                                lat = 0.75166151963792,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71536049409656,
                                                lat = 0.75142638550379,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.71466836742561,
                                                lat = 0.75173213412052,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71495436488832,
                                                lat = 0.7516433553128,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71539177362391,
                                                lat = 0.75142205750525,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                long = 0.71537992300507,
                                                lat = 0.75142188051348,
                                            }, -- end of [11]
                                        }, -- end of [6]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75201598566175,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71075130785048,
                                            x = -198440.08529766,
                                            speed = 8.3333333333333,
                                            y = 528984.65985222,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75205051636338,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71161131915303,
                                            x = -197847.4897296,
                                            speed = 8.3333333333333,
                                            y = 532979.64908373,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75192265576378,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71268883346929,
                                            x = -198186.47984836,
                                            speed = 8.3333333333333,
                                            y = 538078.81376292,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 17,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75178483091844,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71338673904068,
                                            x = -198756.43905722,
                                            speed = 8.3333333333333,
                                            y = 541417.01942167,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 72,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75191826884592,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71365984205574,
                                            x = -197786.08664916,
                                            speed = 8.3333333333333,
                                            y = 542612.18177974,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 259,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75174085792241,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71461353691498,
                                            x = -198495.47786318,
                                            speed = 8.3333333333333,
                                            y = 547179.18022453,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 259,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75142205750525,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71539177362391,
                                            x = -200182.80447579,
                                            speed = 8.3333333333333,
                                            y = 551012.36758504,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 86,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75135036201485,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.715480487956,
                                            x = -200600.33159558,
                                            speed = 8.3333333333333,
                                            y = 551470.94585443,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 86,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75097939563668,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71528460217981,
                                            x = -203049.52514023,
                                            speed = 8.3333333333333,
                                            y = 550782.01398577,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 114,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75103890361592,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71551262699187,
                                            x = -202569.93668961,
                                            speed = 8.3333333333333,
                                            y = 551811.64159099,
                                        }, -- end of [10]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 147,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 361,
                                        lat = 0.75201598566175,
                                        skill = "Excellent",
                                        long = 0.71075130785048,
                                        x = -198440.08529766,
                                        name = "GG 2-1",
                                        heading = 1.515578591163,
                                        y = 528984.65985222,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 362,
                                        lat = 0.75201609679255,
                                        skill = "Excellent",
                                        long = 0.71074728037143,
                                        x = -198441.09654699,
                                        name = "GG 2-2",
                                        heading = 1.515578591163,
                                        y = 528965.7663091,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 363,
                                        lat = 0.75201624996759,
                                        skill = "Excellent",
                                        long = 0.71074356196111,
                                        x = -198441.70809252,
                                        name = "GG 2-3",
                                        heading = 1.515578591163,
                                        y = 528948.29271273,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 364,
                                        lat = 0.75201641157799,
                                        skill = "Excellent",
                                        long = 0.71073963859201,
                                        x = -198442.35339515,
                                        name = "GG 2-4",
                                        heading = 1.515578591163,
                                        y = 528929.85597624,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 365,
                                        lat = 0.75201660442766,
                                        skill = "Excellent",
                                        long = 0.71073495658601,
                                        x = -198443.12354147,
                                        name = "GG 2-5",
                                        heading = 1.515578591163,
                                        y = 528907.85425152,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 366,
                                        lat = 0.75201678120661,
                                        skill = "Excellent",
                                        long = 0.71073066450648,
                                        x = -198443.82961113,
                                        name = "GG 2-6",
                                        heading = 1.515578591163,
                                        y = 528887.68487859,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 367,
                                        lat = 0.75201695644632,
                                        skill = "Excellent",
                                        long = 0.71072640957306,
                                        x = -198444.52962924,
                                        name = "GG 2-7",
                                        heading = 1.515578591163,
                                        y = 528867.69006845,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 368,
                                        lat = 0.75201712375689,
                                        skill = "Excellent",
                                        long = 0.71072234695475,
                                        x = -198445.1980628,
                                        name = "GG 2-8",
                                        heading = 1.515578591163,
                                        y = 528848.59899181,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 369,
                                        lat = 0.75201729665767,
                                        skill = "Excellent",
                                        long = 0.71071814838043,
                                        x = -198445.88892198,
                                        name = "GG 2-9",
                                        heading = 1.515578591163,
                                        y = 528828.86903524,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 370,
                                        lat = 0.75201746268177,
                                        skill = "Excellent",
                                        long = 0.71071411658768,
                                        x = -198446.55239189,
                                        name = "GG 2-10",
                                        heading = 1.515578591163,
                                        y = 528809.92282427,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 371,
                                        lat = 0.75201761513867,
                                        skill = "Excellent",
                                        long = 0.71071041408861,
                                        x = -198447.16171992,
                                        name = "GG 2-11",
                                        heading = 1.515578591163,
                                        y = 528792.52403536,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 372,
                                        lat = 0.75201780043849,
                                        skill = "Excellent",
                                        long = 0.71070591375211,
                                        x = -198447.90240982,
                                        name = "GG 2-12",
                                        heading = 1.515578591163,
                                        y = 528771.37605323,
                                    }, -- end of [12]
                                }, -- end of units
                                name = "Ground Group 2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 82,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75085391936549,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71455571138266,
                                            x = -204170.17760014,
                                            speed = 0,
                                            y = 547451.17815067,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 148,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 373,
                                        lat = 0.75085391936549,
                                        skill = "Excellent",
                                        long = 0.71455571138266,
                                        x = -204170.17760014,
                                        name = "Forward Recon South Trooper",
                                        heading = 1.9513027039073,
                                        y = 547451.17815067,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BRDM-2",
                                        CLSID = "{B33FB5B1-ABF0-48E6-A06B-6886A0132786}",
                                        unitId = 374,
                                        lat = 0.75084283180254,
                                        skill = "Excellent",
                                        long = 0.7144955277642,
                                        x = -204267.33989533,
                                        name = "Forward Recon South BRDM2",
                                        heading = 1.832595714594,
                                        y = 547176.5997456,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Forward Recon South",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [16]
                            [17] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 82,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75137965047204,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71509079818537,
                                            x = -200585.64399302,
                                            speed = 0,
                                            y = 549631.23959858,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 149,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BRDM-2",
                                        CLSID = "{B33FB5B1-ABF0-48E6-A06B-6886A0132786}",
                                        unitId = 375,
                                        lat = 0.75137965047204,
                                        skill = "Excellent",
                                        long = 0.71509079818537,
                                        x = -200585.64399302,
                                        name = "Forward recon North BRDM",
                                        heading = 5.7595865315813,
                                        y = 549631.23959858,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 376,
                                        lat = 0.75145061580852,
                                        skill = "Excellent",
                                        long = 0.71519663175688,
                                        x = -200086.96842045,
                                        name = "Forward Recon North Trooper",
                                        heading = 1.7453292519943,
                                        y = 550082.61809865,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Forward Recon North",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [17]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Red Crown 500",
                                groupId = 17,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.77056561758141,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77930492007665,
                                            x = -42906.946689419,
                                            speed = 166.66666666667,
                                            y = 832286.8022943,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.78521322301233,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68411242463941,
                                            x = 2579.8059935328,
                                            speed = 166.66666666667,
                                            y = 388689.94545318,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 48,
                                        lat = 0.77056561758141,
                                        skill = "Excellent",
                                        long = 0.77930492007665,
                                        x = -42906.946689419,
                                        name = "AWACS 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 832286.8022943,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 0,
                                            name = "500",
                                        }, -- end of callsign
                                        onboard_num = 50,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "AWACS Escort",
                                groupId = 88,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.77023031561013,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77914635693979,
                                            x = -45146.860927381,
                                            speed = 166.66666666667,
                                            y = 831862.16842194,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.78501333529941,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68400786471846,
                                            x = 1271.1849812251,
                                            speed = 166.66666666667,
                                            y = 388312.03867391,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 217,
                                        lat = 0.77023031561013,
                                        skill = "Excellent",
                                        long = 0.77914635693979,
                                        x = -45146.860927381,
                                        name = "AWACS Escort 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 831862.16842194,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "511",
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 218,
                                        lat = 0.77022331561013,
                                        skill = "Excellent",
                                        long = 0.77915335693979,
                                        x = -45186.847035252,
                                        name = "AWACS Escort 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 831900.57199561,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "512",
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "Bridge CAS group",
                                groupId = 141,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75392355862716,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7059560837689,
                                            x = -188325.50082552,
                                            speed = 111.11111111111,
                                            y = 505515.62196371,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7493009835615,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70659870891282,
                                            x = -217500.82152964,
                                            speed = 111.11111111111,
                                            y = 511151.1123913,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74940014398245,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71475304549655,
                                                    radius = 500,
                                                    name = "South Bridge Targets",
                                                    y = 548425.40709,
                                                    x = -204621.61084996,
                                                    lat = 0.75076937959534,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.71206272662593,
                                            x = -214529.11202965,
                                            speed = 111.11111111111,
                                            y = 536662.28433665,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75039347439649,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71556174346923,
                                                    radius = 1000,
                                                    name = "North Bridge Targets",
                                                    y = 551788.91466604,
                                                    x = -199919.71304239,
                                                    lat = 0.75145159467364,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.71393421792283,
                                            x = -207376.98242727,
                                            speed = 111.11111111111,
                                            y = 544825.1661646,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75284330476992,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71644560418309,
                                            x = -190653.3059055,
                                            speed = 111.11111111111,
                                            y = 555059.00072038,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 1389,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75499426959279,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70845152487049,
                                            x = -180453.49421279,
                                            speed = 111.11111111111,
                                            y = 516513.29170253,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75374427137245,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70730264234912,
                                            x = -188905.10999832,
                                            speed = 111.11111111111,
                                            y = 511890.29478472,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [9]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 338,
                                        lat = 0.752425,
                                        skill = "Player",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Me",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = "100",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 339,
                                        lat = 0.752418,
                                        skill = "Excellent",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "AG South 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "101",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "Fighter CAP",
                                groupId = 143,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 12,
                                            lat = 0.75188075013392,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68435979991325,
                                            x = -209584.1992775,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 405861.26132199,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74797760321275,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69042350038506,
                                            x = -232275.13449561,
                                            speed = 138.88888888889,
                                            y = 436112.44819479,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74536425424885,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72424033403572,
                                            x = -234684.5568282,
                                            speed = 138.88888888889,
                                            y = 596268.2515606,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.73432451478528,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71508699738526,
                                            x = -309225.80580402,
                                            speed = 138.88888888889,
                                            y = 559902.75631309,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74784150102333,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69063507284565,
                                            x = -233063.56982711,
                                            speed = 138.88888888889,
                                            y = 437173.93709744,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 0,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 12,
                                            lat = 0.75188075013392,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68435979991325,
                                            x = -209584.1992775,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 405861.26132199,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 342,
                                        lat = 0.75188075013392,
                                        skill = "Excellent",
                                        y = 405861.26132199,
                                        long = 0.68435979991325,
                                        x = -209584.1992775,
                                        name = "CAP 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 45,
                                            chaff = 51,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "301",
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 343,
                                        lat = 0.75187375013392,
                                        skill = "Excellent",
                                        y = 405897.31303308,
                                        long = 0.68436679991325,
                                        x = -209626.37970432,
                                        name = "CAP 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 45,
                                            chaff = 51,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "302",
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 344,
                                        lat = 0.75186675013392,
                                        skill = "Excellent",
                                        y = 405933.36474416,
                                        long = 0.68437379991325,
                                        x = -209668.56013115,
                                        name = "CAP 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 45,
                                            chaff = 51,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "303",
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 3.9669695041105,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78735669074461,
                                            long = 0.67938915616878,
                                            x = 14627.227659811,
                                            name = "",
                                            speed = 0,
                                            y = 366336.34616809,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 38,
                                lat = 0.78735669074461,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "aviashtab",
                                        type = "Military staff",
                                        CLSID = "{a056cc08-9b50-45b1-b798-e0eb4277ea86}",
                                        unitId = 139,
                                        lat = 0.78735669074461,
                                        long = 0.67938915616878,
                                        x = 14627.227659811,
                                        name = "Theatre Command Post A",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366336.34616809,
                                        heading = 3.9669695041105,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67938915616878,
                                name = "Theatre Command Post A",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 5.4977871437821,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78735044077789,
                                            long = 0.67940625450966,
                                            x = 14593.051787224,
                                            name = "",
                                            speed = 0,
                                            y = 366416.55237592,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                lat = 0.78735044077789,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "kazarma2",
                                        type = "Barracks 2",
                                        CLSID = "{eb3bac2d-4c24-4ff8-8c8a-dcd3d0c98750}",
                                        unitId = 140,
                                        lat = 0.78735044077789,
                                        long = 0.67940625450966,
                                        x = 14593.051787224,
                                        name = "Theatre Command Post B",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366416.55237592,
                                        heading = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67940625450966,
                                name = "Theatre Command Post B",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 5.4977871437821,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78734858268724,
                                            long = 0.67941198339072,
                                            x = 14583.103654581,
                                            name = "",
                                            speed = 0,
                                            y = 366443.31400857,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                lat = 0.78734858268724,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "kazarma2",
                                        type = "Barracks 2",
                                        CLSID = "{eb3bac2d-4c24-4ff8-8c8a-dcd3d0c98750}",
                                        unitId = 141,
                                        lat = 0.78734858268724,
                                        long = 0.67941198339072,
                                        x = 14583.103654581,
                                        name = "Theatre Command Post C",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366443.31400857,
                                        heading = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67941198339072,
                                name = "Theatre Command Post C",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 5.2023463066384,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78736336304966,
                                            long = 0.67940983026835,
                                            x = 14676.509025455,
                                            name = "",
                                            speed = 0,
                                            y = 366426.58219839,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                lat = 0.78736336304966,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 142,
                                        lat = 0.78736336304966,
                                        long = 0.67940983026835,
                                        x = 14676.509025455,
                                        name = "Theatre Command Post D",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366426.58219839,
                                        heading = 5.2023463066384,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67940983026835,
                                name = "Theatre Command Post D",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 5.2023463066384,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78735466372408,
                                            long = 0.67939589342878,
                                            x = 14616.535342497,
                                            name = "",
                                            speed = 0,
                                            y = 366367.74335659,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                lat = 0.78735466372408,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash_m",
                                        type = "Comms tower M",
                                        CLSID = "{fe75a842-e794-4650-9197-22797513dc72}",
                                        unitId = 143,
                                        lat = 0.78735466372408,
                                        long = 0.67939589342878,
                                        x = 14616.535342497,
                                        name = "Theatre Command Post E",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366367.74335659,
                                        heading = 5.2023463066384,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67939589342878,
                                name = "Theatre Command Post E",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 3.9269908169872,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78734731580924,
                                            long = 0.67938734449644,
                                            x = 14566.937764721,
                                            name = "",
                                            speed = 0,
                                            y = 366332.60468888,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 43,
                                lat = 0.78734731580924,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 144,
                                        lat = 0.78734731580924,
                                        long = 0.67938734449644,
                                        x = 14566.937764721,
                                        name = "Theatre Command Post F",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366332.60468888,
                                        heading = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67938734449644,
                                name = "Theatre Command Post F",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 5.3003915839323,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78734604893285,
                                            long = 0.67940039681159,
                                            x = 14563.161460863,
                                            name = "",
                                            speed = 0,
                                            y = 366392.1707902,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 44,
                                lat = 0.78734604893285,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "GSM Rus",
                                        type = "FARP Fuel Depot",
                                        CLSID = "{3441baf3-7ff7-4d76-ab9e-77f768b7813f}",
                                        unitId = 145,
                                        lat = 0.78734604893285,
                                        long = 0.67940039681159,
                                        x = 14563.161460863,
                                        name = "Theatre Command Post G",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366392.1707902,
                                        heading = 5.3003915839323,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67940039681159,
                                name = "Theatre Command Post G",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 4.014257279587,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75255665202007,
                                            long = 0.7081108409715,
                                            x = -196123.83607809,
                                            name = "",
                                            speed = 0,
                                            y = 516344.61971522,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 124,
                                lat = 0.75255665202007,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25TM",
                                        CLSID = "{734008AD-266A-4932-B6F6-CB243AD4EE38}",
                                        unitId = 311,
                                        lat = 0.75255665202007,
                                        long = 0.7081108409715,
                                        x = -196123.83607809,
                                        name = "Static 1",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516344.61971522,
                                        heading = 4.014257279587,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7081108409715,
                                name = "Static 1",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 4.014257279587,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75254995620901,
                                            long = 0.70811853636319,
                                            x = -196163.19507345,
                                            name = "",
                                            speed = 0,
                                            y = 516384.33007901,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 125,
                                lat = 0.75254995620901,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25TM",
                                        CLSID = "{734008AD-266A-4932-B6F6-CB243AD4EE38}",
                                        unitId = 312,
                                        lat = 0.75254995620901,
                                        long = 0.70811853636319,
                                        x = -196163.19507345,
                                        name = "Static 1 #001",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516384.33007901,
                                        heading = 4.014257279587,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70811853636319,
                                name = "Static 1 #001",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 4.014257279587,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75254317878446,
                                            long = 0.70812527957702,
                                            x = -196203.48041473,
                                            name = "",
                                            speed = 0,
                                            y = 516419.64820582,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 126,
                                lat = 0.75254317878446,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25TM",
                                        CLSID = "{734008AD-266A-4932-B6F6-CB243AD4EE38}",
                                        unitId = 313,
                                        lat = 0.75254317878446,
                                        long = 0.70812527957702,
                                        x = -196203.48041473,
                                        name = "Static 1 #002",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516419.64820582,
                                        heading = 4.014257279587,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70812527957702,
                                name = "Static 1 #002",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 4.014257279587,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75253713629763,
                                            long = 0.70813234563484,
                                            x = -196238.9471838,
                                            name = "",
                                            speed = 0,
                                            y = 516456.05047086,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 127,
                                lat = 0.75253713629763,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25TM",
                                        CLSID = "{734008AD-266A-4932-B6F6-CB243AD4EE38}",
                                        unitId = 314,
                                        lat = 0.75253713629763,
                                        long = 0.70813234563484,
                                        x = -196238.9471838,
                                        name = "Static 1 #003",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516456.05047086,
                                        heading = 4.014257279587,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70813234563484,
                                name = "Static 1 #003",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 5.0832802691974,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.752543097129,
                                            long = 0.70811185275734,
                                            x = -196209.73343888,
                                            name = "",
                                            speed = 0,
                                            y = 516357.10015639,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 128,
                                lat = 0.752543097129,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATMZ-5",
                                        CLSID = "{A97C0647-83EB-4B15-8B5B-BD2F8842DF91}",
                                        unitId = 315,
                                        lat = 0.752543097129,
                                        long = 0.70811185275734,
                                        x = -196209.73343888,
                                        name = "Static 1 #004",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516357.10015639,
                                        heading = 5.0832802691974,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70811185275734,
                                name = "Static 1 #004",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75231905806608,
                                            long = 0.70805482428436,
                                            x = -197660.95961636,
                                            name = "",
                                            speed = 0,
                                            y = 516219.5562393,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 129,
                                lat = 0.75231905806608,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-27",
                                        CLSID = "{809119BE-03A0-4B85-9134-900DF0591FC3}",
                                        unitId = 316,
                                        lat = 0.75231905806608,
                                        long = 0.70805482428436,
                                        x = -197660.95961636,
                                        name = "Static 1 #005",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516219.5562393,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70805482428436,
                                name = "Static 1 #005",
                                dead = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75231701710983,
                                            long = 0.70805934581951,
                                            x = -197672.02760551,
                                            name = "",
                                            speed = 0,
                                            y = 516241.80425306,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 130,
                                lat = 0.75231701710983,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-27",
                                        CLSID = "{809119BE-03A0-4B85-9134-900DF0591FC3}",
                                        unitId = 317,
                                        lat = 0.75231701710983,
                                        long = 0.70805934581951,
                                        x = -197672.02760551,
                                        name = "Static 1 #006",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516241.80425306,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70805934581951,
                                name = "Static 1 #006",
                                dead = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75231448632949,
                                            long = 0.7080664753285,
                                            x = -197685.10167158,
                                            name = "",
                                            speed = 0,
                                            y = 516276.49099063,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 131,
                                lat = 0.75231448632949,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-28N",
                                        CLSID = "{450335F5-0F8A-4d71-A880-1B76B3C89B1A}",
                                        unitId = 318,
                                        lat = 0.75231448632949,
                                        long = 0.7080664753285,
                                        x = -197685.10167158,
                                        name = "Static 1 #007",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516276.49099063,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7080664753285,
                                name = "Static 1 #007",
                                dead = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75231277193332,
                                            long = 0.70807079294346,
                                            x = -197694.17691089,
                                            name = "",
                                            speed = 0,
                                            y = 516297.6013064,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 132,
                                lat = 0.75231277193332,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-28N",
                                        CLSID = "{450335F5-0F8A-4d71-A880-1B76B3C89B1A}",
                                        unitId = 319,
                                        lat = 0.75231277193332,
                                        long = 0.70807079294346,
                                        x = -197694.17691089,
                                        name = "Static 1 #008",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516297.6013064,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70807079294346,
                                name = "Static 1 #008",
                                dead = false,
                            }, -- end of [16]
                            [20] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75229954668384,
                                            long = 0.70810452763163,
                                            x = -197764.00283214,
                                            name = "",
                                            speed = 0,
                                            y = 516462.4446404,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 136,
                                lat = 0.75229954668384,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 323,
                                        lat = 0.75229954668384,
                                        long = 0.70810452763163,
                                        x = -197764.00283214,
                                        name = "Static 1 #012",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516462.4446404,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70810452763163,
                                name = "Static 1 #012",
                                dead = false,
                            }, -- end of [20]
                            [17] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75230730221152,
                                            long = 0.70808549482357,
                                            x = -197722.73547626,
                                            name = "",
                                            speed = 0,
                                            y = 516369.27314581,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 133,
                                lat = 0.75230730221152,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 320,
                                        lat = 0.75230730221152,
                                        long = 0.70808549482357,
                                        x = -197722.73547626,
                                        name = "Static 1 #009",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516369.27314581,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70808549482357,
                                name = "Static 1 #009",
                                dead = false,
                            }, -- end of [17]
                            [21] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75229032176106,
                                            long = 0.70812720013981,
                                            x = -197813.0745022,
                                            name = "",
                                            speed = 0,
                                            y = 516573.42573856,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 137,
                                lat = 0.75229032176106,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 324,
                                        lat = 0.75229032176106,
                                        long = 0.70812720013981,
                                        x = -197813.0745022,
                                        name = "Static 1 #013",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516573.42573856,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70812720013981,
                                name = "Static 1 #013",
                                dead = false,
                            }, -- end of [21]
                            [18] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75230485309143,
                                            long = 0.70809189363836,
                                            x = -197735.60144974,
                                            name = "",
                                            speed = 0,
                                            y = 516400.50667133,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 134,
                                lat = 0.75230485309143,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 321,
                                        lat = 0.75230485309143,
                                        long = 0.70809189363836,
                                        x = -197735.60144974,
                                        name = "Static 1 #010",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516400.50667133,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70809189363836,
                                name = "Static 1 #010",
                                dead = false,
                            }, -- end of [18]
                            [22] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75228232145003,
                                            long = 0.70814844608,
                                            x = -197854.95589092,
                                            name = "",
                                            speed = 0,
                                            y = 516677.05488754,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 138,
                                lat = 0.75228232145003,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 325,
                                        lat = 0.75228232145003,
                                        long = 0.70814844608,
                                        x = -197854.95589092,
                                        name = "Static 1 #014",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516677.05488754,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70814844608,
                                name = "Static 1 #014",
                                dead = false,
                            }, -- end of [22]
                            [19] = 
                            {
                                heading = 0.43633231299858,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75230215906582,
                                            long = 0.70809778781408,
                                            x = -197750.24266555,
                                            name = "",
                                            speed = 0,
                                            y = 516429.52787746,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 135,
                                lat = 0.75230215906582,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 322,
                                        lat = 0.75230215906582,
                                        long = 0.70809778781408,
                                        x = -197750.24266555,
                                        name = "Static 1 #011",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516429.52787746,
                                        heading = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70809778781408,
                                name = "Static 1 #011",
                                dead = false,
                            }, -- end of [19]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Border Patrol Mission 6",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 150681,
    start_time = 21600,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "EOS",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "ECM",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "HELMET",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "AUTOPILOT",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "HUD",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "ASC",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "RWS",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "RADAR",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
