mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Artillery Group\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"400, Red Crown, stand by, we are beginning our artillery barrage of the bridge defences. You are clear to engage remaining targets in 2 minutes.\", \"15\"); mission.trig.func[1]='';",
            [2] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"101, 201, we are inbound to target. Enemy radar emissions detected, ARM launch imminent.\", \"15\"); mission.trig.func[2]='';",
            [3] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"101, 301, we are on station. Our RADARs are clear, no enemy air activity. Good hunting!\", \"15\"); mission.trig.func[3]='';",
            [4] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"101, 201, targets hit, you are cleared inbound. Good luck!\", \"15\"); mission.trig.func[4]='';",
            [5] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 401, all targets at the bridge destroyed, signal the ground group to proceed in to Zugdidi.\", \"10\"); mission.trig.func[5]='';",
        }, -- 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",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"524\", \"Activate Artillery\") )",
            [2] = "return(c_unit_in_zone(\"460\", \"SEAD Inbound\") )",
            [3] = "return(c_unit_in_zone(\"505\", \"CAP Sweep Begins\") )",
            [4] = "return(c_unit_in_zone(\"460\", \"SEAD Outbound\") )",
            [5] = "return(c_group_dead(\"Bridge Forward Group\") and c_group_dead(\"Bridge Rear Group\") )",
        }, -- 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] = 
                {
                    predicate = "c_unit_dead",
                    unit = 467,
                }, -- end of [1]
            }, -- end of rules
            score = 20,
            side = "OFFLINE",
            predicate = "score",
            comment = "Ship 1 dead",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 468,
                }, -- end of [1]
            }, -- end of rules
            score = 20,
            side = "OFFLINE",
            predicate = "score",
            comment = "Ship 2 dead",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 469,
                }, -- end of [1]
            }, -- end of rules
            score = 20,
            side = "OFFLINE",
            predicate = "score",
            comment = "Ship 3 dead",
        }, -- end of [3]
        [4] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 470,
                }, -- end of [1]
            }, -- end of rules
            score = 20,
            side = "OFFLINE",
            predicate = "score",
            comment = "Ship 4 dead",
        }, -- end of [4]
        [5] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 498,
                }, -- end of [1]
            }, -- end of rules
            score = 20,
            side = "OFFLINE",
            predicate = "score",
            comment = "Supply escort dead",
        }, -- end of [5]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"524\", \"Activate Artillery\") then a_activate_group(\"Artillery Group\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"400, Red Crown, stand by, we are beginning our artillery barrage of the bridge defences. You are clear to engage remaining targets in 2 minutes.\", \"15\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"460\", \"SEAD Inbound\") then a_out_sound(\"pickle.wav\");a_out_text_delay(\"101, 201, we are inbound to target. Enemy radar emissions detected, ARM launch imminent.\", \"15\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"505\", \"CAP Sweep Begins\") then a_out_sound(\"pickle.wav\");a_out_text_delay(\"101, 301, we are on station. Our RADARs are clear, no enemy air activity. Good hunting!\", \"15\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone(\"460\", \"SEAD Outbound\") then a_out_sound(\"pickle.wav\");a_out_text_delay(\"101, 201, targets hit, you are cleared inbound. Good luck!\", \"15\"); mission.trigfunc[4]='';end;",
        [5] = "if c_group_dead(\"Bridge Forward Group\") and c_group_dead(\"Bridge Rear Group\") then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 401, all targets at the bridge destroyed, signal the ground group to proceed in to Zugdidi.\", \"10\"); mission.trigfunc[5]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 790,
        wind = 
        {
            at8000 = 
            {
                speed = 5,
                dir = 35,
            }, -- end of at8000
            atGround = 
            {
                speed = 0,
                dir = 300,
            }, -- end of atGround
            at2000 = 
            {
                speed = 3,
                dir = 180,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 1,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 3,
            temperature = 8,
        }, -- end of season
        clouds = 
        {
            density = 4,
            thickness = 990,
            base = 4200,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_unit_dead(\"467\")  then a_set_mission_result(20) end",
        [2] = "if c_unit_dead(\"468\")  then a_set_mission_result(20) end",
        [3] = "if c_unit_dead(\"469\")  then a_set_mission_result(20) end",
        [4] = "if c_unit_dead(\"470\")  then a_set_mission_result(20) end",
        [5] = "if c_unit_dead(\"498\")  then a_set_mission_result(20) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_unit_dead(\"467\") )",
                [2] = "return(c_unit_dead(\"468\") )",
                [3] = "return(c_unit_dead(\"469\") )",
                [4] = "return(c_unit_dead(\"470\") )",
                [5] = "return(c_unit_dead(\"498\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(20)",
                [2] = "a_set_mission_result(20)",
                [3] = "a_set_mission_result(20)",
                [4] = "a_set_mission_result(20)",
                [5] = "a_set_mission_result(20)",
            }, -- 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",
                [3] = "if mission.result.offline.conditions[3]() then mission.result.offline.actions[3]() end",
                [4] = "if mission.result.offline.conditions[4]() then mission.result.offline.actions[4]() end",
                [5] = "if mission.result.offline.conditions[5]() then mission.result.offline.actions[5]() 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 = 2500,
                zoneId = 4,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.74343177225675,
                hidden = true,
                long = 0.72667646177352,
                x = -245818.79175149,
                name = "Activate Artillery",
                y = 608967.74497357,
            }, -- end of [1]
            [2] = 
            {
                radius = 6000,
                zoneId = 6,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.72767390974318,
                hidden = true,
                long = 0.71374964170248,
                x = -352181.28049751,
                name = "CAP Sweep Begins",
                y = 557477.5296091,
            }, -- end of [2]
            [3] = 
            {
                radius = 4000,
                zoneId = 5,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.7311201540299,
                hidden = true,
                long = 0.74892922340267,
                x = -312705.29228478,
                name = "SEAD Inbound",
                y = 722944.59767216,
            }, -- end of [3]
            [4] = 
            {
                radius = 8000,
                zoneId = 7,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.7234840594125,
                hidden = true,
                long = 0.73103805827136,
                x = -370780.88424821,
                name = "SEAD Outbound",
                y = 642805.04364724,
            }, -- end of [4]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.72989345310697,
        zoom = 1000000,
        centerX = 0.73868521563577,
    }, -- 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 advance in to Georgia continues. The 244th Motor Rifle Division has taken Babushara airfield and has captured Gali. Our ground troops intend to advance further to the south east this morning. Their next phase of operations will be to cross the river and take Zugdidi.\
\
Georgian resistance continues to be more effective than predicted. Theatre HQ at Krasnodar tasked intelligence and reconnaissance assets with establishing why enemy resistance has been so strong.\
\
SITUATION:\
=======\
We have been aware since the start of this campaign that the Georgians were being supplied with equipment by the Ukraine. The Kuznetsov battlegroup managed to stop ferry mission across the Black Sea by Ukrainian aircraft some days ago, however this did not appear to have reduced the rate at which Georgian munitions and ground vehicles were being replaced.\
\
Photographic reconnaissance by Yastreb drones over the past two nights has revealed that the Ukrainians have established a maritime resuply route around the western and southern areas of the Black Sea, out of range of our maritime patrols.\
\
An opportunity has arisen to prevent any further resupply shipments. The 339th Frontal Aviation Regiment has been forward-deployed to Babushara and Theatre Command at Krasnodar have tasked us with a strike sortie today.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
    }, -- end of trigflag
    descriptionRedTask = "Several Ukrainian flagged vessels have been located in the harbour at Batumi. This shipping group appears to comprise of two bulk cargo ships, two small tankers and an escort frigate. The photographs obtained by the Yastreb drone last night are attached to this briefing.\
\
Your mission today is to sink these vessels before they can put to sea.\
\
The port at Batumi is heavily covered by the  medium and short range SAM systems at Batumi and Laituri airfields. A SEAD strike by a flight of Su-34s will preceed your ingress by several minutes.\
\
The279th KIAP aboard the Admiral Kuznetsov is providing a CAP for today's strikes, though intelligence believes that we have attrited all the Ukrainian supplied MiG-23MLDs that the Georgians have been using as GAI assets. As such the only opposition today should be SAM systems.\
\
A flight of Ka-50s will be carrying out a CAS mission this morning in support of the 244th's advance in to Zugdidi. Their tasking should not have any effect on your mission today.\
\
FRIENDLY FORCES:\
===========\
Your flight: 4 * Su-25T, callsign 100.\
SEAD Strike: 4 * Su-34, callsign 200.\
Fighter CAP: 2 * Su-33, callsign 300.\
CAS Helicopters: 4 * Ka-50, callsign 400.\
AWACS: Red Crown, callsign 500.\
AWACS escort: 2 * Su-30, callsign 510.\
\
ENEMY FORCES:\
==========\
As briefed, there is known SAM cover over the port at Batumi by 2P25 Kub (SA-6) systems. The SEAD flight should destroy these prior to your ingress.\
\
The frigate escorting the Ukrainian vessels also has a Strela SAM system and 2 AK-630 30mm air defence cannons on board, though the SAM system only has an effective range of 4200m. Remember to activate your ECM and IR jammer when inbound to your targets.\
\
There is no expected enemy aircraft activity.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "Border 8-1{0A600C1E-62C6-424f-8F1E-54BC149326DB}.png",
        [2] = "Border 8-2{E2F88FCB-E395-4181-BBE8-468C9004B83D}.png",
        [4] = "Border 8-4{19F27DBF-CF6B-450c-9FF7-78ED9EE0626E}.png",
        [3] = "Border 8-3{D79C3633-231A-4286-BD0C-C064A3D3CBA1}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 4,
                    predicate = "c_unit_in_zone",
                    unit = 524,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 204,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "400, Red Crown, stand by, we are beginning our artillery barrage of the bridge defences. You are clear to engage remaining targets in 2 minutes.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [3]
            }, -- end of actions
            comment = "Activate Artillery",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 5,
                    predicate = "c_unit_in_zone",
                    unit = 460,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "101, 201, we are inbound to target. Enemy radar emissions detected, ARM launch imminent.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            comment = "SEAD Group Inbound",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 6,
                    predicate = "c_unit_in_zone",
                    unit = 505,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "101, 301, we are on station. Our RADARs are clear, no enemy air activity. Good hunting!",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            comment = "CAP \"Scopes clear\"",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 7,
                    predicate = "c_unit_in_zone",
                    unit = 460,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "101, 201, targets hit, you are cleared inbound. Good luck!",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            comment = "SEAD Outbound",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 196,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 195,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Red Crown, 401, all targets at the bridge destroyed, signal the ground group to proceed in to Zugdidi.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Bridge Units Dead",
        }, -- end of [5]
    }, -- 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 = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 137,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7431429166184,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73057501248694,
                                            x = -245748.07644876,
                                            speed = 0,
                                            y = 627512.25204304,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 195,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 479,
                                        lat = 0.7431429166184,
                                        skill = "Good",
                                        long = 0.73057501248694,
                                        x = -245748.07644876,
                                        name = "Bridge 1-1",
                                        heading = 5.0614548307836,
                                        y = 627512.25204304,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 480,
                                        lat = 0.74313668375169,
                                        skill = "Good",
                                        long = 0.73057013979618,
                                        x = -245790.20921171,
                                        name = "Bridge 1-2",
                                        heading = 5.0614548307836,
                                        y = 627493.47842643,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 481,
                                        lat = 0.74313061281193,
                                        skill = "Good",
                                        long = 0.7305665182137,
                                        x = -245830.68784877,
                                        name = "Bridge 1-3",
                                        heading = 5.0614548307836,
                                        y = 627480.4795516,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 482,
                                        lat = 0.74315481582671,
                                        skill = "Good",
                                        long = 0.73058536092022,
                                        x = -245667.12006313,
                                        name = "Bridge 1-4",
                                        heading = 5.0614548307836,
                                        y = 627553.01048231,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 483,
                                        lat = 0.743161291641,
                                        skill = "Good",
                                        long = 0.73059145472766,
                                        x = -245622.83193297,
                                        name = "Bridge 1-5",
                                        heading = 5.0711596506553,
                                        y = 627577.3640727,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 484,
                                        lat = 0.74316760559704,
                                        skill = "Good",
                                        long = 0.7305968991834,
                                        x = -245579.89806963,
                                        name = "Bridge 1-6",
                                        heading = 5.0614548307836,
                                        y = 627598.77208264,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 493,
                                        lat = 0.74312454190604,
                                        skill = "Good",
                                        long = 0.73056192196977,
                                        x = -245871.65124105,
                                        name = "Bridge 1-7",
                                        heading = 5.0711596506553,
                                        y = 627462.89820516,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 494,
                                        lat = 0.74317497192538,
                                        skill = "Good",
                                        long = 0.73060234756203,
                                        x = -245530.25782327,
                                        name = "Bridge 1-8",
                                        heading = 5.0711596506553,
                                        y = 627619.5002496,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 495,
                                        lat = 0.74314534501769,
                                        skill = "High",
                                        long = 0.7306102055665,
                                        x = -245715.0943192,
                                        name = "Bridge Rear Shilka",
                                        heading = 5.5884470309829,
                                        y = 627676.10380489,
                                    }, -- end of [9]
                                }, -- end of units
                                name = "Bridge Rear Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72899091209738,
                                                lat = 0.74295675546815,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72899395004002,
                                                lat = 0.74295675546815,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 137,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74322014236979,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73034049165048,
                                            x = -245372.78090198,
                                            speed = 0,
                                            y = 626358.39142743,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 196,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 486,
                                        lat = 0.74322014236979,
                                        skill = "Good",
                                        long = 0.73034049165048,
                                        x = -245372.78090198,
                                        name = "Bridge 2-1",
                                        heading = 4.1887902047864,
                                        y = 626358.39142743,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 487,
                                        lat = 0.74321034727916,
                                        skill = "Good",
                                        long = 0.73034537589649,
                                        x = -245432.75295912,
                                        name = "Bridge 2-2",
                                        heading = 4.1887902047864,
                                        y = 626387.85449648,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 488,
                                        lat = 0.74319998543443,
                                        skill = "Good",
                                        long = 0.73035085670739,
                                        x = -245496.03884311,
                                        name = "Bridge 2-3",
                                        heading = 4.2052904759924,
                                        y = 626420.49842498,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 489,
                                        lat = 0.74324248543326,
                                        skill = "Good",
                                        long = 0.73036300549499,
                                        x = -245219.23577366,
                                        name = "Bridge 2-4",
                                        heading = 6.0213859193804,
                                        y = 626449.41665283,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 490,
                                        lat = 0.74324475214649,
                                        skill = "Good",
                                        long = 0.73038737040529,
                                        x = -245192.67157913,
                                        name = "Bridge 2-5",
                                        heading = 6.1959188445799,
                                        y = 626562.46619118,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 491,
                                        lat = 0.74324564264227,
                                        skill = "Good",
                                        long = 0.73040868172206,
                                        x = -245176.39436528,
                                        name = "Bridge 2-6",
                                        heading = 0.087266462599716,
                                        y = 626662.07218379,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Bridge Forward Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- 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 = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72696340330313,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7270366022106,
                                            x = -350570.07957565,
                                            speed = 0,
                                            y = 621387.7591697,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 193,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Dry-cargo ship-2",
                                        CLSID = "{21B074E6-780D-4ba5-963E-94D5C8436A4E}",
                                        unitId = 467,
                                        lat = 0.72696340330313,
                                        skill = "Good",
                                        long = 0.7270366022106,
                                        x = -350570.07957565,
                                        name = "Supply 1",
                                        heading = -0.50292318697128,
                                        y = 621387.7591697,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Dry-cargo ship-2",
                                        CLSID = "{21B074E6-780D-4ba5-963E-94D5C8436A4E}",
                                        unitId = 468,
                                        lat = 0.7269967487159,
                                        skill = "Good",
                                        long = 0.72714414252226,
                                        x = -350305.79466228,
                                        name = "Supply 2",
                                        heading = 2.0943951023932,
                                        y = 621880.49770039,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "ELNYA",
                                        CLSID = "{63CAFD18-C960-476B-BE9D-865C53A88146}",
                                        unitId = 469,
                                        lat = 0.72704684846818,
                                        skill = "Good",
                                        long = 0.72705120808167,
                                        x = -350031.34596791,
                                        name = "Supply 3",
                                        heading = 1.9198621771938,
                                        y = 621404.80186492,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "ELNYA",
                                        CLSID = "{63CAFD18-C960-476B-BE9D-865C53A88146}",
                                        unitId = 470,
                                        lat = 0.72708498321583,
                                        skill = "Good",
                                        long = 0.72716210798164,
                                        x = -349734.92565069,
                                        name = "Supply 4",
                                        heading = 1.5707963267949,
                                        y = 621910.56495906,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 498,
                                        lat = 0.7271538330466,
                                        skill = "Average",
                                        long = 0.72703654307289,
                                        x = -349356.72694439,
                                        name = "Supply Molniya",
                                        heading = -0.50292318697173,
                                        y = 621267.11342316,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Ukrainian Supply Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- 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 = 346,
                                            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 = "Average",
                                        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.73178852040451,
                                        skill = "Average",
                                        long = 0.73069833611204,
                                        x = -318030.57291466,
                                        name = "Laituri Kub launcher 1",
                                        heading = 5.5850536063819,
                                        y = 635683.07289492,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 410,
                                        lat = 0.73179276655369,
                                        skill = "Average",
                                        long = 0.73072694773212,
                                        x = -317989.30831739,
                                        name = "Laituri Kub launcher 2",
                                        heading = 0.5235987755983,
                                        y = 635816.2770267,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 413,
                                        lat = 0.73183819335169,
                                        skill = "Good",
                                        long = 0.73078682015161,
                                        x = -317670.12529566,
                                        name = "Laituri Osa",
                                        heading = 5.9341194567807,
                                        y = 636071.07714425,
                                    }, -- end of [6]
                                }, -- 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 = 18,
                                            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 = "Average",
                                        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 = "Average",
                                        long = 0.72605049446934,
                                        x = -355796.60618672,
                                        name = "Batumi Kub launcher 1",
                                        heading = 5.5850536063819,
                                        y = 617147.57622474,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 411,
                                        lat = 0.72620280376423,
                                        skill = "Average",
                                        long = 0.72607734374408,
                                        x = -355878.65567567,
                                        name = "Batumi Kub launcher 2",
                                        heading = 0.69813170079773,
                                        y = 617285.28114364,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 412,
                                        lat = 0.7262417861459,
                                        skill = "Good",
                                        long = 0.72616450798665,
                                        x = -355588.27057861,
                                        name = "Batumi Osa",
                                        heading = 0.087266462599716,
                                        y = 617677.10232386,
                                    }, -- end of [6]
                                }, -- 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]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Bridge Assault Group",
                                groupId = 202,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7457470097579,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72438151402897,
                                            x = -232179.07888918,
                                            speed = 55.555555555556,
                                            helipadId = 523,
                                            y = 596683.70799857,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74464575622274,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72519254985905,
                                            x = -238802.35702742,
                                            speed = 55.555555555556,
                                            y = 601209.22893697,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74343824971978,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72667499948798,
                                            x = -245778.23406314,
                                            speed = 55.555555555556,
                                            y = 608956.69708748,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 400,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74292227867959,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73047676298218,
                                                    radius = 800,
                                                    name = "Bridge Targets",
                                                    y = 627017.93567692,
                                                    x = -245485.99373491,
                                                    lat = 0.74319172848438,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72840083034475,
                                            x = -248231.57299491,
                                            speed = 27.777777777778,
                                            y = 617433.1001013,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 400,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74294761011034,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73047675924451,
                                                    radius = 800,
                                                    y = 627018.56266387,
                                                    x = -245492.18418044,
                                                    lat = 0.74319075708261,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72982345789099,
                                            x = -247366.28873113,
                                            speed = 27.777777777778,
                                            y = 624108.35058343,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74287946747342,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73050580180861,
                                            x = -247460.9245328,
                                            speed = 13.888888888889,
                                            y = 627363.70728616,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74225230221535,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7306424384222,
                                            x = -251388.69912003,
                                            speed = 13.888888888889,
                                            y = 628436.12828396,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74195656271523,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73087033207158,
                                            x = -253159.53893428,
                                            speed = 13.888888888889,
                                            y = 629712.46484668,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 400,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74317513382327,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73070698718778,
                                            x = -245477.15993422,
                                            speed = 41.666666666667,
                                            y = 628111.36443443,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 400,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74352027393256,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72909459155743,
                                            x = -244080.64276491,
                                            speed = 41.666666666667,
                                            y = 620301.54395694,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 400,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74453714316273,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72777270731122,
                                            x = -238247.22827266,
                                            speed = 41.666666666667,
                                            y = 613409.43887112,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74513221676745,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72638286783045,
                                            x = -235128.04156516,
                                            speed = 41.666666666667,
                                            y = 606482.14319316,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 29,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 523,
                                            lat = 0.7457470097579,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72438151402897,
                                            x = -232179.07888918,
                                            speed = 41.666666666667,
                                            helipadId = 523,
                                            y = 596683.70799857,
                                        }, -- end of [13]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 524,
                                        lat = 0.7457470097579,
                                        skill = "Excellent",
                                        long = 0.72438151402897,
                                        x = -232179.07888918,
                                        name = "Bridge Assault 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- 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 = 596683.70799857,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "401",
                                        }, -- end of callsign
                                        onboard_num = 40,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 525,
                                        lat = 0.74574011281023,
                                        skill = "Excellent",
                                        long = 0.72438844843445,
                                        x = -232219.66121137,
                                        name = "Bridge Assault 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- 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 = 596720.67702167,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "402",
                                        }, -- end of callsign
                                        onboard_num = 40,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 526,
                                        lat = 0.7457330097579,
                                        skill = "Excellent",
                                        long = 0.72439551402897,
                                        x = -232261.4930378,
                                        name = "Bridge Assault 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- 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 = 596758.39431974,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "403",
                                        }, -- end of callsign
                                        onboard_num = 40,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 527,
                                        lat = 0.7457260097579,
                                        skill = "Excellent",
                                        long = 0.72440251402897,
                                        x = -232302.70011212,
                                        name = "Bridge Assault 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- 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 = 596795.73748032,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 0,
                                            [3] = 4,
                                            name = "404",
                                        }, -- end of callsign
                                        onboard_num = 40,
                                    }, -- end of [4]
                                }, -- 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.74858897423127,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68523719740988,
                                            x = -230242.89637931,
                                            speed = 6.9444444444444,
                                            y = 411527.42731173,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7344803058468,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71174805059741,
                                            x = -309702.199429,
                                            speed = 6.9444444444444,
                                            y = 543964.48215275,
                                        }, -- 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.74858897423127,
                                        skill = "Excellent",
                                        long = 0.68523719740988,
                                        x = -230242.89637931,
                                        name = "Kuznetsov",
                                        heading = 2.1986074337705,
                                        y = 411527.42731173,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 13,
                                        lat = 0.74898807818198,
                                        skill = "Excellent",
                                        long = 0.68583133677073,
                                        x = -227489.8447844,
                                        name = "Rezky 1",
                                        heading = 2.3276866316218,
                                        y = 414114.91466884,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 14,
                                        lat = 0.74897893243526,
                                        skill = "Excellent",
                                        long = 0.68465140329237,
                                        x = -227962.7716646,
                                        name = "Rezky 2",
                                        heading = 2.1986074337705,
                                        y = 408599.29994614,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 15,
                                        lat = 0.74856243722374,
                                        skill = "Excellent",
                                        long = 0.68629943470389,
                                        x = -230033.55899892,
                                        name = "Neutrashimy 1",
                                        heading = 2.3276866316218,
                                        y = 416504.94641006,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 16,
                                        lat = 0.7485842816646,
                                        skill = "Excellent",
                                        long = 0.68412876450972,
                                        x = -230654.56649067,
                                        name = "Neutrashimy 2",
                                        heading = 2.3276866316218,
                                        y = 406337.29585481,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 17,
                                        lat = 0.74929268354194,
                                        skill = "Excellent",
                                        long = 0.68524112873641,
                                        x = -225760.36076732,
                                        name = "Grishna 1",
                                        heading = 2.3276866316218,
                                        y = 411211.61681972,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 18,
                                        lat = 0.74785919926961,
                                        skill = "Excellent",
                                        long = 0.68524178952002,
                                        x = -234888.37922179,
                                        name = "Grishna 2",
                                        heading = 2.3276866316218,
                                        y = 411895.45486217,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 19,
                                        lat = 0.74731926250802,
                                        skill = "Excellent",
                                        long = 0.68743831402246,
                                        x = -237544.67450382,
                                        name = "Grishna 3",
                                        heading = 2.245530600174,
                                        y = 422448.70599068,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 20,
                                        lat = 0.74820384646514,
                                        skill = "Excellent",
                                        long = 0.68461555085351,
                                        x = -232910.68408977,
                                        name = "Molniya 1",
                                        heading = 0.0077339331120441,
                                        y = 408799.3541887,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 21,
                                        lat = 0.74814141050488,
                                        skill = "Excellent",
                                        long = 0.68587984570784,
                                        x = -232864.04502566,
                                        name = "Molniya 2",
                                        heading = 0.0077339331120441,
                                        y = 414743.72219453,
                                    }, -- 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 = 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 [3]
                            [4] = 
                            {
                                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 [4]
                            [5] = 
                            {
                                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 = 21,
                                            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.75242037603517,
                                        skill = "Excellent",
                                        long = 0.70798660722769,
                                        x = -197044.80565055,
                                        name = "Bambora Tor",
                                        heading = 1.9198621771938,
                                        y = 515843.50355301,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 377,
                                        lat = 0.75240780261428,
                                        skill = "Excellent",
                                        long = 0.70808783934311,
                                        x = -197081.66017015,
                                        name = "Bambora Buk SR",
                                        heading = 1.7453292519943,
                                        y = 516322.6414516,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 378,
                                        lat = 0.75242347859036,
                                        skill = "Excellent",
                                        long = 0.70808785799041,
                                        x = -196981.81391612,
                                        name = "Bambora Buk launcher 1",
                                        heading = 1.3962634015955,
                                        y = 516313.74995904,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 379,
                                        lat = 0.75239433125611,
                                        skill = "Excellent",
                                        long = 0.70808907259712,
                                        x = -197166.93095829,
                                        name = "Bambora Buk launcher 2",
                                        heading = 1.9198621771938,
                                        y = 516336.1065171,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Bambora ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71796792564422,
                                                lat = 0.74793841312648,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71797586436847,
                                                lat = 0.74792938822548,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74793841312648,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71796792564422,
                                            x = -221202.04670761,
                                            speed = 0,
                                            y = 565205.43551297,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 194,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 471,
                                        lat = 0.74793841312648,
                                        skill = "Excellent",
                                        long = 0.71796792564422,
                                        x = -221202.04670761,
                                        name = "Babushara 1L13 SR EWR",
                                        heading = 2.6179938779915,
                                        y = 565205.43551297,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 472,
                                        lat = 0.74807184412927,
                                        skill = "Excellent",
                                        long = 0.71783349269907,
                                        x = -220413.29798532,
                                        name = "Babushara Buk SR",
                                        heading = 2.2689280275926,
                                        y = 564491.28851349,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 473,
                                        lat = 0.74807818678202,
                                        skill = "Excellent",
                                        long = 0.71781346778587,
                                        x = -220382.0092307,
                                        name = "Babushara Buk launcher 1",
                                        heading = 1.7453292519943,
                                        y = 564393.42146042,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 474,
                                        lat = 0.7480641191539,
                                        skill = "Excellent",
                                        long = 0.7178525623759,
                                        x = -220453.82647901,
                                        name = "Babushara Buk launcher 2",
                                        heading = 2.9670597283904,
                                        y = 564585.54672246,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 475,
                                        lat = 0.7481068104999,
                                        skill = "Excellent",
                                        long = 0.71774945787928,
                                        x = -220228.81103793,
                                        name = "Babushara Tor",
                                        heading = 3.1415926535898,
                                        y = 564075.33706565,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 476,
                                        lat = 0.74798427054769,
                                        skill = "Excellent",
                                        long = 0.7180257224122,
                                        x = -220883.64560484,
                                        name = "Babushara Tunguska East",
                                        heading = 2.1816615649929,
                                        y = 565447.549963,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 477,
                                        lat = 0.7481684516561,
                                        skill = "Excellent",
                                        long = 0.71762010699106,
                                        x = -219895.03343926,
                                        name = "Babushara Tunguska West",
                                        heading = 5.1487212933833,
                                        y = 563430.16483236,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Babushara ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [7] = 
                                        {
                                            [4] = 
                                            {
                                                long = 0.73054280008788,
                                                lat = 0.74296811345844,
                                            }, -- end of [4]
                                            [13] = 
                                            {
                                                long = 0.73061375499255,
                                                lat = 0.74226559421718,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.73051207073443,
                                                lat = 0.74290748712773,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.73056161374791,
                                                lat = 0.74298220834813,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73056161374791,
                                                lat = 0.74298220834813,
                                            }, -- end of [2]
                                            [15] = 
                                            {
                                                long = 0.73064688336968,
                                                lat = 0.74223522954839,
                                            }, -- end of [15]
                                            [8] = 
                                            {
                                                long = 0.73051507808539,
                                                lat = 0.74288017678375,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.73067223262009,
                                                lat = 0.74222454431693,
                                            }, -- end of [16]
                                            [9] = 
                                            {
                                                long = 0.73053034474644,
                                                lat = 0.74283236949572,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.73052668552279,
                                                lat = 0.74294967022389,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.73053490583576,
                                                lat = 0.74281223685493,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.73055818418191,
                                                lat = 0.7429799425651,
                                            }, -- end of [3]
                                            [11] = 
                                            {
                                                long = 0.73053622598298,
                                                lat = 0.74274479714598,
                                            }, -- end of [11]
                                            [6] = 
                                            {
                                                long = 0.73051632452495,
                                                lat = 0.74292913051221,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.73060592041501,
                                                lat = 0.74228433390118,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.73062771494013,
                                                lat = 0.74224888839279,
                                            }, -- end of [14]
                                        }, -- end of [7]
                                        [1] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.72879740407557,
                                                lat = 0.7437199032962,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.72865435867304,
                                                lat = 0.74374074236669,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72865435867304,
                                                lat = 0.74374074236669,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.72867482245733,
                                                lat = 0.74373632070424,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.72879740407557,
                                                lat = 0.7437199032962,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.72891068993881,
                                                lat = 0.74366965505202,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.72878591933664,
                                                lat = 0.74371231175785,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.72892778684251,
                                                lat = 0.74366056703883,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.72867482245733,
                                                lat = 0.74373632070424,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.72879309583794,
                                                lat = 0.7437149767703,
                                            }, -- end of [6]
                                            [11] = 
                                            {
                                                long = 0.72893961458586,
                                                lat = 0.74365124980094,
                                            }, -- end of [11]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.72920636343412,
                                                lat = 0.74342708518432,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.72893961458586,
                                                lat = 0.74365124980094,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72893961458586,
                                                lat = 0.74365124980094,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.72902196993566,
                                                lat = 0.74355268727034,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.72942398879286,
                                                lat = 0.74333617545099,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.72944131286835,
                                                lat = 0.74332800731451,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.7290762035757,
                                                lat = 0.74350572903283,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.72953919237698,
                                                lat = 0.7432655092851,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.72894700342827,
                                                lat = 0.74364542916215,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.72914956061848,
                                                lat = 0.74346482726976,
                                            }, -- end of [6]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72984753472706,
                                                lat = 0.7431135165975,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73034382513972,
                                                lat = 0.7431645295626,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.73095319557928,
                                                lat = 0.74209917596917,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.73067223262009,
                                                lat = 0.74222454431693,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.730781198674,
                                                lat = 0.74217860666395,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.73067223262009,
                                                lat = 0.74222454431693,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.730781198674,
                                                lat = 0.74217860666395,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.73094565508797,
                                                lat = 0.74210580798032,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                long = 0.73096462723713,
                                                lat = 0.74202173043839,
                                            }, -- end of [7]
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73096462723713,
                                                lat = 0.74202173043839,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73086851140517,
                                                lat = 0.74195632013986,
                                            }, -- end of [2]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73034382513972,
                                                lat = 0.7431645295626,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73041595841509,
                                                lat = 0.74321750556519,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [10] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73083696328044,
                                                lat = 0.74186926751668,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7308380982253,
                                                lat = 0.74186454966186,
                                            }, -- end of [2]
                                        }, -- end of [10]
                                        [3] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.72979492117495,
                                                lat = 0.74313219673176,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.72953919237698,
                                                lat = 0.7432655092851,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72953919237698,
                                                lat = 0.7432655092851,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.72960578661819,
                                                lat = 0.74321905690952,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.72979492117495,
                                                lat = 0.74313219673176,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.72984753472706,
                                                lat = 0.7431135165975,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.72963129456025,
                                                lat = 0.7432027190137,
                                            }, -- end of [5]
                                            [3] = 
                                            {
                                                long = 0.72955935672185,
                                                lat = 0.743252632416,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.72973346936464,
                                                lat = 0.74315563951649,
                                            }, -- end of [6]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.73066624400277,
                                                lat = 0.7430861013545,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.73041595841509,
                                                lat = 0.74321750556519,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73041595841509,
                                                lat = 0.74321750556519,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.73063517567095,
                                                lat = 0.74312658748917,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.73066556929406,
                                                lat = 0.74306873110398,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.73065853298781,
                                                lat = 0.74305217087745,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.73064745569264,
                                                lat = 0.74311888057123,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.73064563872917,
                                                lat = 0.74303771551376,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.73041765857929,
                                                lat = 0.74321722956259,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.73066035735064,
                                                lat = 0.74310288455255,
                                            }, -- end of [6]
                                            [11] = 
                                            {
                                                long = 0.73056161374791,
                                                lat = 0.74298220834813,
                                            }, -- end of [11]
                                        }, -- end of [6]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 127,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74374074236669,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72865435867304,
                                            x = -242894.83966205,
                                            speed = 9.7222222222222,
                                            y = 618085.20482298,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 109,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74365124980094,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72893961458586,
                                            x = -243323.33776447,
                                            speed = 9.7222222222222,
                                            y = 619486.00008443,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 128,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7432655092851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72953919237698,
                                            x = -245482.46796093,
                                            speed = 9.7222222222222,
                                            y = 622560.91592087,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 131,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7431135165975,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72984753472706,
                                            x = -246297.35508476,
                                            speed = 9.7222222222222,
                                            y = 624111.46485903,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 123,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.7431645295626,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73034382513972,
                                            x = -245725.41911724,
                                            speed = 8.3333333333333,
                                            y = 626410.965187,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 134,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74321750556519,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73041595841509,
                                            x = -245352.02872837,
                                            speed = 9.7222222222222,
                                            y = 626714.95410059,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 131,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74298220834813,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73056161374791,
                                            x = -246778.59323183,
                                            speed = 9.7222222222222,
                                            y = 627556.67419986,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 128,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74222454431693,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73067223262009,
                                            x = -251550.72889911,
                                            speed = 9.7222222222222,
                                            y = 628595.54580485,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 120,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74202173043839,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73096462723713,
                                            x = -252697.44976052,
                                            speed = 6.9444444444444,
                                            y = 630112.51553879,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 112,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.74195632013986,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73086851140517,
                                            x = -253161.98994119,
                                            speed = 6.9444444444444,
                                            y = 629704.04704509,
                                        }, -- end of [10]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 200,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 508,
                                        lat = 0.74374074236669,
                                        skill = "Excellent",
                                        long = 0.72865435867304,
                                        x = -242894.83966205,
                                        name = "GG 1",
                                        heading = 1.9736511219696,
                                        y = 618085.20482298,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 509,
                                        lat = 0.74374168249137,
                                        skill = "Excellent",
                                        long = 0.72865000755579,
                                        x = -242890.95240761,
                                        name = "GG 2",
                                        heading = 1.9736511219696,
                                        y = 618064.0689541,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 510,
                                        lat = 0.74374260219596,
                                        skill = "Excellent",
                                        long = 0.72864575089663,
                                        x = -242887.14961132,
                                        name = "GG 3",
                                        heading = 1.9736511219696,
                                        y = 618043.39192957,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 511,
                                        lat = 0.74374343598221,
                                        skill = "Excellent",
                                        long = 0.72864189184891,
                                        x = -242883.70209137,
                                        name = "GG 4",
                                        heading = 1.9736511219696,
                                        y = 618024.64633712,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 512,
                                        lat = 0.74374430845252,
                                        skill = "Excellent",
                                        long = 0.72863785371384,
                                        x = -242880.09464287,
                                        name = "GG 5",
                                        heading = 1.9736511219696,
                                        y = 618005.03082178,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 513,
                                        lat = 0.74374510928331,
                                        skill = "Excellent",
                                        long = 0.72863414711467,
                                        x = -242876.78342532,
                                        name = "GG 6",
                                        heading = 1.9736511219696,
                                        y = 617987.0257703,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 514,
                                        lat = 0.74374588775562,
                                        skill = "Excellent",
                                        long = 0.72863054396392,
                                        x = -242873.56467165,
                                        name = "GG 7",
                                        heading = 1.9736511219696,
                                        y = 617969.52323163,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 515,
                                        lat = 0.74374672325824,
                                        skill = "Excellent",
                                        long = 0.72862667680881,
                                        x = -242870.11013385,
                                        name = "GG 8",
                                        heading = 1.9736511219696,
                                        y = 617950.7382804,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 516,
                                        lat = 0.74374754887932,
                                        skill = "Excellent",
                                        long = 0.72862285535,
                                        x = -242866.69647278,
                                        name = "GG 9",
                                        heading = 1.9736511219696,
                                        y = 617932.1753077,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 517,
                                        lat = 0.74374839205503,
                                        skill = "Excellent",
                                        long = 0.72861895259616,
                                        x = -242863.21024956,
                                        name = "GG 10",
                                        heading = 1.9736511219696,
                                        y = 617913.21744535,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 518,
                                        lat = 0.74374917959421,
                                        skill = "Excellent",
                                        long = 0.72861530732538,
                                        x = -242859.95408151,
                                        name = "GG 11",
                                        heading = 1.9736511219696,
                                        y = 617895.510328,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 519,
                                        lat = 0.7437499302633,
                                        skill = "Excellent",
                                        long = 0.72861183268023,
                                        x = -242856.85037355,
                                        name = "GG 12",
                                        heading = 1.9736511219696,
                                        y = 617878.63203961,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 520,
                                        lat = 0.74375077272719,
                                        skill = "Excellent",
                                        long = 0.72860793310175,
                                        x = -242853.36715112,
                                        name = "GG Strela-10",
                                        heading = 1.9736511219696,
                                        y = 617859.68961889,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 521,
                                        lat = 0.74375139682284,
                                        skill = "Excellent",
                                        long = 0.72860504427419,
                                        x = -242850.78679972,
                                        name = "GG Tunguska",
                                        heading = 1.9736511219696,
                                        y = 617845.65698123,
                                    }, -- end of [14]
                                }, -- end of units
                                name = "Ground Group 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1292,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74573662376183,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72436111150688,
                                            x = -232255.10509446,
                                            speed = 0,
                                            y = 596594.76367416,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 203,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 528,
                                        lat = 0.74573662376183,
                                        skill = "Excellent",
                                        long = 0.72436111150688,
                                        x = -232255.10509446,
                                        name = "FARP Group 1",
                                        heading = 2.2689280275926,
                                        y = 596594.76367416,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ATZ-10",
                                        CLSID = "{C0A5AA21-5A93-4707-9A9F-2AE24C4A22B0}",
                                        unitId = 529,
                                        lat = 0.74575950554148,
                                        skill = "Excellent",
                                        long = 0.72439799026617,
                                        x = -232091.51124856,
                                        name = "FARP Group 2",
                                        heading = 2.2689280275926,
                                        y = 596752.88057694,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Ural ATsP-6",
                                        CLSID = "{E8DC1D50-7463-4dfa-86D7-2F81C1214D06}",
                                        unitId = 530,
                                        lat = 0.74576145294932,
                                        skill = "Excellent",
                                        long = 0.72439951925926,
                                        x = -232078.3665031,
                                        name = "FARP Group 3",
                                        heading = 2.2689280275926,
                                        y = 596758.79065131,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 531,
                                        lat = 0.74571577092993,
                                        skill = "Excellent",
                                        long = 0.72438672032465,
                                        x = -232375.56038981,
                                        name = "FARP Group 4",
                                        heading = 2.7925268031909,
                                        y = 596728.30632521,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 532,
                                        lat = 0.74574514351689,
                                        skill = "Excellent",
                                        long = 0.72442880783852,
                                        x = -232168.1000358,
                                        name = "FARP Group 5",
                                        heading = 1.7453292519943,
                                        y = 596906.64946095,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 533,
                                        lat = 0.74572875319054,
                                        skill = "Excellent",
                                        long = 0.72441173952497,
                                        x = -232280.76312498,
                                        name = "FARP Group 6",
                                        heading = 2.2689280275926,
                                        y = 596837.21788896,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 534,
                                        lat = 0.74576161523346,
                                        skill = "Excellent",
                                        long = 0.72436539170665,
                                        x = -232093.83389032,
                                        name = "FARP Tor",
                                        heading = 2.2689280275926,
                                        y = 596598.67994171,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 535,
                                        lat = 0.74573143080115,
                                        skill = "Excellent",
                                        long = 0.72440586827719,
                                        x = -232266.5449387,
                                        name = "FARP Tunguska",
                                        heading = 2.2689280275926,
                                        y = 596807.96028444,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Ural-375 APA-50",
                                        CLSID = "{82DAF699-2456-43F7-811D-76B922288915}",
                                        unitId = 536,
                                        lat = 0.7457509856734,
                                        skill = "Excellent",
                                        long = 0.72434871964579,
                                        x = -232169.60792345,
                                        name = "FARP Power Unit",
                                        heading = 2.2689280275926,
                                        y = 596527.38316223,
                                    }, -- end of [9]
                                }, -- end of units
                                name = "FARP Ground Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1590,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74615822923124,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73037639973297,
                                                    radius = 250,
                                                    name = "Forward Bridge Targets",
                                                    y = 626523.02640018,
                                                    x = -245314.68680429,
                                                    lat = 0.7432264566673,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.73058780602426,
                                                    radius = 250,
                                                    name = "Rear Bridge Targets",
                                                    y = 627569.1255121,
                                                    x = -245710.25333555,
                                                    lat = 0.74314785436932,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.72479235582823,
                                            x = -229360.8642,
                                            speed = 0,
                                            y = 598344.16552302,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 204,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 537,
                                        lat = 0.74615822923124,
                                        skill = "Excellent",
                                        long = 0.72479235582823,
                                        x = -229360.8642,
                                        name = "Arty 1-1",
                                        heading = 2.0943951023932,
                                        y = 598344.16552302,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 538,
                                        lat = 0.74615352127579,
                                        skill = "Excellent",
                                        long = 0.72478719034672,
                                        x = -229393.35259128,
                                        name = "Arty 1-2",
                                        heading = 2.0943951023932,
                                        y = 598322.98996637,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 539,
                                        lat = 0.74614930036763,
                                        skill = "Excellent",
                                        long = 0.7247810734805,
                                        x = -229423.19838316,
                                        name = "Arty 1-3",
                                        heading = 2.0943951023932,
                                        y = 598297.03911076,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 540,
                                        lat = 0.7461449983051,
                                        skill = "Excellent",
                                        long = 0.72477501743051,
                                        x = -229453.53174228,
                                        name = "Arty 1-4",
                                        heading = 2.0943951023932,
                                        y = 598271.42583773,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 541,
                                        lat = 0.74616951217341,
                                        skill = "Excellent",
                                        long = 0.72480499588402,
                                        x = -229282.87750026,
                                        name = "Arty 2-1",
                                        heading = 2.0943951023932,
                                        y = 598396.13612575,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 542,
                                        lat = 0.74617462606365,
                                        skill = "Excellent",
                                        long = 0.72481046099205,
                                        x = -229247.65833322,
                                        name = "Arty 2-2",
                                        heading = 2.0943951023932,
                                        y = 598418.45412634,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 543,
                                        lat = 0.74617957763121,
                                        skill = "Excellent",
                                        long = 0.72481559629434,
                                        x = -229213.63266651,
                                        name = "Arty 2-3",
                                        heading = 2.0943951023932,
                                        y = 598439.33074899,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 544,
                                        lat = 0.7461842045263,
                                        skill = "Excellent",
                                        long = 0.72482080631024,
                                        x = -229181.63911611,
                                        name = "Arty 2-4",
                                        heading = 2.0943951023932,
                                        y = 598460.76749063,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 545,
                                        lat = 0.74618209401029,
                                        skill = "Excellent",
                                        long = 0.72475705544811,
                                        x = -229225.90809302,
                                        name = "Arty Tunguska",
                                        heading = 2.0943951023932,
                                        y = 598163.2377845,
                                    }, -- end of [9]
                                }, -- end of units
                                name = "Artillery Group",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71786629990675,
                                                lat = 0.74809087219954,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71786629990675,
                                                lat = 0.74809087219954,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7179861736015,
                                                lat = 0.74802842235532,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7179181989022,
                                                lat = 0.74805964682504,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7179181989022,
                                                lat = 0.74805964682504,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71789042868098,
                                                lat = 0.74807143755023,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71799179511456,
                                                lat = 0.74802931679369,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7179861736015,
                                                lat = 0.74802842235532,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71789042868098,
                                                lat = 0.74807143755023,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71786193796708,
                                                lat = 0.74808420420505,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71786193796708,
                                                lat = 0.74808420420505,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71786811326369,
                                                lat = 0.74809046561333,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74802931679369,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71799179511456,
                                            x = -220612.15076375,
                                            speed = 2.7777777777778,
                                            y = 565260.16635509,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74802842235532,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7179861736015,
                                            x = -220620.40620106,
                                            speed = 2.7777777777778,
                                            y = 565234.37487278,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74805964682504,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7179181989022,
                                            x = -220452.44604578,
                                            speed = 2.7777777777778,
                                            y = 564896.06762542,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74807143755023,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71789042868098,
                                            x = -220389.97892761,
                                            speed = 2.7777777777778,
                                            y = 564758.46370035,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74808420420505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71786193796708,
                                            x = -220321.62323896,
                                            speed = 2.7777777777778,
                                            y = 564616.86828257,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74809046561333,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71786811326369,
                                            x = -220278.92951814,
                                            speed = 2.7777777777778,
                                            y = 564641.8805655,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 226,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZiL-131 APA-80",
                                        CLSID = "{A207B91F-77F0-4647-8D74-88A9D3851EAD}",
                                        unitId = 567,
                                        lat = 0.74802931679369,
                                        skill = "Excellent",
                                        long = 0.71799179511456,
                                        x = -220612.15076375,
                                        name = "Airfield Patrol 1",
                                        heading = 3.4189212581643,
                                        y = 565260.16635509,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ATMZ-5",
                                        CLSID = "{A97C0647-83EB-4B15-8B5B-BD2F8842DF91}",
                                        unitId = 568,
                                        lat = 0.74803061779628,
                                        skill = "Excellent",
                                        long = 0.71799329329428,
                                        x = -220603.18194557,
                                        name = "Airfield Patrol 2",
                                        heading = 4.4986489565348,
                                        y = 565266.37169538,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Ural-4320-31",
                                        CLSID = "{D61DB6DA-E56D-4439-88A0-37F8615A44C2}",
                                        unitId = 569,
                                        lat = 0.74803191880044,
                                        skill = "Excellent",
                                        long = 0.71799448564472,
                                        x = -220594.35228579,
                                        name = "Airfield Patrol 3",
                                        heading = 4.4986489565348,
                                        y = 565271.14328768,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Ural ATsP-6",
                                        CLSID = "{E8DC1D50-7463-4dfa-86D7-2F81C1214D06}",
                                        unitId = 570,
                                        lat = 0.748033382432,
                                        skill = "Excellent",
                                        long = 0.71799574662111,
                                        x = -220584.45550093,
                                        name = "Airfield Patrol 4",
                                        heading = 4.4986489565348,
                                        y = 565276.13432381,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Airfield Patrol",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Red Crown 500",
                                groupId = 17,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76778475363543,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69278865471543,
                                            x = -105266.75057924,
                                            speed = 166.66666666667,
                                            y = 437021.43245672,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75373985701904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77558185666332,
                                            x = -152532.74083423,
                                            speed = 166.66666666667,
                                            y = 830190.60363728,
                                        }, -- 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.76778475363543,
                                        skill = "Excellent",
                                        long = 0.69278865471543,
                                        x = -105266.75057924,
                                        name = "AWACS 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 437021.43245672,
                                        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.76731437004548,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69279052566048,
                                            x = -108261.35196865,
                                            speed = 166.66666666667,
                                            y = 437266.7471816,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75325610564423,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77527140596099,
                                            x = -155814.73441221,
                                            speed = 166.66666666667,
                                            y = 829169.00487133,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 217,
                                        lat = 0.76731437004548,
                                        skill = "Excellent",
                                        long = 0.69279052566048,
                                        x = -108261.35196865,
                                        name = "AWACS Escort 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 = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 437266.7471816,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "511",
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 218,
                                        lat = 0.76730737004548,
                                        skill = "Excellent",
                                        long = 0.69279752566048,
                                        x = -108303.3302779,
                                        name = "AWACS Escort 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 = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 437302.4458982,
                                        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,
                                taskSelected = true,
                                name = "LR SEAD Group",
                                groupId = 192,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74210713156965,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75673520370669,
                                            x = -238237.29803219,
                                            speed = 166.66666666667,
                                            airdromeId = 27,
                                            y = 751528.14170316,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73154643656206,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75318127992844,
                                            x = -307595.43805623,
                                            speed = 166.66666666667,
                                            y = 742867.36441827,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6600,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73089206413007,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73069981449903,
                                                    radius = 1300,
                                                    name = "Laituri ADF Targets",
                                                    y = 635684.37783248,
                                                    x = -317974.19617836,
                                                    lat = 0.73179725306854,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74675206369615,
                                            x = -315364.33405506,
                                            speed = 166.66666666667,
                                            y = 712744.21026218,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7272609888933,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72607377101086,
                                                    radius = 1300,
                                                    name = "Batumi LR ADF Targets",
                                                    y = 617262.61816656,
                                                    x = -355823.99524442,
                                                    lat = 0.72621165240731,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.7411658357068,
                                            x = -341518.99152952,
                                            speed = 166.66666666667,
                                            y = 688712.75502533,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72529582784,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72608100751008,
                                                    radius = 1300,
                                                    name = "Batumi SR ADF Targets",
                                                    y = 617297.9490994,
                                                    x = -355828.12778723,
                                                    lat = 0.72621045664067,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73249646286056,
                                            x = -358512.17469906,
                                            speed = 138.88888888889,
                                            y = 648595.70787592,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72245967792452,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73021547384835,
                                            x = -377716.5453979,
                                            speed = 166.66666666667,
                                            y = 639528.85351678,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72412863782762,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.745793141964,
                                            x = -359000.24809223,
                                            speed = 166.66666666667,
                                            y = 713096.16769603,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7558030279381,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75320969364485,
                                            x = -153001.85713181,
                                            speed = 138.88888888889,
                                            y = 724260.69068085,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [9]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 460,
                                        lat = 0.74210713156965,
                                        skill = "Excellent",
                                        long = 0.75673520370669,
                                        x = -238237.29803219,
                                        name = "LR SEAD 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 = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 751528.14170316,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "201",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 464,
                                        lat = 0.74210013156965,
                                        skill = "Excellent",
                                        long = 0.75674220370669,
                                        x = -238277.82655651,
                                        name = "LR SEAD 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 = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 751566.74906812,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "202",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 465,
                                        lat = 0.74209313156965,
                                        skill = "Excellent",
                                        long = 0.75674920370669,
                                        x = -238318.35508083,
                                        name = "LR SEAD 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 = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 751605.35643308,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "203",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 466,
                                        lat = 0.74208613156965,
                                        skill = "Excellent",
                                        long = 0.75675620370669,
                                        x = -238358.88360515,
                                        name = "LR SEAD 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 751643.96379805,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 0,
                                            [3] = 4,
                                            name = "204",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Batumi Port Strike Group",
                                groupId = 197,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 137,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74415222170131,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71274008443959,
                                            x = -247656.85006365,
                                            speed = 125,
                                            y = 542958.38354111,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72915981419027,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71289201621243,
                                            x = -343092.03712485,
                                            speed = 125,
                                            y = 552510.4168198,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72820317167529,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72708633601895,
                                                    radius = 1000,
                                                    name = "Batumi Port Targets",
                                                    y = 621557.41174077,
                                                    x = -349860.91500199,
                                                    lat = 0.72707093988855,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72027195392625,
                                            x = -345872.9915688,
                                            speed = 125,
                                            y = 588297.33752863,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73281656133798,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71824821934542,
                                            x = -317404.04749074,
                                            speed = 125,
                                            y = 575829.00385462,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74545810525949,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71434444390406,
                                            x = -238631.86424364,
                                            speed = 125,
                                            y = 549717.44006664,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 1644,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Antiship Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 499,
                                        lat = 0.748055,
                                        skill = "Player",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        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 = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- 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 = 7,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "101",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 500,
                                        lat = 0.748048,
                                        skill = "Good",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "Port Strike 1-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 = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- 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 = 7,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 501,
                                        lat = 0.748041,
                                        skill = "Good",
                                        y = 564461.49643417,
                                        long = 0.717823,
                                        x = -220614.54225875,
                                        name = "Port Strike 1-3",
                                        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 = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- 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 = 7,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 502,
                                        lat = 0.748034,
                                        skill = "Good",
                                        y = 564498.71528667,
                                        long = 0.71783,
                                        x = -220655.94517483,
                                        name = "Port Strike 1-4",
                                        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 = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- 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 = 7,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Strike CAP",
                                groupId = 199,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1292,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 12,
                                            lat = 0.74858897423127,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68523719740988,
                                            x = -230242.89637931,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 411527.42731173,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74029763731236,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70103144730649,
                                            x = -277117.92364333,
                                            speed = 166.66666666667,
                                            y = 489976.69361199,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.72767375010006,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71374976237868,
                                            x = -352182.24453272,
                                            speed = 166.66666666667,
                                            y = 557478.20125028,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.73894840444424,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72306607695925,
                                            x = -276107.26190716,
                                            speed = 166.66666666667,
                                            y = 594845.16443189,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74016693385429,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70111159537452,
                                            x = -277918.50352884,
                                            speed = 138.88888888889,
                                            y = 490426.87346644,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1481,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 12,
                                            lat = 0.74858897423127,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68523719740988,
                                            x = -230242.89637931,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 411527.42731173,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 505,
                                        lat = 0.74858897423127,
                                        skill = "Average",
                                        y = 411527.42731173,
                                        long = 0.68523719740988,
                                        x = -230242.89637931,
                                        name = "Strike 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 = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- 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 = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- 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 = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        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 = 506,
                                        lat = 0.74858197423127,
                                        skill = "Average",
                                        y = 411563.46968277,
                                        long = 0.68524419740988,
                                        x = -230284.97843978,
                                        name = "Strike 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 = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- 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 = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- 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 = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "302",
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [5]
                        }, -- 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 = 1.9655874464947,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7457470097579,
                                            long = 0.72438151402897,
                                            x = -232179.07888918,
                                            name = "",
                                            speed = 0,
                                            y = 596683.70799857,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 201,
                                lat = 0.7457470097579,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "FARP",
                                        CLSID = "{24FC9197-F225-4f2a-8A31-BD51DC7BDAB6}",
                                        unitId = 523,
                                        lat = 0.7457470097579,
                                        long = 0.72438151402897,
                                        x = -232179.07888918,
                                        name = "Ka-50 FARP",
                                        category = "Heliports",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 9,
                                        y = 596683.70799857,
                                        heading = 1.9655874464947,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72438151402897,
                                name = "Ka-50 FARP",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74807794283315,
                                            long = 0.71789270261994,
                                            x = -220347.50710804,
                                            name = "",
                                            speed = 0,
                                            y = 564765.03279536,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 205,
                                lat = 0.74807794283315,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-27K",
                                        CLSID = "{AD3E0C2E-2992-4E03-B884-E45B6F0000A7}",
                                        unitId = 546,
                                        lat = 0.74807794283315,
                                        long = 0.71789270261994,
                                        x = -220347.50710804,
                                        name = "Static Plane 1",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564765.03279536,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71789270261994,
                                name = "Static Plane 1",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74808070759028,
                                            long = 0.71788568531415,
                                            x = -220333.08952601,
                                            name = "",
                                            speed = 0,
                                            y = 564730.39642298,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 206,
                                lat = 0.74808070759028,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-27K",
                                        CLSID = "{AD3E0C2E-2992-4E03-B884-E45B6F0000A7}",
                                        unitId = 547,
                                        lat = 0.74808070759028,
                                        long = 0.71788568531415,
                                        x = -220333.08952601,
                                        name = "Static Plane 2",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564730.39642298,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71788568531415,
                                name = "Static Plane 2",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74808322840444,
                                            long = 0.71787982351064,
                                            x = -220319.6999866,
                                            name = "",
                                            speed = 0,
                                            y = 564701.3305379,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 207,
                                lat = 0.74808322840444,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-27K",
                                        CLSID = "{AD3E0C2E-2992-4E03-B884-E45B6F0000A7}",
                                        unitId = 548,
                                        lat = 0.74808322840444,
                                        long = 0.71787982351064,
                                        x = -220319.6999866,
                                        name = "Static Plane 3",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564701.3305379,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71787982351064,
                                name = "Static Plane 3",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74808591185824,
                                            long = 0.71787337247439,
                                            x = -220305.54260442,
                                            name = "",
                                            speed = 0,
                                            y = 564669.40000586,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 208,
                                lat = 0.74808591185824,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-27K",
                                        CLSID = "{AD3E0C2E-2992-4E03-B884-E45B6F0000A7}",
                                        unitId = 549,
                                        lat = 0.74808591185824,
                                        long = 0.71787337247439,
                                        x = -220305.54260442,
                                        name = "Static Plane 4",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564669.40000586,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71787337247439,
                                name = "Static Plane 4",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7480912787859,
                                            long = 0.71786113586836,
                                            x = -220276.92489006,
                                            name = "",
                                            speed = 0,
                                            y = 564608.65867805,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 209,
                                lat = 0.7480912787859,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 550,
                                        lat = 0.7480912787859,
                                        long = 0.71786113586836,
                                        x = -220276.92489006,
                                        name = "Static Place 5",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564608.65867805,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71786113586836,
                                name = "Static Place 5",
                                dead = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74809428752977,
                                            long = 0.71785414901156,
                                            x = -220260.93931641,
                                            name = "",
                                            speed = 0,
                                            y = 564574.01160536,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 210,
                                lat = 0.74809428752977,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 551,
                                        lat = 0.74809428752977,
                                        long = 0.71785414901156,
                                        x = -220260.93931641,
                                        name = "Static Plane 6",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564574.01160536,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71785414901156,
                                name = "Static Plane 6",
                                dead = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7480968896934,
                                            long = 0.71784767498235,
                                            x = -220247.3101957,
                                            name = "",
                                            speed = 0,
                                            y = 564542.02440554,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 211,
                                lat = 0.7480968896934,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 552,
                                        lat = 0.7480968896934,
                                        long = 0.71784767498235,
                                        x = -220247.3101957,
                                        name = "Static Plane 7",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564542.02440554,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71784767498235,
                                name = "Static Plane 7",
                                dead = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74809941054542,
                                            long = 0.71784132342364,
                                            x = -220234.1432795,
                                            name = "",
                                            speed = 0,
                                            y = 564510.66249331,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 212,
                                lat = 0.74809941054542,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 553,
                                        lat = 0.74809941054542,
                                        long = 0.71784132342364,
                                        x = -220234.1432795,
                                        name = "Static Plane 8",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564510.66249331,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71784132342364,
                                name = "Static Plane 8",
                                dead = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74811388522919,
                                            long = 0.71781401542096,
                                            x = -220154.36966927,
                                            name = "",
                                            speed = 0,
                                            y = 564373.53749427,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 213,
                                lat = 0.74811388522919,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "An-26B",
                                        CLSID = "{A5B4B173-F4C1-4331-9AB2-1ACDE185008F}",
                                        unitId = 554,
                                        lat = 0.74811388522919,
                                        long = 0.71781401542096,
                                        x = -220154.36966927,
                                        name = "Static Plane 11",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564373.53749427,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71781401542096,
                                name = "Static Plane 11",
                                dead = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74811103906814,
                                            long = 0.71782030631205,
                                            x = -220169.63633122,
                                            name = "",
                                            speed = 0,
                                            y = 564404.81958482,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 214,
                                lat = 0.74811103906814,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "An-26B",
                                        CLSID = "{A5B4B173-F4C1-4331-9AB2-1ACDE185008F}",
                                        unitId = 555,
                                        lat = 0.74811103906814,
                                        long = 0.71782030631205,
                                        x = -220169.63633122,
                                        name = "Static Plane 10",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564404.81958482,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71782030631205,
                                name = "Static Plane 10",
                                dead = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74810559072369,
                                            long = 0.71783070751801,
                                            x = -220199.60785415,
                                            name = "",
                                            speed = 0,
                                            y = 564457.00764536,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 215,
                                lat = 0.74810559072369,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 556,
                                        lat = 0.74810559072369,
                                        long = 0.71783070751801,
                                        x = -220199.60785415,
                                        name = "Static Plane 9",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564457.00764536,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71783070751801,
                                name = "Static Plane 9",
                                dead = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74813234479903,
                                            long = 0.71777811208948,
                                            x = -220053.1246382,
                                            name = "",
                                            speed = 0,
                                            y = 564193.61089295,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 216,
                                lat = 0.74813234479903,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 557,
                                        lat = 0.74813234479903,
                                        long = 0.71777811208948,
                                        x = -220053.1246382,
                                        name = "Static Plane 12",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564193.61089295,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71777811208948,
                                name = "Static Plane 12",
                                dead = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74813592290202,
                                            long = 0.71776955583676,
                                            x = -220034.2265442,
                                            name = "",
                                            speed = 0,
                                            y = 564151.24831408,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 217,
                                lat = 0.74813592290202,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 558,
                                        lat = 0.74813592290202,
                                        long = 0.71776955583676,
                                        x = -220034.2265442,
                                        name = "Static plane 13",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564151.24831408,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71776955583676,
                                name = "Static plane 13",
                                dead = false,
                            }, -- end of [21]
                            [22] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74813941969597,
                                            long = 0.71776100729909,
                                            x = -220015.84285809,
                                            name = "",
                                            speed = 0,
                                            y = 564108.97304037,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 218,
                                lat = 0.74813941969597,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 559,
                                        lat = 0.74813941969597,
                                        long = 0.71776100729909,
                                        x = -220015.84285809,
                                        name = "Static Plane 14",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564108.97304037,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71776100729909,
                                name = "Static Plane 14",
                                dead = false,
                            }, -- end of [22]
                            [23] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74814332310728,
                                            long = 0.71775186167201,
                                            x = -219995.14082616,
                                            name = "",
                                            speed = 0,
                                            y = 564063.64284572,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 219,
                                lat = 0.74814332310728,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 560,
                                        lat = 0.74814332310728,
                                        long = 0.71775186167201,
                                        x = -219995.14082616,
                                        name = "Static Plane 15",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564063.64284572,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71775186167201,
                                name = "Static Plane 15",
                                dead = false,
                            }, -- end of [23]
                            [24] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74814942221575,
                                            long = 0.71773701440922,
                                            x = -219963.04728564,
                                            name = "",
                                            speed = 0,
                                            y = 563990.20211395,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 220,
                                lat = 0.74814942221575,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-27K",
                                        CLSID = "{AD3E0C2E-2992-4E03-B884-E45B6F0000A7}",
                                        unitId = 561,
                                        lat = 0.74814942221575,
                                        long = 0.71773701440922,
                                        x = -219963.04728564,
                                        name = "Static Plane 16",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563990.20211395,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71773701440922,
                                name = "Static Plane 16",
                                dead = false,
                            }, -- end of [24]
                            [25] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74815243112198,
                                            long = 0.71772967482862,
                                            x = -219947.22118568,
                                            name = "",
                                            speed = 0,
                                            y = 563953.90134768,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 221,
                                lat = 0.74815243112198,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-27K",
                                        CLSID = "{AD3E0C2E-2992-4E03-B884-E45B6F0000A7}",
                                        unitId = 562,
                                        lat = 0.74815243112198,
                                        long = 0.71772967482862,
                                        x = -219947.22118568,
                                        name = "Static Plane 17",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563953.90134768,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71772967482862,
                                name = "Static Plane 17",
                                dead = false,
                            }, -- end of [25]
                            [26] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74815535871449,
                                            long = 0.71772271784446,
                                            x = -219931.73893267,
                                            name = "",
                                            speed = 0,
                                            y = 563919.44535718,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 222,
                                lat = 0.74815535871449,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-27K",
                                        CLSID = "{AD3E0C2E-2992-4E03-B884-E45B6F0000A7}",
                                        unitId = 563,
                                        lat = 0.74815535871449,
                                        long = 0.71772271784446,
                                        x = -219931.73893267,
                                        name = "Static Plane 18",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563919.44535718,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71772271784446,
                                name = "Static Plane 18",
                                dead = false,
                            }, -- end of [26]
                            [27] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74815828631495,
                                            long = 0.71771628105866,
                                            x = -219916.01991142,
                                            name = "",
                                            speed = 0,
                                            y = 563887.42808448,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 223,
                                lat = 0.74815828631495,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-27K",
                                        CLSID = "{AD3E0C2E-2992-4E03-B884-E45B6F0000A7}",
                                        unitId = 564,
                                        lat = 0.74815828631495,
                                        long = 0.71771628105866,
                                        x = -219916.01991142,
                                        name = "Static Plane 19",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563887.42808448,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71771628105866,
                                name = "Static Plane 19",
                                dead = false,
                            }, -- end of [27]
                            [28] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74817552679015,
                                            long = 0.71768095709508,
                                            x = -219822.27657152,
                                            name = "",
                                            speed = 0,
                                            y = 563710.98430427,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 224,
                                lat = 0.74817552679015,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 565,
                                        lat = 0.74817552679015,
                                        long = 0.71768095709508,
                                        x = -219822.27657152,
                                        name = "Static Plane 21",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563710.98430427,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71768095709508,
                                name = "Static Plane 21",
                                dead = false,
                            }, -- end of [28]
                            [29] = 
                            {
                                heading = 3.6651914291881,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74816950885708,
                                            long = 0.71769438968378,
                                            x = -219854.49679577,
                                            name = "",
                                            speed = 0,
                                            y = 563777.74190198,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 225,
                                lat = 0.74816950885708,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 566,
                                        lat = 0.74816950885708,
                                        long = 0.71769438968378,
                                        x = -219854.49679577,
                                        name = "Static Plane 20",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563777.74190198,
                                        heading = 3.6651914291881,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71769438968378,
                                name = "Static Plane 20",
                                dead = false,
                            }, -- end of [29]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Border Patrol Mission 8",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 213506,
    start_time = 31500,
    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
