mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"SA-11 1\");a_activate_group(\"Tu GAI 1\");a_activate_group(\"Tu-CAP-2\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"SA-11 1\");a_activate_group(\"Tu GAI 2\");a_activate_group(\"Tu GAI 1\"); mission.trig.func[2]='';",
            [3] = "a_activate_group(\"SA-11 1\");a_activate_group(\"Tu GAI 2\");a_activate_group(\"Tu GAI 1\"); mission.trig.func[3]='';",
            [4] = "a_activate_group(\"SA-11 1\");a_activate_group(\"Tu GAI 1\");a_activate_group(\"Tu-CAP-2\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay(\"717, я контроль. Задача выполнена. Возврат на точку.\", \"15\");a_out_sound(\"3-1a.wav\"); 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(\"1\", \"Zone 1\") )",
            [2] = "return(c_unit_in_zone(\"1\", \"Zone 2\") )",
            [3] = "return(c_unit_in_zone(\"1\", \"Zone 3\") )",
            [4] = "return(c_unit_in_zone(\"1\", \"Zone 4\") )",
            [5] = "return(c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\") and c_group_dead(\"Tu-CAP-2\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 27,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 2,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 3,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "Win",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 2,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "Start 50",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"1\", \"Zone 1\") then a_activate_group(\"SA-11 1\");a_activate_group(\"Tu GAI 1\");a_activate_group(\"Tu-CAP-2\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"1\", \"Zone 2\") then a_activate_group(\"SA-11 1\");a_activate_group(\"Tu GAI 2\");a_activate_group(\"Tu GAI 1\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"1\", \"Zone 3\") then a_activate_group(\"SA-11 1\");a_activate_group(\"Tu GAI 2\");a_activate_group(\"Tu GAI 1\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone(\"1\", \"Zone 4\") then a_activate_group(\"SA-11 1\");a_activate_group(\"Tu GAI 1\");a_activate_group(\"Tu-CAP-2\"); mission.trigfunc[4]='';end;",
        [5] = "if c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\") and c_group_dead(\"Tu-CAP-2\") then a_out_text_delay(\"717, я контроль. Задача выполнена. Возврат на точку.\", \"15\");a_out_sound(\"3-1a.wav\"); mission.trigfunc[5]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 20,
            iseason = 3,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 1,
            thickness = 830,
            base = 3400,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_dead(\"Tu-CAP-2\") and c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\")  then a_set_mission_result(50) end",
        [2] = "if c_time_after(\"2\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_dead(\"Tu-CAP-2\") and c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\") )",
                [2] = "return(c_time_after(\"2\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- 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 = 40000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74280299417672,
                hidden = true,
                long = 0.75593075257852,
                x = -234271.86015244,
                name = "Zone 1",
                y = 747184.37353028,
            }, -- end of [1]
            [2] = 
            {
                radius = 40000,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74690705503481,
                hidden = true,
                long = 0.74496654626627,
                x = -214280.15352655,
                name = "Zone 2",
                y = 692506.77197829,
            }, -- end of [2]
            [3] = 
            {
                radius = 40000,
                zoneId = 3,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74783572884914,
                hidden = true,
                long = 0.73112254554328,
                x = -215579.06337916,
                name = "Zone 3",
                y = 626929.09294636,
            }, -- end of [3]
            [4] = 
            {
                radius = 40000,
                zoneId = 4,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73687276698959,
                hidden = true,
                long = 0.76991141105166,
                x = -263643.84185928,
                name = "Zone 4",
                y = 818063.10358974,
            }, -- end of [4]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.74826048146029,
        zoom = 1000000,
        centerX = 0.74542886816744,
    }, -- 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 = "В последствие устранения угрозы ЗРК \"БУК\", командование готово начать вылеты на завоевание превосходства в воздухе в подготовление дальнейших ударных операций. Ранние разведывательные меры раскрыли базирование истребителей F-4Е на а/б Кутаиси и F-5Е на а/б Цхакая. ",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
    }, -- end of trigflag
    descriptionRedTask = "Проведи вылет на завоевание превосходства в воздухе в направлении Кутаиси-Зугдиди. Устрани самолеты противника патрулирующие на дежурстве и возможные вылеты перехватчиков.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "3B{74B90296-0022-4b49-897D-9ADC4D895337}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 8,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 2,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 27,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Zone 1",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 8,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 3,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 2,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Zone 2",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 3,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 8,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 3,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 2,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Zone 3",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 4,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 8,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 2,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 27,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Zone 4",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 2,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 3,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 27,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "717, я контроль. Задача выполнена. Возврат на точку.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    file = "3-1a.wav",
                    predicate = "a_out_sound",
                    text = "",
                }, -- end of [2]
            }, -- end of actions
            comment = "Primary",
        }, -- end of [5]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73609419408557,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74076417945015,
                                            x = -285436.0682455,
                                            speed = 5.5555555555556,
                                            y = 680537.1208579,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 6,
                                        lat = 0.73609419408557,
                                        skill = "Average",
                                        long = 0.74076417945015,
                                        x = -285436.0682455,
                                        name = "Unit #1",
                                        heading = 0,
                                        y = 680537.1208579,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73746472802472,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73387309462047,
                                            x = -280273.83793889,
                                            speed = 5.5555555555556,
                                            y = 646934.8312129,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 7,
                                        lat = 0.73746472802472,
                                        skill = "Average",
                                        long = 0.73387309462047,
                                        x = -280273.83793889,
                                        name = "Unit #2",
                                        heading = 0,
                                        y = 646934.8312129,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73745740002852,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73384487175277,
                                            x = -280334.96263217,
                                            speed = 5.5555555555556,
                                            y = 646806.3786654,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 8,
                                        lat = 0.73745740002852,
                                        skill = "Average",
                                        long = 0.73384487175277,
                                        x = -280334.96263217,
                                        name = "Unit #3",
                                        heading = 0,
                                        y = 646806.3786654,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 53,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73605116613847,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74074729436704,
                                            x = -285719.13223419,
                                            speed = 5.5555555555556,
                                            y = 680487.92700472,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 9,
                                        lat = 0.73605116613847,
                                        skill = "Average",
                                        long = 0.74074729436704,
                                        x = -285719.13223419,
                                        name = "Unit #4",
                                        heading = 0,
                                        y = 680487.92700472,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "New Vehicle Group #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2364,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73588864018361,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72751314343858,
                                            x = -293471.82076622,
                                            speed = 5.5555555555556,
                                            y = 617866.08024145,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 10,
                                        lat = 0.73588864018361,
                                        skill = "Average",
                                        long = 0.72751314343858,
                                        x = -293471.82076622,
                                        name = "Unit #5",
                                        heading = 0,
                                        y = 617866.08024145,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 11,
                                        lat = 0.73590110421686,
                                        skill = "Average",
                                        long = 0.7275118643926,
                                        x = -293393.02805501,
                                        name = "Unit #6",
                                        heading = 0,
                                        y = 617852.06347099,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 12,
                                        lat = 0.73588606698136,
                                        skill = "Average",
                                        long = 0.72753455404142,
                                        x = -293477.88134177,
                                        name = "Unit #7",
                                        heading = 1.1525719972157,
                                        y = 617969.20423818,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 13,
                                        lat = 0.735889042247,
                                        skill = "Average",
                                        long = 0.72748621500634,
                                        x = -293482.25594081,
                                        name = "Unit #8",
                                        heading = 0,
                                        y = 617738.18846553,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 14,
                                        lat = 0.73587030624842,
                                        skill = "Average",
                                        long = 0.72751727246678,
                                        x = -293586.63589269,
                                        name = "Unit #9",
                                        heading = 1.0636978224026,
                                        y = 617897.35141944,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 15,
                                        lat = 0.73588630821882,
                                        skill = "Average",
                                        long = 0.72751643041036,
                                        x = -293485.09159899,
                                        name = "Unit #10",
                                        heading = 2.9229237077159,
                                        y = 617883.14803083,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "ZIL-131 KUNG",
                                        CLSID = "{4D98849E-2A76-4017-9356-B9852B39EBA6}",
                                        unitId = 16,
                                        lat = 0.73589129380471,
                                        skill = "Average",
                                        long = 0.72751124226615,
                                        x = -293455.8317738,
                                        name = "Unit #11",
                                        heading = 4.3144293107524,
                                        y = 617855.37557745,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "ATZ-10",
                                        CLSID = "{C0A5AA21-5A93-4707-9A9F-2AE24C4A22B0}",
                                        unitId = 17,
                                        lat = 0.73587046707109,
                                        skill = "Average",
                                        long = 0.72747571333245,
                                        x = -293605.66942595,
                                        name = "Unit #12",
                                        heading = 3.1415926535898,
                                        y = 617700.26710551,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "SA-11 1",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1527,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73602478721702,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7420407981378,
                                            x = -285203.59406022,
                                            speed = 5.5555555555556,
                                            y = 686637.49000303,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 71,
                                        lat = 0.73602478721702,
                                        skill = "Random",
                                        long = 0.7420407981378,
                                        x = -285203.59406022,
                                        name = "Unit #21",
                                        heading = 0,
                                        y = 686637.49000303,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 55,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73645714326267,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741726665482,
                                            x = -282617.47819158,
                                            speed = 5.5555555555556,
                                            y = 684839.6925579,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 72,
                                        lat = 0.73645714326267,
                                        skill = "Random",
                                        long = 0.741726665482,
                                        x = -282617.47819158,
                                        name = "Unit #22",
                                        heading = 0,
                                        y = 684839.6925579,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 55,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73611896607571,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74095281036047,
                                            x = -285179.09686427,
                                            speed = 5.5555555555556,
                                            y = 681413.59352199,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 73,
                                        lat = 0.73611896607571,
                                        skill = "Random",
                                        long = 0.74095281036047,
                                        x = -285179.09686427,
                                        name = "Unit #23",
                                        heading = 0,
                                        y = 681413.59352199,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-3",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 44,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73587030624842,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74128530339366,
                                            x = -286588.94886987,
                                            speed = 5.5555555555556,
                                            y = 683166.4790786,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 34,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 74,
                                        lat = 0.73587030624842,
                                        skill = "Random",
                                        long = 0.74128530339366,
                                        x = -286588.94886987,
                                        name = "Unit #24",
                                        heading = 0,
                                        y = 683166.4790786,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-4",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 44,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727598727851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73425182538619,
                                            x = -281282.74305434,
                                            speed = 5.5555555555556,
                                            y = 648853.37373198,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 75,
                                        lat = 0.73727598727851,
                                        skill = "Random",
                                        long = 0.73425182538619,
                                        x = -281282.74305434,
                                        name = "Unit #25",
                                        heading = 0,
                                        y = 648853.37373198,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-5",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73743163163805,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73377521341942,
                                            x = -280534.77327629,
                                            speed = 5.5555555555556,
                                            y = 646494.55082251,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 36,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 76,
                                        lat = 0.73743163163805,
                                        skill = "Random",
                                        long = 0.73377521341942,
                                        x = -280534.77327629,
                                        name = "Unit #26",
                                        heading = 0,
                                        y = 646494.55082251,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-6",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73719410769111,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7337118202263,
                                            x = -282080.61166698,
                                            speed = 5.5555555555556,
                                            y = 646356.03191517,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 37,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 77,
                                        lat = 0.73719410769111,
                                        skill = "Random",
                                        long = 0.7337118202263,
                                        x = -282080.61166698,
                                        name = "Unit #27",
                                        heading = 0,
                                        y = 646356.03191517,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-7",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 14,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73741705665926,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73403996138191,
                                            x = -280492.24676361,
                                            speed = 5.5555555555556,
                                            y = 647756.05070004,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 38,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 78,
                                        lat = 0.73741705665926,
                                        skill = "Random",
                                        long = 0.73403996138191,
                                        x = -280492.24676361,
                                        name = "Unit #28",
                                        heading = 0,
                                        y = 647756.05070004,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-8",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727695344567,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73355689348333,
                                            x = -281631.97786162,
                                            speed = 5.5555555555556,
                                            y = 645567.39133682,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 79,
                                        lat = 0.73727695344567,
                                        skill = "Random",
                                        long = 0.73355689348333,
                                        x = -281631.97786162,
                                        name = "Unit #29",
                                        heading = 0,
                                        y = 645567.39133682,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SA-8 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73598280742834,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74172489785896,
                                            x = -285641.07148888,
                                            speed = 5.5555555555556,
                                            y = 685171.42876566,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 80,
                                        lat = 0.73598280742834,
                                        skill = "Random",
                                        long = 0.74172489785896,
                                        x = -285641.07148888,
                                        name = "Unit #30",
                                        heading = 0,
                                        y = 685171.42876566,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SA-8 2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Tu GAI 1",
                                groupId = 2,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2338,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 222.22222222222,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73662699493928,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7453814848734,
                                            x = -279562.70402435,
                                            speed = 222.22222222222,
                                            y = 702032.13955938,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74763469761134,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75680673808356,
                                            x = -202969.9838974,
                                            speed = 222.22222222222,
                                            y = 747502.52360608,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75162911035252,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74585631622734,
                                            x = -183713.41974819,
                                            speed = 222.22222222222,
                                            y = 693174.36747515,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2338,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.735960933535,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74013961451624,
                                            x = -286613.43033304,
                                            speed = 222.22222222222,
                                            y = 677671.82327102,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2338,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 2,
                                        lat = 0.736122,
                                        skill = "Random",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilot #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 3,
                                        lat = 0.736115,
                                        skill = "Random",
                                        y = 683891.96105378,
                                        long = 0.741475,
                                        x = -284929.99166026,
                                        name = "Pilot #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Tu GAI 2",
                                groupId = 3,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 119,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 224,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73713437244233,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73999764572791,
                                                    radius = 100000,
                                                    y = 674480.57643397,
                                                    x = -264120.25618279,
                                                    lat = 0.73950251692555,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73536523688755,
                                            x = -281615.79817505,
                                            speed = 222.22222222222,
                                            y = 654220.1774793,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2758,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74736495354354,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75571067621279,
                                            x = -205328.78562433,
                                            speed = 222.22222222222,
                                            y = 742574.15906711,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2212,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75170017382561,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74336955717621,
                                            x = -184605.74693198,
                                            speed = 222.22222222222,
                                            y = 681495.09225782,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2083,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73729345893237,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73302967528845,
                                            x = -281796.30714375,
                                            speed = 222.22222222222,
                                            y = 643063.63194306,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 45,
                                            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 [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 4,
                                        lat = 0.737234,
                                        skill = "Random",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Pilot #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "2000",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 5,
                                        lat = 0.737227,
                                        skill = "Random",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Pilot #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "2000",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Tu-CAP-2",
                                groupId = 27,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74249238166574,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72968483688482,
                                            x = -250335.42331679,
                                            speed = 111.11111111111,
                                            y = 623758.67318141,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74394328674158,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73553678356136,
                                                    radius = 100000,
                                                    y = 648122.90398389,
                                                    x = -217957.70848461,
                                                    lat = 0.74711185042932,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73235500837984,
                                            x = -239763.49547777,
                                            speed = 111.11111111111,
                                            y = 635355.28070881,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.75141619295426,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73986052637238,
                                            x = -188285.87842164,
                                            speed = 111.11111111111,
                                            y = 665313.90298455,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.74688845396574,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75184859606924,
                                            x = -210576.44881105,
                                            speed = 111.11111111111,
                                            y = 724820.92827566,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 82,
                                            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 = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 39,
                                        lat = 0.74249238166574,
                                        skill = "Excellent",
                                        long = 0.72968483688482,
                                        x = -250335.42331679,
                                        name = "Player #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "2000",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 623758.67318141,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Colt11",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 40,
                                        lat = 0.74248538166574,
                                        skill = "Excellent",
                                        long = 0.72969183688482,
                                        x = -250376.53571538,
                                        name = "Pilot #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "2000",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 623796.22899501,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Colt12",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "New Helicopter Group",
                                groupId = 44,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 963,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75937893014773,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76136356402784,
                                            x = -125447.83120742,
                                            speed = 55.555555555556,
                                            y = 759268.69648792,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75974668290778,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76237416742674,
                                            x = -122499.73769497,
                                            speed = 55.555555555556,
                                            y = 763648.81466043,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76007476036597,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76214287131245,
                                            x = -120548.18686136,
                                            speed = 55.555555555556,
                                            y = 762302.56810308,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 933,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76020486852809,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75760890482954,
                                            x = -122411.69502697,
                                            speed = 55.555555555556,
                                            y = 741187.10911713,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 933,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7595813673305,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7564542001701,
                                            x = -127058.61333006,
                                            speed = 55.555555555556,
                                            y = 736339.74935115,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 933,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75919962121389,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75567063822757,
                                            x = -129948.50898662,
                                            speed = 55.555555555556,
                                            y = 733016.34346904,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 998,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7587239675905,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75514721249619,
                                            x = -133284.70572839,
                                            speed = 55.555555555556,
                                            y = 730965.60570819,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 1080,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75799734641305,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75461289207103,
                                            x = -138222.59983843,
                                            speed = 55.555555555556,
                                            y = 729059.91540638,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 1090,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7577009300519,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75425631889394,
                                            x = -140314.2162063,
                                            speed = 55.555555555556,
                                            y = 727636.38337483,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 1146,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7573461931678,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75385702502839,
                                            x = -142801.72558266,
                                            speed = 55.555555555556,
                                            y = 726060.35868699,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 1269,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75693327637311,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75353225646612,
                                            x = -145617.40895132,
                                            speed = 55.555555555556,
                                            y = 724876.98220448,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 1328,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75622959772936,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75319949146896,
                                            x = -150290.03153653,
                                            speed = 55.555555555556,
                                            y = 723884.89138413,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 1503,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75532030244171,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75328192838815,
                                            x = -156036.09113864,
                                            speed = 55.555555555556,
                                            y = 724968.19840101,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 1547,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7549797833844,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75321513024288,
                                            x = -158243.63556944,
                                            speed = 55.555555555556,
                                            y = 724924.32347899,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 1572,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75472397474015,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75288374185776,
                                            x = -160062.25063996,
                                            speed = 55.555555555556,
                                            y = 723580.79923524,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 1901,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75413730389383,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7515563976477,
                                            x = -164556.32473626,
                                            speed = 55.555555555556,
                                            y = 717854.24054022,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 2171,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75376086623502,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75144684573749,
                                            x = -167017.08000606,
                                            speed = 55.555555555556,
                                            y = 717639.97651991,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 2177,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75323118437777,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75083427981213,
                                            x = -170740.81804857,
                                            speed = 55.555555555556,
                                            y = 715197.62525778,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 3384,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75225530043417,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75120577805015,
                                            x = -176746.79183306,
                                            speed = 55.555555555556,
                                            y = 717679.06333453,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 3384,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75164722252316,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75196801472109,
                                            x = -180186.72696592,
                                            speed = 55.555555555556,
                                            y = 721700.49694301,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 3384,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75422898056395,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75550219462013,
                                            x = -161714.55489407,
                                            speed = 55.555555555556,
                                            y = 736174.65098155,
                                        }, -- end of [21]
                                        [22] = 
                                        {
                                            alt = 3384,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75557985782499,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75744817706802,
                                            x = -151970.79201759,
                                            speed = 55.555555555556,
                                            y = 744158.31144026,
                                        }, -- end of [22]
                                        [23] = 
                                        {
                                            alt = 3384,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75865473228354,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75998390281139,
                                            x = -130887.90315456,
                                            speed = 55.555555555556,
                                            y = 753461.70576004,
                                        }, -- end of [23]
                                        [24] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 41.666666666667,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [24]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Nothing",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 84,
                                        lat = 0.75937893014773,
                                        skill = "High",
                                        long = 0.76136356402784,
                                        x = -125447.83120742,
                                        name = "Pilot #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "B_8V20A_CM",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "B_8V20A_CM",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 759268.69648792,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 85,
                                        lat = 0.75937193014773,
                                        skill = "High",
                                        long = 0.76137056402784,
                                        x = -125488.23359828,
                                        name = "Pilot #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "B_8V20A_CM",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "B_8V20A_CM",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 759306.9970993,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 403,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7696611250958,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75855989093007,
                                            x = -61621.072834013,
                                            speed = 5.5555555555556,
                                            y = 737892.09249822,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 49,
                                        lat = 0.7696611250958,
                                        skill = "Average",
                                        long = 0.75855989093007,
                                        x = -61621.072834013,
                                        name = "Unit #13",
                                        heading = 0,
                                        y = 737892.09249822,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6MD sr",
                                        CLSID = "{414E9DC1-B881-44C3-8141-049DD59B2A69}",
                                        unitId = 53,
                                        lat = 0.76970407949433,
                                        skill = "Average",
                                        long = 0.75850017750657,
                                        x = -61382.407413655,
                                        name = "Unit #14",
                                        heading = 0,
                                        y = 737582.26961891,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 54,
                                        lat = 0.76961047594987,
                                        skill = "Average",
                                        long = 0.75862645155037,
                                        x = -61904.743416702,
                                        name = "Unit #15",
                                        heading = 0,
                                        y = 738239.71642875,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 55,
                                        lat = 0.76965036608358,
                                        skill = "Average",
                                        long = 0.75856615424799,
                                        x = -61685.936282668,
                                        name = "Unit #16",
                                        heading = 0,
                                        y = 737929.72572447,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 56,
                                        lat = 0.76969067157218,
                                        skill = "Average",
                                        long = 0.75857843522339,
                                        x = -61422.041845958,
                                        name = "Unit #17",
                                        heading = 0,
                                        y = 737953.08714982,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 57,
                                        lat = 0.76966286310054,
                                        skill = "Average",
                                        long = 0.75852506702979,
                                        x = -61630.367255921,
                                        name = "Unit #18",
                                        heading = 0,
                                        y = 737730.55517752,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 58,
                                        lat = 0.76965036608358,
                                        skill = "Average",
                                        long = 0.75860157342761,
                                        x = -61665.224094931,
                                        name = "Unit #19",
                                        heading = 0,
                                        y = 738092.57254136,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 59,
                                        lat = 0.76962884839367,
                                        skill = "Average",
                                        long = 0.75856117518609,
                                        x = -61825.897912541,
                                        name = "Unit #20",
                                        heading = 0,
                                        y = 737924.50592867,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "SA-10C",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75935879540554,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76145232217591,
                                            x = -125522.94517473,
                                            speed = 5.5555555555556,
                                            y = 759697.1128897,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 81,
                                        lat = 0.75935879540554,
                                        skill = "Random",
                                        long = 0.76145232217591,
                                        x = -125522.94517473,
                                        name = "Unit #31",
                                        heading = 0,
                                        y = 759697.1128897,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SA-15 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75994746403505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76286423912825,
                                            x = -120927.11760219,
                                            speed = 5.5555555555556,
                                            y = 765754.14599328,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 82,
                                        lat = 0.75994746403505,
                                        skill = "Random",
                                        long = 0.76286423912825,
                                        x = -120927.11760219,
                                        name = "Unit #32",
                                        heading = 0,
                                        y = 765754.14599328,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "EWR 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 359,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77273896548831,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75214034866226,
                                            x = -45734.036448069,
                                            speed = 5.5555555555556,
                                            y = 705992.62902458,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 43,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 83,
                                        lat = 0.77273896548831,
                                        skill = "Random",
                                        long = 0.75214034866226,
                                        x = -45734.036448069,
                                        name = "Unit #33",
                                        heading = 0,
                                        y = 705992.62902458,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "EWR 2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Player",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 777,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7600373428565,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76320513330168,
                                            x = -120150.36412898,
                                            speed = 194.44444444444,
                                            y = 767260.13128563,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.73738082136036,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74553886724311,
                                            x = -274673.76537027,
                                            speed = 222.22222222222,
                                            y = 702223.2275088,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.74169469357345,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73049677902532,
                                            x = -255013.72039901,
                                            speed = 222.22222222222,
                                            y = 628128.68063366,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75896932548674,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7603611400243,
                                            x = -128657.71701802,
                                            speed = 222.22222222222,
                                            y = 754955.86134116,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 1,
                                        lat = 0.759437,
                                        skill = "Player",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Александр",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 35,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "Wingman",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "714",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Ru-AWACS",
                                groupId = 23,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7063,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76538710567491,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75108646896356,
                                            x = -93159.580049742,
                                            speed = 138.88888888889,
                                            y = 706934.85663125,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7063,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76418870011907,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75327150313759,
                                            x = -99546.94577479,
                                            speed = 138.88888888889,
                                            y = 717948.4645941,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7063,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75874376167487,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76473948058806,
                                            x = -127455.9092944,
                                            speed = 138.88888888889,
                                            y = 775453.54136615,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1063,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77038437319305,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75683627679007,
                                            x = -58022.597204723,
                                            speed = 138.88888888889,
                                            y = 729395.79459802,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 320,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 32,
                                        lat = 0.76538710567491,
                                        skill = "Excellent",
                                        long = 0.75108646896356,
                                        x = -93159.580049742,
                                        name = "AWACS",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 706934.85663125,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Ru-CAP",
                                groupId = 24,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76529188995376,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7615988663327,
                                            x = -87639.379591832,
                                            speed = 138.88888888889,
                                            y = 755473.20243737,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74804557943894,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76220501718033,
                                            x = -197156.9342669,
                                            speed = 138.88888888889,
                                            y = 772481.51311291,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75542329821491,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74446182370229,
                                            x = -160295.80990726,
                                            speed = 138.88888888889,
                                            y = 683837.46316419,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75888479501174,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76011199432388,
                                            x = -129345.47137603,
                                            speed = 138.88888888889,
                                            y = 753869.0250578,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 523,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Nothing",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 33,
                                        lat = 0.76529188995376,
                                        skill = "Excellent",
                                        long = 0.7615988663327,
                                        x = -87639.379591832,
                                        name = "BARCAP",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- 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 = 5,
                                        y = 755473.20243737,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 34,
                                        lat = 0.76528488995376,
                                        skill = "Excellent",
                                        long = 0.7616058663327,
                                        x = -87679.773876205,
                                        name = "Pilot #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- 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 = 5,
                                        y = 755511.35209444,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "Ru-Recon",
                                groupId = 25,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7389,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76371729891869,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77127940484525,
                                            x = -91710.658509534,
                                            speed = 138.88888888889,
                                            y = 801468.6372581,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7389,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74843677002064,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71804820333423,
                                            x = -217991.10486933,
                                            speed = 138.88888888889,
                                            y = 565268.35792166,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7389,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75497159917317,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74016388188399,
                                            x = -165476.21253374,
                                            speed = 138.88888888889,
                                            y = 664160.55188553,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1389,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77064005164443,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75612831004836,
                                            x = -56808.198736236,
                                            speed = 138.88888888889,
                                            y = 725945.337235,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 320,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Reconnaissance",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24MR",
                                        CLSID = "{0282A9C1-0B38-11d6-9193-00A0249B6F00}",
                                        unitId = 36,
                                        lat = 0.76371729891869,
                                        skill = "Excellent",
                                        long = 0.77127940484525,
                                        x = -91710.658509534,
                                        name = "RECON",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{7D7EC917-05F6-49D4-8045-61FC587DD019}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{0519A263-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{7D7EC917-05F6-49D4-8045-61FC587DD019}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A261-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 801468.6372581,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75941837892154,
                                            long = 0.76172336975092,
                                            x = -124981.02507053,
                                            name = "",
                                            speed = 0,
                                            y = 760904.43997384,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                lat = 0.75941837892154,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 19,
                                        lat = 0.75941837892154,
                                        long = 0.76172336975092,
                                        x = -124981.02507053,
                                        name = "New Static Object #001",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760904.43997384,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76172336975092,
                                name = "New Static Object #001",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939955838476,
                                            long = 0.7616874592678,
                                            x = -125122.43175147,
                                            name = "",
                                            speed = 0,
                                            y = 760753.59551877,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                lat = 0.75939955838476,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 20,
                                        lat = 0.75939955838476,
                                        long = 0.7616874592678,
                                        x = -125122.43175147,
                                        name = "New Static Object #002",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760753.59551877,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7616874592678,
                                name = "New Static Object #002",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.759396024435,
                                            long = 0.76167626008317,
                                            x = -125151.65269546,
                                            name = "",
                                            speed = 0,
                                            y = 760704.60499689,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                lat = 0.759396024435,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 21,
                                        lat = 0.759396024435,
                                        long = 0.76167626008317,
                                        x = -125151.65269546,
                                        name = "New Static Object #003",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760704.60499689,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76167626008317,
                                name = "New Static Object #003",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939175083718,
                                            long = 0.76166304551257,
                                            x = -125186.79273111,
                                            name = "",
                                            speed = 0,
                                            y = 760646.88468788,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                lat = 0.75939175083718,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 22,
                                        lat = 0.75939175083718,
                                        long = 0.76166304551257,
                                        x = -125186.79273111,
                                        name = "New Static Object #004",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760646.88468788,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76166304551257,
                                name = "New Static Object #004",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75938616231234,
                                            long = 0.76164881291289,
                                            x = -125230.91945033,
                                            name = "",
                                            speed = 0,
                                            y = 760585.53967408,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                lat = 0.75938616231234,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 23,
                                        lat = 0.75938616231234,
                                        long = 0.76164881291289,
                                        x = -125230.91945033,
                                        name = "New Static Object #005",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760585.53967408,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76164881291289,
                                name = "New Static Object #005",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937950543174,
                                            long = 0.76162844437322,
                                            x = -125285.52718684,
                                            name = "",
                                            speed = 0,
                                            y = 760496.62944596,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                lat = 0.75937950543174,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 24,
                                        lat = 0.75937950543174,
                                        long = 0.76162844437322,
                                        x = -125285.52718684,
                                        name = "New Static Object #006",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760496.62944596,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76162844437322,
                                name = "New Static Object #006",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937514971781,
                                            long = 0.76161656779157,
                                            x = -125320.38902498,
                                            name = "",
                                            speed = 0,
                                            y = 760445.1826895,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                lat = 0.75937514971781,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 25,
                                        lat = 0.75937514971781,
                                        rate = "50",
                                        long = 0.76161656779157,
                                        x = -125320.38902498,
                                        name = "New Static Object #007",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760445.1826895,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76161656779157,
                                name = "New Static Object #007",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937071183913,
                                            long = 0.76160411311744,
                                            x = -125356.12053279,
                                            name = "",
                                            speed = 0,
                                            y = 760391.12348088,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                lat = 0.75937071183913,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 26,
                                        lat = 0.75937071183913,
                                        rate = "50",
                                        long = 0.76160411311744,
                                        x = -125356.12053279,
                                        name = "New Static Object #008",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760391.12348088,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76160411311744,
                                name = "New Static Object #008",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 1.1341691669814,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7593933945266,
                                            long = 0.76168620271966,
                                            x = -125162.4522677,
                                            name = "",
                                            speed = 0,
                                            y = 760752.90818969,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                lat = 0.7593933945266,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATZ-10",
                                        CLSID = "{C0A5AA21-5A93-4707-9A9F-2AE24C4A22B0}",
                                        unitId = 28,
                                        lat = 0.7593933945266,
                                        long = 0.76168620271966,
                                        x = -125162.4522677,
                                        name = "New Static Object #010",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760752.90818969,
                                        heading = 1.1341691669814,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76168620271966,
                                name = "New Static Object #010",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 6.1413770201129,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75938213530547,
                                            long = 0.76163855734325,
                                            x = -125262.7163637,
                                            name = "",
                                            speed = 0,
                                            y = 760541.33643536,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                lat = 0.75938213530547,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATZ-10",
                                        CLSID = "{C0A5AA21-5A93-4707-9A9F-2AE24C4A22B0}",
                                        unitId = 29,
                                        lat = 0.75938213530547,
                                        long = 0.76163855734325,
                                        x = -125262.7163637,
                                        name = "New Static Object #011",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760541.33643536,
                                        heading = 6.1413770201129,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76163855734325,
                                name = "New Static Object #011",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 2.6519474417174,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75936742453364,
                                            long = 0.76161430190021,
                                            x = -125370.9607515,
                                            name = "",
                                            speed = 0,
                                            y = 760441.11640998,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                lat = 0.75936742453364,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZiL-131 APA-80",
                                        CLSID = "{A207B91F-77F0-4647-8D74-88A9D3851EAD}",
                                        unitId = 30,
                                        lat = 0.75936742453364,
                                        long = 0.76161430190021,
                                        x = -125370.9607515,
                                        name = "New Static Object #012",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760441.11640998,
                                        heading = 2.6519474417174,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76161430190021,
                                name = "New Static Object #012",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 0.90482708941579,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937227331283,
                                            long = 0.76162668881407,
                                            x = -125332.65211082,
                                            name = "",
                                            speed = 0,
                                            y = 760494.51872176,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                lat = 0.75937227331283,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZiL-131 APA-80",
                                        CLSID = "{A207B91F-77F0-4647-8D74-88A9D3851EAD}",
                                        unitId = 31,
                                        lat = 0.75937227331283,
                                        long = 0.76162668881407,
                                        x = -125332.65211082,
                                        name = "New Static Object #013",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760494.51872176,
                                        heading = 0.90482708941579,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76162668881407,
                                name = "New Static Object #013",
                                dead = false,
                            }, -- end of [12]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Завоевание Превосходства",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 25519,
    start_time = 59400,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "EOS",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "ECM",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "HELMET",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "AUTOPILOT",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "HUD",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "ASC",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "RWS",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "RADAR",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
    }, -- end of failures
} -- end of mission
