mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay_s(\"red\", \"я страж, я под огнем вертолетов противника, повторяю, я страж, я под огнем противника!\", \"10\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay_s(\"red\", \"я тор, вижу цели....на боевом....\", \"7\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay_s(\"red\", \"\", \"10\");a_out_text_delay_s(\"red\", \"я шмель-1, наблюдаю облучение зрк хок...начинаем работу...\", \"10\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay_s(\"red\", \"я грач-1, вижу цели...бронетехника, начинаем работать!\", \"10\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay_s(\"red\", \"я грач-2, подключаюсь...\", \"7\"); mission.trig.func[5]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"70\", \"апач\") )",
            [2] = "return(c_unit_in_zone(\"66\", \"атака\") )",
            [3] = "return(c_unit_in_zone(\"92\", \"пво\") )",
            [4] = "return(c_unit_in_zone(\"84\", \"грач\") )",
            [5] = "return(c_unit_in_zone(\"77\", \"грач-2\") )",
        }, -- 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(\"70\", \"апач\") then a_out_text_delay_s(\"red\", \"я страж, я под огнем вертолетов противника, повторяю, я страж, я под огнем противника!\", \"10\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"66\", \"атака\") then a_out_text_delay_s(\"red\", \"я тор, вижу цели....на боевом....\", \"7\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"92\", \"пво\") then a_out_text_delay_s(\"red\", \"\", \"10\");a_out_text_delay_s(\"red\", \"я шмель-1, наблюдаю облучение зрк хок...начинаем работу...\", \"10\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone(\"84\", \"грач\") then a_out_text_delay_s(\"red\", \"я грач-1, вижу цели...бронетехника, начинаем работать!\", \"10\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_in_zone(\"77\", \"грач-2\") then a_out_text_delay_s(\"red\", \"я грач-2, подключаюсь...\", \"7\"); mission.trigfunc[5]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 20,
            iseason = 1,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 5,
            thickness = 10,
            base = 3400,
            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 = 6000,
                zoneId = 1,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74358554144769,
                hidden = true,
                long = 0.73153793825824,
                x = -242449.10833639,
                name = "апач",
                y = 631747.52717664,
            }, -- end of [1]
            [2] = 
            {
                radius = 12000,
                zoneId = 3,
                color = 
                {
                    [1] = 0.50196078431373,
                    [2] = 0.50196078431373,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73833227278759,
                hidden = true,
                long = 0.72529153145936,
                x = -278975.64587564,
                name = "атака",
                y = 605759.25115818,
            }, -- end of [2]
            [3] = 
            {
                radius = 9000,
                zoneId = 4,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74443988696097,
                hidden = true,
                long = 0.72774397883431,
                x = -238880.68043027,
                name = "грач",
                y = 613337.03429014,
            }, -- end of [3]
            [4] = 
            {
                radius = 9000,
                zoneId = 5,
                color = 
                {
                    [1] = 0.75294117647059,
                    [2] = 0.75294117647059,
                    [3] = 0.75294117647059,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74447165636179,
                hidden = true,
                long = 0.72780589107702,
                x = -238648.3711354,
                name = "грач-2",
                y = 613607.63797502,
            }, -- end of [4]
            [5] = 
            {
                radius = 19000,
                zoneId = 2,
                color = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74636645499838,
                hidden = true,
                long = 0.7136459729491,
                x = -233153.78608222,
                name = "пво",
                y = 545883.61521678,
            }, -- end of [5]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.71993659350615,
        zoom = 1000000,
        centerX = 0.74240905135802,
    }, -- 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 = "после принуждения Грузии к миру, правительство этой страны попросила военную помощь у США, и они в свою очередь основали на ее территории военную базу под охраной средст пво и военного корабля и разместила истребительную авиацию на одной из Грузинских авиабаз, что вызвала протест со стороны правительства РФ, и в ответ на это ввела в черное море группу кораблей во главе с авианесущим крейсером \"адмирал Кузнецов\"...рано утром поступило срочное сообщение на нападение наших пограничников на границе Абхазии и Грузии вертолетами противника, по данным со спутника выяснилось выдвижение бронетехники к границе, и наше командование приняло решение о вылете 2х дежурных звеньев су-25т и су-25(позывной грач-1, грач-2) соответственно, уничтожением средств пво противника займется пара су-30х(позывные шмель, шмель-1), и су-34(позывные тор, тор-1) принесет подарки самой базе..фрегат вмс США будет потоплен ракетами выпущенным с нашего креисера...",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
    }, -- end of trigflag
    descriptionRedTask = "вашей паре предстоит вылет с авианесущего креисера для защиты от истребителей противника нашей ударной группы, также будут задействованы пара мигов и звено су-27",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 70,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    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 = 66,
                    predicate = "c_unit_in_zone",
                    zone = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 7,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "я тор, вижу цели....на боевом....",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 92,
                    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 = "",
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "я шмель-1, наблюдаю облучение зрк хок...начинаем работу...",
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 84,
                    predicate = "c_unit_in_zone",
                    zone = 4,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "я грач-1, вижу цели...бронетехника, начинаем работать!",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 77,
                    predicate = "c_unit_in_zone",
                    zone = 5,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 7,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "я грач-2, подключаюсь...",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [5]
    }, -- 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 = "longdow",
                                groupId = 35,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 194,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74398225140008,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7319225620396,
                                            x = -239730.34800269,
                                            speed = 55.555555555556,
                                            y = 633290.93583279,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 32,
                                            lat = 0.7383113192637,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72712129741682,
                                            x = -278225.57369916,
                                            speed = 41.666666666667,
                                            helipadId = 32,
                                            y = 614422.00362825,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "AH-64D",
                                        CLSID = "{F939FD3E-229F-4A9F-AE99-5CD4D60DE5F9}",
                                        unitId = 70,
                                        lat = 0.74398225140008,
                                        skill = "High",
                                        long = 0.7319225620396,
                                        x = -239730.34800269,
                                        name = "springfield 011",
                                        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,
                                        y = 633290.93583279,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "AH-64D",
                                        CLSID = "{F939FD3E-229F-4A9F-AE99-5CD4D60DE5F9}",
                                        unitId = 71,
                                        lat = 0.74397525140008,
                                        skill = "High",
                                        long = 0.7319295620396,
                                        x = -239771.46040128,
                                        name = "springfield 012",
                                        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,
                                        y = 633328.49164639,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "chinook",
                                groupId = 36,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 303,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7387236935961,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73034384894642,
                                            x = -274018.52244468,
                                            speed = 55.555555555556,
                                            y = 629394.03308711,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 32,
                                            lat = 0.7383113192637,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72712129741682,
                                            x = -278225.57369916,
                                            speed = 41.666666666667,
                                            helipadId = 32,
                                            y = 614422.00362825,
                                        }, -- 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 = 72,
                                        lat = 0.7387236935961,
                                        skill = "High",
                                        long = 0.73034384894642,
                                        x = -274018.52244468,
                                        name = "Uzi 011",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3600",
                                            flare = 120,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 629394.03308711,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "CH-47D",
                                        CLSID = "{AF7808AC-A07C-470D-886B-505E8D23D317}",
                                        unitId = 73,
                                        lat = 0.7387166935961,
                                        skill = "High",
                                        long = 0.73035084894642,
                                        x = -274059.64143895,
                                        name = "Uzi 012",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3600",
                                            flare = 120,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 629431.7396991,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73812976564775,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72585436564448,
                                            x = -279994.01703644,
                                            speed = 5.5555555555556,
                                            y = 608549.42695487,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "PERRY",
                                        CLSID = "{AA4986BF-CBC4-48B6-AEEA-07E564FADB8B}",
                                        unitId = 60,
                                        lat = 0.73812976564775,
                                        skill = "Random",
                                        long = 0.72585436564448,
                                        x = -279994.01703644,
                                        name = "enfield",
                                        heading = 0,
                                        y = 608549.42695487,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "enfield",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72705511835671,
                                                lat = 0.73832252129023,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72707669555723,
                                                lat = 0.73832252129023,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72707608680509,
                                                lat = 0.73832324660524,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72707608680509,
                                                lat = 0.73832324660524,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 125,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73832252129023,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72705511835671,
                                            x = -278186.16341408,
                                            speed = 5.5555555555556,
                                            y = 614102.00227346,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73832252129023,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72707669555723,
                                            x = -278175.74412323,
                                            speed = 5.5555555555556,
                                            y = 614203.99810156,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 44,
                                        lat = 0.73832252129023,
                                        skill = "Average",
                                        long = 0.72705511835671,
                                        x = -278186.16341408,
                                        name = "11",
                                        heading = 1.5707890655453,
                                        y = 614102.00227346,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 45,
                                        lat = 0.73831552129023,
                                        skill = "Average",
                                        long = 0.72706211835671,
                                        x = -278227.37960025,
                                        name = "12",
                                        heading = 1.5707890655453,
                                        y = 614139.57290962,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Delta",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [31] = 
                                            {
                                                long = 0.72979492117495,
                                                lat = 0.74313219673176,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                long = 0.73058093904168,
                                                lat = 0.74244942955634,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.73051632452495,
                                                lat = 0.74292913051221,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                long = 0.72973346936464,
                                                lat = 0.74315563951649,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                long = 0.72963129456025,
                                                lat = 0.7432027190137,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                long = 0.72960578661819,
                                                lat = 0.74321905690952,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                long = 0.72955935672185,
                                                lat = 0.743252632416,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                long = 0.73052668552279,
                                                lat = 0.74294967022389,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                long = 0.72944131286835,
                                                lat = 0.74332800731451,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                long = 0.72942398879286,
                                                lat = 0.74333617545099,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                long = 0.72920636343412,
                                                lat = 0.74342708518432,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                long = 0.72914956061848,
                                                lat = 0.74346482726976,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                long = 0.73054280008788,
                                                lat = 0.74296811345844,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                long = 0.7290762035757,
                                                lat = 0.74350572903283,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                long = 0.72902196993566,
                                                lat = 0.74355268727034,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                long = 0.72894700342827,
                                                lat = 0.74364542916215,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                long = 0.72892778684251,
                                                lat = 0.74366056703883,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                long = 0.73055818418191,
                                                lat = 0.7429799425651,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                long = 0.72891068993881,
                                                lat = 0.74366965505202,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                long = 0.72879740407557,
                                                lat = 0.7437199032962,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                long = 0.72879740407557,
                                                lat = 0.7437199032962,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                long = 0.73053622598298,
                                                lat = 0.74274479714598,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                long = 0.73064563872917,
                                                lat = 0.74303771551376,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                long = 0.72867482558372,
                                                lat = 0.74377478745821,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                long = 0.72861470723886,
                                                lat = 0.74380170072623,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                long = 0.72857334117992,
                                                lat = 0.74382560294137,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                long = 0.72853631611115,
                                                lat = 0.74385317316368,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                long = 0.73065853298781,
                                                lat = 0.74305217087745,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                long = 0.72850420813628,
                                                lat = 0.74388397492855,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                long = 0.72847757167505,
                                                lat = 0.74391741647054,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                long = 0.728461329905,
                                                lat = 0.74394393692669,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                long = 0.72832966142643,
                                                lat = 0.74418848677989,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                long = 0.73066556929406,
                                                lat = 0.74306873110398,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                long = 0.7283128092745,
                                                lat = 0.74419864976521,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                long = 0.7283128092745,
                                                lat = 0.74419864976521,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                long = 0.72830829983178,
                                                lat = 0.74420135059929,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                long = 0.72828920929904,
                                                lat = 0.74422581252683,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                long = 0.73066624400277,
                                                lat = 0.7430861013545,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                long = 0.72828920929904,
                                                lat = 0.74422581252683,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                long = 0.72824678223228,
                                                lat = 0.74428989544237,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                long = 0.72823376458671,
                                                lat = 0.74429937101604,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                long = 0.73058093904168,
                                                lat = 0.74244942955634,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.73053490583576,
                                                lat = 0.74281223685493,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                long = 0.73066035735064,
                                                lat = 0.74310288455255,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                long = 0.72794728726864,
                                                lat = 0.74445617614243,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                long = 0.72733576708861,
                                                lat = 0.74467316518958,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                long = 0.72733576708861,
                                                lat = 0.74467316518958,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                long = 0.73064745569264,
                                                lat = 0.74311888057123,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                long = 0.72733002473844,
                                                lat = 0.74467484206845,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                long = 0.72729101541306,
                                                lat = 0.7446862330003,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                long = 0.72721553162911,
                                                lat = 0.74470085814614,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                long = 0.73063517567095,
                                                lat = 0.74312658748917,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                long = 0.72714313373139,
                                                lat = 0.74472843093901,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                long = 0.72704875619651,
                                                lat = 0.74477846787064,
                                            }, -- end of [73]
                                            [19] = 
                                            {
                                                long = 0.73041765857929,
                                                lat = 0.74321722956259,
                                            }, -- end of [19]
                                            [5] = 
                                            {
                                                long = 0.73053034474644,
                                                lat = 0.74283236949572,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                long = 0.73039907838613,
                                                lat = 0.74322024576052,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                long = 0.73039047627695,
                                                lat = 0.74321950274645,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                long = 0.73039047627695,
                                                lat = 0.74321950274645,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                long = 0.73037038063344,
                                                lat = 0.74321635809857,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                long = 0.73051507808539,
                                                lat = 0.74288017678375,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                long = 0.73028936310104,
                                                lat = 0.74319707737741,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                long = 0.73000791004131,
                                                lat = 0.74311998653698,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                long = 0.72995979555787,
                                                lat = 0.74309900012265,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                long = 0.72993632015868,
                                                lat = 0.74309446518392,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                long = 0.73051207073443,
                                                lat = 0.74290748712773,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                long = 0.72991209706049,
                                                lat = 0.74309438297824,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                long = 0.72988853549804,
                                                lat = 0.7430989580717,
                                            }, -- end of [29]
                                            [71] = 
                                            {
                                                long = 0.72717794021199,
                                                lat = 0.74471267112097,
                                            }, -- end of [71]
                                            [67] = 
                                            {
                                                long = 0.72733002473844,
                                                lat = 0.74467484206845,
                                            }, -- end of [67]
                                            [30] = 
                                            {
                                                long = 0.72979492117495,
                                                lat = 0.74313219673176,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                long = 0.72810566063311,
                                                lat = 0.74434396827509,
                                            }, -- end of [63]
                                            [47] = 
                                            {
                                                long = 0.72867482558372,
                                                lat = 0.74377478745821,
                                            }, -- end of [47]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72923373086061,
                                                lat = 0.7434119352662,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72923373086061,
                                                lat = 0.7434119352662,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 128,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74244942955634,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73058093904168,
                                            x = -250163.36866016,
                                            speed = 5.5555555555556,
                                            y = 628011.58577111,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 121,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74477846787064,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72704875619651,
                                            x = -237059.77181503,
                                            speed = 11.111111111111,
                                            y = 609848.17824594,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-2 Bradley",
                                        CLSID = "{07220042-0448-486F-9842-63E68A961ECB}",
                                        unitId = 46,
                                        lat = 0.74244942955634,
                                        skill = "Average",
                                        long = 0.73058093904168,
                                        x = -250163.36866016,
                                        name = "Bravo-21",
                                        heading = -0.83907873097316,
                                        y = 628011.58577111,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M-2 Bradley",
                                        CLSID = "{07220042-0448-486F-9842-63E68A961ECB}",
                                        unitId = 47,
                                        lat = 0.74244195003343,
                                        skill = "Average",
                                        long = 0.73058207097251,
                                        x = -250210.45846891,
                                        name = "bravo-22",
                                        heading = -0.83907873097316,
                                        y = 628022.02953128,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 48,
                                        lat = 0.74243447052715,
                                        skill = "Average",
                                        long = 0.73058320288467,
                                        x = -250257.54818099,
                                        name = "bravo-23",
                                        heading = -0.83907873097316,
                                        y = 628032.47319207,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 49,
                                        lat = 0.74242699103749,
                                        skill = "Average",
                                        long = 0.73058433477815,
                                        x = -250304.63779648,
                                        name = "bravo-24",
                                        heading = -0.83907873097316,
                                        y = 628042.91675344,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "M1097 Avenger",
                                        CLSID = "{B350FDB3-E7DA-4DF3-9F59-0DADD5933EEB}",
                                        unitId = 50,
                                        lat = 0.74241951156445,
                                        skill = "Random",
                                        long = 0.73058546665295,
                                        x = -250351.72731537,
                                        name = "bravo-25",
                                        heading = -0.83907873097316,
                                        y = 628053.36021541,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 51,
                                        lat = 0.74241203210805,
                                        skill = "Average",
                                        long = 0.73058659850908,
                                        x = -250398.81673753,
                                        name = "bravo-26",
                                        heading = -0.83907873097316,
                                        y = 628063.80357799,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 52,
                                        lat = 0.74240455266825,
                                        skill = "Average",
                                        long = 0.73058773034653,
                                        x = -250445.90606321,
                                        name = "bravo-27",
                                        heading = -0.83907873097316,
                                        y = 628074.24684117,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 53,
                                        lat = 0.7423970732451,
                                        skill = "Average",
                                        long = 0.73058886216531,
                                        x = -250492.99529211,
                                        name = "bravo-28",
                                        heading = -0.83907873097316,
                                        y = 628084.69000496,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 54,
                                        lat = 0.74238959383856,
                                        skill = "Average",
                                        long = 0.73058999396541,
                                        x = -250540.08442448,
                                        name = "bravo-29",
                                        heading = -0.83907873097316,
                                        y = 628095.13306934,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 55,
                                        lat = 0.74238211444866,
                                        skill = "Average",
                                        long = 0.73059112574684,
                                        x = -250587.17346011,
                                        name = "bravo-30",
                                        heading = -0.83907873097316,
                                        y = 628105.57603435,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 56,
                                        lat = 0.74237463507538,
                                        skill = "Average",
                                        long = 0.7305922575096,
                                        x = -250634.26239914,
                                        name = "bravo-31",
                                        heading = -0.83907873097316,
                                        y = 628116.01889998,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 57,
                                        lat = 0.74236715571873,
                                        skill = "Average",
                                        long = 0.73059338925368,
                                        x = -250681.35124151,
                                        name = "bravo-32",
                                        heading = -0.83907873097316,
                                        y = 628126.46166619,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 58,
                                        lat = 0.7423596763787,
                                        skill = "Average",
                                        long = 0.73059452097909,
                                        x = -250728.43998728,
                                        name = "bravo-33",
                                        heading = -0.83907873097316,
                                        y = 628136.90433304,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 59,
                                        lat = 0.74235219705531,
                                        skill = "Average",
                                        long = 0.73059565268583,
                                        x = -250775.52863632,
                                        name = "bravo-34",
                                        heading = -0.83907873097316,
                                        y = 628147.34690051,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 111,
                                        lat = 0.74235142955634,
                                        skill = "Average",
                                        long = 0.73067893904168,
                                        x = -250738.9947704,
                                        name = "bravo-35",
                                        heading = -0.83907873097316,
                                        y = 628540.52040222,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 112,
                                        lat = 0.74234442955634,
                                        skill = "Average",
                                        long = 0.73068593904168,
                                        x = -250780.11092113,
                                        name = "bravo-36",
                                        heading = -0.83907873097316,
                                        y = 628578.30144729,
                                    }, -- end of [16]
                                }, -- end of units
                                name = "Bravo",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72703809234297,
                                                lat = 0.7383137369576,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72703804823328,
                                                lat = 0.73830253502062,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72703804823328,
                                                lat = 0.73830253502062,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72703804823328,
                                                lat = 0.73830253502062,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7383137369576,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72703809234297,
                                            x = -278250.34920865,
                                            speed = 5.5555555555556,
                                            y = 614027.14385266,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73830253502062,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72703804823328,
                                            x = -278321.73705062,
                                            speed = 5.5555555555556,
                                            y = 614034.10699501,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-2 Bradley",
                                        CLSID = "{07220042-0448-486F-9842-63E68A961ECB}",
                                        unitId = 79,
                                        lat = 0.7383137369576,
                                        skill = "Average",
                                        long = 0.72703809234297,
                                        x = -278250.34920865,
                                        name = "36",
                                        heading = 3.0904924352582,
                                        y = 614027.14385266,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M-2 Bradley",
                                        CLSID = "{07220042-0448-486F-9842-63E68A961ECB}",
                                        unitId = 80,
                                        lat = 0.7383067369576,
                                        skill = "Average",
                                        long = 0.72704509234297,
                                        x = -278291.56539482,
                                        name = "37",
                                        heading = 3.1445050042358,
                                        y = 614064.71448882,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "delta-1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72706539547852,
                                                lat = 0.73829753851001,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72706529458109,
                                                lat = 0.73829632968021,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72706564525845,
                                                lat = 0.73829455673225,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72706564525845,
                                                lat = 0.73829455673225,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.73829753851001,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72706539547852,
                                            x = -278340.36381966,
                                            speed = 5.5555555555556,
                                            y = 614166.57677355,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Rank",
                                            lat = 0.73829632968021,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72706529458109,
                                            x = -278348.11388836,
                                            speed = 5.5555555555556,
                                            y = 614166.87374067,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 81,
                                        lat = 0.73829753851001,
                                        skill = "Average",
                                        long = 0.72706539547852,
                                        x = -278340.36381966,
                                        name = "38",
                                        heading = 3.2032479794729,
                                        y = 614166.57677355,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 82,
                                        lat = 0.73829053851001,
                                        skill = "Average",
                                        long = 0.72707239547852,
                                        x = -278381.58000583,
                                        name = "39",
                                        heading = 3.2032479794729,
                                        y = 614204.14740972,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M-1 Abrams",
                                        CLSID = "{9B446921-7D69-4815-93B8-3AEC663E748E}",
                                        unitId = 83,
                                        lat = 0.73828353851001,
                                        skill = "Average",
                                        long = 0.72707939547852,
                                        x = -278422.796192,
                                        name = "40",
                                        heading = 3.2032479794729,
                                        y = 614241.71804588,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Delta-21",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73821663043597,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72718317088404,
                                            x = -278798.95005674,
                                            speed = 5.5555555555556,
                                            y = 614775.10187968,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 43,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 86,
                                        lat = 0.73821663043597,
                                        skill = "Random",
                                        long = 0.72718317088404,
                                        x = -278798.95005674,
                                        name = "Юнит #41",
                                        heading = 5.4803338512622,
                                        y = 614775.10187968,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 87,
                                        lat = 0.73820704112877,
                                        skill = "Random",
                                        long = 0.72718379519577,
                                        x = -278859.74120792,
                                        name = "Юнит #42",
                                        heading = 5.4803338512622,
                                        y = 614784.19223251,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 88,
                                        lat = 0.73821348771263,
                                        skill = "Random",
                                        long = 0.72720043140157,
                                        x = -278810.63723453,
                                        name = "Юнит #43",
                                        heading = 5.4803338512622,
                                        y = 614858.70468609,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 89,
                                        lat = 0.73820027225641,
                                        skill = "Random",
                                        long = 0.72716560318888,
                                        x = -278911.6497245,
                                        name = "Юнит #44",
                                        heading = 5.4803338512622,
                                        y = 614702.53181222,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 90,
                                        lat = 0.73821340713104,
                                        skill = "Random",
                                        long = 0.72716920649843,
                                        x = -278826.2286274,
                                        name = "Юнит #45",
                                        heading = 5.4803338512622,
                                        y = 614711.15557785,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Наземная группа #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7382249304921,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72719919915493,
                                            x = -278738.33133892,
                                            speed = 5.5555555555556,
                                            y = 614845.55399262,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 44,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "AAV7",
                                        CLSID = "{E0B4364A-3E12-4DE3-84F2-F29EFAE17BED}",
                                        unitId = 91,
                                        lat = 0.7382249304921,
                                        skill = "Random",
                                        long = 0.72719919915493,
                                        x = -278738.33133892,
                                        name = "Юнит #46",
                                        heading = 0,
                                        y = 614845.55399262,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "AWACS groop",
                                groupId = 37,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73771390893079,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72823561532011,
                                            x = -281493.84456278,
                                            speed = 222.22222222222,
                                            y = 620088.14862817,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72587776396415,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72578850787875,
                                            x = -358088.91102776,
                                            speed = 222.22222222222,
                                            y = 616110.70256173,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73426220449539,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72753170141676,
                                            x = -303825.46331198,
                                            speed = 222.22222222222,
                                            y = 619009.63581644,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72520438982695,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72549451294663,
                                            x = -362521.17044036,
                                            speed = 222.22222222222,
                                            y = 615131.64308214,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73421740106628,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72753196883073,
                                            x = -304110.80041461,
                                            speed = 222.22222222222,
                                            y = 619040.35545433,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7251147909488,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72549526538239,
                                            x = -363091.71445437,
                                            speed = 222.22222222222,
                                            y = 615191.87007788,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73439678626416,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72759117948524,
                                            x = -302939.28126828,
                                            speed = 222.22222222222,
                                            y = 619203.84804654,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72515923110308,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72543504235081,
                                            x = -362837.56678903,
                                            speed = 222.22222222222,
                                            y = 614876.04268784,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73435173648876,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72753108313637,
                                            x = -303255.30636582,
                                            speed = 222.22222222222,
                                            y = 618947.8491383,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72394826523662,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72514600016485,
                                            x = -370693.20780536,
                                            speed = 222.22222222222,
                                            y = 614270.21980871,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73403796462836,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72747282416642,
                                            x = -305282.61420557,
                                            speed = 222.22222222222,
                                            y = 618877.21016184,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72345519203491,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72509037217989,
                                            x = -373861.86917358,
                                            speed = 222.22222222222,
                                            y = 614314.37429306,
                                        }, -- end of [12]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "E-3A",
                                        CLSID = "{80AD28A5-C892-4E68-9364-F7C3C7E71E6E}",
                                        unitId = 74,
                                        lat = 0.73771390893079,
                                        skill = "High",
                                        long = 0.72823561532011,
                                        x = -281493.84456278,
                                        name = "AWACS",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "65000",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 620088.14862817,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Colt",
                                groupId = 46,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74255362333346,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73193714323428,
                                            x = -248825.01179587,
                                            speed = 194.44444444444,
                                            y = 634334.19579835,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73611397946157,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72754258644557,
                                            x = -292021.92002465,
                                            speed = 194.44444444444,
                                            y = 617858.29090912,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74277669507757,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73218185748773,
                                            x = -247282.08714153,
                                            speed = 194.44444444444,
                                            y = 635335.56646448,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73620358109204,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72754278640764,
                                            x = -291450.94686125,
                                            speed = 194.44444444444,
                                            y = 617800.1575035,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74304408536491,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73254870605326,
                                            x = -245396.05932696,
                                            speed = 194.44444444444,
                                            y = 636882.47079116,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73629302911384,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72760349706477,
                                            x = -290851.74741828,
                                            speed = 194.44444444444,
                                            y = 618028.93353133,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74282039239135,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73248625968128,
                                            x = -246852.28831804,
                                            speed = 194.44444444444,
                                            y = 636740.81727415,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7362030984785,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72784507105912,
                                            x = -291308.12665698,
                                            speed = 194.44444444444,
                                            y = 619233.24229594,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 93,
                                        lat = 0.74255362333346,
                                        skill = "Random",
                                        long = 0.73193714323428,
                                        x = -248825.01179587,
                                        name = "Colt-11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 634334.19579835,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Colt11",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 94,
                                        lat = 0.74254662333346,
                                        skill = "Random",
                                        long = 0.73194414323428,
                                        x = -248866.1279466,
                                        name = "colt-12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 634371.97684343,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Colt12",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "AWACS groop 01",
                                groupId = 49,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73773219300982,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72823911345734,
                                            x = -281375.66331638,
                                            speed = 222.22222222222,
                                            y = 620092.67298638,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72587768426996,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72578851459305,
                                            x = -358089.41558852,
                                            speed = 222.22222222222,
                                            y = 616110.78501344,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7342622847899,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72753176138215,
                                            x = -303824.9227874,
                                            speed = 222.22222222222,
                                            y = 619009.86802703,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72520446947356,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72549454274128,
                                            x = -362520.64859223,
                                            speed = 222.22222222222,
                                            y = 615131.73509594,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 97,
                                        lat = 0.73773219300982,
                                        skill = "Random",
                                        long = 0.72823911345734,
                                        x = -281375.66331638,
                                        name = "AWACS escort -1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [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]
                                                [11] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 620092.67298638,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Dodge11",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 98,
                                        lat = 0.73772519300982,
                                        skill = "Random",
                                        long = 0.72824611345734,
                                        x = -281416.883754,
                                        name = "AWACS escort-2 ",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [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]
                                                [11] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 620130.46716845,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Dodge12",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "ford",
                                groupId = 52,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74306367282823,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72977910005653,
                                            x = -246648.95036036,
                                            speed = 222.22222222222,
                                            y = 623822.7868842,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73808649697397,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72481080611839,
                                            x = -280773.59638686,
                                            speed = 222.22222222222,
                                            y = 603644.20292939,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7433769582703,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73038776151469,
                                            x = -244350.22100949,
                                            speed = 222.22222222222,
                                            y = 626476.581519,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73813081314141,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72456842223212,
                                            x = -280608.30540137,
                                            speed = 222.22222222222,
                                            y = 602470.07791025,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74234693638563,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72983947110768,
                                            x = -251185.14278269,
                                            speed = 222.22222222222,
                                            y = 624585.95830609,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 240,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 105,
                                        lat = 0.736122,
                                        skill = "Random",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "ford-11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [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]
                                                [11] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- 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 = 21,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 106,
                                        lat = 0.736115,
                                        skill = "Random",
                                        y = 683891.96105378,
                                        long = 0.741475,
                                        x = -284929.99166026,
                                        name = "ford-12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [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]
                                                [11] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- 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 = 22,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 107,
                                        lat = 0.736108,
                                        skill = "Random",
                                        y = 683930.16492872,
                                        long = 0.741482,
                                        x = -284970.92048993,
                                        name = "ford-13",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [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]
                                                [11] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- 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 = 23,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 108,
                                        lat = 0.736101,
                                        skill = "Random",
                                        y = 683968.36880365,
                                        long = 0.741489,
                                        x = -285011.84931961,
                                        name = "ford-14",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [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]
                                                [11] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- 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 = 24,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = true,
                                name = "chevy",
                                groupId = 53,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 194,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74284547867853,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72991172773318,
                                            x = -247973.02427085,
                                            speed = 250,
                                            y = 624591.12620809,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74108776092416,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7264883120097,
                                            x = -260842.77604585,
                                            speed = 250,
                                            y = 609619.9422167,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74311450474925,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73003228015976,
                                            x = -246199.13435318,
                                            speed = 250,
                                            y = 624979.40468392,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7410677241586,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72712601269986,
                                            x = -260662.34390016,
                                            speed = 250,
                                            y = 612639.06295517,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74264423819197,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73006460402432,
                                            x = -249179.0300156,
                                            speed = 250,
                                            y = 625444.32636352,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74093442438424,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72743046268162,
                                            x = -261364.47226931,
                                            speed = 250,
                                            y = 614159.92943068,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 180,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 109,
                                        lat = 0.736122,
                                        skill = "Random",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "chevy-31",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [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]
                                                [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 = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Chevy11",
                                        }, -- end of callsign
                                        onboard_num = 25,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 110,
                                        lat = 0.736115,
                                        skill = "Random",
                                        y = 683891.96105378,
                                        long = 0.741475,
                                        x = -284929.99166026,
                                        name = "chevy-32",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [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]
                                                [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 = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Chevy12",
                                        }, -- end of callsign
                                        onboard_num = 26,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7383113192637,
                                            long = 0.72712129741682,
                                            x = -278225.57369916,
                                            name = "",
                                            speed = 0,
                                            y = 614422.00362825,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                lat = 0.7383113192637,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "FARP",
                                        CLSID = "{24FC9197-F225-4f2a-8A31-BD51DC7BDAB6}",
                                        unitId = 32,
                                        lat = 0.7383113192637,
                                        long = 0.72712129741682,
                                        x = -278225.57369916,
                                        name = "Стат. объект",
                                        category = "Heliports",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 614422.00362825,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72712129741682,
                                name = "Стат. объект",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73830189030829,
                                            long = 0.72709188622933,
                                            x = -278299.84693366,
                                            name = "",
                                            speed = 0,
                                            y = 614289.01295809,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                lat = 0.73830189030829,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 33,
                                        lat = 0.73830189030829,
                                        rate = 100,
                                        long = 0.72709188622933,
                                        x = -278299.84693366,
                                        name = "Стат. объект #001",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 614289.01295809,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72709188622933,
                                name = "Стат. объект #001",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73831712173801,
                                            long = 0.72709121984933,
                                            x = -278203.13063689,
                                            name = "",
                                            speed = 0,
                                            y = 614276.1115755,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                lat = 0.73831712173801,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 34,
                                        lat = 0.73831712173801,
                                        rate = 100,
                                        long = 0.72709121984933,
                                        x = -278203.13063689,
                                        name = "Стат. объект #002",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 614276.1115755,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72709121984933,
                                name = "Стат. объект #002",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73830092324052,
                                            long = 0.72707555600814,
                                            x = -278313.89364327,
                                            name = "",
                                            speed = 0,
                                            y = 614212.43883028,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                lat = 0.73830092324052,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 35,
                                        lat = 0.73830092324052,
                                        rate = 50,
                                        long = 0.72707555600814,
                                        x = -278313.89364327,
                                        name = "Стат. объект #003",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 614212.43883028,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72707555600814,
                                name = "Стат. объект #003",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73830914334373,
                                            long = 0.72707492010077,
                                            x = -278261.83116803,
                                            name = "",
                                            speed = 0,
                                            y = 614204.17024978,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                lat = 0.73830914334373,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 36,
                                        lat = 0.73830914334373,
                                        long = 0.72707492010077,
                                        x = -278261.83116803,
                                        name = "Стат. объект #004",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 614204.17024978,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72707492010077,
                                name = "Стат. объект #004",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73831704114788,
                                            long = 0.72707444135411,
                                            x = -278211.74614094,
                                            name = "",
                                            speed = 0,
                                            y = 614196.85091161,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                lat = 0.73831704114788,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 37,
                                        lat = 0.73831704114788,
                                        long = 0.72707444135411,
                                        x = -278211.74614094,
                                        name = "Стат. объект #005",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 614196.85091161,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72707444135411,
                                name = "Стат. объект #005",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73831671878741,
                                            long = 0.72706036654146,
                                            x = -278220.59637648,
                                            name = "",
                                            speed = 0,
                                            y = 614130.52539053,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                lat = 0.73831671878741,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 38,
                                        lat = 0.73831671878741,
                                        long = 0.72706036654146,
                                        x = -278220.59637648,
                                        name = "Стат. объект #006",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 614130.52539053,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72706036654146,
                                name = "Стат. объект #006",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73830825685906,
                                            long = 0.72706059084984,
                                            x = -278274.39825282,
                                            name = "",
                                            speed = 0,
                                            y = 614137.00315508,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                lat = 0.73830825685906,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 39,
                                        lat = 0.73830825685906,
                                        long = 0.72706059084984,
                                        x = -278274.39825282,
                                        name = "Стат. объект #007",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 614137.00315508,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72706059084984,
                                name = "Стат. объект #007",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73830003676247,
                                            long = 0.72706119675841,
                                            x = -278326.47517182,
                                            name = "",
                                            speed = 0,
                                            y = 614145.12992646,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                lat = 0.73830003676247,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 40,
                                        lat = 0.73830003676247,
                                        long = 0.72706119675841,
                                        x = -278326.47517182,
                                        name = "Стат. объект #008",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 614145.12992646,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72706119675841,
                                name = "Стат. объект #008",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73831639642704,
                                            long = 0.72704508710594,
                                            x = -278230.02830483,
                                            name = "",
                                            speed = 0,
                                            y = 614058.50559469,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                lat = 0.73831639642704,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 41,
                                        lat = 0.73831639642704,
                                        long = 0.72704508710594,
                                        x = -278230.02830483,
                                        name = "Стат. объект #009",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 614058.50559469,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72704508710594,
                                name = "Стат. объект #009",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73830761214338,
                                            long = 0.72704689424055,
                                            x = -278285.11955621,
                                            name = "",
                                            speed = 0,
                                            y = 614072.671785,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                lat = 0.73830761214338,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 42,
                                        lat = 0.73830761214338,
                                        long = 0.72704689424055,
                                        x = -278285.11955621,
                                        name = "Стат. объект #010",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 614072.671785,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72704689424055,
                                name = "Стат. объект #010",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7382995532293,
                                            long = 0.72704652318625,
                                            x = -278336.64135582,
                                            name = "",
                                            speed = 0,
                                            y = 614076.07724325,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 23,
                                lat = 0.7382995532293,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 43,
                                        lat = 0.7382995532293,
                                        long = 0.72704652318625,
                                        x = -278336.64135582,
                                        name = "Стат. объект #011",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 614076.07724325,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72704652318625,
                                name = "Стат. объект #011",
                                dead = false,
                            }, -- end of [12]
                        }, -- 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 = 
                        {
                        }, -- 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.74983279563154,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70360358239793,
                                            x = -215349.5669915,
                                            speed = 5.5555555555556,
                                            y = 496836.93003913,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74943442077131,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70458648580299,
                                            x = -217481.11677155,
                                            speed = 5.5555555555556,
                                            y = 501651.45093858,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KUZNECOW",
                                        CLSID = "{25554ABC-3877-46D5-A1D2-E82878FBBBFB}",
                                        unitId = 12,
                                        lat = 0.74983279563154,
                                        skill = "Random",
                                        long = 0.70360358239793,
                                        x = -215349.5669915,
                                        name = "Юнит #12",
                                        heading = 2.0761720492423,
                                        y = 496836.93003913,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74974906927316,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70360141154539,
                                            x = -215883.69649327,
                                            speed = 5.5555555555556,
                                            y = 496872.97524471,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74935780836506,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7045994500632,
                                            x = -217963.69348308,
                                            speed = 5.5555555555556,
                                            y = 501754.32264201,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 13,
                                        lat = 0.74974906927316,
                                        skill = "Random",
                                        long = 0.70360141154539,
                                        x = -215883.69649327,
                                        name = "Юнит #13",
                                        heading = 2.0621494058078,
                                        y = 496872.97524471,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74987172898285,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70370859235881,
                                            x = -215058.27592321,
                                            speed = 5.5555555555556,
                                            y = 497306.33486972,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74945852102091,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70470016559025,
                                            x = -217280.71656475,
                                            speed = 5.5555555555556,
                                            y = 502169.56784954,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 14,
                                        lat = 0.74987172898285,
                                        skill = "Random",
                                        long = 0.70370859235881,
                                        x = -215058.27592321,
                                        name = "Юнит #14",
                                        heading = 2.0880388975114,
                                        y = 497306.33486972,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #003",
                                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 = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75764743296557,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69745610490057,
                                            x = -168038.93898368,
                                            speed = 5.5555555555556,
                                            y = 463923.09005204,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 16,
                                        lat = 0.75764743296557,
                                        skill = "Average",
                                        long = 0.69745610490057,
                                        x = -168038.93898368,
                                        name = "Наземная группа #004",
                                        heading = 1.8925468811915,
                                        y = 463923.09005204,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 17,
                                        lat = 0.75765532127959,
                                        skill = "Average",
                                        long = 0.69742230178235,
                                        x = -168001.70610635,
                                        name = "Наземная группа #1",
                                        heading = 1.8925468811915,
                                        y = 463761.71387203,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 18,
                                        lat = 0.75767408465663,
                                        skill = "Average",
                                        long = 0.69741599304981,
                                        x = -167884.64261127,
                                        name = "Наземная группа #2",
                                        heading = 3.3389882134396,
                                        y = 463722.30316557,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 19,
                                        lat = 0.75764015192472,
                                        skill = "Average",
                                        long = 0.69744212315964,
                                        x = -168090.68445635,
                                        name = "Наземная группа #3",
                                        heading = 0.32175055439665,
                                        y = 463862.00775592,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 20,
                                        lat = 0.75764122252681,
                                        skill = "Average",
                                        long = 0.69744053542143,
                                        x = -168084.47728768,
                                        name = "Наземная группа #4",
                                        heading = 0.32175055439665,
                                        y = 463854.05164144,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 21,
                                        lat = 0.7576422107173,
                                        skill = "Average",
                                        long = 0.6974389098634,
                                        x = -168078.80948448,
                                        name = "Наземная группа #5",
                                        heading = 0.32175055439665,
                                        y = 463845.96400871,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 22,
                                        lat = 0.7576431585551,
                                        skill = "Average",
                                        long = 0.69743738808758,
                                        x = -168073.35873915,
                                        name = "Наземная группа #6",
                                        heading = 0.32175055439665,
                                        y = 463838.38050346,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 23,
                                        lat = 0.75765817856224,
                                        skill = "Average",
                                        long = 0.69745051879276,
                                        x = -167972.65685376,
                                        name = "Наземная группа #7",
                                        heading = 3.4633432079864,
                                        y = 463891.34752922,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 24,
                                        lat = 0.75765793509539,
                                        skill = "Average",
                                        long = 0.69744832796184,
                                        x = -167975.04999075,
                                        name = "Наземная группа #8",
                                        heading = 3.4633432079864,
                                        y = 463881.29410602,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 25,
                                        lat = 0.75765775659194,
                                        skill = "Average",
                                        long = 0.69744628924817,
                                        x = -167976.97091381,
                                        name = "Наземная группа #9",
                                        heading = 3.4633432079864,
                                        y = 463871.91289989,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 26,
                                        lat = 0.75765748197843,
                                        skill = "Average",
                                        long = 0.69744420642742,
                                        x = -167979.52085603,
                                        name = "Наземная группа #10",
                                        heading = 3.4633432079864,
                                        y = 463862.37831061,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "Наземная группа #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 125,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75234583577323,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70831021437418,
                                            x = -197381.36959305,
                                            speed = 5.5555555555556,
                                            y = 517394.82857027,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 27,
                                        lat = 0.75234583577323,
                                        skill = "Random",
                                        long = 0.70831021437418,
                                        x = -197381.36959305,
                                        name = "Юнит #15",
                                        heading = 2.3561944901923,
                                        y = 517394.82857027,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 28,
                                        lat = 0.75233883577323,
                                        skill = "Random",
                                        long = 0.70831721437418,
                                        x = -197422.96284666,
                                        name = "Юнит #16",
                                        heading = 2.3561944901923,
                                        y = 517431.471295,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 29,
                                        lat = 0.75233848816482,
                                        skill = "Random",
                                        long = 0.70830507174662,
                                        x = -197430.36136807,
                                        name = "Юнит #17",
                                        heading = 2.3561944901923,
                                        y = 517375.06237681,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 30,
                                        lat = 0.75234999944042,
                                        skill = "Random",
                                        long = 0.70831630992636,
                                        x = -197352.24905465,
                                        name = "Юнит #18",
                                        heading = 2.3561944901923,
                                        y = 517420.8608305,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 31,
                                        lat = 0.75234999944042,
                                        skill = "Random",
                                        long = 0.70830348319423,
                                        x = -197357.72580077,
                                        name = "Юнит #19",
                                        heading = 2.3561944901923,
                                        y = 517361.06357562,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Наземная группа #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 131,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74321957570385,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73040977446911,
                                            x = -245341.91733427,
                                            speed = 5.5555555555556,
                                            y = 626684.50617034,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 55,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 114,
                                        lat = 0.74321957570385,
                                        skill = "Random",
                                        long = 0.73040977446911,
                                        x = -245341.91733427,
                                        name = "бмп-2",
                                        heading = 1.6929693744345,
                                        y = 626684.50617034,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "страж",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 131,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74321747094725,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73040767309226,
                                            x = -245356.37187371,
                                            speed = 5.5555555555556,
                                            y = 626676.02295969,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 56,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 115,
                                        lat = 0.74321747094725,
                                        skill = "Random",
                                        long = 0.73040767309226,
                                        x = -245356.37187371,
                                        name = "т-80у",
                                        heading = 1.6406094968747,
                                        y = 626676.02295969,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "страж-1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "пегас",
                                groupId = 29,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75983810674668,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69029352134478,
                                            x = -156795.08864469,
                                            speed = 222.22222222222,
                                            y = 429563.14788248,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75603828777171,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7020754725376,
                                            x = -176453.86460837,
                                            speed = 222.22222222222,
                                            y = 486261.49824236,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75974643627148,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69011010880029,
                                            x = -157446.82909164,
                                            speed = 222.22222222222,
                                            y = 428761.15902565,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75590590673832,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70244626127123,
                                            x = -177149.12170276,
                                            speed = 222.22222222222,
                                            y = 488063.29762927,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7597499713974,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69041904133076,
                                            x = -157309.81218673,
                                            speed = 222.22222222222,
                                            y = 430190.26340946,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75595096030959,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70250732951462,
                                            x = -176837.67531268,
                                            speed = 222.22222222222,
                                            y = 488322.80655343,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75974783387798,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69023367110361,
                                            x = -157392.12600032,
                                            speed = 222.22222222222,
                                            y = 429332.08158069,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75594907621282,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7021379861853,
                                            x = -176997.08946242,
                                            speed = 222.22222222222,
                                            y = 486602.27069733,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75965970608628,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6903591853416,
                                            x = -157906.80750567,
                                            speed = 222.22222222222,
                                            y = 429959.70215346,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75595005921941,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70232268894316,
                                            x = -176917.19704542,
                                            speed = 222.22222222222,
                                            y = 487462.73940095,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75965896623866,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69029743542081,
                                            x = -157934.4046703,
                                            speed = 222.22222222222,
                                            y = 429673.84189107,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75581695203273,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70257024779636,
                                            x = -177665.13152504,
                                            speed = 222.22222222222,
                                            y = 488689.69757851,
                                        }, -- end of [12]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 63,
                                        lat = 0.75983810674668,
                                        skill = "High",
                                        long = 0.69029352134478,
                                        x = -156795.08864469,
                                        name = "100",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 429563.14788248,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "тор",
                                groupId = 32,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75676938445729,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6939767101825,
                                            x = -174968.94138086,
                                            speed = 222.22222222222,
                                            y = 448226.93588287,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74431500656715,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70882737706346,
                                            x = -248310.14164304,
                                            speed = 222.22222222222,
                                            y = 524464.02906397,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73877658156917,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71761158711013,
                                            x = -279724.93597469,
                                            speed = 222.22222222222,
                                            y = 569170.84121862,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73834476450155,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72706845805201,
                                                    radius = 1000,
                                                    y = 614168.67092135,
                                                    x = -278215.66224845,
                                                    lat = 0.73831687996763,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72389632547348,
                                            x = -279563.77759665,
                                            speed = 222.22222222222,
                                            y = 599150.89898249,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 66,
                                        lat = 0.75676938445729,
                                        skill = "Random",
                                        long = 0.6939767101825,
                                        x = -174968.94138086,
                                        name = "103",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- 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 = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 448226.93588287,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "тор-1",
                                groupId = 33,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75678733836234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69390885675271,
                                            x = -174880.71578487,
                                            speed = 222.22222222222,
                                            y = 447903.0895722,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74430098779612,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70880343254779,
                                            x = -248409.64310426,
                                            speed = 222.22222222222,
                                            y = 524359.4324532,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73875021788609,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71758908361998,
                                            x = -279903.10476493,
                                            speed = 222.22222222222,
                                            y = 569080.34861501,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73830608094515,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72706629010275,
                                                    radius = 1000,
                                                    y = 614168.74191172,
                                                    x = -278319.39485319,
                                                    lat = 0.73830076206264,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.723892175274,
                                            x = -279812.17111814,
                                            speed = 222.22222222222,
                                            y = 599155.99484618,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 67,
                                        lat = 0.75678733836234,
                                        skill = "Random",
                                        long = 0.69390885675271,
                                        x = -174880.71578487,
                                        name = "104",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D109EE9C-A1B7-4F1C-8D87-631C293A1D26}",
                                                }, -- 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 = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 447903.0895722,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "грач-1",
                                groupId = 38,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7433946895235,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72942000054084,
                                            x = -244718.79659225,
                                            speed = 166.66666666667,
                                            y = 621914.81020337,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73847573456881,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72715449913765,
                                            x = -277162.06585544,
                                            speed = 166.66666666667,
                                            y = 614473.68761212,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 180,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 75,
                                        lat = 0.752425,
                                        skill = "Random",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "107",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 76,
                                        lat = 0.752418,
                                        skill = "Random",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "108",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = true,
                                name = "грач-2",
                                groupId = 39,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74303582959753,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73000360963738,
                                            x = -246714.62218448,
                                            speed = 166.66666666667,
                                            y = 624896.81170352,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73843100149794,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72710609544914,
                                            x = -277470.42964305,
                                            speed = 166.66666666667,
                                            y = 614273.52126575,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 300,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 77,
                                        lat = 0.752425,
                                        skill = "Random",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "109",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- 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 = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- 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 = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- 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] = 0,
                                            [3] = 9,
                                            name = 109,
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 78,
                                        lat = 0.752418,
                                        skill = "Random",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "110",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- 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 = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- 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 = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- 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] = 0,
                                            name = 110,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = false,
                                name = "саламандра",
                                groupId = 42,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 12,
                                            lat = 0.74983279563154,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70360358239793,
                                            x = -215349.5669915,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 496836.93003913,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74132257395448,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72663453910865,
                                            x = -259276.21178107,
                                            speed = 250,
                                            y = 610158.48058478,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73272186103836,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72708306303357,
                                            x = -313856.16046518,
                                            speed = 250,
                                            y = 617883.22948794,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 0,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 12,
                                            lat = 0.74983279563154,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70360358239793,
                                            x = -215349.5669915,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 496836.93003913,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 60,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 84,
                                        lat = 0.74983279563154,
                                        skill = "Player",
                                        y = 496836.93003913,
                                        long = 0.70360358239793,
                                        x = -215349.5669915,
                                        name = "101",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 85,
                                        lat = 0.74982579563154,
                                        skill = "Random",
                                        y = 496873.514614,
                                        long = 0.70361058239793,
                                        x = -215391.25972676,
                                        name = "102",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "114",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [6]
                            [7] = 
                            {
                                hidden = true,
                                name = "шмель",
                                groupId = 45,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75460582927373,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69940018093739,
                                            x = -186643.11597116,
                                            speed = 222.22222222222,
                                            y = 474592.30914564,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74141130860431,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7219885196022,
                                            x = -260922.2713955,
                                            speed = 222.22222222222,
                                            y = 588192.96994526,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77972338128505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69892946804197,
                                            x = -26882.691080025,
                                            speed = 222.22222222222,
                                            y = 458686.83067202,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 92,
                                        lat = 0.75460582927373,
                                        skill = "Random",
                                        long = 0.69940018093739,
                                        x = -186643.11597116,
                                        name = "105",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 474592.30914564,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [7]
                            [8] = 
                            {
                                hidden = true,
                                name = "шмель-1",
                                groupId = 48,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75460239310617,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69929437627,
                                            x = -186707.19142406,
                                            speed = 222.22222222222,
                                            y = 474102.29408806,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7413615258001,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72196118898079,
                                            x = -261252.22024462,
                                            speed = 222.22222222222,
                                            y = 588095.1514319,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 96,
                                        lat = 0.75460239310617,
                                        skill = "Random",
                                        long = 0.69929437627,
                                        x = -186707.19142406,
                                        name = "106",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 474102.29408806,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [8]
                            [9] = 
                            {
                                hidden = true,
                                name = "лис",
                                groupId = 50,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74382251327861,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72773373047379,
                                            x = -242818.66073191,
                                            speed = 250,
                                            y = 613690.91603958,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73995028627032,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72459824882217,
                                            x = -269002.38127693,
                                            speed = 250,
                                            y = 601440.32678232,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74310535806601,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72794448917763,
                                            x = -247285.67809508,
                                            speed = 250,
                                            y = 615160.33415893,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73959199161225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72456786086462,
                                            x = -271299.64522423,
                                            speed = 250,
                                            y = 601527.1827918,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 60,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 99,
                                        lat = 0.752425,
                                        skill = "Random",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "111 ",
                                        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 = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = 111,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 100,
                                        lat = 0.752418,
                                        skill = "Random",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "112",
                                        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 = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = 112,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [9]
                            [10] = 
                            {
                                hidden = true,
                                name = "медведь",
                                groupId = 51,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            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 = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74397990213992,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72973523409414,
                                            x = -240833.68292633,
                                            speed = 250,
                                            y = 623008.59652967,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73963419005402,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72432809338472,
                                            x = -271146.64641794,
                                            speed = 250,
                                            y = 600369.76801362,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74375577367535,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72985648260809,
                                            x = -242201.22507542,
                                            speed = 250,
                                            y = 623727.37343637,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73976805781431,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7239638376538,
                                            x = -270464.76539159,
                                            speed = 250,
                                            y = 598562.24989272,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74357622884551,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73009944586662,
                                            x = -243224.17205973,
                                            speed = 250,
                                            y = 624988.81915585,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            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 [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 101,
                                        lat = 0.758225,
                                        skill = "Random",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "113 ",
                                        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 = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = 113,
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 102,
                                        lat = 0.758218,
                                        skill = "Random",
                                        y = 462272.52047391,
                                        long = 0.697167,
                                        x = -164516.62018436,
                                        name = "114",
                                        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 = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = 114,
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 103,
                                        lat = 0.758211,
                                        skill = "Random",
                                        y = 462308.82260094,
                                        long = 0.697174,
                                        x = -164558.50554239,
                                        name = "115",
                                        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 = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 5,
                                            name = 115,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 104,
                                        lat = 0.758204,
                                        skill = "Random",
                                        y = 462345.12472798,
                                        long = 0.697181,
                                        x = -164600.39090042,
                                        name = "116",
                                        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 = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 6,
                                            name = 116,
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [10]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 1.6929693744345,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74321844237287,
                                            long = 0.73040854353064,
                                            x = -245349.75002423,
                                            name = "",
                                            speed = 0,
                                            y = 626679.47081995,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 54,
                                lat = 0.74321844237287,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "block-onroad",
                                        type = ".Block on road",
                                        CLSID = "{B54053A8-B054-4a0b-871C-6DDA65ED90EF}",
                                        unitId = 113,
                                        lat = 0.74321844237287,
                                        rate = 100,
                                        long = 0.73040854353064,
                                        x = -245349.75002423,
                                        name = "Стат. объект #012",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 626679.47081995,
                                        heading = 1.6929693744345,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73040854353064,
                                name = "Стат. объект #012",
                                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 = 16258,
    start_time = 21000,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "ШЛЕМ",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "АВТОПИЛОТ",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "РЛС",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
