mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Colt\");a_activate_group(\"Ford\");a_activate_group(\"Uzi\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"Dodge\");a_activate_group(\"Mig-29 Groop\"); mission.trig.func[2]='';",
            [3] = "a_out_sound(\"hans_zimmer_-_time_from_inception_ost_(zaycev.net).ogg\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay_c(\"0\", \"12й, бомбардировщики нанесли бомбовый удар по Майкопу, в городе многочисленные пожары, видимо они в начале операции не знали о буках в Краснодаре, которых задействовали пару часов назад на охрану Краснодара\", \"30\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay_s(\"red\", \"12й,  произошло нападение на Краснодар... все Административные центры города уничтожены...\", \"15\"); 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(\"6\", \"B-1\") )",
            [2] = "return(c_group_dead(\"Colt\") )",
            [3] = "return(c_time_after(\"1\") )",
            [4] = "return(c_unit_in_zone(\"9\", \"приветствие\") )",
            [5] = "return(c_unit_damaged(\"73\") )",
        }, -- 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(\"6\", \"B-1\") then a_activate_group(\"Colt\");a_activate_group(\"Ford\");a_activate_group(\"Uzi\"); mission.trigfunc[1]='';end;",
        [2] = "if c_group_dead(\"Colt\") then a_activate_group(\"Dodge\");a_activate_group(\"Mig-29 Groop\"); mission.trigfunc[2]='';end;",
        [3] = "if c_time_after(\"1\") then a_out_sound(\"hans_zimmer_-_time_from_inception_ost_(zaycev.net).ogg\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone(\"9\", \"приветствие\") then a_out_text_delay_c(\"0\", \"12й, бомбардировщики нанесли бомбовый удар по Майкопу, в городе многочисленные пожары, видимо они в начале операции не знали о буках в Краснодаре, которых задействовали пару часов назад на охрану Краснодара\", \"30\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_damaged(\"73\") then a_out_text_delay_s(\"red\", \"12й,  произошло нападение на Краснодар... все Административные центры города уничтожены...\", \"15\"); mission.trigfunc[5]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 2,
            temperature = 15,
        }, -- end of season
        clouds = 
        {
            density = 4,
            thickness = 340,
            base = 2000,
            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 = 9999,
                zoneId = 1,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.77109391677521,
                hidden = true,
                long = 0.70912292606742,
                x = -77637.214672209,
                name = "B-1",
                y = 510153.4933377,
            }, -- end of [1]
            [2] = 
            {
                radius = 3000,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.7777816398975,
                hidden = true,
                long = 0.66341008665737,
                x = -51233.146189374,
                name = "приветствие",
                y = 298069.96303558,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.68642791299059,
        zoom = 2500000,
        centerX = 0.76534304797665,
    }, -- 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 = "2018г...Мир изменился, и стал другим...Крылатыми ракетами с кораблей и авианалетами, НАТО почти полностью уничтожило инфраструктуру юга России...Битва за Арктику началась с принятием ПРО в Европе...\
Только что поступило сообщение  о  приближении группы целей из стратегических бомбардировщиков летящих курсом на Краснодар...\
Ваш позывной-12, ведомого-13. Удачи",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
    }, -- end of trigflag
    descriptionRedTask = "Вылететь на перехват Бомбардировщиков. ",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 6,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 14,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 15,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 12,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 14,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 16,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 20,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 1,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "hans_zimmer_-_time_from_inception_ost_(zaycev.net).ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 9,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 30,
                    countrylist = 0,
                    predicate = "a_out_text_delay_c",
                    text = "12й, бомбардировщики нанесли бомбовый удар по Майкопу, в городе многочисленные пожары, видимо они в начале операции не знали о буках в Краснодаре, которых задействовали пару часов назад на охрану Краснодара",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_damaged",
                    unit = 73,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 15,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "12й,  произошло нападение на Краснодар... все Административные центры города уничтожены...",
                }, -- 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 = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Colt",
                                groupId = 14,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76371309020115,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71764407295857,
                                            x = -120877.63357494,
                                            speed = 250,
                                            y = 553848.10021439,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7651983357657,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71582871733721,
                                            x = -112246.20447149,
                                            speed = 250,
                                            y = 544556.25298123,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76850751800722,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7113335316022,
                                            x = -93161.032707207,
                                            speed = 250,
                                            y = 521846.28550224,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 3600,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mirage 2000-5",
                                        CLSID = "{AAD0C656-A7E0-4099-8F6C-25DDCB3EEEA2}",
                                        unitId = 21,
                                        lat = 0.76371309020115,
                                        skill = "Excellent",
                                        long = 0.71764407295857,
                                        x = -120877.63357494,
                                        name = "Colt 1-1 ",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "3160",
                                            flare = 16,
                                            chaff = 112,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 553848.10021439,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Colt11",
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mirage 2000-5",
                                        CLSID = "{AAD0C656-A7E0-4099-8F6C-25DDCB3EEEA2}",
                                        unitId = 22,
                                        lat = 0.76370609020115,
                                        skill = "Excellent",
                                        long = 0.71765107295857,
                                        x = -120919.02297415,
                                        name = "Colt 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "3160",
                                            flare = 16,
                                            chaff = 112,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 553884.70391165,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Colt12",
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Mirage 2000-5",
                                        CLSID = "{AAD0C656-A7E0-4099-8F6C-25DDCB3EEEA2}",
                                        unitId = 63,
                                        lat = 0.76369909020115,
                                        skill = "Excellent",
                                        long = 0.71765807295857,
                                        x = -120960.41237336,
                                        name = "Colt 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "3160",
                                            flare = 16,
                                            chaff = 112,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 553921.30760891,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Colt13",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73868604471629,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72588508793021,
                                            x = -276435.1773623,
                                            speed = 5.5555555555556,
                                            y = 608338.51348795,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "TICONDEROG",
                                        CLSID = "{E4C99B3C-BFA9-42B5-842B-563729B5DEFA}",
                                        unitId = 31,
                                        lat = 0.73868604471629,
                                        skill = "Excellent",
                                        long = 0.72588508793021,
                                        x = -276435.1773623,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 608338.51348795,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73884229197508,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72607637408969,
                                            x = -275347.37092397,
                                            speed = 5.5555555555556,
                                            y = 609142.69485994,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "PERRY",
                                        CLSID = "{AA4986BF-CBC4-48B6-AEEA-07E564FADB8B}",
                                        unitId = 69,
                                        lat = 0.73884229197508,
                                        skill = "Excellent",
                                        long = 0.72607637408969,
                                        x = -275347.37092397,
                                        name = "Юнит #3",
                                        heading = 5.1585832968656,
                                        y = 609142.69485994,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78126498955664,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63014814827221,
                                            x = -36585.226446335,
                                            speed = 5.5555555555556,
                                            y = 145807.21801332,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "TICONDEROG",
                                        CLSID = "{E4C99B3C-BFA9-42B5-842B-563729B5DEFA}",
                                        unitId = 70,
                                        lat = 0.78126498955664,
                                        skill = "Excellent",
                                        long = 0.63014814827221,
                                        x = -36585.226446335,
                                        name = "Юнит #21",
                                        heading = 0,
                                        y = 145807.21801332,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78137421109923,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6300886148538,
                                            x = -35900.163297849,
                                            speed = 5.5555555555556,
                                            y = 145511.82542258,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "PERRY",
                                        CLSID = "{AA4986BF-CBC4-48B6-AEEA-07E564FADB8B}",
                                        unitId = 71,
                                        lat = 0.78137421109923,
                                        skill = "Excellent",
                                        long = 0.6300886148538,
                                        x = -35900.163297849,
                                        name = "Юнит #22",
                                        heading = 1.7359450042095,
                                        y = 145511.82542258,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73717744267997,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73379397911095,
                                            x = -282144.77886983,
                                            speed = 5.5555555555556,
                                            y = 646755.75063693,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Patriot str",
                                        CLSID = "{BDFF2359-B329-479A-A4D2-A14F3FB37DE4}",
                                        unitId = 33,
                                        lat = 0.73717744267997,
                                        skill = "Excellent",
                                        long = 0.73379397911095,
                                        x = -282144.77886983,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 646755.75063693,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Patriot cp",
                                        CLSID = "{033A717B-2687-4d74-9A89-69C2535DAC48}",
                                        unitId = 34,
                                        lat = 0.73718283664148,
                                        skill = "Excellent",
                                        long = 0.73380968606309,
                                        x = -282102.37785187,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 646826.34591189,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 35,
                                        lat = 0.73716737938955,
                                        skill = "Excellent",
                                        long = 0.73381514145593,
                                        x = -282198.07610345,
                                        name = "Юнит #7",
                                        heading = 0,
                                        y = 646862.62533421,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 36,
                                        lat = 0.73715644267997,
                                        skill = "Excellent",
                                        long = 0.73381497911095,
                                        x = -282267.84398565,
                                        name = "Юнит #8",
                                        heading = 0,
                                        y = 646869.27912107,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 37,
                                        lat = 0.73714701157112,
                                        skill = "Excellent",
                                        long = 0.73381544011797,
                                        x = -282327.69992607,
                                        name = "Юнит #9",
                                        heading = 0,
                                        y = 646877.85818727,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 38,
                                        lat = 0.73713646553644,
                                        skill = "Excellent",
                                        long = 0.73381599298696,
                                        x = -282394.6128023,
                                        name = "Юнит #10",
                                        heading = 0,
                                        y = 646887.62808668,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74724696679384,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71873814527661,
                                            x = -225255.87349724,
                                            speed = 5.5555555555556,
                                            y = 569244.00763196,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 41,
                                        lat = 0.74724696679384,
                                        skill = "Excellent",
                                        long = 0.71873814527661,
                                        x = -225255.87349724,
                                        name = "Юнит #11",
                                        heading = 0,
                                        y = 569244.00763196,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 42,
                                        lat = 0.74723996679384,
                                        skill = "Excellent",
                                        long = 0.71874514527661,
                                        x = -225297.27586229,
                                        name = "Юнит #12",
                                        heading = 0,
                                        y = 569281.07787165,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 43,
                                        lat = 0.74723282875121,
                                        skill = "Excellent",
                                        long = 0.71872220192386,
                                        x = -225353.18331469,
                                        name = "Юнит #13",
                                        heading = 0,
                                        y = 569177.85566698,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 44,
                                        lat = 0.74723250374092,
                                        skill = "Excellent",
                                        long = 0.71873805477578,
                                        x = -225348.03964353,
                                        name = "Юнит #14",
                                        heading = 0,
                                        y = 569252.37234303,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 45,
                                        lat = 0.74723811018225,
                                        skill = "Excellent",
                                        long = 0.71873037245107,
                                        x = -225315.82428957,
                                        name = "Юнит #15",
                                        heading = 0,
                                        y = 569212.95016709,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Enfield 1-1",
                                groupId = 6,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77322865543189,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70691395692945,
                                            x = -64987.813417461,
                                            speed = 305.55555555556,
                                            y = 498783.3049638,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77430553084001,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70522529233131,
                                            x = -58829.335414859,
                                            speed = 305.55555555556,
                                            y = 490434.27127847,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77591850679202,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70001026341386,
                                                    radius = 1000,
                                                    y = 464278.45472175,
                                                    x = -34309.221130034,
                                                    lat = 0.77848930655931,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.70306214233249,
                                            x = -49452.606576316,
                                            speed = 250,
                                            y = 479636.26789504,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75170792500658,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73134039992119,
                                            x = -190803.23002487,
                                            speed = 416.66666666667,
                                            y = 625309.39042132,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "B-1B",
                                        CLSID = "{AB49B09D-B5DC-4833-B649-88AFB10B4CA3}",
                                        unitId = 6,
                                        lat = 0.77322865543189,
                                        skill = "Excellent",
                                        long = 0.70691395692945,
                                        x = -64987.813417461,
                                        name = "Enfield 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{D3ABF208-FA56-4D56-BB31-E0D931D57AE3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D3ABF208-FA56-4D56-BB31-E0D931D57AE3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D3ABF208-FA56-4D56-BB31-E0D931D57AE3}",
                                                }, -- end of [3]
                                            }, -- end of pylons
                                            fuel = "88450",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 498783.3049638,
                                        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 = "Uzi",
                                groupId = 12,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76379355391529,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71740824214857,
                                            x = -120472.69308965,
                                            speed = 222.22222222222,
                                            y = 552711.08360678,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76537660837571,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71525670341913,
                                            x = -111366.98689402,
                                            speed = 222.22222222222,
                                            y = 541811.73942436,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76850635733414,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71108431417255,
                                            x = -93276.560752363,
                                            speed = 222.22222222222,
                                            y = 520702.82740462,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 3600,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 17,
                                        lat = 0.76379355391529,
                                        skill = "Excellent",
                                        long = 0.71740824214857,
                                        x = -120472.69308965,
                                        name = "Uzi 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{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 = 552711.08360678,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 18,
                                        lat = 0.76378655391529,
                                        skill = "Excellent",
                                        long = 0.71741524214857,
                                        x = -120514.08248886,
                                        name = "Uzi 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{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 = 552747.68730404,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 23,
                                        lat = 0.76377955391529,
                                        skill = "Excellent",
                                        long = 0.71742224214857,
                                        x = -120555.47188807,
                                        name = "Uzi 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 552784.29100129,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Uzi13",
                                        }, -- end of callsign
                                        onboard_num = 25,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 24,
                                        lat = 0.76377255391529,
                                        skill = "Excellent",
                                        long = 0.71742924214857,
                                        x = -120596.86128728,
                                        name = "Uzi 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 552820.89469855,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Uzi14",
                                        }, -- end of callsign
                                        onboard_num = 26,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "Ford",
                                groupId = 15,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76356068003513,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71755736532604,
                                            x = -121887.80028841,
                                            speed = 250,
                                            y = 553542.70198272,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76474217289109,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71632667561864,
                                            x = -114924.32927664,
                                            speed = 250,
                                            y = 547137.75385324,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76855328272651,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71152004873505,
                                            x = -92787.198483339,
                                            speed = 250,
                                            y = 522673.64844745,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 3600,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 25,
                                        lat = 0.76356068003513,
                                        skill = "Excellent",
                                        long = 0.71755736532604,
                                        x = -121887.80028841,
                                        name = "Fordi 1-1 ",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- 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 = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- 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 = 553542.70198272,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Ford11",
                                        }, -- end of callsign
                                        onboard_num = 27,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 26,
                                        lat = 0.76355368003513,
                                        skill = "Excellent",
                                        long = 0.71756436532604,
                                        x = -121929.18968762,
                                        name = "Ford 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- 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 = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- 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 = 553579.30567998,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Ford12",
                                        }, -- end of callsign
                                        onboard_num = 28,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "Dodge",
                                groupId = 16,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76685173206299,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71328340014898,
                                            x = -102844.26758068,
                                            speed = 361.11111111111,
                                            y = 531807.60422277,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76962518763638,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71009278211024,
                                            x = -86575.545181396,
                                            speed = 361.11111111111,
                                            y = 515470.26995811,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 849,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 3600,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F/A-18C",
                                        CLSID = "{C075771D-EDE1-42C7-8E81-130B60500584}",
                                        unitId = 27,
                                        lat = 0.76685173206299,
                                        skill = "Excellent",
                                        long = 0.71328340014898,
                                        x = -102844.26758068,
                                        name = "Dodge 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{EFEC8201-B922-11d7-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "6531",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 531807.60422277,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Dodge11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F/A-18C",
                                        CLSID = "{C075771D-EDE1-42C7-8E81-130B60500584}",
                                        unitId = 28,
                                        lat = 0.76684473206299,
                                        skill = "Excellent",
                                        long = 0.71329040014898,
                                        x = -102885.75391265,
                                        name = "Dodge 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{EFEC8201-B922-11d7-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "6531",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 531843.99098571,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Dodge12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F/A-18C",
                                        CLSID = "{C075771D-EDE1-42C7-8E81-130B60500584}",
                                        unitId = 29,
                                        lat = 0.76683773206299,
                                        skill = "Excellent",
                                        long = 0.71329740014898,
                                        x = -102927.24024461,
                                        name = "Dodge 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{EFEC8201-B922-11d7-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "6531",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 531880.37774865,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Dodge13",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F/A-18C",
                                        CLSID = "{C075771D-EDE1-42C7-8E81-130B60500584}",
                                        unitId = 30,
                                        lat = 0.76683073206299,
                                        skill = "Excellent",
                                        long = 0.71330440014898,
                                        x = -102968.72657658,
                                        name = "Dodge 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{EFEC8201-B922-11d7-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "6531",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 531916.76451159,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Dodge14",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = true,
                                name = "Springfield  1-1",
                                groupId = 27,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7732539747907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7069608637227,
                                            x = -64806.523284105,
                                            speed = 305.55555555556,
                                            y = 498982.88401326,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77434755220365,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70527393431455,
                                            x = -58541.641378663,
                                            speed = 305.55555555556,
                                            y = 490631.93537854,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77596777643692,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70022519367052,
                                                    radius = 1000,
                                                    y = 465197.31919969,
                                                    x = -33552.747062431,
                                                    lat = 0.77859462840412,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.70316456431474,
                                            x = -49096.521743341,
                                            speed = 250,
                                            y = 480075.10654995,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75172767037398,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73136636042199,
                                            x = -190664.51930861,
                                            speed = 416.66666666667,
                                            y = 625417.16588269,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "B-1B",
                                        CLSID = "{AB49B09D-B5DC-4833-B649-88AFB10B4CA3}",
                                        unitId = 66,
                                        lat = 0.7732539747907,
                                        skill = "Excellent",
                                        long = 0.7069608637227,
                                        x = -64806.523284105,
                                        name = "Springfield 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{D3ABF208-FA56-4D56-BB31-E0D931D57AE3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D3ABF208-FA56-4D56-BB31-E0D931D57AE3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D3ABF208-FA56-4D56-BB31-E0D931D57AE3}",
                                                }, -- end of [3]
                                            }, -- end of pylons
                                            fuel = "88450",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 498982.88401326,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = true,
                                name = "Pontiac",
                                groupId = 28,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77323989914887,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70693716854989,
                                            x = -64906.288504773,
                                            speed = 305.55555555556,
                                            y = 498882.81778932,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77432479041729,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70524818532521,
                                            x = -58697.229472495,
                                            speed = 305.55555555556,
                                            y = 490527.60406625,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77594389288785,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70311342883421,
                                            x = -49269.749010059,
                                            speed = 250,
                                            y = 479855.60540253,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75171853197682,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73135047108422,
                                            x = -190730.64565733,
                                            speed = 305.55555555556,
                                            y = 625349.16998308,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 67,
                                        lat = 0.77323989914887,
                                        skill = "Excellent",
                                        long = 0.70693716854989,
                                        x = -64906.288504773,
                                        name = "Pontiac 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- 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 = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- 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 = 498882.81778932,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Pontiac11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 68,
                                        lat = 0.77323289914887,
                                        skill = "Excellent",
                                        long = 0.70694416854989,
                                        x = -64947.870819796,
                                        name = "Pontiac 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- 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 = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- 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 = 498918.90694595,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Pontiac12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [6]
                            [7] = 
                            {
                                hidden = true,
                                name = "Chevy",
                                groupId = 32,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78925334141021,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66168598195388,
                                            x = 21340.071543026,
                                            speed = 208.33333333333,
                                            y = 285786.12969514,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 100,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78849196383643,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.68004425405265,
                                                    radius = 1000,
                                                    y = 369689.50892615,
                                                    x = 9553.4584619282,
                                                    lat = 0.7865260421878,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.67947089410172,
                                                    radius = 1000,
                                                    y = 367255.90386926,
                                                    x = 7260.5685261013,
                                                    lat = 0.78619554547579,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.68061254566891,
                                                    radius = 1000,
                                                    y = 372573.49364966,
                                                    x = 5485.9402351212,
                                                    lat = 0.78585790551064,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.680208692618,
                                                    radius = 1000,
                                                    y = 370556.1487473,
                                                    x = 7944.6562511334,
                                                    lat = 0.78626489261943,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    long = 0.68013661014105,
                                                    radius = 1000,
                                                    y = 370230.82573051,
                                                    x = 7916.6642240323,
                                                    lat = 0.78626421768485,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    long = 0.68051423419411,
                                                    radius = 1000,
                                                    y = 371999.68614378,
                                                    x = 7195.8332509901,
                                                    lat = 0.78613151753604,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    long = 0.67958294296285,
                                                    radius = 1000,
                                                    y = 367778.17257939,
                                                    x = 7081.4641840719,
                                                    lat = 0.78616163293303,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    long = 0.67958814882577,
                                                    radius = 1000,
                                                    y = 367818.80166659,
                                                    x = 6853.2812383529,
                                                    lat = 0.78612552830767,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    long = 0.67989147465504,
                                                    radius = 1000,
                                                    y = 369061.69264237,
                                                    x = 8665.0400474472,
                                                    lat = 0.78639440413866,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    long = 0.67986158280246,
                                                    radius = 1000,
                                                    y = 368931.97039448,
                                                    x = 8583.7575894278,
                                                    lat = 0.78638318195442,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    long = 0.67955518037889,
                                                    radius = 1000,
                                                    y = 367561.06958006,
                                                    x = 8304.1325669372,
                                                    lat = 0.78635508485863,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    long = 0.67964648498018,
                                                    radius = 1000,
                                                    y = 367985.62711017,
                                                    x = 8171.8981891405,
                                                    lat = 0.78632960409232,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [12]
                                                [13] = 
                                                {
                                                    long = 0.67999856163827,
                                                    radius = 1000,
                                                    y = 369632.28085622,
                                                    x = 7533.9327663062,
                                                    lat = 0.78621123674356,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [13]
                                                [14] = 
                                                {
                                                    long = 0.68000412883875,
                                                    radius = 1000,
                                                    y = 369650.27476388,
                                                    x = 7631.9173495146,
                                                    lat = 0.78622633771263,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [14]
                                                [15] = 
                                                {
                                                    long = 0.67949257045755,
                                                    radius = 1000,
                                                    y = 367223.63476207,
                                                    x = 9016.9401135212,
                                                    lat = 0.78647026266346,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [15]
                                                [16] = 
                                                {
                                                    long = 0.6795982373487,
                                                    radius = 1000,
                                                    y = 367669.56549291,
                                                    x = 9474.0152266761,
                                                    lat = 0.78653659085995,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [16]
                                                [17] = 
                                                {
                                                    long = 0.68056165555962,
                                                    radius = 1000,
                                                    y = 372040.90181749,
                                                    x = 9536.0053437427,
                                                    lat = 0.78649659088548,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [17]
                                            }, -- end of targets
                                            long = 0.66734502964054,
                                            x = 18091.651097402,
                                            speed = 208.33333333333,
                                            y = 311574.53595958,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 724,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77900831930087,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.60850240411278,
                                            x = -53954.317965914,
                                            speed = 208.33333333333,
                                            y = 47950.230241603,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 480,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "B-52H",
                                        CLSID = "{58517ADF-DB08-4519-B2A0-727A3DFC0217}",
                                        unitId = 72,
                                        lat = 0.78925334141021,
                                        skill = "Excellent",
                                        long = 0.66168598195388,
                                        x = 21340.071543026,
                                        name = "Chevy 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{45447F82-01B5-4029-A572-9AAD28AF0275}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{8DCAF3A3-7FCF-41B8-BB88-58DEDA878EDE}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{45447F82-01B5-4029-A572-9AAD28AF0275}",
                                                }, -- end of [3]
                                            }, -- end of pylons
                                            fuel = "141135",
                                            flare = 192,
                                            chaff = 1125,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 285786.12969514,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Chevy11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [7]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- 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.77941329706172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66084975643202,
                                            x = -41543.932342889,
                                            speed = 5.5555555555556,
                                            y = 285794.56116778,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 64,
                                        lat = 0.77941329706172,
                                        skill = "Random",
                                        long = 0.66084975643202,
                                        x = -41543.932342889,
                                        name = "Юнит #1",
                                        heading = 4.5472403029701,
                                        y = 285794.56116778,
                                    }, -- 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.77942427409681,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66040094145818,
                                            x = -41596.317576662,
                                            speed = 5.5555555555556,
                                            y = 283751.0810643,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MOSCOW",
                                        CLSID = "{5723F0F5-08EB-41DE-9CBB-7DCA54521D79}",
                                        unitId = 65,
                                        lat = 0.77942427409681,
                                        skill = "Random",
                                        long = 0.66040094145818,
                                        x = -41596.317576662,
                                        name = "Юнит #2",
                                        heading = 2.6224465393433,
                                        y = 283751.0810643,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 29,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78397484811706,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68256276612419,
                                            x = -5836.7295817565,
                                            speed = 5.5555555555556,
                                            y = 382274.34718416,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 58,
                                        lat = 0.78397484811706,
                                        skill = "Excellent",
                                        long = 0.68256276612419,
                                        x = -5836.7295817565,
                                        name = "Юнит #16",
                                        heading = 2.2455372690184,
                                        y = 382274.34718416,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 59,
                                        lat = 0.78396784811706,
                                        skill = "Excellent",
                                        long = 0.68256976612419,
                                        x = -5878.902175786,
                                        name = "Юнит #17",
                                        heading = 2.2455372690184,
                                        y = 382309.2784711,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 60,
                                        lat = 0.78398185276657,
                                        skill = "Excellent",
                                        long = 0.68256913412284,
                                        x = -5789.9447621135,
                                        name = "Юнит #18",
                                        heading = 2.2455372690184,
                                        y = 382299.80543558,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 61,
                                        lat = 0.78396759033932,
                                        skill = "Excellent",
                                        long = 0.68255364323733,
                                        x = -5886.0705757914,
                                        name = "Юнит #19",
                                        heading = 2.2455372690184,
                                        y = 382236.56296949,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 62,
                                        lat = 0.78398202155391,
                                        skill = "Excellent",
                                        long = 0.68255355366947,
                                        x = -5794.2110763341,
                                        name = "Юнит #20",
                                        heading = 2.2455372690184,
                                        y = 382229.33887742,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Su-27 Groop 2",
                                groupId = 9,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.77791,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.663491,
                                            x = -50392.648146355,
                                            speed = 138.88888888889,
                                            airdromeId = 17,
                                            y = 298387.43849386,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77135875004251,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7084309138043,
                                            x = -76246.633155938,
                                            speed = 291.66666666667,
                                            y = 506821.32706054,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77484426889366,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70334996224308,
                                            x = -56174.09398559,
                                            speed = 291.66666666667,
                                            y = 481557.0234272,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 25,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.77791,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.663491,
                                            x = -50392.648146355,
                                            speed = 138.88888888889,
                                            airdromeId = 17,
                                            y = 298387.43849386,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 140,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 9,
                                        lat = 0.77791,
                                        skill = "Player",
                                        y = 298387.43849386,
                                        long = 0.663491,
                                        x = -50392.648146355,
                                        name = "12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- 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 = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            name = "12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 10,
                                        lat = 0.777903,
                                        skill = "Excellent",
                                        y = 298421.98370375,
                                        long = 0.663498,
                                        x = -50435.214281737,
                                        name = "13",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- 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 = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 3,
                                            name = "13",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Su-30 Groop",
                                groupId = 10,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 631,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76437291067835,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71661827596677,
                                            x = -117143.09393984,
                                            speed = 250,
                                            y = 548710.63079254,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75742912399605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72489870476282,
                                            x = -157515.69353229,
                                            speed = 277.77777777778,
                                            y = 591484.28377834,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1481,
                                            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 [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 170,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 11,
                                        lat = 0.786052,
                                        skill = "Excellent",
                                        y = 385029.5736699,
                                        long = 0.683393,
                                        x = 7674.038444859,
                                        name = "31",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            name = "31",
                                        }, -- end of callsign
                                        onboard_num = 31,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 12,
                                        lat = 0.786045,
                                        skill = "Excellent",
                                        y = 385064.65388559,
                                        long = 0.6834,
                                        x = 7631.8661207734,
                                        name = "32 ",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            name = "32",
                                        }, -- end of callsign
                                        onboard_num = 32,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 13,
                                        lat = 0.786038,
                                        skill = "Excellent",
                                        y = 385099.73410128,
                                        long = 0.683407,
                                        x = 7589.6937966868,
                                        name = "33",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            name = "33",
                                        }, -- end of callsign
                                        onboard_num = 33,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 14,
                                        lat = 0.786031,
                                        skill = "Excellent",
                                        y = 385134.81431697,
                                        long = 0.683414,
                                        x = 7547.5214726012,
                                        name = "34",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 4,
                                            name = "34",
                                        }, -- end of callsign
                                        onboard_num = 34,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "Su-27 Groop",
                                groupId = 11,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3273,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.78688,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.679696,
                                            x = 11692.789495652,
                                            speed = 138.88888888889,
                                            airdromeId = 13,
                                            y = 367948.47230953,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76422998159384,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71678115882509,
                                            x = -117979.10513608,
                                            speed = 263.88888888889,
                                            y = 549550.01087337,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75711605521347,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72525916203132,
                                            x = -159335.22960781,
                                            speed = 263.88888888889,
                                            y = 593360.38405758,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78688,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.679696,
                                            x = 11692.789495652,
                                            speed = 138.88888888889,
                                            airdromeId = 13,
                                            y = 367948.47230953,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 160,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 15,
                                        lat = 0.78688,
                                        skill = "Excellent",
                                        y = 367948.47230953,
                                        long = 0.679696,
                                        x = 11692.789495652,
                                        name = "23",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- 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 = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 3,
                                            name = "23",
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 16,
                                        lat = 0.786873,
                                        skill = "Excellent",
                                        y = 367983.41327913,
                                        long = 0.679703,
                                        x = 11650.518376223,
                                        name = "24",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- 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 = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 4,
                                            name = "24",
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "Mig-29 Groop",
                                groupId = 20,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77608118918079,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70196609968422,
                                            x = -48862.344586533,
                                            speed = 319.44444444444,
                                            y = 474542.02908572,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77261152292123,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70667830257289,
                                            x = -69015.884423008,
                                            speed = 263.88888888889,
                                            y = 498064.89982062,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78688,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.679696,
                                            x = 11692.789495652,
                                            speed = 138.88888888889,
                                            airdromeId = 13,
                                            y = 367948.47230953,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 3600,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 39,
                                        lat = 0.77608118918079,
                                        skill = "Excellent",
                                        long = 0.70196609968422,
                                        x = -48862.344586533,
                                        name = "43",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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,
                                        y = 474542.02908572,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 3,
                                            name = "43",
                                        }, -- end of callsign
                                        onboard_num = 43,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 40,
                                        lat = 0.77607418918079,
                                        skill = "Excellent",
                                        long = 0.70197309968422,
                                        x = -48904.124081654,
                                        name = "44",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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,
                                        y = 474577.99132224,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 4,
                                            name = 44,
                                        }, -- end of callsign
                                        onboard_num = 44,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 4.3277618540465,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78619554547579,
                                            long = 0.67947094711262,
                                            x = 7260.5859514531,
                                            name = "",
                                            speed = 0,
                                            y = 367256.14335357,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                lat = 0.78619554547579,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash_m",
                                        type = "Comms tower M",
                                        CLSID = "{fe75a842-e794-4650-9197-22797513dc72}",
                                        unitId = 73,
                                        lat = 0.78619554547579,
                                        rate = 100,
                                        long = 0.67947094711262,
                                        x = 7260.5859514531,
                                        name = "Стат. объект #001",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 367256.14335357,
                                        heading = 4.3277618540465,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67947094711262,
                                name = "Стат. объект #001",
                                dead = false,
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 14790,
    start_time = 66300,
    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
