mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
        }, -- end of ["func"]
        ["flag"] = 
        {
        }, -- end of ["flag"]
        ["conditions"] = 
        {
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["requiredModules"] = 
    {
        ["FRENCHPACK"] = "FRENCHPACK",
        ["VPC Object by voc & virpil.com"] = "VPC Object by voc & virpil.com",
    }, -- end of ["requiredModules"]
    ["date"] = 
    {
        ["Day"] = 9,
        ["Year"] = 2022,
        ["Month"] = 9,
    }, -- end of ["date"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
                [1] = "return(c_unit_alive(1) )",
                [2] = "return(c_unit_alive(1) )",
                [3] = "return(c_unit_alive(1) )",
                [4] = "return(c_flag_is_true(661) )",
                [5] = "return(c_flag_is_true(662) )",
                [6] = "return(c_flag_is_true(663) )",
                [7] = "return(c_flag_is_true(664) )",
            }, -- end of ["conditions"]
            ["actions"] = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(30)",
                [3] = "a_set_mission_result(20)",
                [4] = "a_set_mission_result(-25)",
                [5] = "a_set_mission_result(-25)",
                [6] = "a_set_mission_result(-25)",
                [7] = "a_set_mission_result(-25)",
            }, -- 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",
                [3] = "if mission.result.offline.conditions[3]() then mission.result.offline.actions[3]() end",
                [4] = "if mission.result.offline.conditions[4]() then mission.result.offline.actions[4]() end",
                [5] = "if mission.result.offline.conditions[5]() then mission.result.offline.actions[5]() end",
                [6] = "if mission.result.offline.conditions[6]() then mission.result.offline.actions[6]() end",
                [7] = "if mission.result.offline.conditions[7]() then mission.result.offline.actions[7]() end",
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 7,
        ["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"]
    ["groundControl"] = 
    {
        ["isPilotControlVehicles"] = false,
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
    }, -- end of ["groundControl"]
    ["maxDictId"] = 23,
    ["pictureFileNameN"] = 
    {
    }, -- end of ["pictureFileNameN"]
    ["goals"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["text"] = "",
                    ["predicate"] = "c_unit_alive",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["score"] = 50,
            ["predicate"] = "score",
            ["comment"] = "TGT1",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["text"] = "",
                    ["predicate"] = "c_unit_alive",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = 30,
            ["comment"] = "TGT2",
            ["predicate"] = "score",
            ["side"] = "OFFLINE",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["text"] = "",
                    ["predicate"] = "c_unit_alive",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "ZU",
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["score"] = 20,
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 661,
                    ["text"] = "",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = -25,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "R1",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 662,
                    ["text"] = "",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "R2",
            ["score"] = -25,
            ["predicate"] = "score",
            ["side"] = "OFFLINE",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 663,
                    ["text"] = "",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["comment"] = "R3",
            ["predicate"] = "score",
            ["score"] = -25,
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 664,
                    ["text"] = "",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = -25,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "R4",
        }, -- end of [7]
    }, -- end of ["goals"]
    ["descriptionNeutralsTask"] = "DictKey_descriptionNeutralsTask_4",
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 20,
                ["dir"] = 339,
            }, -- end of ["at8000"]
            ["atGround"] = 
            {
                ["speed"] = 3.0924,
                ["dir"] = 213,
            }, -- end of ["atGround"]
            ["at2000"] = 
            {
                ["speed"] = 13,
                ["dir"] = 283,
            }, -- end of ["at2000"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["groundTurbulence"] = 4.572,
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["season"] = 
        {
            ["temperature"] = 30,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["modifiedTime"] = true,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 0,
        }, -- end of ["fog"]
        ["qnh"] = 754,
        ["dust_density"] = 0,
        ["enable_dust"] = false,
        ["clouds"] = 
        {
            ["thickness"] = 200,
            ["density"] = 0,
            ["preset"] = "RainyPreset3",
            ["base"] = 800,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "MarianaIslands",
    ["triggers"] = 
    {
        ["zones"] = 
        {
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 46984.778989894,
        ["zoom"] = 33041.517679768,
        ["centerX"] = 72012.208723849,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["neutrals"] = 
        {
            [1] = 7,
            [2] = 82,
            [3] = 70,
            [4] = 83,
            [5] = 65,
            [6] = 64,
            [7] = 50,
            [8] = 49,
            [9] = 78,
            [10] = 61,
            [11] = 29,
            [12] = 33,
            [13] = 60,
            [14] = 59,
            [15] = 35,
            [16] = 34,
            [17] = 69,
            [18] = 48,
            [19] = 37,
            [20] = 72,
            [21] = 84,
            [22] = 76,
            [23] = 71,
            [24] = 79,
            [25] = 58,
            [26] = 57,
            [27] = 55,
            [28] = 56,
            [29] = 74,
            [30] = 73,
            [31] = 39,
            [32] = 77,
            [33] = 42,
            [34] = 38,
            [35] = 85,
            [36] = 68,
            [37] = 53,
            [38] = 52,
            [39] = 66,
            [40] = 51,
            [41] = 54,
            [42] = 63,
            [43] = 22,
            [44] = 62,
            [45] = 67,
            [46] = 75,
            [47] = 45,
            [48] = 36,
        }, -- end of ["neutrals"]
        ["blue"] = 
        {
            [1] = 21,
            [2] = 23,
            [3] = 11,
            [4] = 25,
            [5] = 4,
            [6] = 32,
            [7] = 6,
            [8] = 31,
            [9] = 16,
            [10] = 13,
            [11] = 15,
            [12] = 9,
            [13] = 20,
            [14] = 8,
            [15] = 17,
            [16] = 10,
            [17] = 12,
            [18] = 80,
            [19] = 40,
            [20] = 41,
            [21] = 44,
            [22] = 2,
            [23] = 3,
            [24] = 1,
            [25] = 30,
            [26] = 5,
            [27] = 28,
            [28] = 26,
            [29] = 46,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 24,
            [3] = 27,
            [4] = 81,
            [5] = 0,
            [6] = 43,
            [7] = 47,
            [8] = 19,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "DictKey_descriptionText_1",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["descriptionBlueTask"] = "DictKey_descriptionBlueTask_3",
    ["descriptionRedTask"] = "DictKey_descriptionRedTask_2",
    ["pictureFileNameB"] = 
    {
        [1] = "ResKey_ImageBriefing_23",
    }, -- end of ["pictureFileNameB"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "blue",
            ["country"] = 
            {
                [1] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 157,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 14028.2890625,
                                            ["x"] = 9984.599609375,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 6,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 300,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 153.89648220288,
                                            ["ETA_locked"] = false,
                                            ["y"] = 9774.4489416418,
                                            ["x"] = 14782.841024188,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 300,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 268.4706375992,
                                            ["ETA_locked"] = false,
                                            ["y"] = 5585.45542598,
                                            ["x"] = 12493.152074391,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 300,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 58.333333333333,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 627.22260088515,
                                            ["ETA_locked"] = false,
                                            ["y"] = -2192.8825579863,
                                            ["x"] = -10099.54618477,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 300,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 58.333333333333,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 859.26429106727,
                                            ["ETA_locked"] = false,
                                            ["y"] = -15661.93982294,
                                            ["x"] = -8757.3697492427,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 300,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 58.333333333333,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 944.96279699076,
                                            ["ETA_locked"] = false,
                                            ["y"] = -19133.80467243,
                                            ["x"] = -5160.5725022164,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 300,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 58.333333333333,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1190.5730695636,
                                            ["ETA_locked"] = false,
                                            ["y"] = -6672.7320634801,
                                            ["x"] = 1909.9449898893,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 166,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 1791.5742236183,
                                            ["ETA_locked"] = false,
                                            ["y"] = 14548.833496,
                                            ["x"] = 10574.989746,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 6,
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 27,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 157,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "us army",
                                        ["skill"] = "High",
                                        ["parking"] = "50",
                                        ["ropeLength"] = 15,
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 75,
                                        ["psi"] = 0.72532950882139,
                                        ["parking_id"] = "29",
                                        ["x"] = 9984.599609375,
                                        ["name"] = "sprigfield 11",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 14028.2890625,
                                        ["heading"] = -0.72532950882139,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Springfield11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "52",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 14028.2890625,
                                ["x"] = 9984.599609375,
                                ["name"] = "Sprigfield 1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["uncontrollable"] = false,
                                ["frequency"] = 250.1,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "USA",
                    ["ship"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 24015.423082666,
                                            ["x"] = 40967.913341177,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 6364.5238450072,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = -8882.0996803868,
                                            ["x"] = 9047.0816050172,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.20222,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 16,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Average",
                                        ["type"] = "TICONDEROG",
                                        ["unitId"] = 59,
                                        ["y"] = 24015.423082666,
                                        ["x"] = 40967.913341177,
                                        ["name"] = "Кораб. -2-1-1",
                                        ["heading"] = 3.9420578011124,
                                        ["modulation"] = 0,
                                        ["frequency"] = 127500000,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 24015.423082666,
                                ["x"] = 40967.913341177,
                                ["name"] = "Кораб. -3",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = -2334.5914583538,
                                            ["x"] = 18442.920300644,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 22152.767582054,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 75894.147208361,
                                            ["x"] = 157497.51960393,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.20222,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 15,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Average",
                                        ["type"] = "HandyWind",
                                        ["unitId"] = 58,
                                        ["y"] = -2334.5914583538,
                                        ["x"] = 18442.920300644,
                                        ["name"] = "Кораб. -2-1",
                                        ["heading"] = 0.51244696418043,
                                        ["modulation"] = 0,
                                        ["frequency"] = 127500000,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = -2334.5914583538,
                                ["x"] = 18442.920300644,
                                ["name"] = "Кораб. -2",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = -22303.066785059,
                                            ["x"] = -1441.4131442293,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4230.1053064871,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 23014.203350996,
                                            ["x"] = 70270.502390737,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Average",
                                        ["type"] = "HandyWind",
                                        ["unitId"] = 57,
                                        ["y"] = -22303.066785059,
                                        ["x"] = -1441.4131442293,
                                        ["name"] = "Кораб. -1-1",
                                        ["heading"] = 0.5635707532271,
                                        ["modulation"] = 0,
                                        ["frequency"] = 127500000,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = -22303.066785059,
                                ["x"] = -1441.4131442293,
                                ["name"] = "Кораб. -1",
                                ["start_time"] = 0,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["ship"]
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Без задачи",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 160,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 14187.571794853,
                                            ["x"] = 9842.1025733845,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 28,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 76,
                                        ["y"] = 14187.571794853,
                                        ["x"] = 9842.1025733845,
                                        ["name"] = "DOT-1-1-1",
                                        ["heading"] = 5.1836278784232,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 77,
                                        ["y"] = 14239.386374054,
                                        ["x"] = 9925.0666446954,
                                        ["name"] = "DOT-1-2-1",
                                        ["heading"] = 5.0614548307836,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 78,
                                        ["y"] = 14112.644287677,
                                        ["x"] = 9734.7183281658,
                                        ["name"] = "DOT-1-3-1",
                                        ["heading"] = 5.6548667764616,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 79,
                                        ["y"] = 13934.065779662,
                                        ["x"] = 9592.1528034794,
                                        ["name"] = "DOT-1-4-1",
                                        ["heading"] = 0.15707963267949,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 80,
                                        ["y"] = 13100.567587818,
                                        ["x"] = 9466.9611171553,
                                        ["name"] = "DOT-1-5-1",
                                        ["heading"] = 1.3962634015955,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 81,
                                        ["y"] = 13067.947722967,
                                        ["x"] = 9331.9187549909,
                                        ["name"] = "DOT-1-6-1",
                                        ["heading"] = 1.5184364492351,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 82,
                                        ["y"] = 14346.553126904,
                                        ["x"] = 9990.6497837156,
                                        ["name"] = "DOT-1-7-1",
                                        ["heading"] = 4.2760566673861,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 83,
                                        ["y"] = 13713.550305281,
                                        ["x"] = 9489.1694348715,
                                        ["name"] = "DOT-1-8-1",
                                        ["heading"] = 5.846852994181,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 84,
                                        ["y"] = 13615.566582009,
                                        ["x"] = 11280.701171546,
                                        ["name"] = "DOT-1-9-1",
                                        ["heading"] = 2.6703537555513,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier M4",
                                        ["unitId"] = 85,
                                        ["y"] = 13058.34489578,
                                        ["x"] = 11186.927323549,
                                        ["name"] = "DOT-1-10-1",
                                        ["heading"] = 2.775073510671,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 14187.571794853,
                                ["x"] = 9842.1025733845,
                                ["name"] = "RU-1",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["manualHeading"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 159,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 7012.1283977248,
                                            ["x"] = 15563.821654173,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "ActivateBeacon",
                                                                    ["params"] = 
                                                                    {
                                                                        ["type"] = 4,
                                                                        ["AA"] = false,
                                                                        ["callsign"] = "TKR",
                                                                        ["system"] = 18,
                                                                        ["channel"] = 19,
                                                                        ["modeChannel"] = "X",
                                                                        ["unitId"] = 136,
                                                                        ["bearing"] = true,
                                                                        ["frequency"] = 980000000,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 69,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "TACAN_beacon",
                                        ["unitId"] = 136,
                                        ["y"] = 7012.1283977248,
                                        ["x"] = 15563.821654173,
                                        ["name"] = "Ground-2-1",
                                        ["heading"] = 0.95993108859688,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "house2arm",
                                        ["unitId"] = 140,
                                        ["y"] = 7072.2780738951,
                                        ["x"] = 15556.321230369,
                                        ["name"] = "Ground-2-2",
                                        ["heading"] = 0.95993108859688,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 7012.1283977248,
                                ["x"] = 15563.821654173,
                                ["name"] = "Ground-2",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 159,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 7117.6615918294,
                                            ["x"] = 15687.64431054,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 73,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "VPC-NATO-A10-CH",
                                        ["unitId"] = 143,
                                        ["y"] = 7117.6615918294,
                                        ["x"] = 15687.64431054,
                                        ["name"] = "Ground-3-2",
                                        ["heading"] = 4.7647488579445,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "VPC-NATO-AGM-65 CONTAINERS",
                                        ["unitId"] = 144,
                                        ["y"] = 7112.2075256709,
                                        ["x"] = 15700.383581674,
                                        ["name"] = "Ground-3-3",
                                        ["heading"] = 4.7647488579445,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "VPC-NATO-AGM-65 CONTAINERS",
                                        ["unitId"] = 145,
                                        ["y"] = 7118.3944258606,
                                        ["x"] = 15700.057955348,
                                        ["name"] = "Ground-3-4",
                                        ["heading"] = 4.7647488579445,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "VPC-NATO-AGM-65 CONTAINERS",
                                        ["unitId"] = 146,
                                        ["y"] = 7113.0215914853,
                                        ["x"] = 15707.058921352,
                                        ["name"] = "Ground-3-5",
                                        ["heading"] = 4.7647488579445,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "VPC-NATO-AGM-65 CONTAINERS",
                                        ["unitId"] = 147,
                                        ["y"] = 7118.45542037,
                                        ["x"] = 15706.850815553,
                                        ["name"] = "Ground-3-6",
                                        ["heading"] = 4.7647488579445,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "VPC-NATO-MAN 4 v2",
                                        ["unitId"] = 148,
                                        ["y"] = 7028.5351763058,
                                        ["x"] = 15659.629826413,
                                        ["name"] = "Logistic_point-1",
                                        ["heading"] = 4.7647488579445,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "VPC-NATO-MAN 4 v2",
                                        ["unitId"] = 149,
                                        ["y"] = 7196.3008757004,
                                        ["x"] = 15744.75189892,
                                        ["name"] = "Logistic_point-2",
                                        ["heading"] = 4.7647488579445,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "VPC-NATO-MAN 2",
                                        ["unitId"] = 150,
                                        ["y"] = 7037.3775629305,
                                        ["x"] = 15666.92010248,
                                        ["name"] = "Logistic_point-3",
                                        ["heading"] = 4.7647488579445,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "VPC-NATO-MAN 2",
                                        ["unitId"] = 151,
                                        ["y"] = 7202.2856864787,
                                        ["x"] = 15746.907463206,
                                        ["name"] = "Logistic_point-4",
                                        ["heading"] = 4.7647488579445,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [9]
                                }, -- end of ["units"]
                                ["y"] = 7117.6615918294,
                                ["x"] = 15687.64431054,
                                ["name"] = "Logistics_point",
                                ["start_time"] = 0,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 166,
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParkingHot",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 14611.384765625,
                                            ["x"] = 10377.077148438,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 6,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1400,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 175,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 293.05099482345,
                                            ["ETA_locked"] = false,
                                            ["y"] = -2906.3344804834,
                                            ["x"] = 47115.936920262,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2200,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 175,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 374.1952006703,
                                            ["ETA_locked"] = false,
                                            ["y"] = 18137.360118132,
                                            ["x"] = 58074.352209563,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 78,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 169.44444444444,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 727.48804458517,
                                            ["ETA_locked"] = false,
                                            ["y"] = -77.940186,
                                            ["x"] = -23.656219,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 4,
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 166,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "US Air Force",
                                        ["skill"] = "High",
                                        ["parking"] = "53",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "C-130",
                                        ["unitId"] = 68,
                                        ["psi"] = 0.44492994176613,
                                        ["parking_id"] = "59",
                                        ["x"] = 10377.077148438,
                                        ["name"] = "uzi 91",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 10415,
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 14611.384765625,
                                        ["heading"] = -0.44492994176613,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 9,
                                            [3] = 1,
                                            ["name"] = "Uzi91",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "27",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 14611.384765625,
                                ["x"] = 10377.077148438,
                                ["name"] = "Uzi 9",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 250.1,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 168,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 14742.46875,
                                            ["x"] = 10434.4296875,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 6,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1200,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 175,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 266.3087723341,
                                            ["ETA_locked"] = false,
                                            ["y"] = -1647.774763085,
                                            ["x"] = 43591.969711547,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 175,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 431.42338985088,
                                            ["ETA_locked"] = false,
                                            ["y"] = 18482.633974217,
                                            ["x"] = 58020.430291862,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 78,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 169.44444444444,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 712.52536451095,
                                            ["ETA_locked"] = false,
                                            ["y"] = -77.940186,
                                            ["x"] = -23.656219,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 4,
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 13,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 168,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "US Air Force",
                                        ["skill"] = "High",
                                        ["parking"] = "55",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "C-130",
                                        ["unitId"] = 56,
                                        ["psi"] = 0.45908864750475,
                                        ["parking_id"] = "57",
                                        ["x"] = 10434.4296875,
                                        ["name"] = "colt 51",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 10415,
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 14742.46875,
                                        ["heading"] = -0.45908864750475,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 5,
                                            [3] = 1,
                                            ["name"] = "Colt51",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "26",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 14742.46875,
                                ["x"] = 10434.4296875,
                                ["name"] = "Colt 5",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 250.1,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 166,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 14405.934570313,
                                            ["x"] = 11332.2109375,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 6,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2800,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1165.836449921,
                                            ["ETA_locked"] = false,
                                            ["y"] = 146054.60940647,
                                            ["x"] = 215441.44824101,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2800,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3158.0607146905,
                                            ["ETA_locked"] = false,
                                            ["y"] = -127848.93419517,
                                            ["x"] = -96392.850869588,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 2800,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5136.27143415,
                                            ["ETA_locked"] = false,
                                            ["y"] = 145145.06412457,
                                            ["x"] = 212351.59562876,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 166,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 8900.8895308697,
                                            ["ETA_locked"] = false,
                                            ["y"] = 14548.833496,
                                            ["x"] = 10574.989746,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 6,
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 29,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 166,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "usaf standard",
                                        ["skill"] = "High",
                                        ["parking"] = "146",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "C-17A",
                                        ["unitId"] = 86,
                                        ["psi"] = -0.57284607782862,
                                        ["parking_id"] = "149",
                                        ["x"] = 11332.2109375,
                                        ["name"] = "dodge 11",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 66202.5,
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 14405.934570313,
                                        ["heading"] = 0.57284607782862,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Dodge11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "323",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 14405.934570313,
                                ["x"] = 11332.2109375,
                                ["name"] = "Dodge 1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 250.1,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 3000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 135037.02807547,
                                            ["x"] = 135254.96193132,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 3000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 658.69087026936,
                                            ["ETA_locked"] = false,
                                            ["y"] = 13945.257355658,
                                            ["x"] = 70694.097436137,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 3000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1708.7507477736,
                                            ["ETA_locked"] = false,
                                            ["y"] = -129951.5948525,
                                            ["x"] = -94080.646275438,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 3000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3113.8578686556,
                                            ["ETA_locked"] = false,
                                            ["y"] = 62767.403640569,
                                            ["x"] = 126261.4086683,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 166,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 5257.7215993663,
                                            ["ETA_locked"] = false,
                                            ["y"] = 14548.833496,
                                            ["x"] = 10574.989746,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 6,
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 3000,
                                        ["alt_type"] = "BARO",
                                        ["parking_landing_id"] = "36",
                                        ["livery_id"] = "usaf standard",
                                        ["skill"] = "High",
                                        ["speed"] = 147.22222222222,
                                        ["type"] = "C-17A",
                                        ["parking_landing"] = 60,
                                        ["unitId"] = 69,
                                        ["psi"] = 2.060615968897,
                                        ["y"] = 135037.02807547,
                                        ["x"] = 135254.96193132,
                                        ["name"] = "enfield 31",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 66202.5,
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -2.060615968897,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Enfield31",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "721",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 135037.02807547,
                                ["x"] = 135254.96193132,
                                ["name"] = "Enfield 3",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 250.1,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 3200,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = -45077.126989798,
                                            ["x"] = 6441.5130976262,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 3200,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 425.23541718586,
                                            ["ETA_locked"] = false,
                                            ["y"] = 15230.050678945,
                                            ["x"] = 71336.49409778,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 3200,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 930.05307578885,
                                            ["ETA_locked"] = false,
                                            ["y"] = 107092.77329398,
                                            ["x"] = 121443.43370598,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 3200,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1425.1249014695,
                                            ["ETA_locked"] = false,
                                            ["y"] = 15985.153783796,
                                            ["x"] = 71976.288221011,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 166,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 147.22222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 2433.8656987878,
                                            ["ETA_locked"] = false,
                                            ["y"] = 14548.833496,
                                            ["x"] = 10574.989746,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 6,
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 22,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 3200,
                                        ["alt_type"] = "BARO",
                                        ["parking_landing_id"] = "137",
                                        ["livery_id"] = "usaf standard",
                                        ["skill"] = "High",
                                        ["speed"] = 147.22222222222,
                                        ["type"] = "C-17A",
                                        ["parking_landing"] = 134,
                                        ["unitId"] = 70,
                                        ["psi"] = -0.74877138593539,
                                        ["y"] = -45077.126989798,
                                        ["x"] = 6441.5130976262,
                                        ["name"] = "chevy 21",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 66202.5,
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0.74877138593539,
                                        ["callsign"] = 
                                        {
                                            [1] = 7,
                                            [2] = 2,
                                            [3] = 1,
                                            ["name"] = "Chevy21",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "476",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = -45077.126989798,
                                ["x"] = 6441.5130976262,
                                ["name"] = "Chevy 2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 250.1,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 80,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 1147.7442626953,
                                            ["x"] = 877.47869873047,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 4,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1800,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 912.14300329856,
                                            ["ETA_locked"] = false,
                                            ["y"] = 74366.282671022,
                                            ["x"] = 104262.78747042,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 1800,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1418.8837704311,
                                            ["ETA_locked"] = false,
                                            ["y"] = 12800.776117651,
                                            ["x"] = 70158.154343728,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1800,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3011.561265854,
                                            ["ETA_locked"] = false,
                                            ["y"] = -133903.99472904,
                                            ["x"] = -95399.853989829,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 1800,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5099.8930082583,
                                            ["ETA_locked"] = false,
                                            ["y"] = 58440.740103823,
                                            ["x"] = 121695.12245755,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 78,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 6072.2901811231,
                                            ["ETA_locked"] = false,
                                            ["y"] = -77.940186,
                                            ["x"] = -23.656219,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 4,
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 31,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 80,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "US Air Force",
                                        ["skill"] = "High",
                                        ["parking"] = "2",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "C-130",
                                        ["unitId"] = 88,
                                        ["psi"] = -0.61621499150612,
                                        ["parking_id"] = "08",
                                        ["x"] = 877.47869873047,
                                        ["name"] = "ford 21",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 10415,
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 1147.7442626953,
                                        ["heading"] = 0.61621499150612,
                                        ["callsign"] = 
                                        {
                                            [1] = 6,
                                            [2] = 2,
                                            [3] = 1,
                                            ["name"] = "Ford21",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "21",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 1147.7442626953,
                                ["x"] = 877.47869873047,
                                ["name"] = "Ford 2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 250.1,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 78,
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParkingHot",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 300.09515380859,
                                            ["x"] = -478.32595825195,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 4,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 912.16517438412,
                                            ["ETA_locked"] = false,
                                            ["y"] = 73511.894498573,
                                            ["x"] = 102915.52830168,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1418.9059415166,
                                            ["ETA_locked"] = false,
                                            ["y"] = 11946.387945202,
                                            ["x"] = 68810.895174992,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 78,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 1922.0195586122,
                                            ["ETA_locked"] = false,
                                            ["y"] = -77.940186,
                                            ["x"] = -23.656219,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 4,
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 30,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 78,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "US Air Force",
                                        ["skill"] = "High",
                                        ["parking"] = "24",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "C-130",
                                        ["unitId"] = 87,
                                        ["psi"] = -0.61613259777878,
                                        ["parking_id"] = "19",
                                        ["x"] = -478.32595825195,
                                        ["name"] = "uzi 11",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 10415,
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 300.09515380859,
                                        ["heading"] = 0.61613259777878,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Uzi11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "11",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 300.09515380859,
                                ["x"] = -478.32595825195,
                                ["name"] = "Uzi 1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 250.1,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 159,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["linkUnit"] = 135,
                                            ["helipadId"] = 135,
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 7031.357718226,
                                            ["x"] = 15644.329913021,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 498.21883377712,
                                            ["ETA_locked"] = false,
                                            ["y"] = 46229.544300071,
                                            ["x"] = 72668.318860633,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 166,
                                            ["action"] = "LandingReFuAr",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "LandingReFuAr",
                                            ["ETA"] = 1026.5709438424,
                                            ["ETA_locked"] = false,
                                            ["timeReFuAr"] = 10,
                                            ["y"] = 14548.833496,
                                            ["x"] = 10574.989746,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 6,
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 61,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 159,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "VMA-513",
                                        ["skill"] = "Player",
                                        ["parking"] = 1,
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["EWDispenserTBL"] = 2,
                                            ["EWDispenserBR"] = 2,
                                            ["AAR_Zone3"] = 0,
                                            ["AAR_Zone2"] = 0,
                                            ["EWDispenserTFR"] = 1,
                                            ["AAR_Zone1"] = 0,
                                            ["MountNVG"] = true,
                                            ["EWDispenserTFL"] = 1,
                                            ["LaserCode100"] = 6,
                                            ["LaserCode1"] = 8,
                                            ["RocketBurst"] = 1,
                                            ["ClockTime"] = 1,
                                            ["EWDispenserBL"] = 2,
                                            ["LaserCode10"] = 8,
                                            ["EWDispenserTBR"] = 2,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "AV8BNA",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                    [1] = 0,
                                                    [2] = 0,
                                                    [4] = 0,
                                                    [8] = 0,
                                                    [16] = 0,
                                                    [17] = 0,
                                                    [9] = 0,
                                                    [18] = 0,
                                                    [5] = 0,
                                                    [10] = 0,
                                                    [20] = 0,
                                                    [21] = 0,
                                                    [11] = 0,
                                                    [22] = 0,
                                                    [3] = 0,
                                                    [6] = 0,
                                                    [12] = 0,
                                                    [24] = 0,
                                                    [25] = 0,
                                                    [13] = 0,
                                                    [26] = 0,
                                                    [7] = 0,
                                                    [14] = 0,
                                                    [15] = 0,
                                                    [19] = 0,
                                                    [23] = 0,
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [1] = 243,
                                                    [2] = 264,
                                                    [4] = 256,
                                                    [8] = 257,
                                                    [16] = 261,
                                                    [17] = 267,
                                                    [9] = 255,
                                                    [18] = 251,
                                                    [5] = 254,
                                                    [10] = 262,
                                                    [20] = 266,
                                                    [21] = 133,
                                                    [11] = 259,
                                                    [22] = 257.8,
                                                    [3] = 265,
                                                    [6] = 250,
                                                    [12] = 268,
                                                    [24] = 123.3,
                                                    [25] = 344,
                                                    [13] = 269,
                                                    [26] = 385,
                                                    [7] = 270,
                                                    [14] = 260,
                                                    [15] = 263,
                                                    [19] = 253,
                                                    [23] = 122.1,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                    [1] = 0,
                                                    [2] = 0,
                                                    [4] = 0,
                                                    [8] = 0,
                                                    [16] = 0,
                                                    [17] = 0,
                                                    [9] = 0,
                                                    [18] = 0,
                                                    [5] = 0,
                                                    [10] = 0,
                                                    [20] = 0,
                                                    [21] = 0,
                                                    [11] = 0,
                                                    [22] = 0,
                                                    [3] = 0,
                                                    [6] = 0,
                                                    [12] = 0,
                                                    [24] = 0,
                                                    [25] = 0,
                                                    [13] = 0,
                                                    [26] = 0,
                                                    [7] = 0,
                                                    [14] = 0,
                                                    [15] = 0,
                                                    [19] = 0,
                                                    [23] = 0,
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [1] = 133,
                                                    [2] = 127.5,
                                                    [4] = 123.3,
                                                    [8] = 385.4,
                                                    [16] = 121,
                                                    [17] = 126,
                                                    [9] = 139,
                                                    [18] = 125,
                                                    [5] = 344,
                                                    [10] = 140,
                                                    [20] = 122,
                                                    [21] = 123,
                                                    [11] = 134,
                                                    [22] = 124,
                                                    [3] = 122.1,
                                                    [6] = 385,
                                                    [12] = 132,
                                                    [24] = 136,
                                                    [25] = 141,
                                                    [13] = 131,
                                                    [26] = 127,
                                                    [7] = 130,
                                                    [14] = 129,
                                                    [15] = 138,
                                                    [19] = 128,
                                                    [23] = 135,
                                                }, -- end of ["channels"]
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                    [1] = 0,
                                                    [2] = 0,
                                                    [4] = 0,
                                                    [8] = 0,
                                                    [16] = 0,
                                                    [17] = 0,
                                                    [9] = 0,
                                                    [18] = 0,
                                                    [5] = 0,
                                                    [10] = 0,
                                                    [20] = 0,
                                                    [15] = 0,
                                                    [21] = 0,
                                                    [11] = 0,
                                                    [22] = 0,
                                                    [3] = 0,
                                                    [6] = 0,
                                                    [12] = 0,
                                                    [24] = 0,
                                                    [19] = 0,
                                                    [25] = 0,
                                                    [13] = 0,
                                                    [26] = 0,
                                                    [23] = 0,
                                                    [7] = 0,
                                                    [14] = 0,
                                                    [28] = 0,
                                                    [27] = 0,
                                                    [29] = 0,
                                                    [30] = 0,
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [1] = 177,
                                                    [2] = 127.5,
                                                    [4] = 256,
                                                    [8] = 257,
                                                    [16] = 261,
                                                    [17] = 267,
                                                    [9] = 255,
                                                    [18] = 251,
                                                    [5] = 254,
                                                    [10] = 262,
                                                    [20] = 266,
                                                    [15] = 263,
                                                    [21] = 133,
                                                    [11] = 259,
                                                    [22] = 257.8,
                                                    [3] = 265,
                                                    [6] = 250,
                                                    [12] = 268,
                                                    [24] = 123.3,
                                                    [19] = 253,
                                                    [25] = 344,
                                                    [13] = 269,
                                                    [26] = 385,
                                                    [23] = 122.1,
                                                    [7] = 270,
                                                    [14] = 260,
                                                    [28] = 257.8,
                                                    [27] = 133,
                                                    [29] = 122.1,
                                                    [30] = 123.3,
                                                }, -- end of ["channels"]
                                            }, -- end of [3]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 128,
                                        ["psi"] = -0.60221820679909,
                                        ["parking_id"] = "1",
                                        ["x"] = 15644.329913021,
                                        ["name"] = "Bulldog 1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{BRU-70A_2*GBU-54_LEFT}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{GAU_12_Equalizer}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{ALQ_164_RF_Jammer}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [6]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 3519,
                                            ["flare"] = 120,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 7031.357718226,
                                        ["heading"] = 0.60221820679909,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Enfield11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "010",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 159,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "VMA-513",
                                        ["skill"] = "High",
                                        ["parking"] = 2,
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["EWDispenserTBL"] = 2,
                                            ["EWDispenserBR"] = 2,
                                            ["AAR_Zone3"] = 0,
                                            ["AAR_Zone2"] = 0,
                                            ["EWDispenserTFR"] = 1,
                                            ["AAR_Zone1"] = 0,
                                            ["EWDispenserTBR"] = 2,
                                            ["RocketBurst"] = 1,
                                            ["LaserCode100"] = 6,
                                            ["LaserCode1"] = 8,
                                            ["EWDispenserTFL"] = 1,
                                            ["EWDispenserBL"] = 2,
                                            ["ClockTime"] = 1,
                                            ["LaserCode10"] = 8,
                                            ["MountNVG"] = true,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "AV8BNA",
                                        ["unitId"] = 138,
                                        ["psi"] = -0.60221820679909,
                                        ["parking_id"] = "2",
                                        ["x"] = 15644.329913021,
                                        ["name"] = "Bulldog 2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{BRU-70A_2*GBU-54_LEFT}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{GAU_12_Equalizer}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{ALQ_164_RF_Jammer}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [6]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 3519,
                                            ["flare"] = 120,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 7031.357718226,
                                        ["heading"] = 0.60221820679909,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Enfield12",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "011",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 7031.357718226,
                                ["x"] = 15644.329913021,
                                ["name"] = "Bulldog",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["uncontrollable"] = false,
                                ["frequency"] = 243,
                            }, -- end of [8]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 2.7052603405912,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13907.94565111,
                                            ["speed"] = 0,
                                            ["x"] = 10066.516896602,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 46,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 103,
                                        ["rate"] = "30",
                                        ["y"] = 13907.94565111,
                                        ["x"] = 10066.516896602,
                                        ["name"] = "Статич.  UH-60A-1",
                                        ["heading"] = 2.7052603405912,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13907.94565111,
                                ["x"] = 10066.516896602,
                                ["name"] = "Статич.  UH-60A-1",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 2.7052603405912,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 14050.418185062,
                                            ["speed"] = 0,
                                            ["x"] = 10128.014150577,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 45,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 102,
                                        ["rate"] = "30",
                                        ["y"] = 14050.418185062,
                                        ["x"] = 10128.014150577,
                                        ["name"] = "Статич.  UH-60A-2",
                                        ["heading"] = 2.7052603405912,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 14050.418185062,
                                ["x"] = 10128.014150577,
                                ["name"] = "Статич.  UH-60A-2",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 14004.478608981,
                                            ["speed"] = 0,
                                            ["x"] = 9980.1901784469,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 32,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "H-tyre_B_WF",
                                        ["type"] = "Black_Tyre_WF",
                                        ["unitId"] = 89,
                                        ["rate"] = 3,
                                        ["y"] = 14004.478608981,
                                        ["x"] = 9980.1901784469,
                                        ["name"] = "Статич.  Шина с белым флажком-1-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 14004.478608981,
                                ["x"] = 9980.1901784469,
                                ["name"] = "Статич.  Шина с белым флажком-2",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13950.563132212,
                                            ["speed"] = 0,
                                            ["x"] = 9917.6238536791,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 23,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "H-tyre_B_WF",
                                        ["type"] = "Black_Tyre_WF",
                                        ["unitId"] = 71,
                                        ["rate"] = 3,
                                        ["y"] = 13950.563132212,
                                        ["x"] = 9917.6238536791,
                                        ["name"] = "Статич.  Шина с белым флажком-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13950.563132212,
                                ["x"] = 9917.6238536791,
                                ["name"] = "Статич.  Шина с белым флажком-1",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 5.8817595792209,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13816.005068687,
                                            ["speed"] = 0,
                                            ["x"] = 9887.2381276444,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 36,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 93,
                                        ["rate"] = "100",
                                        ["y"] = 13816.005068687,
                                        ["x"] = 9887.2381276444,
                                        ["name"] = "C-17A-5",
                                        ["heading"] = 5.8817595792209,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13816.005068687,
                                ["x"] = 9887.2381276444,
                                ["name"] = "Статич.  C-17A-5",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 5.8817595792209,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13748.171448921,
                                            ["speed"] = 0,
                                            ["x"] = 9857.5609189967,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 37,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 94,
                                        ["rate"] = "100",
                                        ["y"] = 13748.171448921,
                                        ["x"] = 9857.5609189967,
                                        ["name"] = "Статич.  C-17A-6",
                                        ["heading"] = 5.8817595792209,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13748.171448921,
                                ["x"] = 9857.5609189967,
                                ["name"] = "Статич.  C-17A-6",
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 2.7052603405912,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13564.099439526,
                                            ["speed"] = 0,
                                            ["x"] = 9620.6232533995,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 38,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 95,
                                        ["rate"] = "100",
                                        ["y"] = 13564.099439526,
                                        ["x"] = 9620.6232533995,
                                        ["name"] = "Статич.  C-17A-7",
                                        ["heading"] = 2.7052603405912,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13564.099439526,
                                ["x"] = 9620.6232533995,
                                ["name"] = "Статич.  C-17A-7",
                                ["dead"] = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["heading"] = 2.7227136331112,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13294.868572178,
                                            ["speed"] = 0,
                                            ["x"] = 9500.7757575967,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 39,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 96,
                                        ["rate"] = "100",
                                        ["y"] = 13294.868572178,
                                        ["x"] = 9500.7757575967,
                                        ["name"] = "Статич.  C-17A-8",
                                        ["heading"] = 2.7227136331112,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13294.868572178,
                                ["x"] = 9500.7757575967,
                                ["name"] = "Статич.  C-17A-8",
                                ["dead"] = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["heading"] = 2.7227136331112,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 15017.037327031,
                                            ["speed"] = 0,
                                            ["x"] = 10547.595353638,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 40,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 97,
                                        ["rate"] = "100",
                                        ["y"] = 15017.037327031,
                                        ["x"] = 10547.595353638,
                                        ["name"] = "Статич.  C-17A-9",
                                        ["heading"] = 2.7227136331112,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 15017.037327031,
                                ["x"] = 10547.595353638,
                                ["name"] = "Статич.  C-17A-9",
                                ["dead"] = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["heading"] = 2.7052603405912,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13420.973891009,
                                            ["speed"] = 0,
                                            ["x"] = 9852.5106557844,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 47,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 104,
                                        ["rate"] = "30",
                                        ["y"] = 13420.973891009,
                                        ["x"] = 9852.5106557844,
                                        ["name"] = "Статич.  UH-60A-3",
                                        ["heading"] = 2.7052603405912,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13420.973891009,
                                ["x"] = 9852.5106557844,
                                ["name"] = "Статич.  UH-60A-3",
                                ["dead"] = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["heading"] = 2.7052603405912,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13277.375642222,
                                            ["speed"] = 0,
                                            ["x"] = 9789.4489909732,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 48,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 105,
                                        ["rate"] = "30",
                                        ["y"] = 13277.375642222,
                                        ["x"] = 9789.4489909732,
                                        ["name"] = "Статич.  UH-60A-4",
                                        ["heading"] = 2.7052603405912,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13277.375642222,
                                ["x"] = 9789.4489909732,
                                ["name"] = "Статич.  UH-60A-4",
                                ["dead"] = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13250.971890852,
                                            ["speed"] = 0,
                                            ["x"] = 10239.858321115,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 49,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 106,
                                        ["rate"] = "30",
                                        ["y"] = 13250.971890852,
                                        ["x"] = 10239.858321115,
                                        ["name"] = "Статич.  UH-60A-5",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13250.971890852,
                                ["x"] = 10239.858321115,
                                ["name"] = "Статич.  UH-60A-5",
                                ["dead"] = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13468.617513312,
                                            ["speed"] = 0,
                                            ["x"] = 10333.060987423,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 50,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 107,
                                        ["rate"] = "30",
                                        ["y"] = 13468.617513312,
                                        ["x"] = 10333.060987423,
                                        ["name"] = "Статич.  UH-60A-6",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13468.617513312,
                                ["x"] = 10333.060987423,
                                ["name"] = "Статич.  UH-60A-6",
                                ["dead"] = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13954.655829204,
                                            ["speed"] = 0,
                                            ["x"] = 10547.388703524,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 51,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 108,
                                        ["rate"] = "30",
                                        ["y"] = 13954.655829204,
                                        ["x"] = 10547.388703524,
                                        ["name"] = "Статич.  UH-60A-7",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13954.655829204,
                                ["x"] = 10547.388703524,
                                ["name"] = "Статич.  UH-60A-7",
                                ["dead"] = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 14026.522493603,
                                            ["speed"] = 0,
                                            ["x"] = 10578.566153521,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 52,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 109,
                                        ["rate"] = "30",
                                        ["y"] = 14026.522493603,
                                        ["x"] = 10578.566153521,
                                        ["name"] = "Статич.  UH-60A-8",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 14026.522493603,
                                ["x"] = 10578.566153521,
                                ["name"] = "Статич.  UH-60A-8",
                                ["dead"] = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["heading"] = 5.8817595792209,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 15523.123197933,
                                            ["speed"] = 0,
                                            ["x"] = 10623.139035826,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 41,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 98,
                                        ["rate"] = "100",
                                        ["y"] = 15523.123197933,
                                        ["x"] = 10623.139035826,
                                        ["name"] = "Статич.  C-17A-10",
                                        ["heading"] = 5.8817595792209,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 15523.123197933,
                                ["x"] = 10623.139035826,
                                ["name"] = "Статич.  C-17A-10",
                                ["dead"] = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                ["heading"] = 5.8817595792209,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 16024.883511494,
                                            ["speed"] = 0,
                                            ["x"] = 10847.257885505,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 42,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 99,
                                        ["rate"] = "100",
                                        ["y"] = 16024.883511494,
                                        ["x"] = 10847.257885505,
                                        ["name"] = "Статич.  C-17A-11",
                                        ["heading"] = 5.8817595792209,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 16024.883511494,
                                ["x"] = 10847.257885505,
                                ["name"] = "Статич.  C-17A-11",
                                ["dead"] = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                ["heading"] = 2.7227136331112,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13437.533152938,
                                            ["speed"] = 0,
                                            ["x"] = 11044.165607579,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 43,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 100,
                                        ["rate"] = "100",
                                        ["y"] = 13437.533152938,
                                        ["x"] = 11044.165607579,
                                        ["name"] = "Статич.  C-17A-12",
                                        ["heading"] = 2.7227136331112,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13437.533152938,
                                ["x"] = 11044.165607579,
                                ["name"] = "Статич.  C-17A-12",
                                ["dead"] = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                ["heading"] = 2.7227136331112,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13273.823130388,
                                            ["speed"] = 0,
                                            ["x"] = 10973.090110815,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 44,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 101,
                                        ["rate"] = "100",
                                        ["y"] = 13273.823130388,
                                        ["x"] = 10973.090110815,
                                        ["name"] = "Статич.  C-17A-13",
                                        ["heading"] = 2.7227136331112,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13273.823130388,
                                ["x"] = 10973.090110815,
                                ["name"] = "Статич.  C-17A-13",
                                ["dead"] = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                ["heading"] = 2.7401669256311,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 13033.657744525,
                                            ["speed"] = 0,
                                            ["x"] = 11041.608383755,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 35,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "B-52H",
                                        ["unitId"] = 92,
                                        ["rate"] = "100",
                                        ["y"] = 13033.657744525,
                                        ["x"] = 11041.608383755,
                                        ["name"] = "Статич.  B-52H-1",
                                        ["heading"] = 2.7401669256311,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 13033.657744525,
                                ["x"] = 11041.608383755,
                                ["name"] = "Статич.  B-52H-1",
                                ["dead"] = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                ["heading"] = 2.7401669256311,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 12952.784211476,
                                            ["speed"] = 0,
                                            ["x"] = 11006.248094413,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 34,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "B-52H",
                                        ["unitId"] = 91,
                                        ["rate"] = "100",
                                        ["y"] = 12952.784211476,
                                        ["x"] = 11006.248094413,
                                        ["name"] = "Статич.  B-52H-2",
                                        ["heading"] = 2.7401669256311,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 12952.784211476,
                                ["x"] = 11006.248094413,
                                ["name"] = "Статич.  B-52H-2",
                                ["dead"] = false,
                            }, -- end of [21]
                            [22] = 
                            {
                                ["heading"] = 2.7401669256311,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 12871.210474678,
                                            ["speed"] = 0,
                                            ["x"] = 10969.137295698,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 33,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "B-52H",
                                        ["unitId"] = 90,
                                        ["rate"] = "100",
                                        ["y"] = 12871.210474678,
                                        ["x"] = 10969.137295698,
                                        ["name"] = "Статич.  B-52H-3",
                                        ["heading"] = 2.7401669256311,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 12871.210474678,
                                ["x"] = 10969.137295698,
                                ["name"] = "Статич.  B-52H-3",
                                ["dead"] = false,
                            }, -- end of [22]
                            [23] = 
                            {
                                ["heading"] = 2.9321531433505,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 1209.9579589024,
                                            ["speed"] = 0,
                                            ["x"] = 1043.19693451,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 59,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 116,
                                        ["rate"] = "100",
                                        ["y"] = 1209.9579589024,
                                        ["x"] = 1043.19693451,
                                        ["name"] = "Статич.  C-17A-1-3",
                                        ["heading"] = 2.9321531433505,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 1209.9579589024,
                                ["x"] = 1043.19693451,
                                ["name"] = "Статич.  C-17A-4",
                                ["dead"] = false,
                            }, -- end of [23]
                            [24] = 
                            {
                                ["heading"] = 4.310963252426,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 1281.2940796306,
                                            ["speed"] = 0,
                                            ["x"] = 1012.7485902967,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 58,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 115,
                                        ["rate"] = "100",
                                        ["y"] = 1281.2940796306,
                                        ["x"] = 1012.7485902967,
                                        ["name"] = "Статич.  C-17A-1-2",
                                        ["heading"] = 4.310963252426,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 1281.2940796306,
                                ["x"] = 1012.7485902967,
                                ["name"] = "Статич.  C-17A-3",
                                ["dead"] = false,
                            }, -- end of [24]
                            [25] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 849.36256814836,
                                            ["speed"] = 0,
                                            ["x"] = 721.74941488723,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 57,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 114,
                                        ["rate"] = "100",
                                        ["y"] = 849.36256814836,
                                        ["x"] = 721.74941488723,
                                        ["name"] = "Статич.  C-17A-1-1",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 849.36256814836,
                                ["x"] = 721.74941488723,
                                ["name"] = "Статич.  C-17A-2",
                                ["dead"] = false,
                            }, -- end of [25]
                            [26] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 729.30909667896,
                                            ["speed"] = 0,
                                            ["x"] = 655.63301030988,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 56,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "usaf standard",
                                        ["category"] = "Planes",
                                        ["type"] = "C-17A",
                                        ["unitId"] = 113,
                                        ["rate"] = "100",
                                        ["y"] = 729.30909667896,
                                        ["x"] = 655.63301030988,
                                        ["name"] = "Статич.  C-17A-1",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 729.30909667896,
                                ["x"] = 655.63301030988,
                                ["name"] = "Статич.  C-17A-1",
                                ["dead"] = false,
                            }, -- end of [26]
                            [27] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 429.58018098221,
                                            ["speed"] = 0,
                                            ["x"] = -418.76488207711,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 54,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "US Air Force",
                                        ["category"] = "Planes",
                                        ["type"] = "C-130",
                                        ["unitId"] = 111,
                                        ["rate"] = "70",
                                        ["y"] = 429.58018098221,
                                        ["x"] = -418.76488207711,
                                        ["name"] = "Статич.  C-130-1-1",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 429.58018098221,
                                ["x"] = -418.76488207711,
                                ["name"] = "Статич.  C-130-1",
                                ["dead"] = false,
                            }, -- end of [27]
                            [28] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 503.02577870779,
                                            ["speed"] = 0,
                                            ["x"] = -385.94429117935,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 55,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "US Air Force",
                                        ["category"] = "Planes",
                                        ["type"] = "C-130",
                                        ["unitId"] = 112,
                                        ["rate"] = "70",
                                        ["y"] = 503.02577870779,
                                        ["x"] = -385.94429117935,
                                        ["name"] = "Статич.  C-130-1-1-1",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 503.02577870779,
                                ["x"] = -385.94429117935,
                                ["name"] = "Статич.  C-130-2",
                                ["dead"] = false,
                            }, -- end of [28]
                            [29] = 
                            {
                                ["heading"] = 2.3911010752322,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 42441.48496264,
                                            ["speed"] = 0,
                                            ["x"] = 72801.384144489,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "default",
                                        ["category"] = "Animal",
                                        ["shape_name"] = "Cow",
                                        ["type"] = "Cow",
                                        ["unitId"] = 44,
                                        ["rate"] = 2,
                                        ["y"] = 42441.48496264,
                                        ["x"] = 72801.384144489,
                                        ["name"] = "Статич.  Корова-1-1-1",
                                        ["heading"] = 2.3911010752322,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 42441.48496264,
                                ["x"] = 72801.384144489,
                                ["name"] = "Статич.  Корова-2",
                                ["dead"] = false,
                            }, -- end of [29]
                            [30] = 
                            {
                                ["heading"] = 6.2308254296198,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 42458.637363779,
                                            ["speed"] = 0,
                                            ["x"] = 72806.376862192,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 11,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "default",
                                        ["category"] = "Animal",
                                        ["shape_name"] = "Cow",
                                        ["type"] = "Cow",
                                        ["unitId"] = 45,
                                        ["rate"] = 2,
                                        ["y"] = 42458.637363779,
                                        ["x"] = 72806.376862192,
                                        ["name"] = "Статич.  Корова-1-1-1-1",
                                        ["heading"] = 6.2308254296198,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 42458.637363779,
                                ["x"] = 72806.376862192,
                                ["name"] = "Статич.  Корова-3",
                                ["dead"] = false,
                            }, -- end of [30]
                            [31] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 42462.542957465,
                                            ["speed"] = 0,
                                            ["x"] = 72797.116176131,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "default",
                                        ["category"] = "Animal",
                                        ["shape_name"] = "Cow",
                                        ["type"] = "Cow",
                                        ["unitId"] = 43,
                                        ["rate"] = 2,
                                        ["y"] = 42462.542957465,
                                        ["x"] = 72797.116176131,
                                        ["name"] = "Статич.  Корова-1-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 42462.542957465,
                                ["x"] = 72797.116176131,
                                ["name"] = "Статич.  Корова-1",
                                ["dead"] = false,
                            }, -- end of [31]
                            [32] = 
                            {
                                ["heading"] = 1.4137166941154,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 48812.239592851,
                                            ["speed"] = 0,
                                            ["x"] = 75631.556367729,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 26,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Personnel",
                                        ["shape_name"] = "carrier_seaman_USA",
                                        ["type"] = "Carrier Seaman",
                                        ["unitId"] = 74,
                                        ["rate"] = 20,
                                        ["y"] = 48812.239592851,
                                        ["x"] = 75631.556367729,
                                        ["name"] = "Статич.  Корабельный специалист-1-1",
                                        ["heading"] = 1.4137166941154,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 48812.239592851,
                                ["x"] = 75631.556367729,
                                ["name"] = "Статич.  Корабельный специалист-2",
                                ["dead"] = false,
                            }, -- end of [32]
                            [33] = 
                            {
                                ["heading"] = 6.0388392119004,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 48878.606487086,
                                            ["speed"] = 0,
                                            ["x"] = 75614.192047936,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 24,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Personnel",
                                        ["shape_name"] = "carrier_lso_usa",
                                        ["type"] = "Carrier LSO Personell",
                                        ["unitId"] = 72,
                                        ["rate"] = 20,
                                        ["y"] = 48878.606487086,
                                        ["x"] = 75614.192047936,
                                        ["name"] = "Статич.  Офицер посадки 1-1",
                                        ["heading"] = 6.0388392119004,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 48878.606487086,
                                ["x"] = 75614.192047936,
                                ["name"] = "Статич.  Офицер посадки 1-1",
                                ["dead"] = false,
                            }, -- end of [33]
                            [34] = 
                            {
                                ["heading"] = 5.0265482457437,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 48932.588890248,
                                            ["speed"] = 0,
                                            ["x"] = 75616.70173849,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 25,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Personnel",
                                        ["shape_name"] = "carrier_seaman_USA",
                                        ["type"] = "Carrier Seaman",
                                        ["unitId"] = 73,
                                        ["rate"] = 20,
                                        ["y"] = 48932.588890248,
                                        ["x"] = 75616.70173849,
                                        ["name"] = "Статич.  Корабельный специалист-1",
                                        ["heading"] = 5.0265482457437,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 48932.588890248,
                                ["x"] = 75616.70173849,
                                ["name"] = "Статич.  Корабельный специалист-1",
                                ["dead"] = false,
                            }, -- end of [34]
                            [35] = 
                            {
                                ["heading"] = 3.1415926535898,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 49023.732844206,
                                            ["speed"] = 0,
                                            ["x"] = 75705.749076161,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "C-FTIJ",
                                        ["category"] = "Planes",
                                        ["type"] = "Christen Eagle II",
                                        ["unitId"] = 61,
                                        ["rate"] = -20,
                                        ["y"] = 49023.732844206,
                                        ["x"] = 75705.749076161,
                                        ["name"] = "Статич.  Christen Eagle II-2",
                                        ["heading"] = 3.1415926535898,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 49023.732844206,
                                ["x"] = 75705.749076161,
                                ["name"] = "Статич.  Christen Eagle II-2",
                                ["dead"] = false,
                            }, -- end of [35]
                            [36] = 
                            {
                                ["heading"] = 1.7453292519943,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 49053.013011207,
                                            ["speed"] = 0,
                                            ["x"] = 75628.239650525,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "C-FTIJ",
                                        ["category"] = "Planes",
                                        ["type"] = "Christen Eagle II",
                                        ["unitId"] = 60,
                                        ["rate"] = -20,
                                        ["y"] = 49053.013011207,
                                        ["x"] = 75628.239650525,
                                        ["name"] = "Статич.  Christen Eagle II-1",
                                        ["heading"] = 1.7453292519943,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 49053.013011207,
                                ["x"] = 75628.239650525,
                                ["name"] = "Статич.  Christen Eagle II-1",
                                ["dead"] = false,
                            }, -- end of [36]
                            [37] = 
                            {
                                ["heading"] = 4.2411500823462,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 7031.357718226,
                                            ["speed"] = 0,
                                            ["x"] = 15644.329913021,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 68,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Heliports",
                                        ["shape_name"] = "FARP_T",
                                        ["type"] = "FARP_T",
                                        ["unitId"] = 135,
                                        ["heliport_callsign_id"] = 1,
                                        ["heliport_modulation"] = 0,
                                        ["rate"] = 100,
                                        ["y"] = 7031.357718226,
                                        ["x"] = 15644.329913021,
                                        ["name"] = "Static FARP T-2-1",
                                        ["heliport_frequency"] = "127.5",
                                        ["heading"] = 4.2411500823462,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["category"] = "Heliports",
                                        ["shape_name"] = "FARP_T",
                                        ["type"] = "FARP_T",
                                        ["unitId"] = 137,
                                        ["heliport_callsign_id"] = 1,
                                        ["heliport_modulation"] = 0,
                                        ["rate"] = 100,
                                        ["y"] = 7209.5590230637,
                                        ["x"] = 15735.128012969,
                                        ["name"] = "Static FARP T-2-2",
                                        ["heliport_frequency"] = "127.5",
                                        ["heading"] = 4.2411500823462,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 7031.357718226,
                                ["x"] = 15644.329913021,
                                ["name"] = "Static FARP T-2",
                                ["dead"] = false,
                            }, -- end of [37]
                            [38] = 
                            {
                                ["heading"] = 0.07402203300817,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 7054.9368232364,
                                            ["speed"] = 0,
                                            ["x"] = 15587.480169816,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 71,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "H-Windsock_RW",
                                        ["type"] = "Windsock",
                                        ["unitId"] = 141,
                                        ["rate"] = 3,
                                        ["y"] = 7054.9368232364,
                                        ["x"] = 15587.480169816,
                                        ["name"] = "Static Windsock-1-1",
                                        ["heading"] = 0.07402203300817,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 7054.9368232364,
                                ["x"] = 15587.480169816,
                                ["name"] = "Static Windsock-1",
                                ["dead"] = false,
                            }, -- end of [38]
                            [39] = 
                            {
                                ["heading"] = 0.07402203300817,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 5558.6173138717,
                                            ["speed"] = 0,
                                            ["x"] = 14838.224076001,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 72,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "H-Windsock_RW",
                                        ["type"] = "Windsock",
                                        ["unitId"] = 142,
                                        ["rate"] = 3,
                                        ["y"] = 5558.6173138717,
                                        ["x"] = 14838.224076001,
                                        ["name"] = "Static Windsock-2-1",
                                        ["heading"] = 0.07402203300817,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 5558.6173138717,
                                ["x"] = 14838.224076001,
                                ["name"] = "Static Windsock-2",
                                ["dead"] = false,
                            }, -- end of [39]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [1]
                [2] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 500,
                                            ["action"] = "From Ground Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 55.555555555556,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffGround",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 6891.5335272269,
                                            ["x"] = 14840.369897058,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 264.71693317753,
                                            ["ETA_locked"] = false,
                                            ["y"] = 7066.108520291,
                                            ["x"] = 18505.228022493,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1094.0012493251,
                                            ["ETA_locked"] = false,
                                            ["y"] = -18965.850374325,
                                            ["x"] = -4216.6202450445,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 2000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1648.7116053604,
                                            ["ETA_locked"] = false,
                                            ["y"] = -16238.938954058,
                                            ["x"] = -27168.124698951,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 500,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Stealth Black",
                                        ["skill"] = "High",
                                        ["ropeLength"] = 5,
                                        ["speed"] = 55.555555555556,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["NS430allow"] = false,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "SA342Minigun",
                                        ["unitId"] = 1,
                                        ["psi"] = 0.677066454094,
                                        ["y"] = 6891.5335272269,
                                        ["x"] = 14840.369897058,
                                        ["name"] = "Guarddog 1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{IR_Deflector}",
                                                }, -- end of [6]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 167,
                                            ["flare"] = 32,
                                            ["chaff"] = 0,
                                            ["gun"] = 70,
                                        }, -- end of ["payload"]
                                        ["heading"] = -0.677066454094,
                                        ["callsign"] = 
                                        {
                                            [1] = 8,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Pontiac31",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "25",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 6891.5335272269,
                                ["x"] = 14840.369897058,
                                ["name"] = "Guarddog",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["uncontrollable"] = false,
                                ["frequency"] = 124,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "CJTF Blue",
                    ["id"] = 80,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["hiddenOnPlanner"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = true,
                                ["manualHeading"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 159,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 5740.9601846643,
                                            ["x"] = 14235.01381563,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 0,
                                                                        ["name"] = 9,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["number"] = 3,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 0,
                                                                        ["name"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["number"] = 4,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["number"] = 1,
                                                                ["designation"] = "Auto",
                                                                ["modulation"] = 0,
                                                                ["callname"] = 1,
                                                                ["datalink"] = true,
                                                                ["frequency"] = 133000000,
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 60,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "NASAMS_Command_Post",
                                        ["unitId"] = 117,
                                        ["y"] = 5740.9601846643,
                                        ["x"] = 14235.01381563,
                                        ["name"] = "Ground-1-1",
                                        ["heading"] = 0.017453292519943,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "NASAMS_Radar_MPQ64F1",
                                        ["unitId"] = 118,
                                        ["y"] = 5840.4540467621,
                                        ["x"] = 14271.12430918,
                                        ["name"] = "Ground-1-2",
                                        ["heading"] = 1.0471975511966,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "NASAMS_LN_C",
                                        ["unitId"] = 119,
                                        ["y"] = 5603.3457426809,
                                        ["x"] = 14166.076326359,
                                        ["name"] = "Ground-1-3",
                                        ["heading"] = 1.0471975511966,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "NASAMS_LN_C",
                                        ["unitId"] = 120,
                                        ["y"] = 5706.8930400328,
                                        ["x"] = 13951.478304311,
                                        ["name"] = "Ground-1-4",
                                        ["heading"] = 2.775073510671,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "NASAMS_LN_C",
                                        ["unitId"] = 121,
                                        ["y"] = 7715.9339031617,
                                        ["x"] = 15276.90442832,
                                        ["name"] = "Ground-1-5",
                                        ["heading"] = 0.31415926535898,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "NASAMS_LN_C",
                                        ["unitId"] = 122,
                                        ["y"] = 5613.850540963,
                                        ["x"] = 14260.619510898,
                                        ["name"] = "Ground-1-6",
                                        ["heading"] = 5.4803338512622,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "M1097 Avenger",
                                        ["unitId"] = 123,
                                        ["y"] = 5259.6887703101,
                                        ["x"] = 14338.655155279,
                                        ["name"] = "Ground-1-7",
                                        ["heading"] = 6.2133721370998,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "M1097 Avenger",
                                        ["unitId"] = 124,
                                        ["y"] = 7608.3852808373,
                                        ["x"] = 15329.244757851,
                                        ["name"] = "Ground-1-8",
                                        ["heading"] = 4.7996554429844,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "M1097 Avenger",
                                        ["unitId"] = 125,
                                        ["y"] = 5996.5253355244,
                                        ["x"] = 14085.03931104,
                                        ["name"] = "Ground-1-9",
                                        ["heading"] = 2.8623399732707,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["unitId"] = 126,
                                        ["y"] = 7645.0663855216,
                                        ["x"] = 16183.952996501,
                                        ["name"] = "Ground-1-10",
                                        ["heading"] = 2.8623399732707,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["unitId"] = 127,
                                        ["y"] = 7605.1380907823,
                                        ["x"] = 15785.055239555,
                                        ["name"] = "Ground-1-11",
                                        ["heading"] = 2.8623399732707,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "Stinger comm",
                                        ["unitId"] = 152,
                                        ["y"] = 7709.1666044423,
                                        ["x"] = 16141.56052663,
                                        ["name"] = "Airfield_Defense_Bty_C-1",
                                        ["heading"] = 2.8623399732707,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "Soldier stinger",
                                        ["unitId"] = 153,
                                        ["y"] = 7685.7657153092,
                                        ["x"] = 16161.872005175,
                                        ["name"] = "Airfield_Defense_Bty_C-2",
                                        ["heading"] = 2.8623399732707,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "Soldier stinger",
                                        ["unitId"] = 154,
                                        ["y"] = 7706.0175806127,
                                        ["x"] = 16117.316563011,
                                        ["name"] = "Airfield_Defense_Bty_C-3",
                                        ["heading"] = 2.8623399732707,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Excellent",
                                        ["type"] = "JTACFP",
                                        ["unitId"] = 155,
                                        ["y"] = 7670.8834957084,
                                        ["x"] = 16134.525366742,
                                        ["name"] = "Airfield_Defense_Bty_C-4",
                                        ["heading"] = 2.8623399732707,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Excellent",
                                        ["type"] = "Soldier M249",
                                        ["unitId"] = 156,
                                        ["y"] = 7676.1793131826,
                                        ["x"] = 16121.83747071,
                                        ["name"] = "Airfield_Defense_Bty_C-5",
                                        ["heading"] = 2.8623399732707,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "High",
                                        ["type"] = "Soldier M249",
                                        ["unitId"] = 157,
                                        ["y"] = 7672.5747055642,
                                        ["x"] = 16125.908400765,
                                        ["name"] = "Airfield_Defense_Bty_C-6",
                                        ["heading"] = 2.8623399732707,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [17]
                                }, -- end of ["units"]
                                ["y"] = 5740.9601846643,
                                ["x"] = 14235.01381563,
                                ["name"] = "Airfield_Defense_Bty_C",
                                ["start_time"] = 0,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                }, -- end of [2]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["neutrals"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "neutrals",
            ["country"] = 
            {
            }, -- end of ["country"]
        }, -- end of ["neutrals"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "red",
            ["country"] = 
            {
                [1] = 
                {
                    ["name"] = "CJTF Red",
                    ["id"] = 81,
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 43214.058302248,
                                            ["speed"] = 0,
                                            ["x"] = 72291.419417651,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 62,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["mass"] = 4500,
                                        ["category"] = "Cargos",
                                        ["canCargo"] = true,
                                        ["shape_name"] = "iso_container_cargo",
                                        ["type"] = "iso_container",
                                        ["unitId"] = 129,
                                        ["rate"] = 100,
                                        ["y"] = 43214.058302248,
                                        ["x"] = 72291.419417651,
                                        ["name"] = "Static ISO container-1-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 43214.058302248,
                                ["x"] = 72291.419417651,
                                ["name"] = "Static ISO container-1",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 43216.497504542,
                                            ["speed"] = 0,
                                            ["x"] = 72291.125493777,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 63,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["mass"] = 480,
                                        ["category"] = "Cargos",
                                        ["canCargo"] = true,
                                        ["shape_name"] = "barrels_cargo",
                                        ["type"] = "barrels_cargo",
                                        ["unitId"] = 130,
                                        ["rate"] = 100,
                                        ["y"] = 43216.497504542,
                                        ["x"] = 72291.125493777,
                                        ["name"] = "Static Barrels-1-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 43216.497504542,
                                ["x"] = 72291.125493777,
                                ["name"] = "Static Barrels-1",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 43216.510982574,
                                            ["speed"] = 0,
                                            ["x"] = 72293.221542992,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 64,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["mass"] = 840,
                                        ["category"] = "Cargos",
                                        ["canCargo"] = true,
                                        ["shape_name"] = "m117_cargo",
                                        ["type"] = "m117_cargo",
                                        ["unitId"] = 131,
                                        ["rate"] = 100,
                                        ["y"] = 43216.510982574,
                                        ["x"] = 72293.221542992,
                                        ["name"] = "Static M117 bombs-1-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 43216.510982574,
                                ["x"] = 72293.221542992,
                                ["name"] = "Static M117 bombs-1",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 43218.423517556,
                                            ["speed"] = 0,
                                            ["x"] = 72282.744401525,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 65,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["mass"] = 4747,
                                        ["category"] = "Cargos",
                                        ["canCargo"] = true,
                                        ["shape_name"] = "trunks_long_cargo",
                                        ["type"] = "trunks_long_cargo",
                                        ["unitId"] = 132,
                                        ["rate"] = 100,
                                        ["y"] = 43218.423517556,
                                        ["x"] = 72282.744401525,
                                        ["name"] = "Static Trunks long-1-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 43218.423517556,
                                ["x"] = 72282.744401525,
                                ["name"] = "Static Trunks long-1",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 43206.738374698,
                                            ["speed"] = 0,
                                            ["x"] = 72283.055544382,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 66,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["mass"] = 4747,
                                        ["category"] = "Cargos",
                                        ["canCargo"] = true,
                                        ["shape_name"] = "trunks_long_cargo",
                                        ["type"] = "trunks_long_cargo",
                                        ["unitId"] = 133,
                                        ["rate"] = 100,
                                        ["y"] = 43206.738374698,
                                        ["x"] = 72283.055544382,
                                        ["name"] = "Static Trunks long-2-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 43206.738374698,
                                ["x"] = 72283.055544382,
                                ["name"] = "Static Trunks long-2",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 43212.981913555,
                                            ["speed"] = 0,
                                            ["x"] = 72303.228794278,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 67,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Heliports",
                                        ["shape_name"] = "FARP_T",
                                        ["type"] = "FARP_T",
                                        ["unitId"] = 134,
                                        ["heliport_callsign_id"] = 1,
                                        ["heliport_modulation"] = 0,
                                        ["rate"] = 100,
                                        ["y"] = 43212.981913555,
                                        ["x"] = 72303.228794278,
                                        ["name"] = "Static FARP T-1",
                                        ["heliport_frequency"] = "127.5",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 43212.981913555,
                                ["x"] = 72303.228794278,
                                ["name"] = "Static FARP T-1",
                                ["dead"] = false,
                            }, -- end of [6]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["hiddenOnPlanner"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = true,
                                ["task"] = "Ground Nothing",
                                ["manualHeading"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 475,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 43214.210907389,
                                            ["x"] = 72267.103696339,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 70,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = true,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Average",
                                        ["type"] = "ATZ60",
                                        ["unitId"] = 139,
                                        ["y"] = 43214.210907389,
                                        ["x"] = 72267.103696339,
                                        ["name"] = "Ground-3-1",
                                        ["heading"] = 4.7647488579445,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 43214.210907389,
                                ["x"] = 72267.103696339,
                                ["name"] = "OPFOR_tgt",
                                ["start_time"] = 0,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "DictKey_sortie_5",
    ["version"] = 19,
    ["trigrules"] = 
    {
    }, -- end of ["trigrules"]
    ["currentKey"] = 31020,
    ["start_time"] = 64800,
    ["forcedOptions"] = 
    {
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["COM2_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "COM2_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["COM2_FAILURE_TOTAL"]
        ["DMT_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "DMT_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["DMT_FAILURE_TOTAL"]
        ["INS_FAILURE_VELOCITY"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "INS_FAILURE_VELOCITY",
            ["mm"] = 0,
        }, -- end of ["INS_FAILURE_VELOCITY"]
        ["STATION_2_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STATION_2_FAILURE",
            ["mm"] = 0,
        }, -- end of ["STATION_2_FAILURE"]
        ["ARBS_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ARBS_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["ARBS_FAILURE_TOTAL"]
        ["DVMS_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "DVMS_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["DVMS_FAILURE_TOTAL"]
        ["SMS_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "SMS_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["SMS_FAILURE_TOTAL"]
        ["STATION_4_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STATION_4_FAILURE",
            ["mm"] = 0,
        }, -- end of ["STATION_4_FAILURE"]
        ["COM1_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "COM1_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["COM1_FAILURE_TOTAL"]
        ["STRAKE_RIGHT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STRAKE_RIGHT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["STRAKE_RIGHT_FAILURE"]
        ["ADC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ADC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["ADC_FAILURE_TOTAL"]
        ["STATION_1_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STATION_1_FAILURE",
            ["mm"] = 0,
        }, -- end of ["STATION_1_FAILURE"]
        ["STATION_5_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STATION_5_FAILURE",
            ["mm"] = 0,
        }, -- end of ["STATION_5_FAILURE"]
        ["STATION_7_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STATION_7_FAILURE",
            ["mm"] = 0,
        }, -- end of ["STATION_7_FAILURE"]
        ["STATION_6_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STATION_6_FAILURE",
            ["mm"] = 0,
        }, -- end of ["STATION_6_FAILURE"]
        ["INS_FAILURE_ATTITUDE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "INS_FAILURE_ATTITUDE",
            ["mm"] = 0,
        }, -- end of ["INS_FAILURE_ATTITUDE"]
        ["INS_FAILURE_HEADING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "INS_FAILURE_HEADING",
            ["mm"] = 0,
        }, -- end of ["INS_FAILURE_HEADING"]
        ["MSC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "MSC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["MSC_FAILURE_TOTAL"]
        ["FLIR_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "FLIR_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["FLIR_FAILURE_TOTAL"]
        ["STATION_3_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STATION_3_FAILURE",
            ["mm"] = 0,
        }, -- end of ["STATION_3_FAILURE"]
        ["TCN_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TCN_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["TCN_FAILURE_TOTAL"]
        ["STRAKE_LEFT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STRAKE_LEFT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["STRAKE_LEFT_FAILURE"]
    }, -- end of ["failures"]
} -- end of mission
