mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay_s(\"red\", \"наблюдается облучение зрк в р-не Поти, всем быть предельно осторожным...\", \"14\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay_s(\"red\", \"102, следую в раион Поти...\", \"10\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay_s(\"red\", \"003, пролетел Сухуми, начинаю патруль над рекой Ингури через минуту...\", \"14\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay_s(\"red\", \"106, наблюдаю бронехнику противника, работаю по основной..\", \"10\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay_s(\"red\", \"102, зрк уничтожен, повторяю, зрк уничтожен...\", \"10\"); mission.trig.func[5]='';",
            [6] = "a_out_text_delay_s(\"red\", \"вам 020, следовать на патрулирование в р-не реки Ингури, пресекать любую воздушную опасность...\", \"20\"); mission.trig.func[6]='';",
            [7] = "a_out_sound_s(\"red\", \"two_steps_from_hell_-__freedom_fighters.ogg\"); mission.trig.func[7]='';",
            [8] = "a_out_text_delay(\"101 сработал!\", \"5\"); mission.trig.func[8]='';",
        }, -- 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",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"163\", \"зрк\") )",
            [2] = "return(c_unit_in_zone(\"170\", \"102\") )",
            [3] = "return(c_unit_in_zone(\"159\", \"003\") )",
            [4] = "return(c_unit_in_zone(\"174\", \"106\") )",
            [5] = "return(c_unit_damaged(\"163\") )",
            [6] = "return(c_unit_in_zone(\"187\", \"020\") )",
            [7] = "return(c_unit_in_zone(\"122\", \"начало\") )",
            [8] = "return(c_unit_damaged(\"122\") )",
        }, -- 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_in_zone(\"163\", \"зрк\") then a_out_text_delay_s(\"red\", \"наблюдается облучение зрк в р-не Поти, всем быть предельно осторожным...\", \"14\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"170\", \"102\") then a_out_text_delay_s(\"red\", \"102, следую в раион Поти...\", \"10\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"159\", \"003\") then a_out_text_delay_s(\"red\", \"003, пролетел Сухуми, начинаю патруль над рекой Ингури через минуту...\", \"14\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone(\"174\", \"106\") then a_out_text_delay_s(\"red\", \"106, наблюдаю бронехнику противника, работаю по основной..\", \"10\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_damaged(\"163\") then a_out_text_delay_s(\"red\", \"102, зрк уничтожен, повторяю, зрк уничтожен...\", \"10\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_in_zone(\"187\", \"020\") then a_out_text_delay_s(\"red\", \"вам 020, следовать на патрулирование в р-не реки Ингури, пресекать любую воздушную опасность...\", \"20\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_in_zone(\"122\", \"начало\") then a_out_sound_s(\"red\", \"two_steps_from_hell_-__freedom_fighters.ogg\"); mission.trigfunc[7]='';end;",
        [8] = "if c_unit_damaged(\"122\") then a_out_text_delay(\"101 сработал!\", \"5\"); mission.trigfunc[8]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 1,
            visibility = 1000,
            thickness = 80,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 1,
            temperature = 20,
        }, -- end of season
        clouds = 
        {
            density = 8,
            thickness = 2000,
            base = 3700,
            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 = 17000,
                zoneId = 3,
                color = 
                {
                    [1] = 0.50196078431373,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74808046364084,
                hidden = true,
                long = 0.71892577273318,
                x = -219861.34894096,
                name = "003",
                y = 569606.54542556,
            }, -- end of [1]
            [2] = 
            {
                radius = 4000,
                zoneId = 5,
                color = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75805898716949,
                hidden = true,
                long = 0.69705749151016,
                x = -165571.37643036,
                name = "020",
                y = 461848.91898853,
            }, -- end of [2]
            [3] = 
            {
                radius = 7000,
                zoneId = 2,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74548065667067,
                hidden = true,
                long = 0.72027649852387,
                x = -235802.58410736,
                name = "102",
                y = 577569.85845471,
            }, -- end of [3]
            [4] = 
            {
                radius = 9000,
                zoneId = 4,
                color = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.7411999089595,
                hidden = true,
                long = 0.7256605699303,
                x = -260528.2071571,
                name = "106",
                y = 605645.76972226,
            }, -- end of [4]
            [5] = 
            {
                radius = 3000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.73684363201068,
                hidden = true,
                long = 0.7271666528529,
                x = -287554.54386545,
                name = "зрк",
                y = 615595.32809117,
            }, -- end of [5]
            [6] = 
            {
                radius = 3000,
                zoneId = 7,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.74198413580044,
                hidden = true,
                long = 0.73041025879722,
                x = -253212.69216749,
                name = "начало",
                y = 627524.64401521,
            }, -- end of [6]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.73567049915137,
        zoom = 1000000,
        centerX = 0.73260018345155,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 1,
            [15] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "бронетехника НАТО пересекла границу Абазии и Грузии через реку Ингури продвигается в направлении Гали, в ответ была отправлена бригада пограгничников...для поддержки наших войск с воздуха будут содействованы звено су-25 позывной 106, пара ми-24 позывной 104, звено ка-50 с аэродрома сухуми позывной 05 и самолеты защиты от воздушного нападения...",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
    }, -- end of trigflag
    descriptionRedTask = "вы, позывной 020, меняите 101го, через 10 мин вам подоидет пара су-33 для совместного патрулирования...",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 163,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 14,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "наблюдается облучение зрк в р-не Поти, всем быть предельно осторожным...",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 170,
                    predicate = "c_unit_in_zone",
                    zone = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "102, следую в раион Поти...",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 159,
                    predicate = "c_unit_in_zone",
                    zone = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 14,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "003, пролетел Сухуми, начинаю патруль над рекой Ингури через минуту...",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 174,
                    predicate = "c_unit_in_zone",
                    zone = 4,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    countrylist = 0,
                    text = "106, наблюдаю бронехнику противника, работаю по основной..",
                    predicate = "a_out_text_delay_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_damaged",
                    unit = 163,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "102, зрк уничтожен, повторяю, зрк уничтожен...",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 187,
                    predicate = "c_unit_in_zone",
                    zone = 5,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 20,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "вам 020, следовать на патрулирование в р-не реки Ингури, пресекать любую воздушную опасность...",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 7,
                    predicate = "c_unit_in_zone",
                    unit = 122,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    file = "two_steps_from_hell_-__freedom_fighters.ogg",
                    text = "",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_damaged",
                    unit = 122,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "101 сработал!",
                    predicate = "a_out_text_delay",
                    seconds = 5,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [8]
    }, -- 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 = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "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 = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Enfield",
                                groupId = 26,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72807684149786,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72812028332297,
                                            x = -342953.15195899,
                                            speed = 27.777777777778,
                                            y = 625843.68757078,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 125,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 41.666666666667,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "CH-47D",
                                        CLSID = "{AF7808AC-A07C-470D-886B-505E8D23D317}",
                                        unitId = 26,
                                        lat = 0.72807684149786,
                                        skill = "Random",
                                        long = 0.72812028332297,
                                        x = -342953.15195899,
                                        name = "Enfield 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3600",
                                            flare = 120,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 625843.68757078,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 3,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "CH-47D",
                                        CLSID = "{AF7808AC-A07C-470D-886B-505E8D23D317}",
                                        unitId = 27,
                                        lat = 0.72806984149786,
                                        skill = "Random",
                                        long = 0.72812728332297,
                                        x = -342994.38339508,
                                        name = "Enfield 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3600",
                                            flare = 120,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 625881.70439656,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 4,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Shark",
                                groupId = 55,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 127,
                                            lat = 0.73726423231255,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73388655862966,
                                            x = -281544.44039695,
                                            speed = 41.666666666667,
                                            helipadId = 127,
                                            y = 647134.53262711,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7423029345188,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72851836360296,
                                            x = -252120.49601213,
                                            speed = 75,
                                            y = 618398.13313798,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74259690716943,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72958084798894,
                                            x = -249721.25714483,
                                            speed = 75,
                                            y = 623200.40461001,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 127,
                                            lat = 0.73726423231255,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73388655862966,
                                            x = -281544.44039695,
                                            speed = 41.666666666667,
                                            helipadId = 127,
                                            y = 647134.53262711,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "AH-64A",
                                        CLSID = "{F324202D-A045-418B-86D0-7594454FDA81}",
                                        unitId = 128,
                                        lat = 0.73726423231255,
                                        skill = "Random",
                                        y = 647134.53262711,
                                        long = 0.73388655862966,
                                        x = -281544.44039695,
                                        name = "Shark 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1157",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "AH-64A",
                                        CLSID = "{F324202D-A045-418B-86D0-7594454FDA81}",
                                        unitId = 129,
                                        lat = 0.73725723231255,
                                        skill = "Random",
                                        y = 647172.37545516,
                                        long = 0.73389355862966,
                                        x = -281585.46210222,
                                        name = "Shark 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1157",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "Uzi",
                                groupId = 57,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 120,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 127,
                                            lat = 0.73726423231255,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73388655862966,
                                            x = -281544.44039695,
                                            speed = 41.666666666667,
                                            helipadId = 127,
                                            y = 647134.53262711,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74229969915751,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72853178246297,
                                            x = -252134.62498639,
                                            speed = 61.111111111111,
                                            y = 618463.53918471,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74260378419887,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72949032588325,
                                            x = -249722.48700477,
                                            speed = 61.111111111111,
                                            y = 622770.24449958,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 127,
                                            lat = 0.73726423231255,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73388655862966,
                                            x = -281544.44039695,
                                            speed = 41.666666666667,
                                            helipadId = 127,
                                            y = 647134.53262711,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SH-60B",
                                        CLSID = "{975CB910-D5AC-4C70-A3E0-8EE8564BA112}",
                                        unitId = 131,
                                        lat = 0.73726423231255,
                                        skill = "Random",
                                        y = 647134.53262711,
                                        long = 0.73388655862966,
                                        x = -281544.44039695,
                                        name = "Uzi 1-1 ",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "1100",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SH-60B",
                                        CLSID = "{975CB910-D5AC-4C70-A3E0-8EE8564BA112}",
                                        unitId = 132,
                                        lat = 0.73725723231255,
                                        skill = "Random",
                                        y = 647172.37545516,
                                        long = 0.73389355862966,
                                        x = -281585.46210222,
                                        name = "Uzi 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "1100",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "Chevy",
                                groupId = 81,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 91,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 127,
                                            lat = 0.73726423231255,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73388655862966,
                                            x = -281544.44039695,
                                            speed = 41.666666666667,
                                            helipadId = 127,
                                            y = 647134.53262711,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74214570706464,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72836043596026,
                                            x = -253198.45388828,
                                            speed = 77.777777777778,
                                            y = 617757.95577396,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74266665035082,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72946575291731,
                                            x = -249334.20765114,
                                            speed = 77.777777777778,
                                            y = 622612.998779,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 127,
                                            lat = 0.73726423231255,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73388655862966,
                                            x = -281544.44039695,
                                            speed = 41.666666666667,
                                            helipadId = 127,
                                            y = 647134.53262711,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 180,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "AH-64A",
                                        CLSID = "{F324202D-A045-418B-86D0-7594454FDA81}",
                                        unitId = 184,
                                        lat = 0.73726423231255,
                                        skill = "Random",
                                        y = 647134.53262711,
                                        long = 0.73388655862966,
                                        x = -281544.44039695,
                                        name = "Chevy 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1157",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 2,
                                            [3] = 1,
                                            name = "Chevy21",
                                        }, -- end of callsign
                                        onboard_num = 26,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "AH-64A",
                                        CLSID = "{F324202D-A045-418B-86D0-7594454FDA81}",
                                        unitId = 185,
                                        lat = 0.73725723231255,
                                        skill = "Random",
                                        y = 647172.37545516,
                                        long = 0.73389355862966,
                                        x = -281585.46210222,
                                        name = "Chevy 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1157",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 2,
                                            [3] = 2,
                                            name = "Chevy22",
                                        }, -- end of callsign
                                        onboard_num = 27,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72576655771254,
                                                lat = 0.74120968609886,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72586821324332,
                                                lat = 0.74149754490336,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72586821324332,
                                                lat = 0.74149754490336,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72607321510557,
                                                lat = 0.74177302943649,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72547662836344,
                                                lat = 0.74104833409009,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72576655771254,
                                                lat = 0.74120968609886,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72607321510557,
                                                lat = 0.74177302943649,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72653503180416,
                                                lat = 0.74179542369398,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72653503180416,
                                                lat = 0.74179542369398,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72653503180416,
                                                lat = 0.74179542369398,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74104833409009,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72547662836344,
                                            x = -261582.70740274,
                                            speed = 2.7777777777778,
                                            y = 604875.97872705,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74120968609886,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72576655771254,
                                            x = -260414.71621463,
                                            speed = 2.7777777777778,
                                            y = 606139.13867803,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74149754490336,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72586821324332,
                                            x = -258531.74692215,
                                            speed = 2.7777777777778,
                                            y = 606433.4893898,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74177302943649,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72607321510557,
                                            x = -256677.68176863,
                                            speed = 2.7777777777778,
                                            y = 607222.81079176,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74179542369398,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72653503180416,
                                            x = -256311.90425923,
                                            speed = 2.7777777777778,
                                            y = 609385.05038503,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 77,
                                        lat = 0.74104833409009,
                                        skill = "Random",
                                        long = 0.72547662836344,
                                        x = -261582.70740274,
                                        name = "Юнит #20",
                                        heading = 0.92439092262046,
                                        y = 604875.97872705,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M-2 Bradley",
                                        CLSID = "{07220042-0448-486F-9842-63E68A961ECB}",
                                        unitId = 78,
                                        lat = 0.74104133409009,
                                        skill = "Random",
                                        long = 0.72548362836344,
                                        x = -261623.92043738,
                                        name = "Юнит #21",
                                        heading = 0,
                                        y = 604913.47384681,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 79,
                                        lat = 0.74103433409009,
                                        skill = "Random",
                                        long = 0.72549062836344,
                                        x = -261665.13347202,
                                        name = "Юнит #22",
                                        heading = 0,
                                        y = 604950.96896657,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 80,
                                        lat = 0.74102733409009,
                                        skill = "Random",
                                        long = 0.72549762836344,
                                        x = -261706.34650666,
                                        name = "Юнит #23",
                                        heading = 0,
                                        y = 604988.46408633,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 81,
                                        lat = 0.74102033409009,
                                        skill = "Random",
                                        long = 0.72550462836344,
                                        x = -261747.55954131,
                                        name = "Юнит #24",
                                        heading = 0,
                                        y = 605025.95920608,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 82,
                                        lat = 0.74101333409009,
                                        skill = "Random",
                                        long = 0.72551162836344,
                                        x = -261788.77257595,
                                        name = "Юнит #25",
                                        heading = 0,
                                        y = 605063.45432584,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "M-2 Bradley",
                                        CLSID = "{07220042-0448-486F-9842-63E68A961ECB}",
                                        unitId = 83,
                                        lat = 0.74100633409009,
                                        skill = "Random",
                                        long = 0.72551862836344,
                                        x = -261829.98561059,
                                        name = "Юнит #26",
                                        heading = 0,
                                        y = 605100.9494456,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 84,
                                        lat = 0.74099933409009,
                                        skill = "Random",
                                        long = 0.72552562836344,
                                        x = -261871.19864523,
                                        name = "Юнит #27",
                                        heading = 0.92439092259935,
                                        y = 605138.44456536,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Наземная группа #021",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72576767585188,
                                                lat = 0.74120839324897,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72586961645175,
                                                lat = 0.74149705995667,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72586961645175,
                                                lat = 0.74149705995667,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72607363517624,
                                                lat = 0.74177230183295,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7254752927983,
                                                lat = 0.74104227476423,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72576767585188,
                                                lat = 0.74120839324897,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72607363517624,
                                                lat = 0.74177230183295,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72653503190863,
                                                lat = 0.74179437268967,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72653503190863,
                                                lat = 0.74179437268967,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72653503190863,
                                                lat = 0.74179437268967,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74104227476423,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7254752927983,
                                            x = -261621.95469849,
                                            speed = 2.7777777777778,
                                            y = 604873.5741384,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74120839324897,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72576767585188,
                                            x = -260422.41237166,
                                            speed = 2.7777777777778,
                                            y = 606145.24013674,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74149705995667,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72586961645175,
                                            x = -258534.15846063,
                                            speed = 2.7777777777778,
                                            y = 606440.41585527,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74177230183295,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72607363517624,
                                            x = -256682.1142291,
                                            speed = 2.7777777777778,
                                            y = 607225.27388242,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74179437268967,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72653503190863,
                                            x = -256318.59992466,
                                            speed = 2.7777777777778,
                                            y = 609385.74825657,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 85,
                                        lat = 0.74104227476423,
                                        skill = "Random",
                                        long = 0.7254752927983,
                                        x = -261621.95469849,
                                        name = "Юнит #28",
                                        heading = 0.9144189781576,
                                        y = 604873.5741384,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 86,
                                        lat = 0.74103527476423,
                                        skill = "Random",
                                        long = 0.7254822927983,
                                        x = -261663.16773313,
                                        name = "Юнит #29",
                                        heading = 0,
                                        y = 604911.06925816,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 87,
                                        lat = 0.74102827476423,
                                        skill = "Random",
                                        long = 0.7254892927983,
                                        x = -261704.38076777,
                                        name = "Юнит #30",
                                        heading = 0,
                                        y = 604948.56437792,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 88,
                                        lat = 0.74102127476423,
                                        skill = "Random",
                                        long = 0.7254962927983,
                                        x = -261745.59380241,
                                        name = "Юнит #31",
                                        heading = 0,
                                        y = 604986.05949767,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "M1134 Stryker ATGM",
                                        CLSID = "{B2FDA9C8-E5CC-41ff-873E-CF0E0A2CE22C}",
                                        unitId = 89,
                                        lat = 0.74101427476423,
                                        skill = "Random",
                                        long = 0.7255032927983,
                                        x = -261786.80683706,
                                        name = "Юнит #32",
                                        heading = 0,
                                        y = 605023.55461743,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "M1134 Stryker ATGM",
                                        CLSID = "{B2FDA9C8-E5CC-41ff-873E-CF0E0A2CE22C}",
                                        unitId = 90,
                                        lat = 0.74100727476423,
                                        skill = "Random",
                                        long = 0.7255102927983,
                                        x = -261828.0198717,
                                        name = "Юнит #33",
                                        heading = 0,
                                        y = 605061.04973719,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 91,
                                        lat = 0.74100027476423,
                                        skill = "Random",
                                        long = 0.7255172927983,
                                        x = -261869.23290634,
                                        name = "Юнит #34",
                                        heading = 0.91441897814269,
                                        y = 605098.54485695,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Наземная группа #017",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7257665509023,
                                                lat = 0.74120968609886,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72586832054347,
                                                lat = 0.74149754490336,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72586832054347,
                                                lat = 0.74149754490336,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7260732385542,
                                                lat = 0.74177302943649,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72546722715646,
                                                lat = 0.74104316346325,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7257665509023,
                                                lat = 0.74120968609886,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7260732385542,
                                                lat = 0.74177302943649,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72653513921422,
                                                lat = 0.7417955045405,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72653420936124,
                                                lat = 0.74179542369398,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72653420936124,
                                                lat = 0.74179542369398,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.74104316346325,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72546722715646,
                                            x = -261620.18967396,
                                            speed = 2.7777777777778,
                                            y = 604834.98028448,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74120968609886,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7257665509023,
                                            x = -260414.71950473,
                                            speed = 2.7777777777778,
                                            y = 606139.10657316,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74149754490336,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72586832054347,
                                            x = -258531.69508428,
                                            speed = 2.7777777777778,
                                            y = 606433.99522479,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74177302943649,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7260732385542,
                                            x = -256677.67044035,
                                            speed = 2.7777777777778,
                                            y = 607222.92133343,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7417955045405,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72653513921422,
                                            x = -256311.33731297,
                                            speed = 2.7777777777778,
                                            y = 609385.5030936,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 43,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-2 Bradley",
                                        CLSID = "{07220042-0448-486F-9842-63E68A961ECB}",
                                        unitId = 92,
                                        lat = 0.74104316346325,
                                        skill = "Random",
                                        long = 0.72546722715646,
                                        x = -261620.18967396,
                                        name = "Юнит #35",
                                        heading = 0.9245550377457,
                                        y = 604834.98028448,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M-2 Bradley",
                                        CLSID = "{07220042-0448-486F-9842-63E68A961ECB}",
                                        unitId = 93,
                                        lat = 0.74103616346325,
                                        skill = "Random",
                                        long = 0.72547422715646,
                                        x = -261661.4027086,
                                        name = "Юнит #36",
                                        heading = 0,
                                        y = 604872.47540424,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "AAV7",
                                        CLSID = "{E0B4364A-3E12-4DE3-84F2-F29EFAE17BED}",
                                        unitId = 94,
                                        lat = 0.74102916346325,
                                        skill = "Random",
                                        long = 0.72548122715646,
                                        x = -261702.61574324,
                                        name = "Юнит #37",
                                        heading = 0,
                                        y = 604909.970524,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "AAV7",
                                        CLSID = "{E0B4364A-3E12-4DE3-84F2-F29EFAE17BED}",
                                        unitId = 95,
                                        lat = 0.74102216346325,
                                        skill = "Random",
                                        long = 0.72548822715646,
                                        x = -261743.82877788,
                                        name = "Юнит #38",
                                        heading = 0,
                                        y = 604947.46564376,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "AAV7",
                                        CLSID = "{E0B4364A-3E12-4DE3-84F2-F29EFAE17BED}",
                                        unitId = 96,
                                        lat = 0.74101516346325,
                                        skill = "Random",
                                        long = 0.72549522715646,
                                        x = -261785.04181252,
                                        name = "Юнит #39",
                                        heading = 0,
                                        y = 604984.96076351,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "AAV7",
                                        CLSID = "{E0B4364A-3E12-4DE3-84F2-F29EFAE17BED}",
                                        unitId = 97,
                                        lat = 0.74100816346325,
                                        skill = "Random",
                                        long = 0.72550222715646,
                                        x = -261826.25484717,
                                        name = "Юнит #40",
                                        heading = 0,
                                        y = 605022.45588327,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 98,
                                        lat = 0.74100116346325,
                                        skill = "Random",
                                        long = 0.72550922715646,
                                        x = -261867.46788181,
                                        name = "Юнит #41",
                                        heading = 0,
                                        y = 605059.95100303,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 101,
                                        lat = 0.74099416346325,
                                        skill = "Random",
                                        long = 0.72551622715646,
                                        x = -261908.68091645,
                                        name = "Юнит #42",
                                        heading = 0.92454409623369,
                                        y = 605097.44612279,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Наземная группа #018",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74094686500871,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72527269736691,
                                            x = -262327.65645542,
                                            speed = 5.5555555555556,
                                            y = 603979.77351306,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 44,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-2 Bradley",
                                        CLSID = "{07220042-0448-486F-9842-63E68A961ECB}",
                                        unitId = 102,
                                        lat = 0.74094686500871,
                                        skill = "Random",
                                        long = 0.72527269736691,
                                        x = -262327.65645542,
                                        name = "Юнит #43",
                                        heading = 0,
                                        y = 603979.77351306,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #019",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74094460306645,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72527624896349,
                                            x = -262340.35076727,
                                            speed = 5.5555555555556,
                                            y = 603997.96917985,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 45,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "AAV7",
                                        CLSID = "{E0B4364A-3E12-4DE3-84F2-F29EFAE17BED}",
                                        unitId = 103,
                                        lat = 0.74094460306645,
                                        skill = "Random",
                                        long = 0.72527624896349,
                                        x = -262340.35076727,
                                        name = "Юнит #44",
                                        heading = 1.7126933813991,
                                        y = 603997.96917985,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #020",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74094403758162,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72527195944609,
                                            x = -262346.02560657,
                                            speed = 5.5555555555556,
                                            y = 603978.11068867,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 46,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Vulcan",
                                        CLSID = "{AC83CA0F-E7D9-4A25-9B1F-0CC163FA1684}",
                                        unitId = 104,
                                        lat = 0.74094403758162,
                                        skill = "Excellent",
                                        long = 0.72527195944609,
                                        x = -262346.02560657,
                                        name = "Юнит #45",
                                        heading = 0.50709850439234,
                                        y = 603978.11068867,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #022",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74094533011881,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7252739201344,
                                            x = -262336.84402666,
                                            speed = 5.5555555555556,
                                            y = 603986.52365813,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 47,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier M4",
                                        CLSID = "{39121363-3906-4157-9C96-6EF8B4755E2F}",
                                        unitId = 105,
                                        lat = 0.74094533011881,
                                        skill = "Excellent",
                                        long = 0.7252739201344,
                                        x = -262336.84402666,
                                        name = "Юнит #46",
                                        heading = 0,
                                        y = 603986.52365813,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #023",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74094605717165,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72527536831667,
                                            x = -262331.51256788,
                                            speed = 5.5555555555556,
                                            y = 603992.88374519,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 48,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier M4",
                                        CLSID = "{39121363-3906-4157-9C96-6EF8B4755E2F}",
                                        unitId = 106,
                                        lat = 0.74094605717165,
                                        skill = "Excellent",
                                        long = 0.72527536831667,
                                        x = -262331.51256788,
                                        name = "Юнит #47",
                                        heading = 0,
                                        y = 603992.88374519,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #024",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74094411836515,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72527447516286,
                                            x = -262344.29558994,
                                            speed = 5.5555555555556,
                                            y = 603989.91841301,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 49,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier M249",
                                        CLSID = "{d615a96d-5591-4c8a-a681-a28bdcfd0805}",
                                        unitId = 107,
                                        lat = 0.74094411836515,
                                        skill = "Excellent",
                                        long = 0.72527447516286,
                                        x = -262344.29558994,
                                        name = "Юнит #48",
                                        heading = 0,
                                        y = 603989.91841301,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #025",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74094565325335,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72527049486946,
                                            x = -262336.44022017,
                                            speed = 5.5555555555556,
                                            y = 603970.16872422,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 50,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Stinger manpad",
                                        CLSID = "{B84C5FC5-9893-45e4-A712-E3D4D201A003}",
                                        unitId = 108,
                                        lat = 0.74094565325335,
                                        skill = "Excellent",
                                        long = 0.72527049486946,
                                        x = -262336.44022017,
                                        name = "Юнит #49",
                                        heading = 0,
                                        y = 603970.16872422,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #026",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73379338608391,
                                                lat = 0.73725086722972,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73403782015025,
                                                lat = 0.73723524800112,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73391879897678,
                                                lat = 0.73724233298458,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73391879897678,
                                                lat = 0.73724233298458,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73725086722972,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73379338608391,
                                            x = -281677.24679673,
                                            speed = 5.5555555555556,
                                            y = 646703.12365461,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73723524800112,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73403782015025,
                                            x = -281651.76248142,
                                            speed = 1.3888888888889,
                                            y = 647869.29712204,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 58,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M978 HEMTT Tanker",
                                        CLSID = "{2CAB63C2-2773-47EC-BAE0-F36D895486B9}",
                                        unitId = 133,
                                        lat = 0.73725086722972,
                                        skill = "Average",
                                        long = 0.73379338608391,
                                        x = -281677.24679673,
                                        name = "Юнит #63",
                                        heading = 1.6568136555183,
                                        y = 646703.12365461,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #028",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73398636790129,
                                                lat = 0.73727550419524,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7338712692181,
                                                lat = 0.73728403869746,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73387230851551,
                                                lat = 0.7372820258372,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73387230851551,
                                                lat = 0.7372820258372,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727550419524,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73398636790129,
                                            x = -281421.57708314,
                                            speed = 5.5555555555556,
                                            y = 647598.7374419,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73728403869746,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7338712692181,
                                            x = -281426.06015856,
                                            speed = 5.5555555555556,
                                            y = 647048.81119425,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 59,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 134,
                                        lat = 0.73727550419524,
                                        skill = "Average",
                                        long = 0.73398636790129,
                                        x = -281421.57708314,
                                        name = "Юнит #64",
                                        heading = -1.5057465840777,
                                        y = 647598.7374419,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 135,
                                        lat = 0.73726850419524,
                                        skill = "Average",
                                        long = 0.73399336790129,
                                        x = -281462.59878841,
                                        name = "Юнит #65",
                                        heading = -1.4709292588184,
                                        y = 647636.58026994,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 136,
                                        lat = 0.73726150419524,
                                        skill = "Average",
                                        long = 0.73400036790129,
                                        x = -281503.62049369,
                                        name = "Юнит #66",
                                        heading = 0,
                                        y = 647674.42309799,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 137,
                                        lat = 0.73725450419524,
                                        skill = "Average",
                                        long = 0.73400736790129,
                                        x = -281544.64219896,
                                        name = "Юнит #67",
                                        heading = -1.4672150287767,
                                        y = 647712.26592604,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Наземная группа #029",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73372477099555,
                                                lat = 0.73727526265369,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73386460848674,
                                                lat = 0.73737212506609,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73386460848674,
                                                lat = 0.73737212506609,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73386460848674,
                                                lat = 0.73737212506609,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727526265369,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73372477099555,
                                            x = -281556.89777801,
                                            speed = 0.55555555555556,
                                            y = 646362.18833894,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73737212506609,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73386460848674,
                                            x = -280868.21119136,
                                            speed = 0.55555555555556,
                                            y = 646957.54980914,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 60,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 138,
                                        lat = 0.73727526265369,
                                        skill = "Average",
                                        long = 0.73372477099555,
                                        x = -281556.89777801,
                                        name = "Юнит #68",
                                        heading = 0,
                                        y = 646362.18833894,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 139,
                                        lat = 0.73726826265369,
                                        skill = "Average",
                                        long = 0.73373177099555,
                                        x = -281597.91948329,
                                        name = "Юнит #69",
                                        heading = 0.81855164647983,
                                        y = 646400.03116699,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 140,
                                        lat = 0.73726126265369,
                                        skill = "Average",
                                        long = 0.73373877099555,
                                        x = -281638.94118856,
                                        name = "Юнит #70",
                                        heading = 0,
                                        y = 646437.87399504,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 141,
                                        lat = 0.73725426265369,
                                        skill = "Average",
                                        long = 0.73374577099555,
                                        x = -281679.96289383,
                                        name = "Юнит #71",
                                        heading = 0,
                                        y = 646475.71682309,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 142,
                                        lat = 0.73724726265369,
                                        skill = "Average",
                                        long = 0.73375277099555,
                                        x = -281720.9845991,
                                        name = "Юнит #72",
                                        heading = 0.81855164650103,
                                        y = 646513.55965113,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Наземная группа #030",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73723862946481,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73414331035562,
                                            x = -281576.26888452,
                                            speed = 5.5555555555556,
                                            y = 648365.71301861,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 61,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1097 Avenger",
                                        CLSID = "{B350FDB3-E7DA-4DF3-9F59-0DADD5933EEB}",
                                        unitId = 143,
                                        lat = 0.73723862946481,
                                        skill = "Random",
                                        long = 0.73414331035562,
                                        x = -281576.26888452,
                                        name = "Юнит #73",
                                        heading = 4.6127203278935,
                                        y = 648365.71301861,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #031",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73734813009182,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73384202224113,
                                            x = -281032.64940342,
                                            speed = 5.5555555555556,
                                            y = 646867.05433393,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 62,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1097 Avenger",
                                        CLSID = "{B350FDB3-E7DA-4DF3-9F59-0DADD5933EEB}",
                                        unitId = 144,
                                        lat = 0.73734813009182,
                                        skill = "Random",
                                        long = 0.73384202224113,
                                        x = -281032.64940342,
                                        name = "Юнит #74",
                                        heading = 0,
                                        y = 646867.05433393,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #032",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73725980410449,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73371609856973,
                                            x = -281659.82931687,
                                            speed = 5.5555555555556,
                                            y = 646331.67864257,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 63,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 145,
                                        lat = 0.73725980410449,
                                        skill = "Random",
                                        long = 0.73371609856973,
                                        x = -281659.82931687,
                                        name = "Юнит #75",
                                        heading = 0,
                                        y = 646331.67864257,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #033",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [16]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73687155972379,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72714302203285,
                                            x = -287388.01392778,
                                            speed = 5.5555555555556,
                                            y = 615464.90803415,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 72,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Patriot cp",
                                        CLSID = "{033A717B-2687-4d74-9A89-69C2535DAC48}",
                                        unitId = 163,
                                        lat = 0.73687155972379,
                                        skill = "Random",
                                        long = 0.72714302203285,
                                        x = -287388.01392778,
                                        name = "Patriot 1-1",
                                        heading = 0,
                                        y = 615464.90803415,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Patriot str",
                                        CLSID = "{BDFF2359-B329-479A-A4D2-A14F3FB37DE4}",
                                        unitId = 164,
                                        lat = 0.73687260602074,
                                        skill = "Random",
                                        long = 0.72715379691418,
                                        x = -287376.14727877,
                                        name = "Patriot 1-2",
                                        heading = 0,
                                        y = 615515.28883413,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 165,
                                        lat = 0.73687043294356,
                                        skill = "Random",
                                        long = 0.72716106461345,
                                        x = -287386.48485961,
                                        name = "Patriot 1-3",
                                        heading = 0,
                                        y = 615551.16909711,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 166,
                                        lat = 0.73687212311433,
                                        skill = "Random",
                                        long = 0.72717132180321,
                                        x = -287370.76577259,
                                        name = "Patriot 1-4",
                                        heading = 0,
                                        y = 615598.6715913,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 167,
                                        lat = 0.7368742157103,
                                        skill = "Random",
                                        long = 0.72718053649128,
                                        x = -287352.98587826,
                                        name = "Patriot 1-5",
                                        heading = 0,
                                        y = 615640.96749405,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 169,
                                        lat = 0.73687872285358,
                                        skill = "Random",
                                        long = 0.72714663458674,
                                        x = -287340.63208818,
                                        name = "Patriot 1-6",
                                        heading = 0,
                                        y = 615477.30759307,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Patriot",
                                start_time = 420,
                                task = "Nothing",
                            }, -- end of [18]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73731543979389,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73379502946399,
                                            x = -281264.97274816,
                                            speed = 5.5555555555556,
                                            y = 646667.07606152,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 64,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Vulcan",
                                        CLSID = "{AC83CA0F-E7D9-4A25-9B1F-0CC163FA1684}",
                                        unitId = 146,
                                        lat = 0.73731543979389,
                                        skill = "Random",
                                        long = 0.73379502946399,
                                        x = -281264.97274816,
                                        name = "Юнит #76",
                                        heading = 0,
                                        y = 646667.07606152,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #034",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [17]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Colt",
                                groupId = 52,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74179768739901,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73055128729463,
                                            x = -254330.43107034,
                                            speed = 138.88888888889,
                                            y = 628316.83060947,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74277111165825,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72974038067749,
                                            x = -248532.05878731,
                                            speed = 138.88888888889,
                                            y = 623834.86944033,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 122,
                                        lat = 0.74179768739901,
                                        skill = "Random",
                                        long = 0.73055128729463,
                                        x = -254330.43107034,
                                        name = "Colt 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}",
                                                }, -- end of [3]
                                                [11] = 
                                                {
                                                    CLSID = "{3C0745ED-8B0B-42eb-B907-5BD5C1717447}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{444BA8AE-82A7-4345-842E-76154EFCCA46}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 628316.83060947,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Colt11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 123,
                                        lat = 0.74179068739901,
                                        skill = "Random",
                                        long = 0.73055828729463,
                                        x = -254371.54722107,
                                        name = "Colt 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 628354.61165455,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Colt12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 124,
                                        lat = 0.74178368739901,
                                        skill = "Random",
                                        long = 0.73056528729463,
                                        x = -254412.6633718,
                                        name = "Colt 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 628392.39269963,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Colt13",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 125,
                                        lat = 0.74177668739901,
                                        skill = "Random",
                                        long = 0.73057228729463,
                                        x = -254453.77952254,
                                        name = "Colt 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [4]
                                                [8] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [8]
                                                [11] = 
                                                {
                                                    CLSID = "{3C0745ED-8B0B-42eb-B907-5BD5C1717447}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{444BA8AE-82A7-4345-842E-76154EFCCA46}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 628430.17374471,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Colt14",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Hawk",
                                groupId = 65,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74244983003677,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72953246517416,
                                            x = -250682.32728298,
                                            speed = 194.44444444444,
                                            y = 623070.51987015,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74061004871703,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72553702284061,
                                            x = -264345.70919732,
                                            speed = 194.44444444444,
                                            y = 605442.17504463,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74244983003677,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72953243502109,
                                            x = -250682.34228652,
                                            speed = 194.44444444444,
                                            y = 623070.37810307,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74061004871703,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72553699263102,
                                            x = -264345.7237919,
                                            speed = 194.44444444444,
                                            y = 605442.03263041,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74244983003677,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72953238110283,
                                            x = -250682.36911511,
                                            speed = 194.44444444444,
                                            y = 623070.12460204,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74061004871703,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72553687862531,
                                            x = -264345.77886929,
                                            speed = 194.44444444444,
                                            y = 605441.49518402,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 240,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 147,
                                        lat = 0.737234,
                                        skill = "Random",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Hawk 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Dodge11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 148,
                                        lat = 0.737227,
                                        skill = "Random",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Hawk 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Dodge12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "Hercules",
                                groupId = 75,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72977014671035,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70003651636911,
                                            x = -344564.71987246,
                                            speed = 166.66666666667,
                                            y = 490896.13374978,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "C-130",
                                        CLSID = "{0213FA86-978D-4586-BAC3-BD642AD52B96}",
                                        unitId = 172,
                                        lat = 0.72977014671035,
                                        skill = "Excellent",
                                        long = 0.70003651636911,
                                        x = -344564.71987246,
                                        name = "Hercules",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "20830",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 490896.13374978,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Ford11",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "AWACS",
                                groupId = 78,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6750,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73487968078076,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75265387920733,
                                            x = -286648.97112955,
                                            speed = 194.44444444444,
                                            y = 737817.60707671,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.725696394582,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72627737027523,
                                            x = -359009.02041899,
                                            speed = 194.44444444444,
                                            y = 618561.06563931,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72174561450596,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72357206940443,
                                            x = -385475.68294604,
                                            speed = 194.44444444444,
                                            y = 608108.96608076,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.71817574755859,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72506260221133,
                                            x = -407517.29856871,
                                            speed = 194.44444444444,
                                            y = 617519.00299771,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73162445519079,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75494327051217,
                                            x = -306096.28139336,
                                            speed = 194.44444444444,
                                            y = 751206.04584083,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73372981921535,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75496488088715,
                                            x = -292663.42990364,
                                            speed = 194.44444444444,
                                            y = 749684.34782978,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73454351187189,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7535848926416,
                                            x = -288262.58853827,
                                            speed = 194.44444444444,
                                            y = 742496.0451055,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "E-3A",
                                        CLSID = "{80AD28A5-C892-4E68-9364-F7C3C7E71E6E}",
                                        unitId = 178,
                                        lat = 0.73487968078076,
                                        skill = "Random",
                                        long = 0.75265387920733,
                                        x = -286648.97112955,
                                        name = "AWACS",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "65000",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 737817.60707671,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Chevy11",
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = true,
                                name = "Ford",
                                groupId = 79,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 91,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74258986837248,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72917065660501,
                                            x = -249970.20235421,
                                            speed = 138.88888888889,
                                            y = 621276.52734739,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74172985913225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72701946675718,
                                            x = -256495.56259094,
                                            speed = 138.88888888889,
                                            y = 611711.53400112,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 420,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 179,
                                        lat = 0.737234,
                                        skill = "Random",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Ford 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Ford11",
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 180,
                                        lat = 0.737227,
                                        skill = "Random",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Ford 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Ford12",
                                        }, -- end of callsign
                                        onboard_num = 25,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 181,
                                        lat = 0.73722,
                                        skill = "Random",
                                        y = 647445.55935442,
                                        long = 0.733946,
                                        x = -281795.8745525,
                                        name = "Ford 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Ford13",
                                        }, -- end of callsign
                                        onboard_num = 26,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 182,
                                        lat = 0.737213,
                                        skill = "Random",
                                        y = 647483.40218246,
                                        long = 0.733953,
                                        x = -281836.89625777,
                                        name = "Ford 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Ford14",
                                        }, -- end of callsign
                                        onboard_num = 27,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0.15660187698202,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73726423231255,
                                            long = 0.73388655862966,
                                            x = -281544.44039695,
                                            name = "",
                                            speed = 0,
                                            y = 647134.53262711,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 54,
                                lat = 0.73726423231255,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "FARP",
                                        CLSID = "{24FC9197-F225-4f2a-8A31-BD51DC7BDAB6}",
                                        unitId = 127,
                                        lat = 0.73726423231255,
                                        long = 0.73388655862966,
                                        x = -281544.44039695,
                                        name = "Стат. объект",
                                        category = "Heliports",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 647134.53262711,
                                        heading = 0.15660187698202,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73388655862966,
                                name = "Стат. объект",
                                dead = false,
                            }, -- end of [1]
                        }, -- 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 = true,
                                name = "Kyznecov",
                                groupId = 25,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76955597212979,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68194027994289,
                                            x = -97862.517123817,
                                            speed = 5.5555555555556,
                                            y = 386309.56368212,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 3,
                                            lat = 0.76955696800345,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191589267253,
                                            x = -97864.533394706,
                                            speed = 41.666666666667,
                                            helipadId = 3,
                                            y = 386197.32330097,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Nothing",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-27",
                                        CLSID = "{809119BE-03A0-4B85-9134-900DF0591FC3}",
                                        unitId = 25,
                                        lat = 0.76955597212979,
                                        skill = "High",
                                        long = 0.68194027994289,
                                        x = -97862.517123817,
                                        name = "04",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "2616",
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 386309.56368212,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 2,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "104",
                                groupId = 66,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7436988376657,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72889712700332,
                                            x = -243041.30693376,
                                            speed = 72.222222222222,
                                            y = 619254.66504566,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74274068657186,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72962195119369,
                                            x = -248784.81829689,
                                            speed = 72.222222222222,
                                            y = 623298.25184055,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74107596504189,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72540671923586,
                                            x = -261440.45310836,
                                            speed = 72.222222222222,
                                            y = 604528.6670107,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 151,
                                            lat = 0.74809323040259,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71764594038511,
                                            x = -220362.41883403,
                                            speed = 41.666666666667,
                                            helipadId = 151,
                                            y = 563598.58124466,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 540,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 149,
                                        lat = 0.7436988376657,
                                        skill = "Random",
                                        long = 0.72889712700332,
                                        x = -243041.30693376,
                                        name = "104",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 619254.66504566,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 150,
                                        lat = 0.7436918376657,
                                        skill = "Random",
                                        long = 0.72890412700332,
                                        x = -243082.41933235,
                                        name = "105",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 619292.22085926,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "05",
                                groupId = 69,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 35,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 151,
                                            lat = 0.74809323040259,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71764594038511,
                                            x = -220362.41883403,
                                            speed = 41.666666666667,
                                            helipadId = 151,
                                            y = 563598.58124466,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74583821606541,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72456593457146,
                                            x = -231508.90279182,
                                            speed = 75,
                                            y = 597489.4131045,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74166737031223,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72602943331074,
                                            x = -257371.95520071,
                                            speed = 75,
                                            y = 607084.44533603,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74091721777985,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7252155643649,
                                            x = -262544.13124936,
                                            speed = 75,
                                            y = 603729.4774112,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 151,
                                            lat = 0.74809323040259,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71764594038511,
                                            x = -220362.41883403,
                                            speed = 41.666666666667,
                                            helipadId = 151,
                                            y = 563598.58124466,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 156,
                                        lat = 0.74809323040259,
                                        skill = "Random",
                                        y = 563598.58124466,
                                        long = 0.71764594038511,
                                        x = -220362.41883403,
                                        name = "05",
                                        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 = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 157,
                                        lat = 0.74808623040259,
                                        skill = "Random",
                                        y = 563635.80009716,
                                        long = 0.71765294038511,
                                        x = -220403.82175011,
                                        name = "06",
                                        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 = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 158,
                                        lat = 0.74807923040259,
                                        skill = "Random",
                                        y = 563673.01894967,
                                        long = 0.71765994038511,
                                        x = -220445.2246662,
                                        name = "07",
                                        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 = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 25,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76958028831963,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68192209521201,
                                            x = -97713.914506645,
                                            speed = 0,
                                            y = 386214.89378924,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 1,
                                        lat = 0.76958028831963,
                                        skill = "Random",
                                        long = 0.68192209521201,
                                        x = -97713.914506645,
                                        name = "Юнит #1",
                                        heading = 1.553343034275,
                                        y = 386214.89378924,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76955696800345,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191589267253,
                                            x = -97864.533394706,
                                            speed = 5.5555555555556,
                                            y = 386197.32330097,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KUZNECOW",
                                        CLSID = "{25554ABC-3877-46D5-A1D2-E82878FBBBFB}",
                                        unitId = 3,
                                        lat = 0.76955696800345,
                                        skill = "Random",
                                        long = 0.68191589267253,
                                        x = -97864.533394706,
                                        name = "Юнит #2",
                                        heading = 4.6949356878647,
                                        y = 386197.32330097,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75820001111118,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69631227239223,
                                            x = -164959.97126886,
                                            speed = 5.5555555555556,
                                            y = 458312.68810242,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 80,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 183,
                                        lat = 0.75820001111118,
                                        skill = "Random",
                                        long = 0.69631227239223,
                                        x = -164959.97126886,
                                        name = "Юнит #86",
                                        heading = 2.677945044589,
                                        y = 458312.68810242,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76959066229509,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191211553715,
                                            x = -97651.277749228,
                                            speed = 5.5555555555556,
                                            y = 386164.32265591,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-1",
                                        CLSID = "{A90A4A5B-5AF8-49CF-B363-BB81EF4A9256}",
                                        unitId = 4,
                                        lat = 0.76959066229509,
                                        skill = "Random",
                                        long = 0.68191211553715,
                                        x = -97651.277749228,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 386164.32265591,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76959066229509,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191424112043,
                                            x = -97650.549309373,
                                            speed = 5.5555555555556,
                                            y = 386174.06506078,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 5,
                                        lat = 0.76959066229509,
                                        skill = "Random",
                                        long = 0.68191424112043,
                                        x = -97650.549309373,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 386174.06506078,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76959066229509,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191656796918,
                                            x = -97649.751895607,
                                            speed = 5.5555555555556,
                                            y = 386184.72994641,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 6,
                                        lat = 0.76959066229509,
                                        skill = "Random",
                                        long = 0.68191656796918,
                                        x = -97649.751895607,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 386184.72994641,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76959066229509,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191890694167,
                                            x = -97648.950327021,
                                            speed = 5.5555555555556,
                                            y = 386195.45040003,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 7,
                                        lat = 0.76959066229509,
                                        skill = "Random",
                                        long = 0.68191890694167,
                                        x = -97648.950327021,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 386195.45040003,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76959057930288,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68192149948837,
                                            x = -97648.590315276,
                                            speed = 5.5555555555556,
                                            y = 386207.37172874,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 8,
                                        lat = 0.76959057930288,
                                        skill = "Random",
                                        long = 0.68192149948837,
                                        x = -97648.590315276,
                                        name = "Юнит #7",
                                        heading = 0,
                                        y = 386207.37172874,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76959057930288,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6819239229853,
                                            x = -97647.759780067,
                                            speed = 5.5555555555556,
                                            y = 386218.47959193,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 9,
                                        lat = 0.76959057930288,
                                        skill = "Random",
                                        long = 0.6819239229853,
                                        x = -97647.759780067,
                                        name = "Юнит #8",
                                        heading = 0,
                                        y = 386218.47959193,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76959057930288,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68192643100708,
                                            x = -97646.900278093,
                                            speed = 5.5555555555556,
                                            y = 386229.97486658,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 10,
                                        lat = 0.76959057930288,
                                        skill = "Random",
                                        long = 0.68192643100708,
                                        x = -97646.900278093,
                                        name = "Юнит #9",
                                        heading = 0,
                                        y = 386229.97486658,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76959057930288,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68192888671953,
                                            x = -97646.058702589,
                                            speed = 5.5555555555556,
                                            y = 386241.23038649,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 11,
                                        lat = 0.76959057930288,
                                        skill = "Random",
                                        long = 0.68192888671953,
                                        x = -97646.058702589,
                                        name = "Юнит #10",
                                        heading = 0,
                                        y = 386241.23038649,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76958775757145,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191225756423,
                                            x = -97669.725048312,
                                            speed = 5.5555555555556,
                                            y = 386166.3261013,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 12,
                                        lat = 0.76958775757145,
                                        skill = "Random",
                                        long = 0.68191225756423,
                                        x = -97669.725048312,
                                        name = "Юнит #11",
                                        heading = 0,
                                        y = 386166.3261013,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76958767457947,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191477770327,
                                            x = -97669.389849292,
                                            speed = 5.5555555555556,
                                            y = 386177.91555641,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 13,
                                        lat = 0.76958767457947,
                                        skill = "Random",
                                        long = 0.68191477770327,
                                        x = -97669.389849292,
                                        name = "Юнит #12",
                                        heading = 0,
                                        y = 386177.91555641,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76958759158749,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191723340957,
                                            x = -97669.076731445,
                                            speed = 5.5555555555556,
                                            y = 386189.2096903,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 14,
                                        lat = 0.76958759158749,
                                        skill = "Random",
                                        long = 0.68191723340957,
                                        x = -97669.076731445,
                                        name = "Юнит #13",
                                        heading = 0,
                                        y = 386189.2096903,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76958750859552,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191987028807,
                                            x = -97668.701525612,
                                            speed = 5.5555555555556,
                                            y = 386201.3342094,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 15,
                                        lat = 0.76958750859552,
                                        skill = "Random",
                                        long = 0.68191987028807,
                                        x = -97668.701525612,
                                        name = "Юнит #14",
                                        heading = 0,
                                        y = 386201.3342094,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76958742560356,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68192250716598,
                                            x = -97668.326319918,
                                            speed = 5.5555555555556,
                                            y = 386213.4587258,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 16,
                                        lat = 0.76958742560356,
                                        skill = "Random",
                                        long = 0.68192250716598,
                                        x = -97668.326319918,
                                        name = "Юнит #15",
                                        heading = 0,
                                        y = 386213.4587258,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #012",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76958742560356,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68192501517992,
                                            x = -97667.466820631,
                                            speed = 5.5555555555556,
                                            y = 386224.95396451,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 17,
                                        lat = 0.76958742560356,
                                        skill = "Random",
                                        long = 0.68192501517992,
                                        x = -97667.466820631,
                                        name = "Юнит #16",
                                        heading = 0,
                                        y = 386224.95396451,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7695873426116,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68192767215025,
                                            x = -97667.084729241,
                                            speed = 5.5555555555556,
                                            y = 386237.17057256,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 18,
                                        lat = 0.7695873426116,
                                        skill = "Random",
                                        long = 0.68192767215025,
                                        x = -97667.084729241,
                                        name = "Юнит #17",
                                        heading = 0,
                                        y = 386237.17057256,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #014",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76958725961965,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6819304579833,
                                            x = -97666.658476383,
                                            speed = 5.5555555555556,
                                            y = 386249.97781039,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 19,
                                        lat = 0.76958725961965,
                                        skill = "Random",
                                        long = 0.6819304579833,
                                        x = -97666.658476383,
                                        name = "Юнит #18",
                                        heading = 0,
                                        y = 386249.97781039,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #015",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [16]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.68190450870918,
                                                lat = 0.76958626371677,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.68192935151977,
                                                lat = 0.76958559978204,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.68192904148518,
                                                lat = 0.76958576576568,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.68192904148518,
                                                lat = 0.76958576576568,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76958626371677,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68190450870918,
                                            x = -97681.892783737,
                                            speed = 0.55555555555556,
                                            y = 386131.50553416,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76958559978204,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68192935151977,
                                            x = -97677.606761073,
                                            speed = 0.55555555555556,
                                            y = 386245.6792846,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 21,
                                        lat = 0.76958626371677,
                                        skill = "Random",
                                        long = 0.68190450870918,
                                        x = -97681.892783737,
                                        name = "Юнит #19",
                                        heading = 1.5990417775155,
                                        y = 386131.50553416,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #016",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [17]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72971020103665,
                                                lat = 0.74279111559088,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72971020103665,
                                                lat = 0.74279111559088,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.72961510404061,
                                                lat = 0.7427567027452,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.72941040998623,
                                                lat = 0.74266125647409,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.72883351428017,
                                                lat = 0.74239774299112,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.7288099519728,
                                                lat = 0.74240450243589,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.72939350415007,
                                                lat = 0.74264529778681,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.7287935657087,
                                                lat = 0.74240419489208,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                long = 0.72951054623001,
                                                lat = 0.74270052040471,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.72937663794719,
                                                lat = 0.74262886499321,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                long = 0.72867485880358,
                                                lat = 0.7423561677391,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                long = 0.72867485880358,
                                                lat = 0.7423561677391,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                long = 0.72915334596103,
                                                lat = 0.74248405124275,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                long = 0.72855398238258,
                                                lat = 0.74230561493444,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                long = 0.72964804178305,
                                                lat = 0.7427718885979,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.72948148274791,
                                                lat = 0.74268942742477,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.72910660878759,
                                                lat = 0.74246121044872,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                long = 0.72845812883371,
                                                lat = 0.74224117161243,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                long = 0.72842920135581,
                                                lat = 0.74222785476211,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                long = 0.72895759148943,
                                                lat = 0.74240466163672,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                long = 0.72830769068358,
                                                lat = 0.74219550883982,
                                            }, -- end of [26]
                                            [7] = 
                                            {
                                                long = 0.72943139810444,
                                                lat = 0.7426730536386,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.72892909684956,
                                                lat = 0.74239901019305,
                                            }, -- end of [14]
                                            [23] = 
                                            {
                                                long = 0.72852209465592,
                                                lat = 0.74228711181716,
                                            }, -- end of [23]
                                            [19] = 
                                            {
                                                long = 0.72878207882147,
                                                lat = 0.74240099846972,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                long = 0.7288595521759,
                                                lat = 0.74239424574114,
                                            }, -- end of [15]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72830923682604,
                                                lat = 0.74219237148931,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72830923682604,
                                                lat = 0.74219237148931,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 107,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74279111559088,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72971020103665,
                                            x = -248419.63491226,
                                            speed = 2.7777777777778,
                                            y = 623679.70410682,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 112,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74219550883982,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72830769068358,
                                            x = -252906.6596127,
                                            speed = 2.7777777777778,
                                            y = 617476.25841774,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 51,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 109,
                                        lat = 0.74279111559088,
                                        skill = "Average",
                                        long = 0.72971020103665,
                                        x = -248419.63491226,
                                        name = "Юнит #50",
                                        heading = 4.1899886165419,
                                        y = 623679.70410682,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 110,
                                        lat = 0.74279061918541,
                                        skill = "Average",
                                        long = 0.72970859609048,
                                        x = -248423.59598908,
                                        name = "Юнит #51",
                                        heading = 0,
                                        y = 623672.48770625,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 111,
                                        lat = 0.74279012277939,
                                        skill = "Average",
                                        long = 0.7297069911483,
                                        x = -248427.55706741,
                                        name = "Юнит #52",
                                        heading = 0,
                                        y = 623665.27132481,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 112,
                                        lat = 0.7427893326971,
                                        skill = "Average",
                                        long = 0.72970443672631,
                                        x = -248433.86153343,
                                        name = "Юнит #53",
                                        heading = 0,
                                        y = 623653.78575247,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 113,
                                        lat = 0.74278774045332,
                                        skill = "Average",
                                        long = 0.72969928887337,
                                        x = -248446.56682942,
                                        name = "Юнит #54",
                                        heading = 0,
                                        y = 623630.63921901,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 114,
                                        lat = 0.74278639328082,
                                        skill = "Average",
                                        long = 0.72969493340211,
                                        x = -248457.31655808,
                                        name = "Юнит #55",
                                        heading = 0,
                                        y = 623611.05551812,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 115,
                                        lat = 0.74278459418618,
                                        skill = "Average",
                                        long = 0.72968911691193,
                                        x = -248471.67235493,
                                        name = "Юнит #56",
                                        heading = 0,
                                        y = 623584.90258591,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 116,
                                        lat = 0.7427836838894,
                                        skill = "Average",
                                        long = 0.72968617394265,
                                        x = -248478.93601381,
                                        name = "Юнит #57",
                                        heading = 0,
                                        y = 623571.66999388,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 117,
                                        lat = 0.7427836838894,
                                        skill = "Average",
                                        long = 0.72968617394265,
                                        x = -248478.93601381,
                                        name = "Юнит #58",
                                        heading = 0,
                                        y = 623571.66999388,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 118,
                                        lat = 0.74278271597915,
                                        skill = "Average",
                                        long = 0.72968304473157,
                                        x = -248486.65938536,
                                        name = "Юнит #59",
                                        heading = 0,
                                        y = 623557.59999967,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 119,
                                        lat = 0.74278244456784,
                                        skill = "Average",
                                        long = 0.72968216727476,
                                        x = -248488.82509078,
                                        name = "Юнит #60",
                                        heading = 0,
                                        y = 623553.6546571,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 120,
                                        lat = 0.74278244456784,
                                        skill = "Average",
                                        long = 0.72968216727476,
                                        x = -248488.82509078,
                                        name = "Юнит #61",
                                        heading = 0,
                                        y = 623553.6546571,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 121,
                                        lat = 0.74278093750483,
                                        skill = "Average",
                                        long = 0.72967729505994,
                                        x = -248500.85056721,
                                        name = "Юнит #62",
                                        heading = 4.114449039236,
                                        y = 623531.74753792,
                                    }, -- end of [13]
                                }, -- end of units
                                name = "Наземная группа #027",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [18]
                            [19] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74807160018183,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71783486219224,
                                            x = -220414.22867929,
                                            speed = 5.5555555555556,
                                            y = 564497.86220643,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 68,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Dog Ear radar",
                                        CLSID = "{C422DA78-1BC6-4FD7-BA48-CAE7674AA3A8}",
                                        unitId = 152,
                                        lat = 0.74807160018183,
                                        skill = "Random",
                                        long = 0.71783486219224,
                                        x = -220414.22867929,
                                        name = "Юнит #77",
                                        heading = 0,
                                        y = 564497.86220643,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 153,
                                        lat = 0.74805395479699,
                                        skill = "Random",
                                        long = 0.7178749844136,
                                        x = -220508.36773467,
                                        name = "Юнит #78",
                                        heading = 1.8925468811915,
                                        y = 564697.0551765,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 154,
                                        lat = 0.74808574922449,
                                        skill = "Random",
                                        long = 0.71779547637369,
                                        x = -220342.02536462,
                                        name = "Юнит #79",
                                        heading = 3.7121419646174,
                                        y = 564304.32044379,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Наземная группа #035",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [19]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "101",
                                groupId = 53,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 400,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74424702126887,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.727379295729,
                                            x = -240285.58328209,
                                            speed = 194.44444444444,
                                            y = 611746.78515155,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 400,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74279692509747,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72972752073594,
                                            x = -248374.00591373,
                                            speed = 194.44444444444,
                                            y = 623757.27924897,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 400,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74095340851086,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72525093258785,
                                            x = -262296.48465051,
                                            speed = 194.44444444444,
                                            y = 603872.96736645,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 105,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 126,
                                        lat = 0.74424702126887,
                                        skill = "Random",
                                        long = 0.727379295729,
                                        x = -240285.58328209,
                                        name = "101",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 611746.78515155,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "003",
                                groupId = 70,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75621665146985,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70220407175295,
                                            x = -175266.69905871,
                                            speed = 222.22222222222,
                                            y = 486763.7553912,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74305711665457,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7292403069313,
                                            x = -246958.81040087,
                                            speed = 222.22222222222,
                                            y = 621293.95796185,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74084120498916,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72495280017779,
                                            x = -263155.32918824,
                                            speed = 222.22222222222,
                                            y = 602539.5713819,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74305646913339,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72923882958238,
                                            x = -246963.67071274,
                                            speed = 222.22222222222,
                                            y = 621287.44174069,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74084168964484,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72495371501333,
                                            x = -263151.79963153,
                                            speed = 222.22222222222,
                                            y = 602543.57283979,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74305679289393,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.729239580133,
                                            x = -246961.2346478,
                                            speed = 222.22222222222,
                                            y = 621290.75568802,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74084152809292,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7249532191487,
                                            x = -263153.06838586,
                                            speed = 222.22222222222,
                                            y = 602541.33898692,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7430574404153,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72924095604629,
                                            x = -246956.42480696,
                                            speed = 222.22222222222,
                                            y = 621296.79500128,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74084104343732,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72495210649381,
                                            x = -263156.69351072,
                                            speed = 222.22222222222,
                                            y = 602536.40496784,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 0,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 3,
                                            lat = 0.76955696800345,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68191589267253,
                                            x = -97864.533394706,
                                            speed = 138.88888888889,
                                            helipadId = 3,
                                            y = 386197.32330097,
                                        }, -- end of [10]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 360,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 159,
                                        lat = 0.75621665146985,
                                        skill = "Random",
                                        long = 0.70220407175295,
                                        x = -175266.69905871,
                                        name = "003",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 486763.7553912,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 160,
                                        lat = 0.75620965146985,
                                        skill = "Random",
                                        long = 0.70221107175295,
                                        x = -175308.48606689,
                                        name = "004",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 486800.04690659,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "102",
                                groupId = 74,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 120,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73983318204128,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72557573636121,
                                            x = -269276.18087171,
                                            speed = 250,
                                            y = 606123.61326489,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 420,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 170,
                                        lat = 0.748055,
                                        skill = "Excellent",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "102",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 9,
                                            name = 109,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 171,
                                        lat = 0.748048,
                                        skill = "Excellent",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "103",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 0,
                                            name = 110,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "106",
                                groupId = 77,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74561289201911,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72411713182268,
                                            x = -233158.46680316,
                                            speed = 138.88888888889,
                                            y = 595528.37380875,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74126786592767,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72575200575036,
                                            x = -260051.10093388,
                                            speed = 138.88888888889,
                                            y = 606033.17232984,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74105269682551,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72529060596003,
                                            x = -261644.78321831,
                                            speed = 138.88888888889,
                                            y = 603996.22890061,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 420,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 174,
                                        lat = 0.748055,
                                        skill = "Excellent",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "106",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = 111,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 175,
                                        lat = 0.748048,
                                        skill = "Excellent",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "107",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = 112,
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 176,
                                        lat = 0.748041,
                                        skill = "Excellent",
                                        y = 564461.49643417,
                                        long = 0.717823,
                                        x = -220614.54225875,
                                        name = "108",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = 113,
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 177,
                                        lat = 0.748034,
                                        skill = "Excellent",
                                        y = 564498.71528667,
                                        long = 0.71783,
                                        x = -220655.94517483,
                                        name = "109",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = 114,
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                name = "020",
                                groupId = 83,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 212,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7432459664591,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72900371147464,
                                            x = -245873.41499764,
                                            speed = 194.44444444444,
                                            y = 620056.2767902,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74056183674254,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72517068929675,
                                            x = -264829.83231022,
                                            speed = 194.44444444444,
                                            y = 603746.16695573,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 180,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 187,
                                        lat = 0.758225,
                                        skill = "Player",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "020",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 5,
                                            name = 115,
                                        }, -- end of callsign
                                        onboard_num = 29,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 188,
                                        lat = 0.758218,
                                        skill = "Excellent",
                                        y = 462272.52047391,
                                        long = 0.697167,
                                        x = -164516.62018436,
                                        name = "021",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 6,
                                            name = 116,
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0.15660187698202,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74809323040259,
                                            long = 0.71764594038511,
                                            x = -220362.41883403,
                                            name = "",
                                            speed = 0,
                                            y = 563598.58124466,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 67,
                                lat = 0.74809323040259,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "FARP",
                                        CLSID = "{24FC9197-F225-4f2a-8A31-BD51DC7BDAB6}",
                                        unitId = 151,
                                        lat = 0.74809323040259,
                                        long = 0.71764594038511,
                                        x = -220362.41883403,
                                        name = "Стат. объект #001",
                                        category = "Heliports",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 563598.58124466,
                                        heading = 0.15660187698202,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71764594038511,
                                name = "Стат. объект #001",
                                dead = false,
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "между небом и землей",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 9008,
    start_time = 25200,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
    }, -- end of failures
} -- end of mission
