mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay(\"des renforts insurgés sont en route,notre artillerie va pilonner le PC des Forces Insurgés \", \"20\");a_activate_group(\"Groupe SAM SA-13 INS#02\");a_activate_group(\"Groupe SAM SA-13 INS#03\");a_activate_group(\"Groupe 2S19 Msta\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay(\"Attention,des véhicules insurgés ont été signalé en provenance de TKIBULI  (Nord -Est)\", \"20\");a_activate_group(\"Groupe SAM SA-13 INS#01\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay(\"les haut gradées des forces insurgé ont réussi à fuir ,ils sont dans un Hélicoptére de Type MI8\", \"25\");a_activate_group(\"hélicoptère MI8 INS #01\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay(\"Félicitations,la mission est réussie,vous pouvez rentrer à la base,le haut commandement est fiére de vous \", \"60\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay(\"Félicitation,la mission est réussie,de plus vous avez détruit le MI8,vous pouvez regagner la base,le haut commandement est fiére de vous \", \"60\"); mission.trig.func[5]='';",
            [6] = "a_out_text_delay(\"on nous signale  un convoi en fuite qui  se dirige  vers KUTAISI\", \"25\");a_activate_group(\"Groupe de véhicules INS#01\"); mission.trig.func[6]='';",
        }, -- 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",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_dead(\"4\") )",
            [2] = "return(c_unit_dead(\"5\") )",
            [3] = "return(c_unit_in_zone(\"10\", \"Zone de Déclenchement #01\") )",
            [4] = "return(c_group_dead(\"Groupe SAM SA-13 INS#01\") and c_group_dead(\"Groupe SAM SA-13 INS#02\") and c_group_dead(\"Groupe SAM SA-13 INS#03\") and c_group_dead(\"Groupe de véhicules INS#01\") )",
            [5] = "return(c_group_dead(\"Groupe SAM SA-13 INS#01\") and c_group_dead(\"Groupe SAM SA-13 INS#02\") and c_group_dead(\"Groupe SAM SA-13 INS#03\") and c_group_dead(\"Groupe de véhicules INS#01\") and c_unit_dead(\"13\") )",
            [6] = "return(c_group_dead(\"Groupe SAM SA-13 INS#01\") and c_group_dead(\"Groupe SAM SA-13 INS#02\") and c_group_dead(\"Groupe SAM SA-13 INS#03\") )",
        }, -- 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 = 
    {
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_dead(\"4\") then a_out_text_delay(\"des renforts insurgés sont en route,notre artillerie va pilonner le PC des Forces Insurgés \", \"20\");a_activate_group(\"Groupe SAM SA-13 INS#02\");a_activate_group(\"Groupe SAM SA-13 INS#03\");a_activate_group(\"Groupe 2S19 Msta\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_dead(\"5\") then a_out_text_delay(\"Attention,des véhicules insurgés ont été signalé en provenance de TKIBULI  (Nord -Est)\", \"20\");a_activate_group(\"Groupe SAM SA-13 INS#01\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"10\", \"Zone de Déclenchement #01\") then a_out_text_delay(\"les haut gradées des forces insurgé ont réussi à fuir ,ils sont dans un Hélicoptére de Type MI8\", \"25\");a_activate_group(\"hélicoptère MI8 INS #01\"); mission.trigfunc[3]='';end;",
        [4] = "if c_group_dead(\"Groupe SAM SA-13 INS#01\") and c_group_dead(\"Groupe SAM SA-13 INS#02\") and c_group_dead(\"Groupe SAM SA-13 INS#03\") and c_group_dead(\"Groupe de véhicules INS#01\") then a_out_text_delay(\"Félicitations,la mission est réussie,vous pouvez rentrer à la base,le haut commandement est fiére de vous \", \"60\"); mission.trigfunc[4]='';end;",
        [5] = "if c_group_dead(\"Groupe SAM SA-13 INS#01\") and c_group_dead(\"Groupe SAM SA-13 INS#02\") and c_group_dead(\"Groupe SAM SA-13 INS#03\") and c_group_dead(\"Groupe de véhicules INS#01\") and c_unit_dead(\"13\") then a_out_text_delay(\"Félicitation,la mission est réussie,de plus vous avez détruit le MI8,vous pouvez regagner la base,le haut commandement est fiére de vous \", \"60\"); mission.trigfunc[5]='';end;",
        [6] = "if c_group_dead(\"Groupe SAM SA-13 INS#01\") and c_group_dead(\"Groupe SAM SA-13 INS#02\") and c_group_dead(\"Groupe SAM SA-13 INS#03\") then a_out_text_delay(\"on nous signale  un convoi en fuite qui  se dirige  vers KUTAISI\", \"25\");a_activate_group(\"Groupe de véhicules INS#01\"); mission.trigfunc[6]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 15,
            iseason = 2,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 0,
            thickness = 0,
            base = 0,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- 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 = 20,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.73736020803364,
                hidden = true,
                long = 0.74394351968654,
                x = -275666.21890244,
                name = "Zone de Déclenchement #01",
                y = 694674.92480621,
            }, -- end of [1]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.75128634228946,
        zoom = 500000,
        centerX = 0.73725285057141,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 6,
            [2] = 11,
            [3] = 8,
            [4] = 13,
            [5] = 9,
            [6] = 5,
            [7] = 16,
            [8] = 17,
            [9] = 15,
            [10] = 12,
            [11] = 10,
            [12] = 4,
            [13] = 3,
            [14] = 2,
            [15] = 1,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Bonjour Messieurs\
\
Un PC de commandement et une tour de transmission ont été reperés près de la ville de TKIBULI , le FSB nous à informée de la présence de hauts gradées des forces insurgé dans le PC de commandement (une batterie 2S19 Msta sera déployé près de KUTAISI, pour pilonner le PC de Commandement) \
\
KAMOV_127Th Sibérian Tiger",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
    }, -- end of trigflag
    descriptionRedTask = "-Détruire la tour de transmission et le PC de commandement, ainsi que toutes menaces éventuelles (présence de SA-13 Stréla confirmé)",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "Carte Gueule du Loup V4{0BE497E2-BB1F-4d5f-89EA-2B23E76C4A78}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 4,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "des renforts insurgés sont en route,notre artillerie va pilonner le PC des Forces Insurgés ",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
                [2] = 
                {
                    group = 13,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 26,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    group = 27,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            comment = "Tour Détruite",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 5,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Attention,des véhicules insurgés ont été signalé en provenance de TKIBULI  (Nord -Est)",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
                [2] = 
                {
                    group = 12,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "PC Détruit",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 10,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "les haut gradées des forces insurgé ont réussi à fuir ,ils sont dans un Hélicoptére de Type MI8",
                    predicate = "a_out_text_delay",
                    seconds = 25,
                }, -- end of [1]
                [2] = 
                {
                    group = 8,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "evasion 2",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 12,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 13,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 26,
                    predicate = "c_group_dead",
                    unit = 35,
                }, -- end of [3]
                [4] = 
                {
                    group = 7,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [4]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Félicitations,la mission est réussie,vous pouvez rentrer à la base,le haut commandement est fiére de vous ",
                    predicate = "a_out_text_delay",
                    seconds = 60,
                }, -- end of [1]
            }, -- end of actions
            comment = "Fin de mission 1",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 12,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 13,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 26,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
                [4] = 
                {
                    group = 7,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [4]
                [5] = 
                {
                    predicate = "c_unit_dead",
                    unit = 13,
                }, -- end of [5]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Félicitation,la mission est réussie,de plus vous avez détruit le MI8,vous pouvez regagner la base,le haut commandement est fiére de vous ",
                    predicate = "a_out_text_delay",
                    seconds = 60,
                }, -- end of [1]
            }, -- end of actions
            comment = "Fin de mission 2",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 12,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 13,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 26,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "on nous signale  un convoi en fuite qui  se dirige  vers KUTAISI",
                    predicate = "a_out_text_delay",
                    seconds = 25,
                }, -- end of [1]
                [2] = 
                {
                    group = 7,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Evasion 1",
        }, -- end of [6]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    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 [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "hélicoptère MI8 INS #01",
                                groupId = 8,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 187,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.73737067569038,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7440978311415,
                                            x = -275516.22093079,
                                            speed = 19.444444444444,
                                            airdromeId = 25,
                                            y = 695398.80188598,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 110,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73738541109893,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74382198232979,
                                            x = -275571.23073373,
                                            speed = 19.444444444444,
                                            y = 694081.45294833,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 556,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74098257200297,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74369898128923,
                                            x = -252715.27392982,
                                            speed = 19.444444444444,
                                            y = 690890.86426354,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 601,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74331526547717,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74514768828568,
                                            x = -237068.45142182,
                                            speed = 19.444444444444,
                                            y = 696010.38139559,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 723,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74640696829604,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74595972112855,
                                            x = -216929.75434512,
                                            speed = 19.444444444444,
                                            y = 697546.72232781,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1632,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74780012090866,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74030352958794,
                                            x = -211090.427357,
                                            speed = 19.444444444444,
                                            y = 669993.86616302,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-8MT",
                                        CLSID = "{C08CF845-F905-40F0-AF1B-554908BBE89E}",
                                        unitId = 13,
                                        lat = 0.73737067569038,
                                        skill = "Good",
                                        long = 0.7440978311415,
                                        x = -275516.22093079,
                                        name = "Pilote MI8 INS#1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = 2296,
                                            flare = 64,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 695398.80188598,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 55,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 524,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73832050652883,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74934448394821,
                                            x = -266584.28612229,
                                            speed = 5.5555555555556,
                                            y = 719533.17420318,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 1,
                                        lat = 0.73832050652883,
                                        skill = "Excellent",
                                        long = 0.74934448394821,
                                        x = -266584.28612229,
                                        name = "Unité #1",
                                        heading = 3.8397243543875,
                                        y = 719533.17420318,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "ZSU-23-4 Shilka INS#01",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74948410285435,
                                                lat = 0.73849403132267,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74978365618446,
                                                lat = 0.73819624318551,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 616,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73849403132267,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74948410285435,
                                            x = -265401.04777368,
                                            speed = 5.5555555555556,
                                            y = 720065.57765226,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 2,
                                        lat = 0.73849403132267,
                                        skill = "High",
                                        long = 0.74948410285435,
                                        x = -265401.04777368,
                                        name = "Unité #2",
                                        heading = 3.8397243543875,
                                        y = 720065.57765226,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SAM SA-13 Strela INS#01",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 626,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73820099749074,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74982455012723,
                                            x = -267079.85298605,
                                            speed = 5.5555555555556,
                                            y = 721895.17458764,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 3,
                                        lat = 0.73820099749074,
                                        skill = "High",
                                        long = 0.74982455012723,
                                        x = -267079.85298605,
                                        name = "Unité #3",
                                        heading = 0,
                                        y = 721895.17458764,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SAM SA-13 Strela INS#02",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [33] = 
                                            {
                                                long = 0.74813251967344,
                                                lat = 0.73893850988197,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                long = 0.74806103837375,
                                                lat = 0.73889097597453,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                long = 0.74799375143184,
                                                lat = 0.73890552819802,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                long = 0.74793838324659,
                                                lat = 0.73888703252804,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                long = 0.74788754635071,
                                                lat = 0.73885721360153,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                long = 0.7478692840552,
                                                lat = 0.73884312913064,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                long = 0.74784261399566,
                                                lat = 0.73880943032982,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                long = 0.74778589133212,
                                                lat = 0.73879034159155,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                long = 0.74775786342773,
                                                lat = 0.73879096730609,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                long = 0.74772763911803,
                                                lat = 0.73881390836816,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                long = 0.74769942943908,
                                                lat = 0.73882278717433,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                long = 0.74760881709539,
                                                lat = 0.73881141619059,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                long = 0.74755993549808,
                                                lat = 0.73877022226462,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                long = 0.74752994924407,
                                                lat = 0.73875234106063,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                long = 0.74738561293905,
                                                lat = 0.73875094562041,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                long = 0.74731479461106,
                                                lat = 0.73871878275592,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                long = 0.74726129253708,
                                                lat = 0.73872348692722,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                long = 0.74719684523723,
                                                lat = 0.73870426390612,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                long = 0.74704233336208,
                                                lat = 0.73862847965133,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                long = 0.74691955412387,
                                                lat = 0.73858438926843,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                long = 0.7468291919149,
                                                lat = 0.73847245358484,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                long = 0.74676676445937,
                                                lat = 0.73846261389477,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                long = 0.74662102769417,
                                                lat = 0.73838235154984,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                long = 0.74648691462734,
                                                lat = 0.7383107284764,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                long = 0.74628953917452,
                                                lat = 0.73832330690485,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                long = 0.74626902839058,
                                                lat = 0.73825006216792,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                long = 0.74615488104383,
                                                lat = 0.73820525929185,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                long = 0.7461281310661,
                                                lat = 0.73820542182335,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                long = 0.74607641542457,
                                                lat = 0.73819748032416,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                long = 0.7460131556794,
                                                lat = 0.73818486296499,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                long = 0.74601847845033,
                                                lat = 0.73806153865047,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                long = 0.74599326267017,
                                                lat = 0.73799591292538,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                long = 0.74587855450067,
                                                lat = 0.73794588474595,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                long = 0.74555691934663,
                                                lat = 0.73783071091549,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                long = 0.74539110869105,
                                                lat = 0.73780652277773,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                long = 0.74522823605173,
                                                lat = 0.73775759002107,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                long = 0.74499938153185,
                                                lat = 0.73770540451031,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                long = 0.74432524653044,
                                                lat = 0.73736105004187,
                                            }, -- end of [172]
                                            [1] = 
                                            {
                                                long = 0.7493247609293,
                                                lat = 0.73899128780841,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7493247609293,
                                                lat = 0.73899128780841,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                long = 0.74586554038519,
                                                lat = 0.7379362513443,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                long = 0.74554221980261,
                                                lat = 0.73782584861255,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                long = 0.74538154088766,
                                                lat = 0.7377965915094,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                long = 0.74522481214791,
                                                lat = 0.73775662700574,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                long = 0.74489445667732,
                                                lat = 0.73765118772171,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                long = 0.7442004653588,
                                                lat = 0.73732009312834,
                                            }, -- end of [173]
                                            [3] = 
                                            {
                                                long = 0.74928396913247,
                                                lat = 0.73900585375227,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.74926563567818,
                                                lat = 0.73900761458756,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                long = 0.74724500690979,
                                                lat = 0.73872481620827,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                long = 0.74718440228511,
                                                lat = 0.73870447602818,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                long = 0.74701823648274,
                                                lat = 0.73861369107388,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                long = 0.74924070339697,
                                                lat = 0.73900179288469,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                long = 0.7468165631355,
                                                lat = 0.73846538262316,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                long = 0.74675211536426,
                                                lat = 0.73845681505825,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                long = 0.74651835134611,
                                                lat = 0.73832591212835,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                long = 0.74921823273107,
                                                lat = 0.73899881541209,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                long = 0.74627234469927,
                                                lat = 0.73827268737071,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                long = 0.74626902839058,
                                                lat = 0.73825006216792,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                long = 0.74614501620517,
                                                lat = 0.73820163414194,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                long = 0.74918718626967,
                                                lat = 0.73900309953522,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                long = 0.74603360082512,
                                                lat = 0.73820146833701,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                long = 0.74604392805152,
                                                lat = 0.73811710120146,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                long = 0.7460119620881,
                                                lat = 0.73804750425325,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                long = 0.74914657356022,
                                                lat = 0.73900774872464,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                long = 0.74584312203175,
                                                lat = 0.73791573338842,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                long = 0.74911675228531,
                                                lat = 0.73900643259587,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                long = 0.74537805190204,
                                                lat = 0.73778770989427,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                long = 0.74908808362095,
                                                lat = 0.73900038628666,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                long = 0.74489445667732,
                                                lat = 0.73765118772171,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                long = 0.74894936274637,
                                                lat = 0.73894526592419,
                                            }, -- end of [11]
                                            [12] = 
                                            {
                                                long = 0.74891935854954,
                                                lat = 0.73893611693942,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                long = 0.74879750418127,
                                                lat = 0.73891458356416,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                long = 0.74877720722842,
                                                lat = 0.73891596185007,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                long = 0.74875859695867,
                                                lat = 0.73892197873773,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                long = 0.74874350171502,
                                                lat = 0.73893216099827,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.74870445139381,
                                                lat = 0.73898271941683,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                long = 0.74869082684438,
                                                lat = 0.73899685287966,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                long = 0.74864849959142,
                                                lat = 0.73902541391804,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                long = 0.74864099939231,
                                                lat = 0.73903281504188,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                long = 0.74863138790842,
                                                lat = 0.73907029268929,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                long = 0.74862135156472,
                                                lat = 0.73908372069184,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                long = 0.74857914840665,
                                                lat = 0.73911109265414,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                long = 0.74857045753409,
                                                lat = 0.73911498819545,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                long = 0.74855729334071,
                                                lat = 0.73911668428842,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                long = 0.74839310545732,
                                                lat = 0.7390843767964,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                long = 0.74831341861184,
                                                lat = 0.7390586718315,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                long = 0.74827220104463,
                                                lat = 0.73905284196099,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                long = 0.74825266412384,
                                                lat = 0.7390483427738,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                long = 0.74823560260494,
                                                lat = 0.73904009751619,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                long = 0.74822216996552,
                                                lat = 0.73902871209231,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                long = 0.74818823428139,
                                                lat = 0.73899933739525,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                long = 0.74807033288378,
                                                lat = 0.73889291468552,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                long = 0.74800937403512,
                                                lat = 0.73890534858551,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                long = 0.7479691450866,
                                                lat = 0.73889903403631,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                long = 0.74788754635071,
                                                lat = 0.73885721360153,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                long = 0.74788629841498,
                                                lat = 0.73885648157145,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                long = 0.74785040409394,
                                                lat = 0.73881793421323,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                long = 0.74782806257372,
                                                lat = 0.73880096367858,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                long = 0.74777381809347,
                                                lat = 0.73878887781979,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                long = 0.74774408817507,
                                                lat = 0.7387974967819,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                long = 0.74771468573503,
                                                lat = 0.73882028794121,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                long = 0.74762195652315,
                                                lat = 0.73881427934264,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                long = 0.74759365869795,
                                                lat = 0.7388037849195,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                long = 0.74754867587921,
                                                lat = 0.73876115457543,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                long = 0.74750865851147,
                                                lat = 0.73874806458062,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                long = 0.74737447909282,
                                                lat = 0.73874939808102,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                long = 0.74730527139525,
                                                lat = 0.73871536943928,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                long = 0.74722924402452,
                                                lat = 0.73872139262606,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                long = 0.74716624834266,
                                                lat = 0.73870400459593,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                long = 0.746991714506,
                                                lat = 0.73860366212205,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                long = 0.74688855715666,
                                                lat = 0.73852821859841,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                long = 0.7468012826627,
                                                lat = 0.73846230620708,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                long = 0.74671415208609,
                                                lat = 0.73842360275633,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                long = 0.7465087097985,
                                                lat = 0.73831764054115,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                long = 0.74639954112824,
                                                lat = 0.73833126838717,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                long = 0.74627234469927,
                                                lat = 0.73827268737071,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                long = 0.74621654936945,
                                                lat = 0.73824358648478,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                long = 0.74613410996849,
                                                lat = 0.7382021782479,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                long = 0.74610697221726,
                                                lat = 0.73820843099414,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                long = 0.746022874211,
                                                lat = 0.7381990933985,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                long = 0.74604419432563,
                                                lat = 0.73810727091541,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                long = 0.74599803750344,
                                                lat = 0.73802931933133,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                long = 0.74597151734671,
                                                lat = 0.73796819895046,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                long = 0.74576843261476,
                                                lat = 0.737874978875,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                long = 0.74551138576021,
                                                lat = 0.73780141752909,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                long = 0.74537576785686,
                                                lat = 0.73777433155433,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                long = 0.74514625471271,
                                                lat = 0.73770566476198,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                long = 0.74472589965927,
                                                lat = 0.73755483588927,
                                            }, -- end of [168]
                                            [129] = 
                                            {
                                                long = 0.74595341716151,
                                                lat = 0.73795915929138,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                long = 0.74570438490371,
                                                lat = 0.73785441581136,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                long = 0.74549934388081,
                                                lat = 0.73780142745914,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                long = 0.74531928464573,
                                                lat = 0.73778206079727,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                long = 0.74511775799785,
                                                lat = 0.73769899513485,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                long = 0.74465499987724,
                                                lat = 0.73751081215099,
                                            }, -- end of [169]
                                            [65] = 
                                            {
                                                long = 0.74729113003245,
                                                lat = 0.73871486605497,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                long = 0.74720335719363,
                                                lat = 0.73870668263493,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                long = 0.74714950066489,
                                                lat = 0.73869901779714,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                long = 0.74693421538266,
                                                lat = 0.7385915980314,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                long = 0.74687938220112,
                                                lat = 0.73851418112786,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                long = 0.74678331870633,
                                                lat = 0.73846369777084,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                long = 0.74669514939453,
                                                lat = 0.73841158799995,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                long = 0.74649897004946,
                                                lat = 0.73831212343031,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                long = 0.74629667405452,
                                                lat = 0.73832771514134,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                long = 0.74626864561235,
                                                lat = 0.73826319778995,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                long = 0.74619789004351,
                                                lat = 0.73823710789549,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                long = 0.7461281310661,
                                                lat = 0.73820542182335,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                long = 0.74608807285205,
                                                lat = 0.73820040274735,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                long = 0.74601537176888,
                                                lat = 0.73819298955856,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                long = 0.74601847845033,
                                                lat = 0.73806153865047,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                long = 0.74599515954821,
                                                lat = 0.73801693424497,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                long = 0.74593259475037,
                                                lat = 0.73795435431903,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                long = 0.74565225276763,
                                                lat = 0.73783573363334,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                long = 0.74542144928622,
                                                lat = 0.73781483528677,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                long = 0.74530033841439,
                                                lat = 0.73778046244671,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                long = 0.74508788291231,
                                                lat = 0.73769707181098,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                long = 0.74459511173119,
                                                lat = 0.73747926590885,
                                            }, -- end of [170]
                                            [174] = 
                                            {
                                                long = 0.74417965075079,
                                                lat = 0.73730798627699,
                                            }, -- end of [174]
                                            [171] = 
                                            {
                                                long = 0.74432524653044,
                                                lat = 0.73736105004187,
                                            }, -- end of [171]
                                            [167] = 
                                            {
                                                long = 0.74472589965927,
                                                lat = 0.73755483588927,
                                            }, -- end of [167]
                                            [163] = 
                                            {
                                                long = 0.74499938153185,
                                                lat = 0.73770540451031,
                                            }, -- end of [163]
                                            [159] = 
                                            {
                                                long = 0.74517216667255,
                                                lat = 0.73771679142058,
                                            }, -- end of [159]
                                            [158] = 
                                            {
                                                long = 0.74518917748829,
                                                lat = 0.73772773605925,
                                            }, -- end of [158]
                                            [155] = 
                                            {
                                                long = 0.74522823605173,
                                                lat = 0.73775759002107,
                                            }, -- end of [155]
                                            [151] = 
                                            {
                                                long = 0.74537576785686,
                                                lat = 0.73777433155433,
                                            }, -- end of [151]
                                            [147] = 
                                            {
                                                long = 0.74540520137454,
                                                lat = 0.73781292884565,
                                            }, -- end of [147]
                                            [143] = 
                                            {
                                                long = 0.74552196681769,
                                                lat = 0.73780561237704,
                                            }, -- end of [143]
                                            [142] = 
                                            {
                                                long = 0.74553105822546,
                                                lat = 0.7378172313368,
                                            }, -- end of [142]
                                            [139] = 
                                            {
                                                long = 0.74563357853271,
                                                lat = 0.73783317375958,
                                            }, -- end of [139]
                                            [135] = 
                                            {
                                                long = 0.74579387260186,
                                                lat = 0.73788503910347,
                                            }, -- end of [135]
                                            [131] = 
                                            {
                                                long = 0.74589538236573,
                                                lat = 0.73795150351656,
                                            }, -- end of [131]
                                            [127] = 
                                            {
                                                long = 0.74598521098941,
                                                lat = 0.73798083325447,
                                            }, -- end of [127]
                                            [111] = 
                                            {
                                                long = 0.74612105189644,
                                                lat = 0.73820926225276,
                                            }, -- end of [111]
                                            [95] = 
                                            {
                                                long = 0.74641098498385,
                                                lat = 0.73832942118282,
                                            }, -- end of [95]
                                            [79] = 
                                            {
                                                long = 0.74690892976826,
                                                lat = 0.7385739291766,
                                            }, -- end of [79]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74417965075079,
                                                lat = 0.73730798627699,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74411361857622,
                                                lat = 0.7373525586551,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74394653235725,
                                                lat = 0.73736036907375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74401194890295,
                                                lat = 0.73735594047906,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74411361857622,
                                                lat = 0.7373525586551,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74394653235725,
                                                lat = 0.73736036907375,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 623,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73899128780841,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7493247609293,
                                            x = -262320.45632474,
                                            speed = 5.5555555555556,
                                            y = 718943.07535184,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 110,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73730798627699,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74417965075079,
                                            x = -275871.56643703,
                                            speed = 5.5555555555556,
                                            y = 695832.8647933,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 386,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7373525586551,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74411361857622,
                                            x = -275623.15606285,
                                            speed = 5.5555555555556,
                                            y = 695486.98939319,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 110,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.73736036907375,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74394653235725,
                                            x = -275663.5665358,
                                            speed = 5.5555555555556,
                                            y = 694689.08918408,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 7,
                                        lat = 0.73899128780841,
                                        skill = "Good",
                                        long = 0.7493247609293,
                                        x = -262320.45632474,
                                        name = "Unité #4",
                                        heading = 4.2977008014703,
                                        y = 718943.07535184,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SAU 2-C9",
                                        CLSID = "{099A1146-4309-459F-A913-AAA515D70049}",
                                        unitId = 8,
                                        lat = 0.73899049667171,
                                        skill = "Good",
                                        long = 0.7493269763999,
                                        x = -262324.2699516,
                                        name = "Unité #5",
                                        heading = 4.2977008014708,
                                        y = 718954.15064725,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SAU 2-C9",
                                        CLSID = "{099A1146-4309-459F-A913-AAA515D70049}",
                                        unitId = 9,
                                        lat = 0.73898979067203,
                                        skill = "Good",
                                        long = 0.74932895344708,
                                        x = -262327.67318545,
                                        name = "Unité #6",
                                        heading = 4.2977008014708,
                                        y = 718964.03404937,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Strela-1 9P31",
                                        CLSID = "{5C486AED-5DCE-4A0A-AF88-7343D3B2B43E}",
                                        unitId = 10,
                                        lat = 0.73898910174739,
                                        skill = "Good",
                                        long = 0.74933088267023,
                                        x = -262330.99411436,
                                        name = "Unité #7",
                                        heading = 4.2977008014708,
                                        y = 718973.67837784,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 11,
                                        lat = 0.73898842695602,
                                        skill = "Good",
                                        long = 0.74933277230776,
                                        x = -262334.24691876,
                                        name = "Unité #8",
                                        heading = 4.2977008014708,
                                        y = 718983.12481696,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 12,
                                        lat = 0.73898788577148,
                                        skill = "Good",
                                        long = 0.74933428779681,
                                        x = -262336.85567988,
                                        name = "Unité #9",
                                        heading = 4.2977008014708,
                                        y = 718990.70086136,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Groupe de véhicules INS#01",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7498520475022,
                                                lat = 0.73853513967858,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7499023520436,
                                                lat = 0.73853513967858,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 669,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73854666641532,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74982356227206,
                                            x = -264877.43433687,
                                            speed = 5.5555555555556,
                                            y = 721631.91847263,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 14,
                                        lat = 0.73854666641532,
                                        skill = "Average",
                                        long = 0.74982356227206,
                                        x = -264877.43433687,
                                        name = "Unité #10",
                                        heading = 3.8397243543875,
                                        y = 721631.91847263,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 15,
                                        lat = 0.73849854510617,
                                        skill = "Average",
                                        long = 0.74986892458347,
                                        x = -265158.95553602,
                                        name = "Unité #11",
                                        heading = 3.8397243543875,
                                        y = 721881.84180485,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "SAM SA-13 Strela INS#03",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74966885934019,
                                                lat = 0.73846509518686,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74985846001886,
                                                lat = 0.73848169911588,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 669,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73846299956317,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74968078376611,
                                            x = -265489.77674926,
                                            speed = 5.5555555555556,
                                            y = 721018.41120597,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 16,
                                        lat = 0.73846299956317,
                                        skill = "High",
                                        long = 0.74968078376611,
                                        x = -265489.77674926,
                                        name = "Unité #12",
                                        heading = 3.8397243543875,
                                        y = 721018.41120597,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SAM SA-13 Strela INS#04",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7495379360331,
                                                lat = 0.73862501918839,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74968906765371,
                                                lat = 0.73861026715892,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 626,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73862501918839,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7495379360331,
                                            x = -264536.44463196,
                                            speed = 5.5555555555556,
                                            y = 720223.67330408,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 17,
                                        lat = 0.73862501918839,
                                        skill = "High",
                                        long = 0.7495379360331,
                                        x = -264536.44463196,
                                        name = "Unité #13",
                                        heading = 3.8397243543875,
                                        y = 720223.67330408,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SAM SA-13 Strela INS#05",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75044911549518,
                                                lat = 0.73922887495724,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75044911549518,
                                                lat = 0.73922887495724,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.75044569340706,
                                                lat = 0.7390923183706,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.75008151123589,
                                                lat = 0.73889213421617,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.75006753380718,
                                                lat = 0.7387873684556,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.75008604585752,
                                                lat = 0.73878079859293,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.75006910248349,
                                                lat = 0.73888263330646,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.75011498913329,
                                                lat = 0.73876075855829,
                                            }, -- end of [18]
                                            [31] = 
                                            {
                                                long = 0.74985867782536,
                                                lat = 0.73821561674994,
                                            }, -- end of [31]
                                            [5] = 
                                            {
                                                long = 0.75043423490278,
                                                lat = 0.73907755802901,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.75006157443103,
                                                lat = 0.73887058504218,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                long = 0.75013534239532,
                                                lat = 0.73873394164059,
                                            }, -- end of [20]
                                            [30] = 
                                            {
                                                long = 0.74992570178323,
                                                lat = 0.73826923202705,
                                            }, -- end of [30]
                                            [21] = 
                                            {
                                                long = 0.75013709154144,
                                                lat = 0.7387184104823,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                long = 0.7500595675216,
                                                lat = 0.73885648152631,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                long = 0.75010609262948,
                                                lat = 0.73860039225621,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                long = 0.75045128892691,
                                                lat = 0.73910877198819,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.75038678324783,
                                                lat = 0.73903944931056,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.7500595675216,
                                                lat = 0.73885648152631,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                long = 0.75005588314188,
                                                lat = 0.73850634344461,
                                            }, -- end of [24]
                                            [19] = 
                                            {
                                                long = 0.75012771573101,
                                                lat = 0.73874842045144,
                                            }, -- end of [19]
                                            [25] = 
                                            {
                                                long = 0.7499635409019,
                                                lat = 0.73837535441469,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                long = 0.75005203744378,
                                                lat = 0.73880355859481,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                long = 0.74995908744825,
                                                lat = 0.73836664471441,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                long = 0.74995310598008,
                                                lat = 0.73832182275191,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                long = 0.75032478245751,
                                                lat = 0.73900160024748,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.75003990854433,
                                                lat = 0.73879050237476,
                                            }, -- end of [14]
                                            [28] = 
                                            {
                                                long = 0.74994970168917,
                                                lat = 0.7383064306324,
                                            }, -- end of [28]
                                            [23] = 
                                            {
                                                long = 0.7500857334621,
                                                lat = 0.73855628526109,
                                            }, -- end of [23]
                                            [29] = 
                                            {
                                                long = 0.74994025449185,
                                                lat = 0.7382869403205,
                                            }, -- end of [29]
                                            [15] = 
                                            {
                                                long = 0.75003990854433,
                                                lat = 0.73879050237476,
                                            }, -- end of [15]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74985867782536,
                                                lat = 0.73821561674994,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74984423567116,
                                                lat = 0.73822670332775,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74972346984735,
                                                lat = 0.73809395933217,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74972411563872,
                                                lat = 0.7380946348999,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 561,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73922887495724,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75044911549518,
                                            x = -260183.06600067,
                                            speed = 11.111111111111,
                                            y = 724079.37214742,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 578,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73821561674994,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74985867782536,
                                            x = -266967.77174255,
                                            speed = 11.111111111111,
                                            y = 722045.93635124,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 544,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.73822670332775,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74984423567116,
                                            x = -266905.11683635,
                                            speed = 11.111111111111,
                                            y = 721969.08487063,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 18,
                                        lat = 0.73922887495724,
                                        skill = "High",
                                        long = 0.75044911549518,
                                        x = -260183.06600067,
                                        name = "Unité #14",
                                        heading = 3.5485781142147,
                                        y = 724079.37214742,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 19,
                                        lat = 0.73924419284783,
                                        skill = "High",
                                        long = 0.7504516182198,
                                        x = -260084.06033422,
                                        name = "Unité #15",
                                        heading = 3.4364944099216,
                                        y = 724079.59501309,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 20,
                                        lat = 0.73925522421889,
                                        skill = "High",
                                        long = 0.75045398075885,
                                        x = -260012.44962984,
                                        name = "Unité #16",
                                        heading = 3.4364944099216,
                                        y = 724082.40421804,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 21,
                                        lat = 0.73927742833295,
                                        skill = "High",
                                        long = 0.75046321334606,
                                        x = -259865.82853464,
                                        name = "Unité #17",
                                        heading = 3.4364944099216,
                                        y = 724109.22873472,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 22,
                                        lat = 0.73930334396661,
                                        skill = "High",
                                        long = 0.75048043825702,
                                        x = -259691.12400299,
                                        name = "Unité #18",
                                        heading = 3.4364944099233,
                                        y = 724171.03074555,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe SAM SA-13 INS#01",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74913376091636,
                                                lat = 0.73877690406463,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74931866305629,
                                                lat = 0.73858568088346,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74931866305629,
                                                lat = 0.73858568088346,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74936769413486,
                                                lat = 0.73853239907365,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74933670150094,
                                                lat = 0.73853836392842,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74933670150094,
                                                lat = 0.73853836392842,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 626,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73877690406463,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74913376091636,
                                            x = -263792.56673181,
                                            speed = 5.5555555555556,
                                            y = 718200.73965923,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 571,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73858568088346,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74931866305629,
                                            x = -264908.69457122,
                                            speed = 5.5555555555556,
                                            y = 719215.83034983,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 532,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.73853239907365,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74936769413486,
                                            x = -265221.06886454,
                                            speed = 5.5555555555556,
                                            y = 719486.90081691,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 23,
                                        lat = 0.73877690406463,
                                        skill = "High",
                                        long = 0.74913376091636,
                                        x = -263792.56673181,
                                        name = "Unité #19",
                                        heading = 2.520863001068,
                                        y = 718200.73965923,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 24,
                                        lat = 0.73876990406463,
                                        skill = "High",
                                        long = 0.74914076091636,
                                        x = -263833.29592713,
                                        name = "Unité #20",
                                        heading = 0,
                                        y = 718238.99262253,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 25,
                                        lat = 0.73876290406463,
                                        skill = "High",
                                        long = 0.74914776091636,
                                        x = -263874.02512245,
                                        name = "Unité #21",
                                        heading = 0,
                                        y = 718277.24558583,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 26,
                                        lat = 0.73875590406463,
                                        skill = "High",
                                        long = 0.74915476091637,
                                        x = -263914.75431777,
                                        name = "Unité #22",
                                        heading = 2.520863001068,
                                        y = 718315.49854917,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 27,
                                        lat = 0.73874890406463,
                                        skill = "High",
                                        long = 0.74916176091636,
                                        x = -263955.48351309,
                                        name = "Unité #23",
                                        heading = 0,
                                        y = 718353.75151242,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 28,
                                        lat = 0.73874190406463,
                                        skill = "High",
                                        long = 0.74916876091636,
                                        x = -263996.21270841,
                                        name = "Unité #24",
                                        heading = 2.520863001068,
                                        y = 718392.00447572,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Groupe SAM SA-13 INS#02",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74971759233125,
                                                lat = 0.73846582059599,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7497235625253,
                                                lat = 0.73845929193105,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73847178508924,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74972652256128,
                                            x = -265408.43287262,
                                            speed = 5.5555555555556,
                                            y = 721228.21319057,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 29,
                                        lat = 0.73847178508924,
                                        skill = "High",
                                        long = 0.74972652256128,
                                        x = -265408.43287262,
                                        name = "Unité #25",
                                        heading = 0,
                                        y = 721228.21319057,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 30,
                                        lat = 0.73847170448849,
                                        skill = "High",
                                        long = 0.74972892289002,
                                        x = -265407.61589834,
                                        name = "Unité #26",
                                        heading = 0,
                                        y = 721239.62223195,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 31,
                                        lat = 0.73847025367603,
                                        skill = "High",
                                        long = 0.74972742774088,
                                        x = -265417.69048768,
                                        name = "Unité #27",
                                        heading = 3.8397243543875,
                                        y = 721233.62084061,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 32,
                                        lat = 0.73847025367603,
                                        skill = "High",
                                        long = 0.74972982400055,
                                        x = -265416.36211594,
                                        name = "Unité #28",
                                        heading = 3.8397243543875,
                                        y = 721244.95129408,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 33,
                                        lat = 0.73846888346601,
                                        skill = "High",
                                        long = 0.74972753145525,
                                        x = -265426.36507965,
                                        name = "Unité #29",
                                        heading = 3.8397243543875,
                                        y = 721235.12015263,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#02",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7384734777216,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74967519767656,
                                            x = -265426.09811152,
                                            speed = 5.5555555555556,
                                            y = 720984.28273498,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 34,
                                        lat = 0.7384734777216,
                                        skill = "High",
                                        long = 0.74967519767656,
                                        x = -265426.09811152,
                                        name = "Soldat+Manpads INS#03",
                                        heading = 0,
                                        y = 720984.28273498,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 35,
                                        lat = 0.73847339712085,
                                        skill = "High",
                                        long = 0.7496775980053,
                                        x = -265425.28113724,
                                        name = "Groupe SAM SA-13 INS#01 #1",
                                        heading = 0,
                                        y = 720995.69177636,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 36,
                                        lat = 0.73847194630839,
                                        skill = "High",
                                        long = 0.74967610285616,
                                        x = -265435.35572658,
                                        name = "Groupe SAM SA-13 INS#01 #2",
                                        heading = 3.8397243543875,
                                        y = 720989.69038502,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 37,
                                        lat = 0.73847194630839,
                                        skill = "High",
                                        long = 0.74967849911583,
                                        x = -265434.02735484,
                                        name = "Groupe SAM SA-13 INS#01 #3",
                                        heading = 3.8397243543875,
                                        y = 721001.02083849,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 38,
                                        lat = 0.73847057609838,
                                        skill = "High",
                                        long = 0.74967620657054,
                                        x = -265444.03031848,
                                        name = "Groupe SAM SA-13 INS#01 #4",
                                        heading = 3.8397243543875,
                                        y = 720991.18969708,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#03",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 669,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73852151732746,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74988962095364,
                                            x = -265001.08488805,
                                            speed = 5.5555555555556,
                                            y = 721962.78748912,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 39,
                                        lat = 0.73852151732746,
                                        skill = "High",
                                        long = 0.74988962095364,
                                        x = -265001.08488805,
                                        name = "Groupe SAM SA-13 INS#01 #5",
                                        heading = 0,
                                        y = 721962.78748912,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 40,
                                        lat = 0.73852143672671,
                                        skill = "High",
                                        long = 0.74989202128239,
                                        x = -265000.26791377,
                                        name = "Groupe SAM SA-13 INS#01 #6",
                                        heading = 0,
                                        y = 721974.19653055,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 41,
                                        lat = 0.73851998591425,
                                        skill = "High",
                                        long = 0.74989052613324,
                                        x = -265010.34250312,
                                        name = "Groupe SAM SA-13 INS#01 #7",
                                        heading = 3.8397243543875,
                                        y = 721968.19513916,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 42,
                                        lat = 0.73851998591425,
                                        skill = "High",
                                        long = 0.74989292239291,
                                        x = -265009.01413138,
                                        name = "Groupe SAM SA-13 INS#01 #8",
                                        heading = 3.8397243543875,
                                        y = 721979.52559263,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 43,
                                        lat = 0.73851861570424,
                                        skill = "High",
                                        long = 0.74989062984762,
                                        x = -265019.01709502,
                                        name = "Groupe SAM SA-13 INS#01 #9",
                                        heading = 3.8397243543875,
                                        y = 721969.69445122,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#04",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73848435899191,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74949828125316,
                                            x = -265454.82786063,
                                            speed = 5.5555555555556,
                                            y = 720139.74057877,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 44,
                                        lat = 0.73848435899191,
                                        skill = "High",
                                        long = 0.74949828125316,
                                        x = -265454.82786063,
                                        name = "Groupe SAM SA-13 INS#01 #10",
                                        heading = 0,
                                        y = 720139.74057877,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 45,
                                        lat = 0.73848427839116,
                                        skill = "High",
                                        long = 0.7495006815819,
                                        x = -265454.01088635,
                                        name = "Groupe SAM SA-13 INS#01 #11",
                                        heading = 0,
                                        y = 720151.14962016,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 46,
                                        lat = 0.7384828275787,
                                        skill = "High",
                                        long = 0.74949918643276,
                                        x = -265464.0854757,
                                        name = "Groupe SAM SA-13 INS#01 #12",
                                        heading = 3.8397243543875,
                                        y = 720145.14822881,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 47,
                                        lat = 0.7384828275787,
                                        skill = "High",
                                        long = 0.74950158269243,
                                        x = -265462.75710396,
                                        name = "Groupe SAM SA-13 INS#01 #13",
                                        heading = 3.8397243543875,
                                        y = 720156.47868228,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 48,
                                        lat = 0.73848145736869,
                                        skill = "High",
                                        long = 0.74949929014714,
                                        x = -265472.7600676,
                                        name = "Groupe SAM SA-13 INS#01 #14",
                                        heading = 2.546985376426,
                                        y = 720146.64754087,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#05",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73863033964109,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74955157452159,
                                            x = -264494.97787938,
                                            speed = 5.5555555555556,
                                            y = 720284.24387144,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 49,
                                        lat = 0.73863033964109,
                                        skill = "High",
                                        long = 0.74955157452159,
                                        x = -264494.97787938,
                                        name = "Groupe SAM SA-13 INS#01 #15",
                                        heading = 0.017453292519943,
                                        y = 720284.24387144,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 50,
                                        lat = 0.73863025904034,
                                        skill = "High",
                                        long = 0.74955397485033,
                                        x = -264494.1609051,
                                        name = "Groupe SAM SA-13 INS#01 #16",
                                        heading = 0,
                                        y = 720295.65291282,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 51,
                                        lat = 0.73862880822787,
                                        skill = "High",
                                        long = 0.74955247970119,
                                        x = -264504.23549451,
                                        name = "Groupe SAM SA-13 INS#01 #17",
                                        heading = 3.8397243543875,
                                        y = 720289.65152148,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 52,
                                        lat = 0.73862880822787,
                                        skill = "High",
                                        long = 0.74955487596086,
                                        x = -264502.90712277,
                                        name = "Groupe SAM SA-13 INS#01 #18",
                                        heading = 3.8397243543875,
                                        y = 720300.98197495,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 53,
                                        lat = 0.73862743801786,
                                        skill = "High",
                                        long = 0.74955258341557,
                                        x = -264512.91008641,
                                        name = "Groupe SAM SA-13 INS#01 #19",
                                        heading = 3.8397243543875,
                                        y = 720291.15083354,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#06",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73820953917553,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74983624900778,
                                            x = -267018.93286592,
                                            speed = 5.5555555555556,
                                            y = 721944.1877402,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 54,
                                        lat = 0.73820953917553,
                                        skill = "High",
                                        long = 0.74983624900778,
                                        x = -267018.93286592,
                                        name = "Groupe Soldat+Manpads INS#077",
                                        heading = 0,
                                        y = 721944.1877402,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 55,
                                        lat = 0.73820945857478,
                                        skill = "High",
                                        long = 0.74983864933652,
                                        x = -267018.11656567,
                                        name = "Groupe SAM SA-13 INS#01 #21",
                                        heading = 0,
                                        y = 721955.62924469,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 56,
                                        lat = 0.73820800776232,
                                        skill = "High",
                                        long = 0.74983715418738,
                                        x = -267028.19133709,
                                        name = "Groupe SAM SA-13 INS#01 #22",
                                        heading = 3.8397243543875,
                                        y = 721949.63662273,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 57,
                                        lat = 0.73820800776232,
                                        skill = "High",
                                        long = 0.74983955044705,
                                        x = -267026.86360597,
                                        name = "Groupe SAM SA-13 INS#01 #23",
                                        heading = 3.8397243543875,
                                        y = 721960.9979302,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 58,
                                        lat = 0.7382066375523,
                                        skill = "High",
                                        long = 0.74983725790175,
                                        x = -267036.86650626,
                                        name = "Groupe SAM SA-13 INS#01 #24",
                                        heading = 3.8397243543875,
                                        y = 721951.1637342,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#07",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7383127698794,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74935688308004,
                                            x = -266626.71682303,
                                            speed = 5.5555555555556,
                                            y = 719597.49878268,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 59,
                                        lat = 0.7383127698794,
                                        skill = "High",
                                        long = 0.74935688308004,
                                        x = -266626.71682303,
                                        name = "Groupe SAM SA-13 INS#01 #25",
                                        heading = 0,
                                        y = 719597.49878268,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 60,
                                        lat = 0.73831268927865,
                                        skill = "High",
                                        long = 0.74935928340878,
                                        x = -266625.89984875,
                                        name = "Groupe SAM SA-13 INS#01 #26",
                                        heading = 0,
                                        y = 719608.90782406,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 61,
                                        lat = 0.73831123846619,
                                        skill = "High",
                                        long = 0.74935778825964,
                                        x = -266635.9744381,
                                        name = "Groupe SAM SA-13 INS#01 #27",
                                        heading = 3.8397243543875,
                                        y = 719602.90643272,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 62,
                                        lat = 0.73831123846619,
                                        skill = "High",
                                        long = 0.74936018451931,
                                        x = -266634.64606636,
                                        name = "Groupe SAM SA-13 INS#01 #28",
                                        heading = 3.8397243543875,
                                        y = 719614.23688619,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 63,
                                        lat = 0.73830986825618,
                                        skill = "High",
                                        long = 0.74935789197402,
                                        x = -266644.64903,
                                        name = "Groupe SAM SA-13 INS#01 #29",
                                        heading = 3.8397243543875,
                                        y = 719604.40574478,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#08",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [16]
                            [20] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 639,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73856762442841,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74978340610378,
                                            x = -264766.13358884,
                                            speed = 5.5555555555556,
                                            y = 721426.61263825,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 79,
                                        lat = 0.73856762442841,
                                        skill = "High",
                                        long = 0.74978340610378,
                                        x = -264766.13358884,
                                        name = "Groupe SAM SA-13 INS#01 #45",
                                        heading = 0,
                                        y = 721426.61263825,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 80,
                                        lat = 0.73856754382766,
                                        skill = "High",
                                        long = 0.74978580643252,
                                        x = -264765.31661456,
                                        name = "Groupe SAM SA-13 INS#01 #46",
                                        heading = 0,
                                        y = 721438.02167964,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 81,
                                        lat = 0.7385660930152,
                                        skill = "High",
                                        long = 0.74978431128338,
                                        x = -264775.39120391,
                                        name = "Groupe SAM SA-13 INS#01 #47",
                                        heading = 3.8397243543875,
                                        y = 721432.02028829,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 82,
                                        lat = 0.7385660930152,
                                        skill = "High",
                                        long = 0.74978670754305,
                                        x = -264774.06283217,
                                        name = "Groupe SAM SA-13 INS#01 #48",
                                        heading = 3.8397243543875,
                                        y = 721443.35074176,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 83,
                                        lat = 0.73856472280519,
                                        skill = "High",
                                        long = 0.74978441499775,
                                        x = -264784.06579581,
                                        name = "Groupe SAM SA-13 INS#01 #49",
                                        heading = 3.8397243543875,
                                        y = 721433.5196003,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#12",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [20]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73831260869979,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74959649318032,
                                            x = -266494.91561169,
                                            speed = 5.5555555555556,
                                            y = 720730.58778514,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 64,
                                        lat = 0.73831260869979,
                                        skill = "High",
                                        long = 0.74959649318032,
                                        x = -266494.91561169,
                                        name = "Groupe SAM SA-13 INS#01 #30",
                                        heading = 3.8397243543875,
                                        y = 720730.58778514,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 65,
                                        lat = 0.73831252809904,
                                        skill = "High",
                                        long = 0.74959889350907,
                                        x = -266494.09863741,
                                        name = "Groupe SAM SA-13 INS#01 #31",
                                        heading = 0,
                                        y = 720741.99682657,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 66,
                                        lat = 0.73831107728658,
                                        skill = "High",
                                        long = 0.74959739835992,
                                        x = -266504.17322676,
                                        name = "Groupe SAM SA-13 INS#01 #32",
                                        heading = 3.8397243543875,
                                        y = 720735.99543518,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 67,
                                        lat = 0.73831107728658,
                                        skill = "High",
                                        long = 0.7495997946196,
                                        x = -266502.84485501,
                                        name = "Groupe SAM SA-13 INS#01 #33",
                                        heading = 3.8397243543875,
                                        y = 720747.3258887,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 68,
                                        lat = 0.73831051335908,
                                        skill = "High",
                                        long = 0.74959919035086,
                                        x = -266506.77363474,
                                        name = "Groupe SAM SA-13 INS#01 #34",
                                        heading = 2.546985376426,
                                        y = 720744.88389942,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#09",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [17]
                            [21] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7384477661111,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74967547081601,
                                            x = -265589.80186963,
                                            speed = 5.5555555555556,
                                            y = 721004.50615916,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 84,
                                        lat = 0.7384477661111,
                                        skill = "High",
                                        long = 0.74967547081601,
                                        x = -265589.80186963,
                                        name = "Groupe SAM SA-13 INS#01 #50",
                                        heading = 3.8397243543875,
                                        y = 721004.50615916,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 85,
                                        lat = 0.73844768551035,
                                        skill = "High",
                                        long = 0.74967787114475,
                                        x = -265588.98489535,
                                        name = "Groupe SAM SA-13 INS#01 #51",
                                        heading = 0,
                                        y = 721015.91520055,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 86,
                                        lat = 0.73844623469788,
                                        skill = "High",
                                        long = 0.74967637599561,
                                        x = -265599.05948476,
                                        name = "Groupe SAM SA-13 INS#01 #52",
                                        heading = 3.8397243543875,
                                        y = 721009.91380921,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 87,
                                        lat = 0.73844623469788,
                                        skill = "High",
                                        long = 0.74967877225528,
                                        x = -265597.73111302,
                                        name = "Groupe SAM SA-13 INS#01 #53",
                                        heading = 3.8397243543875,
                                        y = 721021.24426268,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 88,
                                        lat = 0.73844486448787,
                                        skill = "High",
                                        long = 0.74967647970999,
                                        x = -265607.73407666,
                                        name = "Groupe SAM SA-13 INS#01 #54",
                                        heading = 3.8397243543875,
                                        y = 721011.41312127,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [21]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 626,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73837281093152,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74979828012825,
                                            x = -265999.40571487,
                                            speed = 5.5555555555556,
                                            y = 721640.79384483,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 69,
                                        lat = 0.73837281093152,
                                        skill = "High",
                                        long = 0.74979828012825,
                                        x = -265999.40571487,
                                        name = "Groupe SAM SA-13 INS#01 #35",
                                        heading = 0,
                                        y = 721640.79384483,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 70,
                                        lat = 0.73837273033077,
                                        skill = "High",
                                        long = 0.74980068045699,
                                        x = -265998.58941461,
                                        name = "Groupe SAM SA-13 INS#01 #36",
                                        heading = 0,
                                        y = 721652.23534933,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 71,
                                        lat = 0.73837127951831,
                                        skill = "High",
                                        long = 0.74979918530785,
                                        x = -266008.66418604,
                                        name = "Groupe SAM SA-13 INS#01 #37",
                                        heading = 3.8397243543875,
                                        y = 721646.24272736,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 72,
                                        lat = 0.73837127951831,
                                        skill = "High",
                                        long = 0.74980158156752,
                                        x = -266007.33645491,
                                        name = "Groupe SAM SA-13 INS#01 #38",
                                        heading = 3.8397243543875,
                                        y = 721657.60403484,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 73,
                                        lat = 0.7383699093083,
                                        skill = "High",
                                        long = 0.74979928902223,
                                        x = -266017.33935513,
                                        name = "Groupe SAM SA-13 INS#01 #39",
                                        heading = 3.8397243543875,
                                        y = 721647.76983887,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#10",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [18]
                            [22] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [31] = 
                                            {
                                                long = 0.74974817709139,
                                                lat = 0.73752277837019,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                long = 0.75007514569753,
                                                lat = 0.7373250664142,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.74991085283139,
                                                lat = 0.73724081878368,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                long = 0.74974415107624,
                                                lat = 0.73752203310998,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                long = 0.74973355226739,
                                                lat = 0.73751315583281,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                long = 0.74970962083635,
                                                lat = 0.73750411390064,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                long = 0.74970359268929,
                                                lat = 0.73750605465571,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                long = 0.74986385040811,
                                                lat = 0.73722941047569,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                long = 0.74969687970617,
                                                lat = 0.73752296179211,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                long = 0.74969904789548,
                                                lat = 0.73753328458895,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                long = 0.74970716492151,
                                                lat = 0.73754183049579,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                long = 0.74973281808439,
                                                lat = 0.73756037136503,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                long = 0.74984605590806,
                                                lat = 0.73722971679444,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                long = 0.7497352116883,
                                                lat = 0.73756745771816,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                long = 0.7497301778945,
                                                lat = 0.73757299872154,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                long = 0.74971594438681,
                                                lat = 0.73757448227886,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                long = 0.74970298840325,
                                                lat = 0.7375700480759,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                long = 0.74982939104347,
                                                lat = 0.73723447415792,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                long = 0.74967696278101,
                                                lat = 0.73755381463969,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                long = 0.74965960130536,
                                                lat = 0.73754890336565,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                long = 0.74964098601401,
                                                lat = 0.73754873065464,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                long = 0.75000350700742,
                                                lat = 0.7372810103992,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                long = 0.74981596861395,
                                                lat = 0.73724302650756,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                long = 0.7496093496292,
                                                lat = 0.73756233011228,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                long = 0.74960016953344,
                                                lat = 0.73757435361107,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                long = 0.74959725855698,
                                                lat = 0.7375879460006,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                long = 0.74959761638136,
                                                lat = 0.73762212091435,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                long = 0.74978988612821,
                                                lat = 0.73727755930485,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                long = 0.7495922591042,
                                                lat = 0.73763294639849,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                long = 0.74958191261476,
                                                lat = 0.73764162003615,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                long = 0.74957100181201,
                                                lat = 0.73764940160798,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                long = 0.74957143299897,
                                                lat = 0.73765477721341,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                long = 0.74977847759162,
                                                lat = 0.73729613377351,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                long = 0.74960151063042,
                                                lat = 0.7376845435121,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                long = 0.74960139774208,
                                                lat = 0.73769247734732,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                long = 0.74959086357907,
                                                lat = 0.73770728698067,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                long = 0.74959041411098,
                                                lat = 0.737716427138,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                long = 0.74976859820318,
                                                lat = 0.73732234101768,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                long = 0.74959582916954,
                                                lat = 0.73772458266218,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                long = 0.74960987441237,
                                                lat = 0.73773519850824,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                long = 0.74961306503568,
                                                lat = 0.73774331356359,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                long = 0.75007514569753,
                                                lat = 0.7373250664142,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.75000350700742,
                                                lat = 0.7372810103992,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                long = 0.74976507179934,
                                                lat = 0.73734932473089,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                long = 0.74961021335056,
                                                lat = 0.73777855440521,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                long = 0.74961882373372,
                                                lat = 0.73779019567017,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                long = 0.74963205410109,
                                                lat = 0.73779899985111,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                long = 0.74976851003501,
                                                lat = 0.73738558279844,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                long = 0.74967524837884,
                                                lat = 0.73781820066824,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                long = 0.74971681951237,
                                                lat = 0.73786837566626,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                long = 0.74973509852688,
                                                lat = 0.73790160662813,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                long = 0.74976335632517,
                                                lat = 0.73739435099304,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                long = 0.74977254702596,
                                                lat = 0.7379364509808,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                long = 0.74977779504538,
                                                lat = 0.73794752348613,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                long = 0.74977758701695,
                                                lat = 0.73797609939732,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                long = 0.74975306682012,
                                                lat = 0.73740003918621,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                long = 0.74975809243566,
                                                lat = 0.73803021760758,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                long = 0.74971864914492,
                                                lat = 0.73806654993065,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                long = 0.7499776482482,
                                                lat = 0.73726978744617,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                long = 0.74970882304967,
                                                lat = 0.73740470369992,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                long = 0.7497164985909,
                                                lat = 0.7380882353028,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                long = 0.74971801511491,
                                                lat = 0.73808948051298,
                                            }, -- end of [81]
                                            [21] = 
                                            {
                                                long = 0.74970882304967,
                                                lat = 0.73740470369992,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                long = 0.7497100043966,
                                                lat = 0.73741479917449,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                long = 0.7497049911169,
                                                lat = 0.73742379027802,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                long = 0.7499776482482,
                                                lat = 0.73726978744617,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                long = 0.74968509061979,
                                                lat = 0.7374474238693,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                long = 0.7496820979524,
                                                lat = 0.73746714293662,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                long = 0.74968706438367,
                                                lat = 0.73747447450601,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                long = 0.7497309969805,
                                                lat = 0.73748976514206,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                long = 0.74994540978574,
                                                lat = 0.7372536325466,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                long = 0.74974433466924,
                                                lat = 0.73749926522328,
                                            }, -- end of [28]
                                            [79] = 
                                            {
                                                long = 0.74971314981253,
                                                lat = 0.7380758192131,
                                            }, -- end of [79]
                                            [78] = 
                                            {
                                                long = 0.74971864914492,
                                                lat = 0.73806654993065,
                                            }, -- end of [78]
                                            [29] = 
                                            {
                                                long = 0.7497538376063,
                                                lat = 0.73750988610037,
                                            }, -- end of [29]
                                            [75] = 
                                            {
                                                long = 0.74977144921066,
                                                lat = 0.73800127277022,
                                            }, -- end of [75]
                                            [71] = 
                                            {
                                                long = 0.7497451266155,
                                                lat = 0.73791218152242,
                                            }, -- end of [71]
                                            [67] = 
                                            {
                                                long = 0.74966228661912,
                                                lat = 0.73780843178016,
                                            }, -- end of [67]
                                            [30] = 
                                            {
                                                long = 0.7497535396607,
                                                lat = 0.73751399186276,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                long = 0.74960739412653,
                                                lat = 0.73776546412741,
                                            }, -- end of [63]
                                            [47] = 
                                            {
                                                long = 0.74962356157252,
                                                lat = 0.73755339603788,
                                            }, -- end of [47]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74971801511491,
                                                lat = 0.73808948051298,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7496997075398,
                                                lat = 0.73809672982128,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74980395955865,
                                                lat = 0.73816293516068,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74980336965198,
                                                lat = 0.7381630442035,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 570,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7373250664142,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75007514569753,
                                            x = -272523.49417399,
                                            speed = 11.111111111111,
                                            y = 723745.19631622,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 544,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73808948051298,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74971801511491,
                                            x = -267849.60349874,
                                            speed = 11.111111111111,
                                            y = 721474.32937094,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 560,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.73809672982128,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7496997075398,
                                            x = -267813.54608668,
                                            speed = 11.111111111111,
                                            y = 721382.05045872,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 89,
                                        lat = 0.7373250664142,
                                        skill = "High",
                                        long = 0.75007514569753,
                                        x = -272523.49417399,
                                        name = "Unité #30",
                                        heading = -0.33274594158779,
                                        y = 723745.19631622,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 90,
                                        lat = 0.73733459306592,
                                        skill = "High",
                                        long = 0.75009063816224,
                                        x = -272454.1946857,
                                        name = "Unité #31",
                                        heading = -0.25895774241307,
                                        y = 723811.45159298,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 91,
                                        lat = 0.73734197612586,
                                        skill = "High",
                                        long = 0.75010259416303,
                                        x = -272400.51625821,
                                        name = "Unité #32",
                                        heading = -0.25895774241307,
                                        y = 723862.5593148,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 92,
                                        lat = 0.73734986171293,
                                        skill = "High",
                                        long = 0.75011265742024,
                                        x = -272344.68386048,
                                        name = "Unité #33",
                                        heading = -0.25895774241307,
                                        y = 723904.31330813,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 93,
                                        lat = 0.73735676430278,
                                        skill = "High",
                                        long = 0.75012146639497,
                                        x = -272295.811289,
                                        name = "Unité #34",
                                        heading = -0.33274594158779,
                                        y = 723940.86319675,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe SAM SA-13 INS#03",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [22]
                            [19] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 623,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73837676005531,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74941842076623,
                                            x = -266184.80612744,
                                            speed = 5.5555555555556,
                                            y = 719841.3559458,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 23,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 74,
                                        lat = 0.73837676005531,
                                        skill = "High",
                                        long = 0.74941842076623,
                                        x = -266184.80612744,
                                        name = "Groupe SAM SA-13 INS#01 #40",
                                        heading = 0,
                                        y = 719841.3559458,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 75,
                                        lat = 0.73837667945456,
                                        skill = "High",
                                        long = 0.74942082109497,
                                        x = -266183.98915316,
                                        name = "Groupe SAM SA-13 INS#01 #41",
                                        heading = 0,
                                        y = 719852.76498719,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-18 Igla manpad",
                                        CLSID = "{8C7CD125-65C9-44ec-BD3A-CC431263FF89}",
                                        unitId = 76,
                                        lat = 0.7383752286421,
                                        skill = "High",
                                        long = 0.74941932594583,
                                        x = -266194.0637425,
                                        name = "Groupe SAM SA-13 INS#01 #42",
                                        heading = 3.8397243543875,
                                        y = 719846.76359584,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-18 Igla comm",
                                        CLSID = "{CC83C3A7-4280-4018-9C45-2E4C6137C5E2}",
                                        unitId = 77,
                                        lat = 0.7383752286421,
                                        skill = "High",
                                        long = 0.7494217222055,
                                        x = -266192.73537076,
                                        name = "Groupe SAM SA-13 INS#01 #43",
                                        heading = 3.8397243543875,
                                        y = 719858.09404931,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 78,
                                        lat = 0.73837385843208,
                                        skill = "High",
                                        long = 0.74941942966021,
                                        x = -266202.73833447,
                                        name = "Groupe SAM SA-13 INS#01 #44",
                                        heading = 3.8397243543875,
                                        y = 719848.26290791,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Groupe Soldat+Manpads INS#11",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [19]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73852764333428,
                                            long = 0.74987190937756,
                                            x = -264971.86346943,
                                            name = "",
                                            speed = 0,
                                            y = 721874.5295389,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                lat = 0.73852764333428,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash_m",
                                        type = "Comms tower M",
                                        CLSID = "{fe75a842-e794-4650-9197-22797513dc72}",
                                        unitId = 4,
                                        lat = 0.73852764333428,
                                        rate = 100,
                                        long = 0.74987190937756,
                                        x = -264971.86346943,
                                        name = "Tour de communications INS",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 721874.5295389,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74987190937756,
                                name = "Tour de communications INS",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 0.47123889803847,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73842882534095,
                                            long = 0.74956367402426,
                                            x = -265772.48256699,
                                            name = "",
                                            speed = 0,
                                            y = 720489.83360162,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                lat = 0.73842882534095,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 5,
                                        lat = 0.73842882534095,
                                        long = 0.74956367402426,
                                        x = -265772.48256699,
                                        name = "PC statique INS #01",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 720489.83360162,
                                        heading = 0.47123889803847,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74956367402426,
                                name = "PC statique INS #01",
                                dead = false,
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    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 [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    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 [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    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 [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    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 [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    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 [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    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 [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    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 [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    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 [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    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 [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    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 [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    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 [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    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 [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    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 [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Sibérian Tiger #01",
                                groupId = 6,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 522,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 41.666666666667,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73844720191323,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74969248040654,
                                            x = -265583.96809133,
                                            speed = 55.555555555556,
                                            y = 721085.3495886,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 6,
                                        lat = 0.736122,
                                        skill = "Player",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilote #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 54,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "101",
                                        }, -- end of callsign
                                        onboard_num = 71,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Sibérian Tiger #02",
                                groupId = 28,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 187,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 41.666666666667,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73839561933199,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74971291281693,
                                            x = -265901.3672598,
                                            speed = 55.555555555556,
                                            y = 721219.94318865,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 98,
                                        lat = 0.736122,
                                        skill = "Client",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilote #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 54,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "102",
                                        }, -- end of callsign
                                        onboard_num = 72,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "Sibérian Tiger #03",
                                groupId = 29,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 41.666666666667,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73844268834068,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74969553775193,
                                            x = -265611.03737944,
                                            speed = 55.555555555556,
                                            y = 721103.12933743,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 99,
                                        lat = 0.736122,
                                        skill = "Client",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilote #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 54,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "103",
                                        }, -- end of callsign
                                        onboard_num = 73,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "Sibérian Tiger #04",
                                groupId = 30,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 41.666666666667,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 638,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73840037449986,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74971064896142,
                                            x = -265872.31845812,
                                            speed = 55.555555555556,
                                            y = 721205.73747958,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 100,
                                        lat = 0.736122,
                                        skill = "Client",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilote #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 54,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 74,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                name = "Sibérian Tiger #05",
                                groupId = 31,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 41.666666666667,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 639,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73845155430431,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74969005973031,
                                            x = -265557.57304296,
                                            speed = 55.555555555556,
                                            y = 721070.69894147,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 101,
                                        lat = 0.736122,
                                        skill = "Client",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilote #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 54,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 75,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = false,
                                name = "Sibérian Tiger #06",
                                groupId = 32,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 41.666666666667,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 638,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7384059356545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74970830983036,
                                            x = -265838.17498614,
                                            speed = 55.555555555556,
                                            y = 721190.58237593,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 102,
                                        lat = 0.736122,
                                        skill = "Client",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilote #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 54,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 76,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [6]
                            [7] = 
                            {
                                hidden = false,
                                name = "Sibérian Tiger #07",
                                groupId = 33,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 188,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 41.666666666667,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73841101325505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74970579777984,
                                            x = -265807.20897013,
                                            speed = 55.555555555556,
                                            y = 721174.96569083,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 103,
                                        lat = 0.736122,
                                        skill = "Client",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilote #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 54,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 77,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [7]
                            [8] = 
                            {
                                hidden = false,
                                name = "Sibérian Tiger #08",
                                groupId = 34,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 187,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 41.666666666667,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 640,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73843906137618,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74969793397682,
                                            x = -265632.82297769,
                                            speed = 55.555555555556,
                                            y = 721117.13022462,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 104,
                                        lat = 0.736122,
                                        skill = "Client",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilote #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 54,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 78,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [8]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 187,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73728806442901,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74956312080872,
                                                    radius = 10,
                                                    name = "PC Command INS",
                                                    y = 720487.51451187,
                                                    x = -265775.35743132,
                                                    lat = 0.73842842234939,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74645192633618,
                                            x = -274767.33763521,
                                            name = "Artillerie Russe",
                                            speed = 0,
                                            y = 706616.23523609,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 94,
                                        lat = 0.73728806442901,
                                        skill = "Excellent",
                                        long = 0.74645192633618,
                                        x = -274767.33763521,
                                        name = "Unité #35",
                                        heading = 0.69813170079773,
                                        y = 706616.23523609,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 95,
                                        lat = 0.73728315303849,
                                        skill = "Excellent",
                                        long = 0.74645796103841,
                                        x = -274795.2916369,
                                        name = "Unité #36",
                                        heading = 0.69813170079773,
                                        y = 706648.38601363,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 96,
                                        lat = 0.73727808064177,
                                        skill = "Excellent",
                                        long = 0.74646372675701,
                                        x = -274824.42081195,
                                        name = "Unité #37",
                                        heading = 0.69813170079773,
                                        y = 706679.38348303,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 97,
                                        lat = 0.7372730887821,
                                        skill = "Excellent",
                                        long = 0.7464688599995,
                                        x = -274853.3873543,
                                        name = "Unité #38",
                                        heading = 0.69813170079773,
                                        y = 706707.33105701,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Groupe 2S19 Msta",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74640963862951,
                                                lat = 0.73729788727577,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74640967716409,
                                                lat = 0.73729514975229,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 524,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73729152656992,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74642969801966,
                                            x = -274757.59638912,
                                            speed = 5.5555555555556,
                                            y = 706508.58182112,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 PBU",
                                        CLSID = "{20B6EAF4-E6D3-4FC2-A306-41951CAF1361}",
                                        unitId = 105,
                                        lat = 0.73729152656992,
                                        skill = "Excellent",
                                        long = 0.74642969801966,
                                        x = -274757.59638912,
                                        name = "Unité #39",
                                        heading = 2.2689280275926,
                                        y = 706508.58182112,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 106,
                                        lat = 0.73728226738024,
                                        skill = "Excellent",
                                        long = 0.74644928138891,
                                        x = -274805.74734995,
                                        name = "Unité #40",
                                        heading = 0.69813170079773,
                                        y = 706607.99735995,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 107,
                                        lat = 0.73727252518646,
                                        skill = "Excellent",
                                        long = 0.74646170532992,
                                        x = -274860.94524804,
                                        name = "Unité #41",
                                        heading = 0.69813170079773,
                                        y = 706673.91596477,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Groupe comm 2S19 Msta #01",
                                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]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Dans La Gueule du Loup ",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 31276,
    start_time = 24300,
    forcedOptions = 
    {
        optionsView = "optview_allies",
    }, -- end of forcedOptions
    failures = 
    {
        hydro_common = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO AUX",
            enable = false,
            mmint = 1,
            id = "hydro_common",
            mm = 0,
        }, -- end of hydro_common
        asc_a = 
        {
            hh = 0,
            prob = 100,
            label = "ASC ALTI",
            enable = false,
            mmint = 1,
            id = "asc_a",
            mm = 0,
        }, -- end of asc_a
        asc_p = 
        {
            hh = 0,
            prob = 100,
            label = "ASC TANGAGE",
            enable = false,
            mmint = 1,
            id = "asc_p",
            mm = 0,
        }, -- end of asc_p
        hydro_main = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO PRI",
            enable = false,
            mmint = 1,
            id = "hydro_main",
            mm = 0,
        }, -- end of hydro_main
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "MOTEUR-D",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        asc_r = 
        {
            hh = 0,
            prob = 100,
            label = "ASC ROULIS",
            enable = false,
            mmint = 1,
            id = "asc_r",
            mm = 0,
        }, -- end of asc_r
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "MOTEUR-G",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        asc_y = 
        {
            hh = 0,
            prob = 100,
            label = "ASC LACET",
            enable = false,
            mmint = 1,
            id = "asc_y",
            mm = 0,
        }, -- end of asc_y
    }, -- end of failures
} -- end of mission
