From 8097f074e22539d4f7ddb3f8571b8399c24b4216 Mon Sep 17 00:00:00 2001 From: David Pierron Date: Sun, 18 Jul 2021 20:34:10 +0200 Subject: [PATCH] added spawnable aircrafts and renamed groups and units --- build.cmd | 18 +- extract.cmd | 2 +- package.json | 9 +- src/mission/mission | 5558 ++++++++++++++++++++------- src/spawnableAircrafts/settings.lua | 2727 +++++++++++++ 5 files changed, 6907 insertions(+), 1407 deletions(-) create mode 100644 src/spawnableAircrafts/settings.lua diff --git a/build.cmd b/build.cmd index 9bdbeb0..266a2fc 100644 --- a/build.cmd +++ b/build.cmd @@ -174,10 +174,20 @@ pushd %DYNAMIC_SCRIPTS_PATH%\src\scripts\veaf popd rem -- set the waypoints according to the settings file -echo set the waypoints according to the settings file -pushd %DYNAMIC_SCRIPTS_PATH%\src\scripts\veaf -"%LUA%" veafMissionFlightPlanEditor.lua %DYNAMIC_MISSION_PATH%\build\tempsrc %DYNAMIC_MISSION_PATH%\src\waypoints\waypointsSettings.lua %LUA_SCRIPTS_DEBUG_PARAMETER% -popd +if exist %DYNAMIC_MISSION_PATH%\src\waypoints\waypointsSettings.lua ( + echo set the waypoints according to the settings file + pushd %DYNAMIC_SCRIPTS_PATH%\src\scripts\veaf + "%LUA%" veafMissionFlightPlanEditor.lua %DYNAMIC_MISSION_PATH%\build\tempsrc %DYNAMIC_MISSION_PATH%\src\waypoints\waypointsSettings.lua %LUA_SCRIPTS_DEBUG_PARAMETER% + popd +) + +rem -- set the spawnable aircrafts according to the settings file +if exist %DYNAMIC_MISSION_PATH%\src\spawnableAircrafts\settings.lua ( + echo set the spawnable aircrafts according to the settings file + pushd %DYNAMIC_SCRIPTS_PATH%\src\scripts\veaf + "%LUA%" veafSpawnableAircraftsEditor.lua %DYNAMIC_MISSION_PATH%\build\tempsrc %DYNAMIC_MISSION_PATH%\src\spawnableAircrafts\settings.lua %LUA_SCRIPTS_DEBUG_PARAMETER% + popd +) rem -- set the dynamic load variables in the dictionary echo set the dynamic load variables in the dictionary diff --git a/extract.cmd b/extract.cmd index 466e97c..0bda08e 100644 --- a/extract.cmd +++ b/extract.cmd @@ -77,7 +77,7 @@ pushd node_modules\veaf-mission-creation-tools\src\scripts\veaf popd rem -- cleanup -del *%MISSION_NAME%*.miz +rem del *%MISSION_NAME%*.miz echo. echo ---------------------------------------- diff --git a/package.json b/package.json index dd4a515..c255151 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,14 @@ { "name": "VEAF-Open-Training-Mission-Marianas", "version": "1.0.0", - "description": "DCS mission with VEAF scripting", + "description": "OpenTraining mission Marianas", + "main": "", + "author": "Mikcael, Zip", + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/VEAF-Open-Training-Mission-Marianas.git" + }, "dependencies": { "veaf-mission-creation-tools": "^4.0.0" } diff --git a/src/mission/mission b/src/mission/mission index 2c229b3..3e15fcf 100644 --- a/src/mission/mission +++ b/src/mission/mission @@ -67,7 +67,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "Army Standard", - ["name"] = "Rotary-1-1", + ["name"] = "UH-1H Olf Orote", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -124,7 +124,7 @@ mission = { ["groupId"] = 60, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "UH-1H Olf Orote ", + ["name"] = "UH-1H Olf Orote-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -176,7 +176,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "Army Standard", - ["name"] = "Rotary-1-1-1", + ["name"] = "UH-1H Olf Orote-1", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -233,7 +233,7 @@ mission = { ["groupId"] = 61, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "UH-1H Olf Orote ", + ["name"] = "UH-1H Olf Orote-2", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -285,7 +285,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "Army Standard", - ["name"] = "Rotary-1-1-1-1", + ["name"] = "UH-1H Olf Orote-2", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -342,7 +342,7 @@ mission = { ["groupId"] = 62, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "UH-1H Olf Orote ", + ["name"] = "UH-1H Olf Orote-3", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -394,7 +394,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "Army Standard", - ["name"] = "Rotary-1-1-1-1-1", + ["name"] = "UH-1H Olf Orote-3", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -503,7 +503,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "Army Standard", - ["name"] = "Rotary-1-2", + ["name"] = "UH-1H Santa Rita", ["onboard_num"] = "054", ["payload"] = { ["chaff"] = 0, @@ -560,7 +560,7 @@ mission = { ["groupId"] = 99, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "UH-1H Santa Rita ", + ["name"] = "UH-1H Santa Rita-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -612,7 +612,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "Army Standard", - ["name"] = "Rotary-1-2-1", + ["name"] = "UH-1H Santa Rita-1", ["onboard_num"] = "054", ["payload"] = { ["chaff"] = 0, @@ -669,7 +669,7 @@ mission = { ["groupId"] = 100, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "UH-1H Santa Rita ", + ["name"] = "UH-1H Santa Rita-2", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -721,7 +721,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "Army Standard", - ["name"] = "Rotary-1-2-2", + ["name"] = "UH-1H Santa Rita-2", ["onboard_num"] = "054", ["payload"] = { ["chaff"] = 0, @@ -778,7 +778,7 @@ mission = { ["groupId"] = 101, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "UH-1H Santa Rita ", + ["name"] = "UH-1H Santa Rita-3", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -830,7 +830,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "Army Standard", - ["name"] = "Rotary-1-2-2-1", + ["name"] = "UH-1H Santa Rita-3", ["onboard_num"] = "054", ["payload"] = { ["chaff"] = 0, @@ -844,7 +844,7 @@ mission = { ["Radio"] = { [1] = { ["channels"] = { - [1] = 124, + [1] = 251, [2] = 264, [3] = 265, [4] = 256, @@ -957,7 +957,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "99.735 Coyotes - Crocodile - VEAF", - ["name"] = "Rotary-1-2-3", + ["name"] = "Mi-24P Santa Rita", ["onboard_num"] = "054", ["payload"] = { ["chaff"] = 0, @@ -1030,7 +1030,7 @@ mission = { ["groupId"] = 103, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Mi-24P Santa Rita ", + ["name"] = "Mi-24P Santa Rita-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -1100,7 +1100,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "99.735 Coyotes - Crocodile - VEAF", - ["name"] = "Rotary-1-2-3-1", + ["name"] = "Mi-24P Santa Rita-1", ["onboard_num"] = "054", ["payload"] = { ["chaff"] = 0, @@ -1514,7 +1514,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "USA_AFG", - ["name"] = "Rotary-1-2-3-2-1-1", + ["name"] = "Mi-8MTV2 Santa Rita", ["onboard_num"] = "054", ["payload"] = { ["chaff"] = 0, @@ -1587,7 +1587,7 @@ mission = { ["groupId"] = 107, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Mi-8MTV2 Santa Rita ", + ["name"] = "Mi-8MTV2 Santa Rita-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -1642,7 +1642,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "USA_AFG", - ["name"] = "Rotary-1-2-3-2-1-1-1", + ["name"] = "Mi-8MTV2 Santa Rita-1", ["onboard_num"] = "054", ["payload"] = { ["chaff"] = 0, @@ -1715,7 +1715,7 @@ mission = { ["groupId"] = 108, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Mi-8MTV2 Santa Rita ", + ["name"] = "Mi-8MTV2 Santa Rita-2", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -1770,7 +1770,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "USA_AFG", - ["name"] = "Rotary-1-2-3-2-1-1-1-1", + ["name"] = "Mi-8MTV2 Santa Rita-2", ["onboard_num"] = "054", ["payload"] = { ["chaff"] = 0, @@ -2584,119 +2584,6 @@ mission = { ["y"] = -88391.64765773, }, -- end of [21] [22] = { - ["communication"] = true, - ["frequency"] = 251, - ["groupId"] = 436, - ["hidden"] = false, - ["modulation"] = 0, - ["name"] = "UH-1H USS Gridley West ", - ["radioSet"] = false, - ["route"] = { - ["points"] = { - [1] = { - ["action"] = "From Parking Area", - ["alt"] = 0, - ["alt_type"] = "BARO", - ["ETA"] = 0, - ["ETA_locked"] = true, - ["formation_template"] = "", - ["helipadId"] = 264, - ["linkUnit"] = 264, - ["speed"] = 41.666666666667, - ["speed_locked"] = true, - ["task"] = { - ["id"] = "ComboTask", - ["params"] = { - ["tasks"] = { - }, -- end of ["tasks"] - }, -- end of ["params"] - }, -- end of ["task"] - ["type"] = "TakeOffParking", - ["x"] = -13595.210948984, - ["y"] = -9926.1279847336, - }, -- end of [1] - }, -- end of ["points"] - }, -- end of ["route"] - ["start_time"] = 0, - ["task"] = "Transport", - ["tasks"] = { - }, -- end of ["tasks"] - ["uncontrollable"] = false, - ["uncontrolled"] = false, - ["units"] = { - [1] = { - ["AddPropAircraft"] = { - ["EngineResource"] = 90, - ["ExhaustScreen"] = true, - ["GunnersAISkill"] = 90, - ["NetCrewControlPriority"] = 0, - ["SoloFlight"] = false, - }, -- end of ["AddPropAircraft"] - ["alt"] = 0, - ["alt_type"] = "BARO", - ["callsign"] = { - [1] = 2, - [2] = 2, - [3] = 1, - ["name"] = "Springfield21", - }, -- end of ["callsign"] - ["hardpoint_racks"] = true, - ["heading"] = -2.0292013924116, - ["livery_id"] = "Army Standard", - ["name"] = "Rotary-2-1-5-2-1-1-1", - ["onboard_num"] = "056", - ["parking"] = "1", - ["parking_id"] = "1", - ["payload"] = { - ["chaff"] = 0, - ["flare"] = 60, - ["fuel"] = "631", - ["gun"] = 100, - ["pylons"] = { - }, -- end of ["pylons"] - }, -- end of ["payload"] - ["psi"] = 0, - ["Radio"] = { - [1] = { - ["channels"] = { - [1] = 251, - [2] = 264, - [3] = 265, - [4] = 256, - [5] = 254, - [6] = 250, - [7] = 270, - [8] = 257, - [9] = 255, - [10] = 262, - [11] = 259, - [12] = 268, - [13] = 269, - [14] = 260, - [15] = 263, - [16] = 261, - [17] = 267, - [18] = 251, - [19] = 253, - [20] = 266, - }, -- end of ["channels"] - ["modulations"] = { - }, -- end of ["modulations"] - }, -- end of [1] - }, -- end of ["Radio"] - ["ropeLength"] = 15, - ["skill"] = "Client", - ["speed"] = 41.666666666667, - ["type"] = "UH-1H", - ["unitId"] = 729, - ["x"] = -13595.210948984, - ["y"] = -9926.1279847336, - }, -- end of [1] - }, -- end of ["units"] - ["x"] = -13595.210948984, - ["y"] = -9926.1279847336, - }, -- end of [22] - [23] = { ["communication"] = true, ["frequency"] = 251, ["groupId"] = 485, @@ -2876,8 +2763,8 @@ mission = { }, -- end of ["units"] ["x"] = -33918.622909105, ["y"] = -181103.44030546, - }, -- end of [23] - [24] = { + }, -- end of [22] + [23] = { ["communication"] = true, ["frequency"] = 251, ["groupId"] = 493, @@ -2988,8 +2875,8 @@ mission = { }, -- end of ["units"] ["x"] = 11484.473632813, ["y"] = 13979.642578125, - }, -- end of [24] - [25] = { + }, -- end of [23] + [24] = { ["communication"] = true, ["frequency"] = 127.5, ["groupId"] = 494, @@ -3134,8 +3021,8 @@ mission = { }, -- end of ["units"] ["x"] = 11406.203125, ["y"] = 14087.919921875, - }, -- end of [25] - [26] = { + }, -- end of [24] + [25] = { ["communication"] = true, ["frequency"] = 127.5, ["groupId"] = 495, @@ -3265,8 +3152,8 @@ mission = { }, -- end of ["units"] ["x"] = 11414.111328125, ["y"] = 14010.53515625, - }, -- end of [26] - [27] = { + }, -- end of [25] + [26] = { ["communication"] = true, ["frequency"] = 251, ["groupId"] = 497, @@ -3377,8 +3264,8 @@ mission = { }, -- end of ["units"] ["x"] = 11511.658203125, ["y"] = 14041.780273437, - }, -- end of [27] - [28] = { + }, -- end of [26] + [27] = { ["communication"] = true, ["frequency"] = 127.5, ["groupId"] = 499, @@ -3508,8 +3395,8 @@ mission = { }, -- end of ["units"] ["x"] = 11441.21875, ["y"] = 14072.595703125, - }, -- end of [28] - [29] = { + }, -- end of [27] + [28] = { ["communication"] = true, ["frequency"] = 127.5, ["groupId"] = 500, @@ -3654,8 +3541,8 @@ mission = { }, -- end of ["units"] ["x"] = 11379.061523438, ["y"] = 14025.768554688, - }, -- end of [29] - [30] = { + }, -- end of [28] + [29] = { ["communication"] = true, ["frequency"] = 124, ["groupId"] = 501, @@ -3812,8 +3699,8 @@ mission = { }, -- end of ["units"] ["x"] = 11449.36328125, ["y"] = 13994.796875, - }, -- end of [30] - [31] = { + }, -- end of [29] + [30] = { ["communication"] = true, ["frequency"] = 124, ["groupId"] = 502, @@ -3970,8 +3857,8 @@ mission = { }, -- end of ["units"] ["x"] = 11476.442382812, ["y"] = 14057.137695313, - }, -- end of [31] - [32] = { + }, -- end of [30] + [31] = { ["communication"] = true, ["frequency"] = 251, ["groupId"] = 527, @@ -4083,8 +3970,8 @@ mission = { }, -- end of ["units"] ["x"] = 44036.508540752, ["y"] = -57258.397241481, - }, -- end of [32] - [33] = { + }, -- end of [31] + [32] = { ["communication"] = true, ["frequency"] = 127.5, ["groupId"] = 529, @@ -4158,8 +4045,8 @@ mission = { }, -- end of ["units"] ["x"] = -12773.968503915, ["y"] = -275879.10918417, - }, -- end of [33] - [34] = { + }, -- end of [32] + [33] = { ["communication"] = true, ["frequency"] = 127.5, ["groupId"] = 532, @@ -4233,7 +4120,7 @@ mission = { }, -- end of ["units"] ["x"] = -27493.901857861, ["y"] = -232528.2225986, - }, -- end of [34] + }, -- end of [33] }, -- end of ["group"] }, -- end of ["helicopter"] ["id"] = 2, @@ -37265,7 +37152,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1", + ["name"] = "Ka-50 Olf Orote", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -37360,7 +37247,7 @@ mission = { ["groupId"] = 64, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Ka-50 Olf Orote ", + ["name"] = "Ka-50 Olf Orote-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -37419,7 +37306,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1", + ["name"] = "Ka-50 Olf Orote-1", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -37514,7 +37401,7 @@ mission = { ["groupId"] = 65, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Ka-50 Olf Orote ", + ["name"] = "Ka-50 Olf Orote-2", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -37573,7 +37460,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1-1", + ["name"] = "Ka-50 Olf Orote-2", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -37668,7 +37555,7 @@ mission = { ["groupId"] = 66, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Ka-50 Olf Orote ", + ["name"] = "Ka-50 Olf Orote-3", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -37727,7 +37614,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1-2", + ["name"] = "Ka-50 Olf Orote-3", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -37877,7 +37764,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "RED", - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1", + ["name"] = "Mi-8MTV2 Olf Orote", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -37950,7 +37837,7 @@ mission = { ["groupId"] = 69, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Mi-8MTV2 Olf Orote ", + ["name"] = "Mi-8MTV2 Olf Orote-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -38005,7 +37892,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "RED", - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-1", + ["name"] = "Mi-8MTV2 Olf Orote-1", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -38078,7 +37965,7 @@ mission = { ["groupId"] = 70, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Mi-8MTV2 Olf Orote ", + ["name"] = "Mi-8MTV2 Olf Orote-3", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -38133,7 +38020,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "RED", - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-2", + ["name"] = "Mi-8MTV2 Olf Orote-2", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -38206,7 +38093,7 @@ mission = { ["groupId"] = 71, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Mi-8MTV2 Olf Orote ", + ["name"] = "Mi-8MTV2 Olf Orote-2", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -38261,7 +38148,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "RED", - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3", + ["name"] = "Mi-8MTV2 Olf Orote-3", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -38404,7 +38291,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "99.735 Coyotes - Crocodile - VEAF", - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1", + ["name"] = "Mi-24P Olf Orote-2", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -38489,7 +38376,7 @@ mission = { ["groupId"] = 73, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Mi-24P Olf Orote ", + ["name"] = "Mi-24P Olf Orote-2", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -38559,7 +38446,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "99.735 Coyotes - Crocodile - VEAF", - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1", + ["name"] = "Mi-24P Olf Orote-1", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -38644,7 +38531,7 @@ mission = { ["groupId"] = 74, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Mi-24P Olf Orote ", + ["name"] = "Mi-24P Olf Orote-3", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -38714,7 +38601,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "99.735 Coyotes - Crocodile - VEAF", - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1-1", + ["name"] = "Mi-24P Olf Orote-", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -38799,7 +38686,7 @@ mission = { ["groupId"] = 75, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "Mi-24P Olf Orote ", + ["name"] = "Mi-24P Olf Orote-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -38869,7 +38756,7 @@ mission = { ["hardpoint_racks"] = true, ["heading"] = 0, ["livery_id"] = "99.735 Coyotes - Crocodile - VEAF", - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1-1-1", + ["name"] = "Mi-24P Olf Orote", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -39031,7 +38918,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1-1-1-1", + ["name"] = "SA342L Olf Orote-1", ["onboard_num"] = "053", ["payload"] = { ["ammo_type"] = 1, @@ -39085,7 +38972,7 @@ mission = { ["groupId"] = 77, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "SA342L Olf Orote ", + ["name"] = "SA342L Olf Orote-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -39162,7 +39049,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1-1-1-1-1", + ["name"] = "SA342L Olf Orote", ["onboard_num"] = "053", ["payload"] = { ["ammo_type"] = 1, @@ -39293,7 +39180,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1-1-1-1-1-1", + ["name"] = "SA342M Olf Orote-1", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -39346,7 +39233,7 @@ mission = { ["groupId"] = 79, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "SA342M Olf Orote ", + ["name"] = "SA342M Olf Orote-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -39423,7 +39310,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1-1-1-1-1-1-1", + ["name"] = "SA342M Olf Orote", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -39553,7 +39440,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1-1-1-1-1-1-1-1", + ["name"] = "SA342Minigun Olf Orote", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -39606,7 +39493,7 @@ mission = { ["groupId"] = 81, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "SA342Minigun Olf Orote ", + ["name"] = "SA342Minigun Olf Orote-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -39683,7 +39570,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1-1-1-1-1-1-1-1-1", + ["name"] = "SA342Minigun Olf Orote-1", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -39772,8 +39659,8 @@ mission = { }, -- end of ["params"] }, -- end of ["task"] ["type"] = "TakeOffGround", - ["x"] = -5062.9007357371, - ["y"] = -17516.787901528, + ["x"] = -5064.0924798446, + ["y"] = -17517.390934529, }, -- end of [1] }, -- end of ["points"] }, -- end of ["route"] @@ -39798,7 +39685,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1-1-1-1-1-1-1-1-1-1", + ["name"] = "SA342Mistral Olf Orote-1", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -39838,12 +39725,12 @@ mission = { ["speed"] = 46.25, ["type"] = "SA342Mistral", ["unitId"] = 250, - ["x"] = -5062.9007357371, - ["y"] = -17516.787901528, + ["x"] = -5064.0924798446, + ["y"] = -17517.390934529, }, -- end of [1] }, -- end of ["units"] - ["x"] = -5062.9007357371, - ["y"] = -17516.787901528, + ["x"] = -5064.0924798446, + ["y"] = -17517.390934529, }, -- end of [19] [20] = { ["communication"] = true, @@ -39851,7 +39738,7 @@ mission = { ["groupId"] = 83, ["hidden"] = false, ["modulation"] = 0, - ["name"] = "SA342Mistral Olf Orote ", + ["name"] = "SA342Mistral Olf Orote-1", ["radioSet"] = false, ["route"] = { ["points"] = { @@ -39913,7 +39800,7 @@ mission = { }, -- end of ["callsign"] ["hardpoint_racks"] = true, ["heading"] = 0, - ["name"] = "Rotary-1-1-1-1-1-1-1-2-1-3-1-1-1-1-1-1-1-1-1-1-1-1", + ["name"] = "SA342Mistral Olf Orote", ["onboard_num"] = "053", ["payload"] = { ["chaff"] = 0, @@ -42046,6 +41933,12 @@ mission = { ["id"] = "FAC", ["number"] = 1, ["params"] = { + ["callname"] = 1, + ["datalink"] = true, + ["designation"] = "Auto", + ["frequency"] = 133000000, + ["modulation"] = 0, + ["number"] = 1, }, -- end of ["params"] }, -- end of [1] }, -- end of ["tasks"] @@ -43926,53 +43819,171 @@ mission = { ["x"] = 11189.588867188, ["y"] = 14079.947265625, }, -- end of [1] - [2] = { - ["alt"] = 164, + }, -- end of ["units"] + ["x"] = 11189.588867188, + ["y"] = 14079.947265625, + }, -- end of [14] + [15] = { + ["communication"] = true, + ["frequency"] = 305, + ["groupId"] = 390, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "F-18C AIRQUAKE Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 2000, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 179.86111111111, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + [2] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "WrappedAction", + ["number"] = 2, + ["params"] = { + ["action"] = { + ["id"] = "EPLRS", + ["params"] = { + ["groupId"] = 14, + ["value"] = true, + }, -- end of ["params"] + }, -- end of ["action"] + }, -- end of ["params"] + }, -- end of [2] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 688711.05153649, + ["y"] = -891190.80841296, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["AddPropAircraft"] = { + ["HelmetMountedDevice"] = 1, + ["InnerBoard"] = 0, + ["OuterBoard"] = 0, + }, -- end of ["AddPropAircraft"] + ["alt"] = 2000, ["alt_type"] = "BARO", ["callsign"] = { - [1] = 6, + [1] = 2, [2] = 1, - [3] = 2, - ["name"] = "Ford12", + [3] = 1, + ["name"] = "Springfield11", }, -- end of ["callsign"] + ["dataCartridge"] = { + ["GroupsPoints"] = { + ["A/A Waypoint"] = { + }, -- end of ["A/A Waypoint"] + ["Initial Point"] = { + }, -- end of ["Initial Point"] + ["PB"] = { + }, -- end of ["PB"] + ["PP"] = { + }, -- end of ["PP"] + ["Sequence 1 Blue"] = { + }, -- end of ["Sequence 1 Blue"] + ["Sequence 2 Red"] = { + }, -- end of ["Sequence 2 Red"] + ["Sequence 3 Yellow"] = { + }, -- end of ["Sequence 3 Yellow"] + ["Start Location"] = { + }, -- end of ["Start Location"] + }, -- end of ["GroupsPoints"] + ["Points"] = { + }, -- end of ["Points"] + }, -- end of ["dataCartridge"] ["heading"] = 0, - ["livery_id"] = "default", - ["name"] = "Hercules Andersen-1", - ["onboard_num"] = "136", - ["parking"] = "145", - ["parking_id"] = "148", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "Aerial-4-2", + ["onboard_num"] = "058", ["payload"] = { - ["chaff"] = 840, - ["flare"] = 840, - ["fuel"] = 11855.4, + ["ammo_type"] = 1, + ["chaff"] = 60, + ["flare"] = 60, + ["fuel"] = 4900, ["gun"] = 100, ["pylons"] = { + [1] = { + ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", + }, -- end of [1] + [2] = { + ["CLSID"] = "LAU-115_2*LAU-127_AIM-9X", + }, -- end of [2] + [3] = { + ["CLSID"] = "", + }, -- end of [3] + [5] = { + ["CLSID"] = "{FPU_8A_FUEL_TANK}", + }, -- end of [5] + [7] = { + ["CLSID"] = "", + }, -- end of [7] + [8] = { + ["CLSID"] = "LAU-115_2*LAU-127_AIM-9X", + }, -- end of [8] + [9] = { + ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", + }, -- end of [9] }, -- end of ["pylons"] }, -- end of ["payload"] ["psi"] = 0, ["Radio"] = { [1] = { ["channels"] = { - [1] = 254, - [2] = 265, - [3] = 256, - [4] = 254, - [5] = 250, - [6] = 270, - [7] = 257, - [8] = 258, - [9] = 262, - [10] = 259, - [11] = 268, - [12] = 269, - [13] = 260, - [14] = 263, - [15] = 261, - [16] = 267, - [17] = 251, - [18] = 253, - [19] = 266, - [20] = 252, + [1] = 243, + [2] = 250.1, + [3] = 340.2, + [4] = 250, + [5] = 250.5, + [6] = 250.4, + [7] = 251.05, + [8] = 250.15, + [9] = 251.6, + [10] = 225, + [11] = 226, + [12] = 227, + [13] = 282.2, + [14] = 260, + [15] = 290, + [16] = 290.1, + [17] = 290.2, + [18] = 290.3, + [19] = 268.9, + [20] = 127.5, }, -- end of ["channels"] ["modulations"] = { [1] = 0, @@ -43997,140 +44008,28 @@ mission = { [20] = 0, }, -- end of ["modulations"] }, -- end of [1] - }, -- end of ["Radio"] - ["skill"] = "Client", - ["speed"] = 138.88888888889, - ["type"] = "Hercules", - ["unitId"] = 891, - ["x"] = 11302.337890625, - ["y"] = 14337.64453125, - }, -- end of [2] - [3] = { - ["alt"] = 164, - ["alt_type"] = "BARO", - ["callsign"] = { - [1] = 6, - [2] = 1, - [3] = 3, - ["name"] = "Ford13", - }, -- end of ["callsign"] - ["heading"] = 0, - ["livery_id"] = "default", - ["name"] = "Hercules Andersen-2", - ["onboard_num"] = "137", - ["parking"] = "140", - ["parking_id"] = "143", - ["payload"] = { - ["chaff"] = 840, - ["flare"] = 840, - ["fuel"] = 11855.4, - ["gun"] = 100, - ["pylons"] = { - }, -- end of ["pylons"] - }, -- end of ["payload"] - ["psi"] = 0, - ["Radio"] = { - [1] = { - ["channels"] = { - [1] = 254, - [2] = 265, - [3] = 256, - [4] = 254, - [5] = 250, - [6] = 270, - [7] = 257, - [8] = 258, - [9] = 262, - [10] = 259, - [11] = 268, - [12] = 269, - [13] = 260, - [14] = 263, - [15] = 261, - [16] = 267, - [17] = 251, - [18] = 253, - [19] = 266, - [20] = 252, - }, -- end of ["channels"] - ["modulations"] = { - [1] = 0, - [2] = 0, - [3] = 0, - [4] = 0, - [5] = 0, - [6] = 0, - [7] = 0, - [8] = 0, - [9] = 0, - [10] = 0, - [11] = 0, - [12] = 0, - [13] = 0, - [14] = 0, - [15] = 0, - [16] = 0, - [17] = 0, - [18] = 0, - [19] = 0, - [20] = 0, - }, -- end of ["modulations"] - }, -- end of [1] - }, -- end of ["Radio"] - ["skill"] = "Client", - ["speed"] = 138.88888888889, - ["type"] = "Hercules", - ["unitId"] = 892, - ["x"] = 11071.96484375, - ["y"] = 13811.096679688, - }, -- end of [3] - [4] = { - ["alt"] = 164, - ["alt_type"] = "BARO", - ["callsign"] = { - [1] = 6, - [2] = 1, - [3] = 4, - ["name"] = "Ford14", - }, -- end of ["callsign"] - ["heading"] = 0, - ["livery_id"] = "default", - ["name"] = "Hercules Andersen-3", - ["onboard_num"] = "138", - ["parking"] = "146", - ["parking_id"] = "149", - ["payload"] = { - ["chaff"] = 840, - ["flare"] = 840, - ["fuel"] = 11855.4, - ["gun"] = 100, - ["pylons"] = { - }, -- end of ["pylons"] - }, -- end of ["payload"] - ["psi"] = 0, - ["Radio"] = { - [1] = { + [2] = { ["channels"] = { - [1] = 254, - [2] = 265, - [3] = 256, - [4] = 254, - [5] = 250, - [6] = 270, - [7] = 257, - [8] = 258, - [9] = 262, - [10] = 259, - [11] = 268, - [12] = 269, - [13] = 260, - [14] = 263, - [15] = 261, - [16] = 267, - [17] = 251, - [18] = 253, - [19] = 266, - [20] = 252, + [1] = 121.5, + [2] = 120, + [3] = 120.1, + [4] = 120.2, + [5] = 120.3, + [6] = 120.4, + [7] = 120.5, + [8] = 120.6, + [9] = 120.7, + [10] = 120.8, + [11] = 120.9, + [12] = 121.1, + [13] = 121.2, + [14] = 121.3, + [15] = 121.4, + [16] = 121.6, + [17] = 121.7, + [18] = 121.8, + [19] = 268.9, + [20] = 127.5, }, -- end of ["channels"] ["modulations"] = { [1] = 0, @@ -44154,87 +44053,16 @@ mission = { [19] = 0, [20] = 0, }, -- end of ["modulations"] - }, -- end of [1] + }, -- end of [2] }, -- end of ["Radio"] ["skill"] = "Client", - ["speed"] = 138.88888888889, - ["type"] = "Hercules", - ["unitId"] = 893, - ["x"] = 11332.2109375, - ["y"] = 14405.934570313, - }, -- end of [4] - }, -- end of ["units"] - ["x"] = 11189.588867188, - ["y"] = 14079.947265625, - }, -- end of [14] - [15] = { - ["communication"] = true, - ["frequency"] = 305, - ["groupId"] = 390, - ["hidden"] = false, - ["modulation"] = 0, - ["name"] = "F-18C AIRQUAKE Fox2", - ["radioSet"] = false, - ["route"] = { - ["points"] = { - [1] = { - ["action"] = "Turning Point", - ["alt"] = 2000, - ["alt_type"] = "BARO", - ["ETA"] = 0, - ["ETA_locked"] = true, - ["formation_template"] = "", - ["speed"] = 179.86111111111, - ["speed_locked"] = true, - ["task"] = { - ["id"] = "ComboTask", - ["params"] = { - ["tasks"] = { - [1] = { - ["auto"] = true, - ["enabled"] = true, - ["id"] = "EngageTargets", - ["key"] = "CAP", - ["number"] = 1, - ["params"] = { - ["priority"] = 0, - ["targetTypes"] = { - [1] = "Air", - }, -- end of ["targetTypes"] - }, -- end of ["params"] - }, -- end of [1] - [2] = { - ["auto"] = true, - ["enabled"] = true, - ["id"] = "WrappedAction", - ["number"] = 2, - ["params"] = { - ["action"] = { - ["id"] = "EPLRS", - ["params"] = { - ["groupId"] = 14, - ["value"] = true, - }, -- end of ["params"] - }, -- end of ["action"] - }, -- end of ["params"] - }, -- end of [2] - }, -- end of ["tasks"] - }, -- end of ["params"] - }, -- end of ["task"] - ["type"] = "Turning Point", - ["x"] = 688711.05153649, - ["y"] = -891190.80841296, - }, -- end of [1] - }, -- end of ["points"] - }, -- end of ["route"] - ["start_time"] = 0, - ["task"] = "CAP", - ["tasks"] = { - }, -- end of ["tasks"] - ["uncontrollable"] = false, - ["uncontrolled"] = false, - ["units"] = { - [1] = { + ["speed"] = 179.86111111111, + ["type"] = "FA-18C_hornet", + ["unitId"] = 595, + ["x"] = 688711.05153649, + ["y"] = -891190.80841296, + }, -- end of [1] + [2] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -44245,8 +44073,8 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 1, - ["name"] = "Springfield11", + [3] = 2, + ["name"] = "Springfield12", }, -- end of ["callsign"] ["dataCartridge"] = { ["GroupsPoints"] = { @@ -44271,8 +44099,9 @@ mission = { }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = 0, - ["name"] = "Aerial-4-2", - ["onboard_num"] = "058", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "F-18C AIRQUAKE Fox2-1", + ["onboard_num"] = "059", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -44401,11 +44230,11 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 595, - ["x"] = 688711.05153649, - ["y"] = -891190.80841296, - }, -- end of [1] - [2] = { + ["unitId"] = 596, + ["x"] = 688671.05153649, + ["y"] = -891150.80841296, + }, -- end of [2] + [3] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -44416,8 +44245,8 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 2, - ["name"] = "Springfield12", + [3] = 3, + ["name"] = "Springfield13", }, -- end of ["callsign"] ["dataCartridge"] = { ["GroupsPoints"] = { @@ -44442,8 +44271,9 @@ mission = { }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = 0, - ["name"] = "F-18C AIRQUAKE Fox2-1", - ["onboard_num"] = "059", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "F-18C AIRQUAKE Fox2-2", + ["onboard_num"] = "060", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -44572,11 +44402,11 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 596, - ["x"] = 688671.05153649, - ["y"] = -891150.80841296, - }, -- end of [2] - [3] = { + ["unitId"] = 597, + ["x"] = 688631.05153649, + ["y"] = -891110.80841296, + }, -- end of [3] + [4] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -44587,8 +44417,8 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 3, - ["name"] = "Springfield13", + [3] = 4, + ["name"] = "Springfield14", }, -- end of ["callsign"] ["dataCartridge"] = { ["GroupsPoints"] = { @@ -44613,8 +44443,9 @@ mission = { }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = 0, - ["name"] = "F-18C AIRQUAKE Fox2-2", - ["onboard_num"] = "060", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "F-18C AIRQUAKE Fox2-3", + ["onboard_num"] = "061", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -44743,11 +44574,82 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 597, - ["x"] = 688631.05153649, - ["y"] = -891110.80841296, - }, -- end of [3] - [4] = { + ["unitId"] = 598, + ["x"] = 688591.05153649, + ["y"] = -891070.80841296, + }, -- end of [4] + }, -- end of ["units"] + ["x"] = 688711.05153649, + ["y"] = -891190.80841296, + }, -- end of [15] + [16] = { + ["communication"] = true, + ["frequency"] = 305, + ["groupId"] = 391, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "F-18C AIRQUAKE Fox3", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 2000, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 179.86111111111, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + [2] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "WrappedAction", + ["number"] = 2, + ["params"] = { + ["action"] = { + ["id"] = "EPLRS", + ["params"] = { + ["groupId"] = 15, + ["value"] = true, + }, -- end of ["params"] + }, -- end of ["action"] + }, -- end of ["params"] + }, -- end of [2] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 688612.34115396, + ["y"] = -891275.81867219, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -44758,8 +44660,8 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 4, - ["name"] = "Springfield14", + [3] = 1, + ["name"] = "Springfield11", }, -- end of ["callsign"] ["dataCartridge"] = { ["GroupsPoints"] = { @@ -44784,8 +44686,9 @@ mission = { }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = 0, - ["name"] = "F-18C AIRQUAKE Fox2-3", - ["onboard_num"] = "061", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "Aerial-4-2-1", + ["onboard_num"] = "058", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -44797,19 +44700,25 @@ mission = { ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", }, -- end of [1] [2] = { - ["CLSID"] = "LAU-115_2*LAU-127_AIM-9X", + ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", }, -- end of [2] [3] = { - ["CLSID"] = "", + ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", }, -- end of [3] + [4] = { + ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + }, -- end of [4] [5] = { ["CLSID"] = "{FPU_8A_FUEL_TANK}", }, -- end of [5] + [6] = { + ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + }, -- end of [6] [7] = { - ["CLSID"] = "", + ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", }, -- end of [7] [8] = { - ["CLSID"] = "LAU-115_2*LAU-127_AIM-9X", + ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", }, -- end of [8] [9] = { ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", @@ -44914,82 +44823,11 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 598, - ["x"] = 688591.05153649, - ["y"] = -891070.80841296, - }, -- end of [4] - }, -- end of ["units"] - ["x"] = 688711.05153649, - ["y"] = -891190.80841296, - }, -- end of [15] - [16] = { - ["communication"] = true, - ["frequency"] = 305, - ["groupId"] = 391, - ["hidden"] = false, - ["modulation"] = 0, - ["name"] = "F-18C AIRQUAKE Fox3", - ["radioSet"] = false, - ["route"] = { - ["points"] = { - [1] = { - ["action"] = "Turning Point", - ["alt"] = 2000, - ["alt_type"] = "BARO", - ["ETA"] = 0, - ["ETA_locked"] = true, - ["formation_template"] = "", - ["speed"] = 179.86111111111, - ["speed_locked"] = true, - ["task"] = { - ["id"] = "ComboTask", - ["params"] = { - ["tasks"] = { - [1] = { - ["auto"] = true, - ["enabled"] = true, - ["id"] = "EngageTargets", - ["key"] = "CAP", - ["number"] = 1, - ["params"] = { - ["priority"] = 0, - ["targetTypes"] = { - [1] = "Air", - }, -- end of ["targetTypes"] - }, -- end of ["params"] - }, -- end of [1] - [2] = { - ["auto"] = true, - ["enabled"] = true, - ["id"] = "WrappedAction", - ["number"] = 2, - ["params"] = { - ["action"] = { - ["id"] = "EPLRS", - ["params"] = { - ["groupId"] = 15, - ["value"] = true, - }, -- end of ["params"] - }, -- end of ["action"] - }, -- end of ["params"] - }, -- end of [2] - }, -- end of ["tasks"] - }, -- end of ["params"] - }, -- end of ["task"] - ["type"] = "Turning Point", - ["x"] = 688612.34115396, - ["y"] = -891275.81867219, - }, -- end of [1] - }, -- end of ["points"] - }, -- end of ["route"] - ["start_time"] = 0, - ["task"] = "CAP", - ["tasks"] = { - }, -- end of ["tasks"] - ["uncontrollable"] = false, - ["uncontrolled"] = false, - ["units"] = { - [1] = { + ["unitId"] = 599, + ["x"] = 688612.34115396, + ["y"] = -891275.81867219, + }, -- end of [1] + [2] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -45000,8 +44838,8 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 1, - ["name"] = "Springfield11", + [3] = 2, + ["name"] = "Springfield12", }, -- end of ["callsign"] ["dataCartridge"] = { ["GroupsPoints"] = { @@ -45026,8 +44864,9 @@ mission = { }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = 0, - ["name"] = "Aerial-4-2-1", - ["onboard_num"] = "058", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "F-18C AIRQUAKE Fox3-1", + ["onboard_num"] = "062", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -45162,11 +45001,11 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 599, - ["x"] = 688612.34115396, - ["y"] = -891275.81867219, - }, -- end of [1] - [2] = { + ["unitId"] = 603, + ["x"] = 688572.34115396, + ["y"] = -891235.81867219, + }, -- end of [2] + [3] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -45177,8 +45016,8 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 2, - ["name"] = "Springfield12", + [3] = 3, + ["name"] = "Springfield13", }, -- end of ["callsign"] ["dataCartridge"] = { ["GroupsPoints"] = { @@ -45203,8 +45042,9 @@ mission = { }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = 0, - ["name"] = "F-18C AIRQUAKE Fox3-1", - ["onboard_num"] = "062", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "F-18C AIRQUAKE Fox3-2", + ["onboard_num"] = "063", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -45339,11 +45179,11 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 603, - ["x"] = 688572.34115396, - ["y"] = -891235.81867219, - }, -- end of [2] - [3] = { + ["unitId"] = 604, + ["x"] = 688532.34115396, + ["y"] = -891195.81867219, + }, -- end of [3] + [4] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -45354,8 +45194,8 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 3, - ["name"] = "Springfield13", + [3] = 4, + ["name"] = "Springfield14", }, -- end of ["callsign"] ["dataCartridge"] = { ["GroupsPoints"] = { @@ -45380,8 +45220,9 @@ mission = { }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = 0, - ["name"] = "F-18C AIRQUAKE Fox3-2", - ["onboard_num"] = "063", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "F-18C AIRQUAKE Fox3-3", + ["onboard_num"] = "064", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -45516,11 +45357,82 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 604, - ["x"] = 688532.34115396, - ["y"] = -891195.81867219, - }, -- end of [3] - [4] = { + ["unitId"] = 605, + ["x"] = 688492.34115396, + ["y"] = -891155.81867219, + }, -- end of [4] + }, -- end of ["units"] + ["x"] = 688612.34115396, + ["y"] = -891275.81867219, + }, -- end of [16] + [17] = { + ["communication"] = true, + ["frequency"] = 305, + ["groupId"] = 392, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "F-18C AIRQUAKE Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 2000, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 179.86111111111, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + [2] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "WrappedAction", + ["number"] = 2, + ["params"] = { + ["action"] = { + ["id"] = "EPLRS", + ["params"] = { + ["groupId"] = 16, + ["value"] = true, + }, -- end of ["params"] + }, -- end of ["action"] + }, -- end of ["params"] + }, -- end of [2] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 688519.26517713, + ["y"] = -891353.74274581, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -45531,8 +45443,8 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 4, - ["name"] = "Springfield14", + [3] = 1, + ["name"] = "Springfield11", }, -- end of ["callsign"] ["dataCartridge"] = { ["GroupsPoints"] = { @@ -45557,8 +45469,9 @@ mission = { }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = 0, - ["name"] = "F-18C AIRQUAKE Fox3-3", - ["onboard_num"] = "064", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "Aerial-4-2-1-1", + ["onboard_num"] = "058", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -45570,25 +45483,25 @@ mission = { ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", }, -- end of [1] [2] = { - ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", + ["CLSID"] = "{LAU-115 - AIM-7H}", }, -- end of [2] [3] = { - ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", + ["CLSID"] = "{LAU-115 - AIM-7H}", }, -- end of [3] [4] = { - ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + ["CLSID"] = "{AIM-7H}", }, -- end of [4] [5] = { ["CLSID"] = "{FPU_8A_FUEL_TANK}", }, -- end of [5] [6] = { - ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + ["CLSID"] = "{AIM-7H}", }, -- end of [6] [7] = { - ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", + ["CLSID"] = "{LAU-115 - AIM-7H}", }, -- end of [7] [8] = { - ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", + ["CLSID"] = "{LAU-115 - AIM-7H}", }, -- end of [8] [9] = { ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", @@ -45693,82 +45606,11 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 605, - ["x"] = 688492.34115396, - ["y"] = -891155.81867219, - }, -- end of [4] - }, -- end of ["units"] - ["x"] = 688612.34115396, - ["y"] = -891275.81867219, - }, -- end of [16] - [17] = { - ["communication"] = true, - ["frequency"] = 305, - ["groupId"] = 392, - ["hidden"] = false, - ["modulation"] = 0, - ["name"] = "F-18C AIRQUAKE Fox1", - ["radioSet"] = false, - ["route"] = { - ["points"] = { - [1] = { - ["action"] = "Turning Point", - ["alt"] = 2000, - ["alt_type"] = "BARO", - ["ETA"] = 0, - ["ETA_locked"] = true, - ["formation_template"] = "", - ["speed"] = 179.86111111111, - ["speed_locked"] = true, - ["task"] = { - ["id"] = "ComboTask", - ["params"] = { - ["tasks"] = { - [1] = { - ["auto"] = true, - ["enabled"] = true, - ["id"] = "EngageTargets", - ["key"] = "CAP", - ["number"] = 1, - ["params"] = { - ["priority"] = 0, - ["targetTypes"] = { - [1] = "Air", - }, -- end of ["targetTypes"] - }, -- end of ["params"] - }, -- end of [1] - [2] = { - ["auto"] = true, - ["enabled"] = true, - ["id"] = "WrappedAction", - ["number"] = 2, - ["params"] = { - ["action"] = { - ["id"] = "EPLRS", - ["params"] = { - ["groupId"] = 16, - ["value"] = true, - }, -- end of ["params"] - }, -- end of ["action"] - }, -- end of ["params"] - }, -- end of [2] - }, -- end of ["tasks"] - }, -- end of ["params"] - }, -- end of ["task"] - ["type"] = "Turning Point", - ["x"] = 688519.26517713, - ["y"] = -891353.74274581, - }, -- end of [1] - }, -- end of ["points"] - }, -- end of ["route"] - ["start_time"] = 0, - ["task"] = "CAP", - ["tasks"] = { - }, -- end of ["tasks"] - ["uncontrollable"] = false, - ["uncontrolled"] = false, - ["units"] = { - [1] = { + ["unitId"] = 606, + ["x"] = 688519.26517713, + ["y"] = -891353.74274581, + }, -- end of [1] + [2] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -45779,34 +45621,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 1, - ["name"] = "Springfield11", + [3] = 2, + ["name"] = "Springfield12", }, -- end of ["callsign"] - ["dataCartridge"] = { - ["GroupsPoints"] = { - ["A/A Waypoint"] = { - }, -- end of ["A/A Waypoint"] - ["Initial Point"] = { - }, -- end of ["Initial Point"] - ["PB"] = { - }, -- end of ["PB"] - ["PP"] = { - }, -- end of ["PP"] - ["Sequence 1 Blue"] = { - }, -- end of ["Sequence 1 Blue"] - ["Sequence 2 Red"] = { - }, -- end of ["Sequence 2 Red"] - ["Sequence 3 Yellow"] = { - }, -- end of ["Sequence 3 Yellow"] - ["Start Location"] = { - }, -- end of ["Start Location"] - }, -- end of ["GroupsPoints"] - ["Points"] = { - }, -- end of ["Points"] - }, -- end of ["dataCartridge"] ["heading"] = 0, - ["name"] = "Aerial-4-2-1-1", - ["onboard_num"] = "058", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "F-18C AIRQUAKE Fox3-1-1", + ["onboard_num"] = "062", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -45818,25 +45639,25 @@ mission = { ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", }, -- end of [1] [2] = { - ["CLSID"] = "{LAU-115 - AIM-7H}", + ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", }, -- end of [2] [3] = { - ["CLSID"] = "{LAU-115 - AIM-7H}", + ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", }, -- end of [3] [4] = { - ["CLSID"] = "{AIM-7H}", + ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", }, -- end of [4] [5] = { ["CLSID"] = "{FPU_8A_FUEL_TANK}", }, -- end of [5] [6] = { - ["CLSID"] = "{AIM-7H}", + ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", }, -- end of [6] [7] = { - ["CLSID"] = "{LAU-115 - AIM-7H}", + ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", }, -- end of [7] [8] = { - ["CLSID"] = "{LAU-115 - AIM-7H}", + ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", }, -- end of [8] [9] = { ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", @@ -45941,11 +45762,11 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 606, - ["x"] = 688519.26517713, - ["y"] = -891353.74274581, - }, -- end of [1] - [2] = { + ["unitId"] = 607, + ["x"] = 688479.26517713, + ["y"] = -891313.74274581, + }, -- end of [2] + [3] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -45956,12 +45777,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 2, - ["name"] = "Springfield12", + [3] = 3, + ["name"] = "Springfield13", }, -- end of ["callsign"] ["heading"] = 0, - ["name"] = "F-18C AIRQUAKE Fox3-1-1", - ["onboard_num"] = "062", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "F-18C AIRQUAKE Fox3-2-1", + ["onboard_num"] = "063", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -46096,11 +45918,11 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 607, - ["x"] = 688479.26517713, - ["y"] = -891313.74274581, - }, -- end of [2] - [3] = { + ["unitId"] = 608, + ["x"] = 688439.26517713, + ["y"] = -891273.74274581, + }, -- end of [3] + [4] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["InnerBoard"] = 0, @@ -46111,12 +45933,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 3, - ["name"] = "Springfield13", + [3] = 4, + ["name"] = "Springfield14", }, -- end of ["callsign"] ["heading"] = 0, - ["name"] = "F-18C AIRQUAKE Fox3-2-1", - ["onboard_num"] = "063", + ["livery_id"] = "Rafale tigermeet 2017", + ["name"] = "F-18C AIRQUAKE Fox3-3-1", + ["onboard_num"] = "064", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 60, @@ -46251,61 +46074,117 @@ mission = { ["skill"] = "Client", ["speed"] = 179.86111111111, ["type"] = "FA-18C_hornet", - ["unitId"] = 608, - ["x"] = 688439.26517713, - ["y"] = -891273.74274581, - }, -- end of [3] - [4] = { + ["unitId"] = 609, + ["x"] = 688399.26517713, + ["y"] = -891233.74274581, + }, -- end of [4] + }, -- end of ["units"] + ["x"] = 688519.26517713, + ["y"] = -891353.74274581, + }, -- end of [17] + [18] = { + ["communication"] = true, + ["frequency"] = 124, + ["groupId"] = 393, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "F-14B AIRQUAKE Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 2000, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 688590.69557795, + ["y"] = -890702.21090799, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "Intercept", + ["tasks"] = { + }, -- end of ["tasks"] + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { ["AddPropAircraft"] = { - ["HelmetMountedDevice"] = 1, - ["InnerBoard"] = 0, - ["OuterBoard"] = 0, + ["ALE39Loadout"] = 0, + ["IlsChannel"] = 1, + ["INSAlignmentStored"] = false, + ["KY28Key"] = 1, + ["LGB1"] = 8, + ["LGB10"] = 8, + ["LGB100"] = 6, + ["LGB1000"] = 1, + ["M61BURST"] = 0, + ["TacanBand"] = 0, + ["TacanChannel"] = 0, + ["UseLAU138"] = true, }, -- end of ["AddPropAircraft"] ["alt"] = 2000, ["alt_type"] = "BARO", ["callsign"] = { [1] = 2, [2] = 1, - [3] = 4, - ["name"] = "Springfield14", + [3] = 1, + ["name"] = "Springfield11", }, -- end of ["callsign"] ["heading"] = 0, - ["name"] = "F-18C AIRQUAKE Fox3-3-1", - ["onboard_num"] = "064", + ["livery_id"] = "VF-102 Diamondbacks", + ["name"] = "Aerial-4-2-1-1-1", + ["onboard_num"] = "058", ["payload"] = { ["ammo_type"] = 1, - ["chaff"] = 60, + ["chaff"] = 140, ["flare"] = 60, - ["fuel"] = 4900, + ["fuel"] = 7348, ["gun"] = 100, ["pylons"] = { [1] = { - ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", + ["CLSID"] = "{LAU-138 wtip - AIM-9M}", }, -- end of [1] [2] = { - ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", + ["CLSID"] = "{LAU-7 - AIM-9M}", }, -- end of [2] [3] = { - ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", + ["CLSID"] = "{F14-300gal}", }, -- end of [3] [4] = { - ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + ["CLSID"] = "", }, -- end of [4] [5] = { - ["CLSID"] = "{FPU_8A_FUEL_TANK}", + ["CLSID"] = "", }, -- end of [5] [6] = { - ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + ["CLSID"] = "", }, -- end of [6] [7] = { - ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", + ["CLSID"] = "", }, -- end of [7] [8] = { - ["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", + ["CLSID"] = "{F14-300gal}", }, -- end of [8] [9] = { - ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", + ["CLSID"] = "{LAU-7 - AIM-9M}", }, -- end of [9] + [10] = { + ["CLSID"] = "{LAU-138 wtip - AIM-9M}", + }, -- end of [10] }, -- end of ["pylons"] }, -- end of ["payload"] ["psi"] = 0, @@ -46378,6 +46257,16 @@ mission = { [18] = 121.8, [19] = 268.9, [20] = 127.5, + [21] = 0, + [22] = 0, + [23] = 0, + [24] = 0, + [25] = 0, + [26] = 0, + [27] = 0, + [28] = 0, + [29] = 0, + [30] = 0, }, -- end of ["channels"] ["modulations"] = { [1] = 0, @@ -46400,60 +46289,27 @@ mission = { [18] = 0, [19] = 0, [20] = 0, + [21] = 1, + [22] = 1, + [23] = 1, + [24] = 1, + [25] = 1, + [26] = 1, + [27] = 1, + [28] = 1, + [29] = 1, + [30] = 1, }, -- end of ["modulations"] }, -- end of [2] }, -- end of ["Radio"] ["skill"] = "Client", - ["speed"] = 179.86111111111, - ["type"] = "FA-18C_hornet", - ["unitId"] = 609, - ["x"] = 688399.26517713, - ["y"] = -891233.74274581, - }, -- end of [4] - }, -- end of ["units"] - ["x"] = 688519.26517713, - ["y"] = -891353.74274581, - }, -- end of [17] - [18] = { - ["communication"] = true, - ["frequency"] = 124, - ["groupId"] = 393, - ["hidden"] = false, - ["modulation"] = 0, - ["name"] = "F-14B AIRQUAKE Fox2", - ["radioSet"] = false, - ["route"] = { - ["points"] = { - [1] = { - ["action"] = "Turning Point", - ["alt"] = 2000, - ["alt_type"] = "BARO", - ["ETA"] = 0, - ["ETA_locked"] = true, - ["formation_template"] = "", - ["speed"] = 220.97222222222, - ["speed_locked"] = true, - ["task"] = { - ["id"] = "ComboTask", - ["params"] = { - ["tasks"] = { - }, -- end of ["tasks"] - }, -- end of ["params"] - }, -- end of ["task"] - ["type"] = "Turning Point", - ["x"] = 688590.69557795, - ["y"] = -890702.21090799, - }, -- end of [1] - }, -- end of ["points"] - }, -- end of ["route"] - ["start_time"] = 0, - ["task"] = "Intercept", - ["tasks"] = { - }, -- end of ["tasks"] - ["uncontrollable"] = false, - ["uncontrolled"] = false, - ["units"] = { - [1] = { + ["speed"] = 220.97222222222, + ["type"] = "F-14B", + ["unitId"] = 610, + ["x"] = 688590.69557795, + ["y"] = -890702.21090799, + }, -- end of [1] + [2] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -46473,13 +46329,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 1, - ["name"] = "Springfield11", + [3] = 2, + ["name"] = "Springfield12", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "Aerial-4-2-1-1-1", - ["onboard_num"] = "058", + ["name"] = "F-14B AIRQUAKE Fox2-1", + ["onboard_num"] = "065", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -46637,11 +46493,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 610, - ["x"] = 688590.69557795, - ["y"] = -890702.21090799, - }, -- end of [1] - [2] = { + ["unitId"] = 614, + ["x"] = 688550.69557795, + ["y"] = -890662.21090799, + }, -- end of [2] + [3] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -46661,13 +46517,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 2, - ["name"] = "Springfield12", + [3] = 3, + ["name"] = "Springfield13", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "F-14B AIRQUAKE Fox2-1", - ["onboard_num"] = "065", + ["name"] = "F-14B AIRQUAKE Fox2-2", + ["onboard_num"] = "066", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -46825,11 +46681,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 614, - ["x"] = 688550.69557795, - ["y"] = -890662.21090799, - }, -- end of [2] - [3] = { + ["unitId"] = 615, + ["x"] = 688510.69557795, + ["y"] = -890622.21090799, + }, -- end of [3] + [4] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -46849,13 +46705,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 3, - ["name"] = "Springfield13", + [3] = 4, + ["name"] = "Springfield14", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "F-14B AIRQUAKE Fox2-2", - ["onboard_num"] = "066", + ["name"] = "F-14B AIRQUAKE Fox2-3", + ["onboard_num"] = "067", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -47013,11 +46869,54 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 615, - ["x"] = 688510.69557795, - ["y"] = -890622.21090799, - }, -- end of [3] - [4] = { + ["unitId"] = 616, + ["x"] = 688470.69557795, + ["y"] = -890582.21090799, + }, -- end of [4] + }, -- end of ["units"] + ["x"] = 688590.69557795, + ["y"] = -890702.21090799, + }, -- end of [18] + [19] = { + ["communication"] = true, + ["frequency"] = 124, + ["groupId"] = 394, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "F-14B AIRQUAKE Fox3", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 2000, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 688515.27336926, + ["y"] = -890781.8991913, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "Intercept", + ["tasks"] = { + }, -- end of ["tasks"] + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -47037,13 +46936,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 4, - ["name"] = "Springfield14", + [3] = 1, + ["name"] = "Springfield11", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "F-14B AIRQUAKE Fox2-3", - ["onboard_num"] = "067", + ["name"] = "Aerial-4-2-1-1-1-1", + ["onboard_num"] = "058", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -47055,28 +46954,28 @@ mission = { ["CLSID"] = "{LAU-138 wtip - AIM-9M}", }, -- end of [1] [2] = { - ["CLSID"] = "{LAU-7 - AIM-9M}", + ["CLSID"] = "{SHOULDER AIM_54C_Mk47 L}", }, -- end of [2] [3] = { ["CLSID"] = "{F14-300gal}", }, -- end of [3] [4] = { - ["CLSID"] = "", + ["CLSID"] = "{AIM_54C_Mk47}", }, -- end of [4] [5] = { - ["CLSID"] = "", + ["CLSID"] = "{AIM_54C_Mk47}", }, -- end of [5] [6] = { - ["CLSID"] = "", + ["CLSID"] = "{AIM_54C_Mk47}", }, -- end of [6] [7] = { - ["CLSID"] = "", + ["CLSID"] = "{AIM_54C_Mk47}", }, -- end of [7] [8] = { ["CLSID"] = "{F14-300gal}", }, -- end of [8] [9] = { - ["CLSID"] = "{LAU-7 - AIM-9M}", + ["CLSID"] = "{SHOULDER AIM_54C_Mk47 R}", }, -- end of [9] [10] = { ["CLSID"] = "{LAU-138 wtip - AIM-9M}", @@ -47201,54 +47100,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 616, - ["x"] = 688470.69557795, - ["y"] = -890582.21090799, - }, -- end of [4] - }, -- end of ["units"] - ["x"] = 688590.69557795, - ["y"] = -890702.21090799, - }, -- end of [18] - [19] = { - ["communication"] = true, - ["frequency"] = 124, - ["groupId"] = 394, - ["hidden"] = false, - ["modulation"] = 0, - ["name"] = "F-14B AIRQUAKE Fox3", - ["radioSet"] = false, - ["route"] = { - ["points"] = { - [1] = { - ["action"] = "Turning Point", - ["alt"] = 2000, - ["alt_type"] = "BARO", - ["ETA"] = 0, - ["ETA_locked"] = true, - ["formation_template"] = "", - ["speed"] = 220.97222222222, - ["speed_locked"] = true, - ["task"] = { - ["id"] = "ComboTask", - ["params"] = { - ["tasks"] = { - }, -- end of ["tasks"] - }, -- end of ["params"] - }, -- end of ["task"] - ["type"] = "Turning Point", - ["x"] = 688515.27336926, - ["y"] = -890781.8991913, - }, -- end of [1] - }, -- end of ["points"] - }, -- end of ["route"] - ["start_time"] = 0, - ["task"] = "Intercept", - ["tasks"] = { - }, -- end of ["tasks"] - ["uncontrollable"] = false, - ["uncontrolled"] = false, - ["units"] = { - [1] = { + ["unitId"] = 617, + ["x"] = 688515.27336926, + ["y"] = -890781.8991913, + }, -- end of [1] + [2] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -47268,13 +47124,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 1, - ["name"] = "Springfield11", + [3] = 2, + ["name"] = "Springfield12", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "Aerial-4-2-1-1-1-1", - ["onboard_num"] = "058", + ["name"] = "F-14B AIRQUAKE Fox3-1", + ["onboard_num"] = "068", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -47432,11 +47288,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 617, - ["x"] = 688515.27336926, - ["y"] = -890781.8991913, - }, -- end of [1] - [2] = { + ["unitId"] = 621, + ["x"] = 688475.27336926, + ["y"] = -890741.8991913, + }, -- end of [2] + [3] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -47456,13 +47312,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 2, - ["name"] = "Springfield12", + [3] = 3, + ["name"] = "Springfield13", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "F-14B AIRQUAKE Fox3-1", - ["onboard_num"] = "068", + ["name"] = "F-14B AIRQUAKE Fox3-2", + ["onboard_num"] = "069", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -47620,11 +47476,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 621, - ["x"] = 688475.27336926, - ["y"] = -890741.8991913, - }, -- end of [2] - [3] = { + ["unitId"] = 622, + ["x"] = 688435.27336926, + ["y"] = -890701.8991913, + }, -- end of [3] + [4] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -47644,13 +47500,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 3, - ["name"] = "Springfield13", + [3] = 4, + ["name"] = "Springfield14", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "F-14B AIRQUAKE Fox3-2", - ["onboard_num"] = "069", + ["name"] = "F-14B AIRQUAKE Fox3-3", + ["onboard_num"] = "070", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -47808,11 +47664,54 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 622, - ["x"] = 688435.27336926, - ["y"] = -890701.8991913, - }, -- end of [3] - [4] = { + ["unitId"] = 623, + ["x"] = 688395.27336926, + ["y"] = -890661.8991913, + }, -- end of [4] + }, -- end of ["units"] + ["x"] = 688515.27336926, + ["y"] = -890781.8991913, + }, -- end of [19] + [20] = { + ["communication"] = true, + ["frequency"] = 124, + ["groupId"] = 395, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "F-14B AIRQUAKE Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 2000, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 688442.80228594, + ["y"] = -890840.56625875, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "Intercept", + ["tasks"] = { + }, -- end of ["tasks"] + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -47832,13 +47731,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 4, - ["name"] = "Springfield14", + [3] = 1, + ["name"] = "Springfield11", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "F-14B AIRQUAKE Fox3-3", - ["onboard_num"] = "070", + ["name"] = "Aerial-4-2-1-1-1-1-1", + ["onboard_num"] = "058", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -47850,28 +47749,28 @@ mission = { ["CLSID"] = "{LAU-138 wtip - AIM-9M}", }, -- end of [1] [2] = { - ["CLSID"] = "{SHOULDER AIM_54C_Mk47 L}", + ["CLSID"] = "{SHOULDER AIM-7MH}", }, -- end of [2] [3] = { ["CLSID"] = "{F14-300gal}", }, -- end of [3] [4] = { - ["CLSID"] = "{AIM_54C_Mk47}", + ["CLSID"] = "{BELLY AIM-7MH}", }, -- end of [4] [5] = { - ["CLSID"] = "{AIM_54C_Mk47}", + ["CLSID"] = "{BELLY AIM-7MH}", }, -- end of [5] [6] = { - ["CLSID"] = "{AIM_54C_Mk47}", + ["CLSID"] = "{BELLY AIM-7MH}", }, -- end of [6] [7] = { - ["CLSID"] = "{AIM_54C_Mk47}", + ["CLSID"] = "{BELLY AIM-7MH}", }, -- end of [7] [8] = { ["CLSID"] = "{F14-300gal}", }, -- end of [8] [9] = { - ["CLSID"] = "{SHOULDER AIM_54C_Mk47 R}", + ["CLSID"] = "{SHOULDER AIM-7MH}", }, -- end of [9] [10] = { ["CLSID"] = "{LAU-138 wtip - AIM-9M}", @@ -47996,54 +47895,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 623, - ["x"] = 688395.27336926, - ["y"] = -890661.8991913, - }, -- end of [4] - }, -- end of ["units"] - ["x"] = 688515.27336926, - ["y"] = -890781.8991913, - }, -- end of [19] - [20] = { - ["communication"] = true, - ["frequency"] = 124, - ["groupId"] = 395, - ["hidden"] = false, - ["modulation"] = 0, - ["name"] = "F-14B AIRQUAKE Fox1", - ["radioSet"] = false, - ["route"] = { - ["points"] = { - [1] = { - ["action"] = "Turning Point", - ["alt"] = 2000, - ["alt_type"] = "BARO", - ["ETA"] = 0, - ["ETA_locked"] = true, - ["formation_template"] = "", - ["speed"] = 220.97222222222, - ["speed_locked"] = true, - ["task"] = { - ["id"] = "ComboTask", - ["params"] = { - ["tasks"] = { - }, -- end of ["tasks"] - }, -- end of ["params"] - }, -- end of ["task"] - ["type"] = "Turning Point", - ["x"] = 688442.80228594, - ["y"] = -890840.56625875, - }, -- end of [1] - }, -- end of ["points"] - }, -- end of ["route"] - ["start_time"] = 0, - ["task"] = "Intercept", - ["tasks"] = { - }, -- end of ["tasks"] - ["uncontrollable"] = false, - ["uncontrolled"] = false, - ["units"] = { - [1] = { + ["unitId"] = 624, + ["x"] = 688442.80228594, + ["y"] = -890840.56625875, + }, -- end of [1] + [2] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -48063,13 +47919,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 1, - ["name"] = "Springfield11", + [3] = 2, + ["name"] = "Springfield12", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "Aerial-4-2-1-1-1-1-1", - ["onboard_num"] = "058", + ["name"] = "F-14B AIRQUAKE Fox1-1", + ["onboard_num"] = "071", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -48227,11 +48083,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 624, - ["x"] = 688442.80228594, - ["y"] = -890840.56625875, - }, -- end of [1] - [2] = { + ["unitId"] = 632, + ["x"] = 688402.80228594, + ["y"] = -890800.56625875, + }, -- end of [2] + [3] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -48251,13 +48107,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 2, - ["name"] = "Springfield12", + [3] = 3, + ["name"] = "Springfield13", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "F-14B AIRQUAKE Fox1-1", - ["onboard_num"] = "071", + ["name"] = "F-14B AIRQUAKE Fox1-2", + ["onboard_num"] = "072", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -48415,11 +48271,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 632, - ["x"] = 688402.80228594, - ["y"] = -890800.56625875, - }, -- end of [2] - [3] = { + ["unitId"] = 633, + ["x"] = 688362.80228594, + ["y"] = -890760.56625875, + }, -- end of [3] + [4] = { ["AddPropAircraft"] = { ["ALE39Loadout"] = 0, ["IlsChannel"] = 1, @@ -48439,13 +48295,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 3, - ["name"] = "Springfield13", + [3] = 4, + ["name"] = "Springfield14", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "F-14B AIRQUAKE Fox1-2", - ["onboard_num"] = "072", + ["name"] = "F-14B AIRQUAKE Fox1-3", + ["onboard_num"] = "073", ["payload"] = { ["ammo_type"] = 1, ["chaff"] = 140, @@ -48603,74 +48459,135 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-14B", - ["unitId"] = 633, - ["x"] = 688362.80228594, - ["y"] = -890760.56625875, - }, -- end of [3] - [4] = { + ["unitId"] = 634, + ["x"] = 688322.80228594, + ["y"] = -890720.56625875, + }, -- end of [4] + }, -- end of ["units"] + ["x"] = 688442.80228594, + ["y"] = -890840.56625875, + }, -- end of [20] + [21] = { + ["communication"] = true, + ["frequency"] = 305, + ["groupId"] = 396, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "F-16C AIRQUAKE Fox3", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 2000, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + [2] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "WrappedAction", + ["number"] = 2, + ["params"] = { + ["action"] = { + ["id"] = "EPLRS", + ["params"] = { + ["groupId"] = 17, + ["value"] = true, + }, -- end of ["params"] + }, -- end of ["action"] + }, -- end of ["params"] + }, -- end of [2] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 688611.57109454, + ["y"] = -890174.50290343, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { ["AddPropAircraft"] = { - ["ALE39Loadout"] = 0, - ["IlsChannel"] = 1, - ["INSAlignmentStored"] = false, - ["KY28Key"] = 1, - ["LGB1"] = 8, - ["LGB10"] = 8, - ["LGB100"] = 6, - ["LGB1000"] = 1, - ["M61BURST"] = 0, - ["TacanBand"] = 0, - ["TacanChannel"] = 0, - ["UseLAU138"] = true, + ["HelmetMountedDevice"] = 1, + ["LaserCode1"] = 8, + ["LaserCode10"] = 8, + ["LaserCode100"] = 6, + ["LAU3ROF"] = 0, }, -- end of ["AddPropAircraft"] ["alt"] = 2000, ["alt_type"] = "BARO", ["callsign"] = { [1] = 2, [2] = 1, - [3] = 4, - ["name"] = "Springfield14", + [3] = 1, + ["name"] = "Springfield11", }, -- end of ["callsign"] ["heading"] = 0, - ["livery_id"] = "VF-102 Diamondbacks", - ["name"] = "F-14B AIRQUAKE Fox1-3", - ["onboard_num"] = "073", + ["livery_id"] = "USAF Makos anniversary", + ["name"] = "Aerial-4-2-1-1-1-2", + ["onboard_num"] = "058", ["payload"] = { - ["ammo_type"] = 1, - ["chaff"] = 140, + ["ammo_type"] = 5, + ["chaff"] = 60, ["flare"] = 60, - ["fuel"] = 7348, + ["fuel"] = 3249, ["gun"] = 100, ["pylons"] = { [1] = { - ["CLSID"] = "{LAU-138 wtip - AIM-9M}", + ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", }, -- end of [1] [2] = { - ["CLSID"] = "{SHOULDER AIM-7MH}", + ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", }, -- end of [2] [3] = { - ["CLSID"] = "{F14-300gal}", + ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", }, -- end of [3] [4] = { - ["CLSID"] = "{BELLY AIM-7MH}", + ["CLSID"] = "", }, -- end of [4] [5] = { - ["CLSID"] = "{BELLY AIM-7MH}", + ["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}", }, -- end of [5] [6] = { - ["CLSID"] = "{BELLY AIM-7MH}", + ["CLSID"] = "", }, -- end of [6] [7] = { - ["CLSID"] = "{BELLY AIM-7MH}", + ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", }, -- end of [7] [8] = { - ["CLSID"] = "{F14-300gal}", + ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", }, -- end of [8] [9] = { - ["CLSID"] = "{SHOULDER AIM-7MH}", + ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", }, -- end of [9] - [10] = { - ["CLSID"] = "{LAU-138 wtip - AIM-9M}", - }, -- end of [10] }, -- end of ["pylons"] }, -- end of ["payload"] ["psi"] = 0, @@ -48743,16 +48660,6 @@ mission = { [18] = 121.8, [19] = 268.9, [20] = 127.5, - [21] = 0, - [22] = 0, - [23] = 0, - [24] = 0, - [25] = 0, - [26] = 0, - [27] = 0, - [28] = 0, - [29] = 0, - [30] = 0, }, -- end of ["channels"] ["modulations"] = { [1] = 0, @@ -48775,98 +48682,17 @@ mission = { [18] = 0, [19] = 0, [20] = 0, - [21] = 1, - [22] = 1, - [23] = 1, - [24] = 1, - [25] = 1, - [26] = 1, - [27] = 1, - [28] = 1, - [29] = 1, - [30] = 1, }, -- end of ["modulations"] }, -- end of [2] }, -- end of ["Radio"] ["skill"] = "Client", ["speed"] = 220.97222222222, - ["type"] = "F-14B", - ["unitId"] = 634, - ["x"] = 688322.80228594, - ["y"] = -890720.56625875, - }, -- end of [4] - }, -- end of ["units"] - ["x"] = 688442.80228594, - ["y"] = -890840.56625875, - }, -- end of [20] - [21] = { - ["communication"] = true, - ["frequency"] = 305, - ["groupId"] = 396, - ["hidden"] = false, - ["modulation"] = 0, - ["name"] = "F-16C AIRQUAKE Fox3", - ["radioSet"] = false, - ["route"] = { - ["points"] = { - [1] = { - ["action"] = "Turning Point", - ["alt"] = 2000, - ["alt_type"] = "BARO", - ["ETA"] = 0, - ["ETA_locked"] = true, - ["formation_template"] = "", - ["speed"] = 220.97222222222, - ["speed_locked"] = true, - ["task"] = { - ["id"] = "ComboTask", - ["params"] = { - ["tasks"] = { - [1] = { - ["auto"] = true, - ["enabled"] = true, - ["id"] = "EngageTargets", - ["key"] = "CAP", - ["number"] = 1, - ["params"] = { - ["priority"] = 0, - ["targetTypes"] = { - [1] = "Air", - }, -- end of ["targetTypes"] - }, -- end of ["params"] - }, -- end of [1] - [2] = { - ["auto"] = true, - ["enabled"] = true, - ["id"] = "WrappedAction", - ["number"] = 2, - ["params"] = { - ["action"] = { - ["id"] = "EPLRS", - ["params"] = { - ["groupId"] = 17, - ["value"] = true, - }, -- end of ["params"] - }, -- end of ["action"] - }, -- end of ["params"] - }, -- end of [2] - }, -- end of ["tasks"] - }, -- end of ["params"] - }, -- end of ["task"] - ["type"] = "Turning Point", - ["x"] = 688611.57109454, - ["y"] = -890174.50290343, - }, -- end of [1] - }, -- end of ["points"] - }, -- end of ["route"] - ["start_time"] = 0, - ["task"] = "CAP", - ["tasks"] = { - }, -- end of ["tasks"] - ["uncontrollable"] = false, - ["uncontrolled"] = false, - ["units"] = { - [1] = { + ["type"] = "F-16C_50", + ["unitId"] = 628, + ["x"] = 688611.57109454, + ["y"] = -890174.50290343, + }, -- end of [1] + [2] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["LaserCode1"] = 8, @@ -48879,13 +48705,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 1, - ["name"] = "Springfield11", + [3] = 2, + ["name"] = "Springfield12", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "USAF Makos anniversary", - ["name"] = "Aerial-4-2-1-1-1-2", - ["onboard_num"] = "058", + ["name"] = "F-16C AIRQUAKE Fox3-1", + ["onboard_num"] = "074", ["payload"] = { ["ammo_type"] = 5, ["chaff"] = 60, @@ -49020,11 +48846,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-16C_50", - ["unitId"] = 628, - ["x"] = 688611.57109454, - ["y"] = -890174.50290343, - }, -- end of [1] - [2] = { + ["unitId"] = 635, + ["x"] = 688571.57109454, + ["y"] = -890134.50290343, + }, -- end of [2] + [3] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["LaserCode1"] = 8, @@ -49037,13 +48863,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 2, - ["name"] = "Springfield12", + [3] = 3, + ["name"] = "Springfield13", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "USAF Makos anniversary", - ["name"] = "F-16C AIRQUAKE Fox3-1", - ["onboard_num"] = "074", + ["name"] = "F-16C AIRQUAKE Fox3-2", + ["onboard_num"] = "075", ["payload"] = { ["ammo_type"] = 5, ["chaff"] = 60, @@ -49178,11 +49004,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-16C_50", - ["unitId"] = 635, - ["x"] = 688571.57109454, - ["y"] = -890134.50290343, - }, -- end of [2] - [3] = { + ["unitId"] = 636, + ["x"] = 688531.57109454, + ["y"] = -890094.50290343, + }, -- end of [3] + [4] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["LaserCode1"] = 8, @@ -49195,13 +49021,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 3, - ["name"] = "Springfield13", + [3] = 4, + ["name"] = "Springfield14", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "USAF Makos anniversary", - ["name"] = "F-16C AIRQUAKE Fox3-2", - ["onboard_num"] = "075", + ["name"] = "F-16C AIRQUAKE Fox3-3", + ["onboard_num"] = "076", ["payload"] = { ["ammo_type"] = 5, ["chaff"] = 60, @@ -49336,11 +49162,82 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-16C_50", - ["unitId"] = 636, - ["x"] = 688531.57109454, - ["y"] = -890094.50290343, - }, -- end of [3] - [4] = { + ["unitId"] = 637, + ["x"] = 688491.57109454, + ["y"] = -890054.50290343, + }, -- end of [4] + }, -- end of ["units"] + ["x"] = 688611.57109454, + ["y"] = -890174.50290343, + }, -- end of [21] + [22] = { + ["communication"] = true, + ["frequency"] = 305, + ["groupId"] = 397, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "F-16C AIRQUAKE Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 2000, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + [2] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "WrappedAction", + ["number"] = 2, + ["params"] = { + ["action"] = { + ["id"] = "EPLRS", + ["params"] = { + ["groupId"] = 18, + ["value"] = true, + }, -- end of ["params"] + }, -- end of ["action"] + }, -- end of ["params"] + }, -- end of [2] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 688529.14519175, + ["y"] = -890218.96950888, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["LaserCode1"] = 8, @@ -49353,13 +49250,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 4, - ["name"] = "Springfield14", + [3] = 1, + ["name"] = "Springfield11", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "USAF Makos anniversary", - ["name"] = "F-16C AIRQUAKE Fox3-3", - ["onboard_num"] = "076", + ["name"] = "Aerial-4-2-1-1-1-2-1", + ["onboard_num"] = "058", ["payload"] = { ["ammo_type"] = 5, ["chaff"] = 60, @@ -49368,13 +49265,13 @@ mission = { ["gun"] = 100, ["pylons"] = { [1] = { - ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", }, -- end of [1] [2] = { - ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", }, -- end of [2] [3] = { - ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", }, -- end of [3] [4] = { ["CLSID"] = "", @@ -49386,13 +49283,13 @@ mission = { ["CLSID"] = "", }, -- end of [6] [7] = { - ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", }, -- end of [7] [8] = { - ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", }, -- end of [8] [9] = { - ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", + ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", }, -- end of [9] }, -- end of ["pylons"] }, -- end of ["payload"] @@ -49494,82 +49391,11 @@ mission = { ["skill"] = "Client", ["speed"] = 220.97222222222, ["type"] = "F-16C_50", - ["unitId"] = 637, - ["x"] = 688491.57109454, - ["y"] = -890054.50290343, - }, -- end of [4] - }, -- end of ["units"] - ["x"] = 688611.57109454, - ["y"] = -890174.50290343, - }, -- end of [21] - [22] = { - ["communication"] = true, - ["frequency"] = 305, - ["groupId"] = 397, - ["hidden"] = false, - ["modulation"] = 0, - ["name"] = "F-16C AIRQUAKE Fox2", - ["radioSet"] = false, - ["route"] = { - ["points"] = { - [1] = { - ["action"] = "Turning Point", - ["alt"] = 2000, - ["alt_type"] = "BARO", - ["ETA"] = 0, - ["ETA_locked"] = true, - ["formation_template"] = "", - ["speed"] = 220.97222222222, - ["speed_locked"] = true, - ["task"] = { - ["id"] = "ComboTask", - ["params"] = { - ["tasks"] = { - [1] = { - ["auto"] = true, - ["enabled"] = true, - ["id"] = "EngageTargets", - ["key"] = "CAP", - ["number"] = 1, - ["params"] = { - ["priority"] = 0, - ["targetTypes"] = { - [1] = "Air", - }, -- end of ["targetTypes"] - }, -- end of ["params"] - }, -- end of [1] - [2] = { - ["auto"] = true, - ["enabled"] = true, - ["id"] = "WrappedAction", - ["number"] = 2, - ["params"] = { - ["action"] = { - ["id"] = "EPLRS", - ["params"] = { - ["groupId"] = 18, - ["value"] = true, - }, -- end of ["params"] - }, -- end of ["action"] - }, -- end of ["params"] - }, -- end of [2] - }, -- end of ["tasks"] - }, -- end of ["params"] - }, -- end of ["task"] - ["type"] = "Turning Point", - ["x"] = 688529.14519175, - ["y"] = -890218.96950888, - }, -- end of [1] - }, -- end of ["points"] - }, -- end of ["route"] - ["start_time"] = 0, - ["task"] = "CAP", - ["tasks"] = { - }, -- end of ["tasks"] - ["uncontrollable"] = false, - ["uncontrolled"] = false, - ["units"] = { - [1] = { + ["unitId"] = 638, + ["x"] = 688529.14519175, + ["y"] = -890218.96950888, + }, -- end of [1] + [2] = { ["AddPropAircraft"] = { ["HelmetMountedDevice"] = 1, ["LaserCode1"] = 8, @@ -49582,171 +49408,13 @@ mission = { ["callsign"] = { [1] = 2, [2] = 1, - [3] = 1, - ["name"] = "Springfield11", + [3] = 2, + ["name"] = "Springfield12", }, -- end of ["callsign"] ["heading"] = 0, ["livery_id"] = "USAF Makos anniversary", - ["name"] = "Aerial-4-2-1-1-1-2-1", - ["onboard_num"] = "058", - ["payload"] = { - ["ammo_type"] = 5, - ["chaff"] = 60, - ["flare"] = 60, - ["fuel"] = 3249, - ["gun"] = 100, - ["pylons"] = { - [1] = { - ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", - }, -- end of [1] - [2] = { - ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", - }, -- end of [2] - [3] = { - ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", - }, -- end of [3] - [4] = { - ["CLSID"] = "", - }, -- end of [4] - [5] = { - ["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}", - }, -- end of [5] - [6] = { - ["CLSID"] = "", - }, -- end of [6] - [7] = { - ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", - }, -- end of [7] - [8] = { - ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", - }, -- end of [8] - [9] = { - ["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", - }, -- end of [9] - }, -- end of ["pylons"] - }, -- end of ["payload"] - ["psi"] = 0, - ["Radio"] = { - [1] = { - ["channels"] = { - [1] = 243, - [2] = 250.1, - [3] = 340.2, - [4] = 250, - [5] = 250.5, - [6] = 250.4, - [7] = 251.05, - [8] = 250.15, - [9] = 251.6, - [10] = 225, - [11] = 226, - [12] = 227, - [13] = 282.2, - [14] = 260, - [15] = 290, - [16] = 290.1, - [17] = 290.2, - [18] = 290.3, - [19] = 268.9, - [20] = 127.5, - }, -- end of ["channels"] - ["modulations"] = { - [1] = 0, - [2] = 0, - [3] = 0, - [4] = 0, - [5] = 0, - [6] = 0, - [7] = 0, - [8] = 0, - [9] = 0, - [10] = 0, - [11] = 0, - [12] = 0, - [13] = 0, - [14] = 0, - [15] = 0, - [16] = 0, - [17] = 0, - [18] = 0, - [19] = 0, - [20] = 0, - }, -- end of ["modulations"] - }, -- end of [1] - [2] = { - ["channels"] = { - [1] = 121.5, - [2] = 120, - [3] = 120.1, - [4] = 120.2, - [5] = 120.3, - [6] = 120.4, - [7] = 120.5, - [8] = 120.6, - [9] = 120.7, - [10] = 120.8, - [11] = 120.9, - [12] = 121.1, - [13] = 121.2, - [14] = 121.3, - [15] = 121.4, - [16] = 121.6, - [17] = 121.7, - [18] = 121.8, - [19] = 268.9, - [20] = 127.5, - }, -- end of ["channels"] - ["modulations"] = { - [1] = 0, - [2] = 0, - [3] = 0, - [4] = 0, - [5] = 0, - [6] = 0, - [7] = 0, - [8] = 0, - [9] = 0, - [10] = 0, - [11] = 0, - [12] = 0, - [13] = 0, - [14] = 0, - [15] = 0, - [16] = 0, - [17] = 0, - [18] = 0, - [19] = 0, - [20] = 0, - }, -- end of ["modulations"] - }, -- end of [2] - }, -- end of ["Radio"] - ["skill"] = "Client", - ["speed"] = 220.97222222222, - ["type"] = "F-16C_50", - ["unitId"] = 638, - ["x"] = 688529.14519175, - ["y"] = -890218.96950888, - }, -- end of [1] - [2] = { - ["AddPropAircraft"] = { - ["HelmetMountedDevice"] = 1, - ["LaserCode1"] = 8, - ["LaserCode10"] = 8, - ["LaserCode100"] = 6, - ["LAU3ROF"] = 0, - }, -- end of ["AddPropAircraft"] - ["alt"] = 2000, - ["alt_type"] = "BARO", - ["callsign"] = { - [1] = 2, - [2] = 1, - [3] = 2, - ["name"] = "Springfield12", - }, -- end of ["callsign"] - ["heading"] = 0, - ["livery_id"] = "USAF Makos anniversary", - ["name"] = "F-16C AIRQUAKE Fox2-1", - ["onboard_num"] = "077", + ["name"] = "F-16C AIRQUAKE Fox2-1", + ["onboard_num"] = "077", ["payload"] = { ["ammo_type"] = 5, ["chaff"] = 60, @@ -51826,6 +51494,381 @@ mission = { ["x"] = 11343.239257813, ["y"] = 14041.438476563, }, -- end of [31] + [32] = { + ["communication"] = true, + ["frequency"] = 254, + ["groupId"] = 553, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "Hercules Andersen-1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "From Parking Area", + ["airdromeId"] = 6, + ["alt"] = 162, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 138.88888888889, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "TakeOffParking", + ["x"] = 11071.96484375, + ["y"] = 13811.096679688, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "Nothing", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 162, + ["alt_type"] = "BARO", + ["callsign"] = { + [1] = 6, + [2] = 1, + [3] = 1, + ["name"] = "Ford11", + }, -- end of ["callsign"] + ["hardpoint_racks"] = true, + ["heading"] = 0, + ["livery_id"] = "default", + ["name"] = "Hercules Andersen-1-1", + ["onboard_num"] = "049", + ["parking"] = "140", + ["parking_id"] = "143", + ["payload"] = { + ["chaff"] = 840, + ["flare"] = 840, + ["fuel"] = 11855.4, + ["gun"] = 100, + ["pylons"] = { + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["Radio"] = { + [1] = { + ["channels"] = { + [1] = 254, + [2] = 265, + [3] = 256, + [4] = 254, + [5] = 250, + [6] = 270, + [7] = 257, + [8] = 258, + [9] = 262, + [10] = 259, + [11] = 268, + [12] = 269, + [13] = 260, + [14] = 263, + [15] = 261, + [16] = 267, + [17] = 251, + [18] = 253, + [19] = 266, + [20] = 252, + }, -- end of ["channels"] + ["modulations"] = { + [1] = 0, + [2] = 0, + [3] = 0, + [4] = 0, + [5] = 0, + [6] = 0, + [7] = 0, + [8] = 0, + [9] = 0, + [10] = 0, + [11] = 0, + [12] = 0, + [13] = 0, + [14] = 0, + [15] = 0, + [16] = 0, + [17] = 0, + [18] = 0, + [19] = 0, + [20] = 0, + }, -- end of ["modulations"] + }, -- end of [1] + }, -- end of ["Radio"] + ["skill"] = "Client", + ["speed"] = 138.88888888889, + ["type"] = "Hercules", + ["unitId"] = 1091, + ["x"] = 11071.96484375, + ["y"] = 13811.096679688, + }, -- end of [1] + }, -- end of ["units"] + ["x"] = 11071.96484375, + ["y"] = 13811.096679688, + }, -- end of [32] + [33] = { + ["communication"] = true, + ["frequency"] = 254, + ["groupId"] = 554, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "Hercules Andersen-2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "From Parking Area", + ["airdromeId"] = 6, + ["alt"] = 166, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 138.88888888889, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "TakeOffParking", + ["x"] = 11302.337890625, + ["y"] = 14337.64453125, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "Nothing", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 166, + ["alt_type"] = "BARO", + ["callsign"] = { + [1] = 6, + [2] = 1, + [3] = 1, + ["name"] = "Ford11", + }, -- end of ["callsign"] + ["hardpoint_racks"] = true, + ["heading"] = 0, + ["livery_id"] = "default", + ["name"] = "Hercules Andersen-2-1", + ["onboard_num"] = "049", + ["parking"] = "145", + ["parking_id"] = "148", + ["payload"] = { + ["chaff"] = 840, + ["flare"] = 840, + ["fuel"] = 11855.4, + ["gun"] = 100, + ["pylons"] = { + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["Radio"] = { + [1] = { + ["channels"] = { + [1] = 254, + [2] = 265, + [3] = 256, + [4] = 254, + [5] = 250, + [6] = 270, + [7] = 257, + [8] = 258, + [9] = 262, + [10] = 259, + [11] = 268, + [12] = 269, + [13] = 260, + [14] = 263, + [15] = 261, + [16] = 267, + [17] = 251, + [18] = 253, + [19] = 266, + [20] = 252, + }, -- end of ["channels"] + ["modulations"] = { + [1] = 0, + [2] = 0, + [3] = 0, + [4] = 0, + [5] = 0, + [6] = 0, + [7] = 0, + [8] = 0, + [9] = 0, + [10] = 0, + [11] = 0, + [12] = 0, + [13] = 0, + [14] = 0, + [15] = 0, + [16] = 0, + [17] = 0, + [18] = 0, + [19] = 0, + [20] = 0, + }, -- end of ["modulations"] + }, -- end of [1] + }, -- end of ["Radio"] + ["skill"] = "Client", + ["speed"] = 138.88888888889, + ["type"] = "Hercules", + ["unitId"] = 1092, + ["x"] = 11302.337890625, + ["y"] = 14337.64453125, + }, -- end of [1] + }, -- end of ["units"] + ["x"] = 11302.337890625, + ["y"] = 14337.64453125, + }, -- end of [33] + [34] = { + ["communication"] = true, + ["frequency"] = 254, + ["groupId"] = 555, + ["hidden"] = false, + ["modulation"] = 0, + ["name"] = "Hercules Andersen-3", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "From Parking Area", + ["airdromeId"] = 6, + ["alt"] = 166, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["speed"] = 138.88888888889, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "TakeOffParking", + ["x"] = 11332.2109375, + ["y"] = 14405.934570313, + }, -- end of [1] + }, -- end of ["points"] + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "Nothing", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrollable"] = false, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 166, + ["alt_type"] = "BARO", + ["callsign"] = { + [1] = 6, + [2] = 1, + [3] = 1, + ["name"] = "Ford11", + }, -- end of ["callsign"] + ["hardpoint_racks"] = true, + ["heading"] = 0, + ["livery_id"] = "default", + ["name"] = "Hercules Andersen-3-1", + ["onboard_num"] = "049", + ["parking"] = "146", + ["parking_id"] = "149", + ["payload"] = { + ["chaff"] = 840, + ["flare"] = 840, + ["fuel"] = 11855.4, + ["gun"] = 100, + ["pylons"] = { + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["Radio"] = { + [1] = { + ["channels"] = { + [1] = 254, + [2] = 265, + [3] = 256, + [4] = 254, + [5] = 250, + [6] = 270, + [7] = 257, + [8] = 258, + [9] = 262, + [10] = 259, + [11] = 268, + [12] = 269, + [13] = 260, + [14] = 263, + [15] = 261, + [16] = 267, + [17] = 251, + [18] = 253, + [19] = 266, + [20] = 252, + }, -- end of ["channels"] + ["modulations"] = { + [1] = 0, + [2] = 0, + [3] = 0, + [4] = 0, + [5] = 0, + [6] = 0, + [7] = 0, + [8] = 0, + [9] = 0, + [10] = 0, + [11] = 0, + [12] = 0, + [13] = 0, + [14] = 0, + [15] = 0, + [16] = 0, + [17] = 0, + [18] = 0, + [19] = 0, + [20] = 0, + }, -- end of ["modulations"] + }, -- end of [1] + }, -- end of ["Radio"] + ["skill"] = "Client", + ["speed"] = 138.88888888889, + ["type"] = "Hercules", + ["unitId"] = 1093, + ["x"] = 11332.2109375, + ["y"] = 14405.934570313, + }, -- end of [1] + }, -- end of ["units"] + ["x"] = 11332.2109375, + ["y"] = 14405.934570313, + }, -- end of [34] }, -- end of ["group"] }, -- end of ["plane"] ["ship"] = { @@ -55316,6 +55359,2710 @@ Condition de défaite : u die", ["x"] = -12977.811030394, ["y"] = 225616.25327597, }, -- end of [16] + [17] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1272, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig21-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig21-Fox1", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 31684.704947593, + ["y"] = -8458.7521921596, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 174, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Bare Metal", + ["name"] = "Pilot #130", + ["onboard_num"] = "1043", + ["payload"] = { + ["ammo_type"] = 1, + ["chaff"] = 18, + ["flare"] = 40, + ["fuel"] = 2280, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{R-60 2L}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{R-3R}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{PTB_490C_MIG21}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{R-3R}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{R-60 2R}", + }, -- end of [5] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-21Bis", + ["unitId"] = 2841, + ["x"] = 31684.704947593, + ["y"] = -8458.7521921596, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 175, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Bare Metal", + ["name"] = "Pilot #131", + ["onboard_num"] = "1060", + ["payload"] = { + ["ammo_type"] = 1, + ["chaff"] = 18, + ["flare"] = 40, + ["fuel"] = 2280, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{R-60 2L}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{R-3R}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{PTB_490C_MIG21}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{R-3R}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{R-60 2R}", + }, -- end of [5] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-21Bis", + ["unitId"] = 2842, + ["x"] = 31644.704947593, + ["y"] = -8418.7521921596, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 31684.704947593, + ["y"] = -8458.7521921596, + }, -- end of [17] + [18] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1524, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Su33-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Su33-Fox1", + ["speed"] = 169.58333333333, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 25206.641180688, + ["y"] = -8412.4803081103, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 128, + ["hardpoint_racks"] = true, + ["heading"] = -1.0998362338761, + ["livery_id"] = "279th kiap 1st squad navy", + ["name"] = "Pilot #008", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 48, + ["flare"] = 48, + ["fuel"] = 4750, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [7] + [8] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [8] + [9] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [9] + [10] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [10] + [11] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [11] + [12] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, -- end of [12] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 1.0998362338761, + ["skill"] = "Excellent", + ["speed"] = 169.58333333333, + ["type"] = "Su-33", + ["unitId"] = 3351, + ["x"] = 25206.641180688, + ["y"] = -8412.4803081103, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 129, + ["hardpoint_racks"] = true, + ["heading"] = -1.0998362338761, + ["livery_id"] = "279th kiap 1st squad navy", + ["name"] = "Pilot #020", + ["onboard_num"] = "1060", + ["payload"] = { + ["chaff"] = 48, + ["flare"] = 48, + ["fuel"] = 4750, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [7] + [8] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [8] + [9] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [9] + [10] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [10] + [11] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [11] + [12] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, -- end of [12] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 1.0998362338761, + ["skill"] = "Excellent", + ["speed"] = 169.58333333333, + ["type"] = "Su-33", + ["unitId"] = 3352, + ["x"] = 25166.641180688, + ["y"] = -8372.4803081103, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 25206.641180688, + ["y"] = -8412.4803081103, + }, -- end of [18] + [19] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1526, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Su33-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Su33-Fox2", + ["speed"] = 169.58333333333, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 22152.696833432, + ["y"] = -8273.6646559623, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 128, + ["hardpoint_racks"] = true, + ["heading"] = -1.0998362338761, + ["livery_id"] = "279th kiap 1st squad navy", + ["name"] = "Pilot #096", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 48, + ["flare"] = 48, + ["fuel"] = 4750, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [3] + [10] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [10] + [11] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [11] + [12] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [12] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 1.0998362338761, + ["skill"] = "Excellent", + ["speed"] = 169.58333333333, + ["type"] = "Su-33", + ["unitId"] = 3356, + ["x"] = 22152.696833432, + ["y"] = -8273.6646559623, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 121, + ["heading"] = 0, + ["livery_id"] = "279th kiap 1st squad navy", + ["name"] = "veafSpawn-Su33-Fox2-1", + ["onboard_num"] = "1159", + ["payload"] = { + ["chaff"] = 48, + ["flare"] = 48, + ["fuel"] = 4750, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [3] + [10] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [10] + [11] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [11] + [12] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [12] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 169.58333333333, + ["type"] = "Su-33", + ["unitId"] = 3358, + ["x"] = 22112.696833432, + ["y"] = -8233.6646559623, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 22152.696833432, + ["y"] = -8273.6646559623, + }, -- end of [19] + [20] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1530, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig29S-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig29S-Fox1", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 8132.3159664879, + ["y"] = -7903.4895835678, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 182, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "air force standard", + ["name"] = "Pilot #123", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3366, + ["x"] = 8132.3159664879, + ["y"] = -7903.4895835678, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 183, + ["heading"] = 0, + ["livery_id"] = "air force standard", + ["name"] = "veafSpawn-Mig29S-Fox1-1", + ["onboard_num"] = "1161", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3368, + ["x"] = 8092.3159664879, + ["y"] = -7863.4895835678, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 8132.3159664879, + ["y"] = -7903.4895835678, + }, -- end of [20] + [21] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1538, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig31-Fox3", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig31-Fox3", + ["speed"] = 277.5, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = -12359.10944732, + ["y"] = -7450.9250942353, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 193, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "174 GvIAP_Boris Safonov", + ["name"] = "Pilot #213", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 0, + ["flare"] = 0, + ["fuel"] = "15500", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, -- end of [6] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-31", + ["unitId"] = 3391, + ["x"] = -12359.10944732, + ["y"] = -7450.9250942353, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 195, + ["heading"] = 0, + ["livery_id"] = "174 GvIAP_Boris Safonov", + ["name"] = "veafSpawn-Mig31-Fox3-1", + ["onboard_num"] = "1170", + ["payload"] = { + ["chaff"] = 0, + ["flare"] = 0, + ["fuel"] = "15500", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, -- end of [6] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-31", + ["unitId"] = 3393, + ["x"] = -12399.10944732, + ["y"] = -7410.9250942353, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = -12359.10944732, + ["y"] = -7450.9250942353, + }, -- end of [21] + [22] = { + ["communication"] = false, + ["frequency"] = 243, + ["groupId"] = 1539, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-JF17-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "JF17-Fox2", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + [2] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "WrappedAction", + ["number"] = 2, + ["params"] = { + ["action"] = { + ["id"] = "EPLRS", + ["params"] = { + ["groupId"] = 39, + ["value"] = true, + }, -- end of ["params"] + }, -- end of ["action"] + }, -- end of ["params"] + }, -- end of [2] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = -15752.299691857, + ["y"] = -7272.2841548691, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["AddPropAircraft"] = { + }, -- end of ["AddPropAircraft"] + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 196, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "'Splinter' Camo for Blue Side (Fictional)", + ["name"] = "Pilot #215", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 36, + ["flare"] = 32, + ["fuel"] = 2325, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "DIS_PL-5EII", + }, -- end of [1] + [4] = { + ["CLSID"] = "DIS_TANK800", + }, -- end of [4] + [7] = { + ["CLSID"] = "DIS_PL-5EII", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "JF-17", + ["unitId"] = 3394, + ["x"] = -15752.299691857, + ["y"] = -7272.2841548691, + }, -- end of [1] + [2] = { + ["AddPropAircraft"] = { + }, -- end of ["AddPropAircraft"] + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 197, + ["heading"] = 0, + ["livery_id"] = "'Splinter' Camo for Blue Side (Fictional)", + ["name"] = "veafSpawn-JF17-Fox2-1", + ["onboard_num"] = "1171", + ["payload"] = { + ["chaff"] = 36, + ["flare"] = 32, + ["fuel"] = 2325, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "DIS_PL-5EII", + }, -- end of [1] + [4] = { + ["CLSID"] = "DIS_TANK800", + }, -- end of [4] + [7] = { + ["CLSID"] = "DIS_PL-5EII", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "JF-17", + ["unitId"] = 3396, + ["x"] = -15792.299691857, + ["y"] = -7232.2841548691, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = -15752.299691857, + ["y"] = -7272.2841548691, + }, -- end of [22] + [23] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1531, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig29S-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig29S-Fox2", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 5402.2748075779, + ["y"] = -7857.2176995184, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 182, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "air force standard", + ["name"] = "Pilot #124", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3370, + ["x"] = 5402.2748075779, + ["y"] = -7857.2176995184, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 185, + ["heading"] = 0, + ["livery_id"] = "air force standard", + ["name"] = "veafSpawn-Mig29S-Fox2-1", + ["onboard_num"] = "1163", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3372, + ["x"] = 5362.2748075779, + ["y"] = -7817.2176995184, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 5402.2748075779, + ["y"] = -7857.2176995184, + }, -- end of [23] + [24] = { + ["communication"] = false, + ["frequency"] = 243, + ["groupId"] = 1540, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-JF17-Fox3", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "JF17-Fox3", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + [2] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "WrappedAction", + ["number"] = 2, + ["params"] = { + ["action"] = { + ["id"] = "EPLRS", + ["params"] = { + ["groupId"] = 45, + ["value"] = true, + }, -- end of ["params"] + }, -- end of ["action"] + }, -- end of ["params"] + }, -- end of [2] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = -19069.923022895, + ["y"] = -7272.2841548691, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["AddPropAircraft"] = { + }, -- end of ["AddPropAircraft"] + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 196, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "'Splinter' Camo for Blue Side (Fictional)", + ["name"] = "Pilot #216", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 36, + ["flare"] = 32, + ["fuel"] = 2325, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "DIS_PL-5EII", + }, -- end of [1] + [2] = { + ["CLSID"] = "DIS_SD-10_DUAL_L", + }, -- end of [2] + [3] = { + ["CLSID"] = "DIS_TANK1100", + }, -- end of [3] + [4] = { + ["CLSID"] = "DIS_TANK800", + }, -- end of [4] + [5] = { + ["CLSID"] = "DIS_TANK1100", + }, -- end of [5] + [6] = { + ["CLSID"] = "DIS_SD-10_DUAL_R", + }, -- end of [6] + [7] = { + ["CLSID"] = "DIS_PL-5EII", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "JF-17", + ["unitId"] = 3397, + ["x"] = -19069.923022895, + ["y"] = -7272.2841548691, + }, -- end of [1] + [2] = { + ["AddPropAircraft"] = { + }, -- end of ["AddPropAircraft"] + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 198, + ["heading"] = 0, + ["livery_id"] = "'Splinter' Camo for Blue Side (Fictional)", + ["name"] = "veafSpawn-JF17-Fox3-1", + ["onboard_num"] = "1172", + ["payload"] = { + ["chaff"] = 36, + ["flare"] = 32, + ["fuel"] = 2325, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "DIS_PL-5EII", + }, -- end of [1] + [2] = { + ["CLSID"] = "DIS_SD-10_DUAL_L", + }, -- end of [2] + [3] = { + ["CLSID"] = "DIS_TANK1100", + }, -- end of [3] + [4] = { + ["CLSID"] = "DIS_TANK800", + }, -- end of [4] + [5] = { + ["CLSID"] = "DIS_TANK1100", + }, -- end of [5] + [6] = { + ["CLSID"] = "DIS_SD-10_DUAL_R", + }, -- end of [6] + [7] = { + ["CLSID"] = "DIS_PL-5EII", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "JF-17", + ["unitId"] = 3399, + ["x"] = -19109.923022895, + ["y"] = -7232.2841548691, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = -19069.923022895, + ["y"] = -7272.2841548691, + }, -- end of [24] + [25] = { + ["communication"] = false, + ["frequency"] = 127.5, + ["groupId"] = 1527, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Su27-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Su27-Fox2", + ["speed"] = 253.75313988205, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 15952.264370823, + ["y"] = -8134.8490038144, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 152, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Air Force Standard Early", + ["name"] = "Pilot #097", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 96, + ["flare"] = 96, + ["fuel"] = 9400, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [3] + [8] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [8] + [9] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [9] + [10] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, -- end of [10] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 253.75313988205, + ["type"] = "Su-27", + ["unitId"] = 3359, + ["x"] = 15952.264370823, + ["y"] = -8134.8490038144, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 122, + ["heading"] = 0, + ["livery_id"] = "Air Force Standard Early", + ["name"] = "veafSpawn-Su27-Fox2-1", + ["onboard_num"] = "1160", + ["payload"] = { + ["chaff"] = 96, + ["flare"] = 96, + ["fuel"] = 9400, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [3] + [8] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [8] + [9] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [9] + [10] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, -- end of [10] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 253.75313988205, + ["type"] = "Su-27", + ["unitId"] = 3361, + ["x"] = 15912.264370823, + ["y"] = -8094.8490038144, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 15952.264370823, + ["y"] = -8134.8490038144, + }, -- end of [25] + [26] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1532, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig29S-Fox3", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig29S-Fox3", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 2348.3304603227, + ["y"] = -7857.2176995184, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 182, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "air force standard", + ["name"] = "Pilot #133", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3373, + ["x"] = 2348.3304603227, + ["y"] = -7857.2176995184, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 186, + ["heading"] = 0, + ["livery_id"] = "air force standard", + ["name"] = "veafSpawn-Mig29S-Fox3-1", + ["onboard_num"] = "1164", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3375, + ["x"] = 2308.3304603227, + ["y"] = -7817.2176995184, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 2348.3304603227, + ["y"] = -7857.2176995184, + }, -- end of [26] + [27] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1533, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig23S-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig23-Fox1", + ["speed"] = 210.69444444444, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = -316.13151061829, + ["y"] = -7847.0756842584, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 187, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "af standard", + ["name"] = "Pilot #142", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 60, + ["flare"] = 60, + ["fuel"] = "3800", + ["gun"] = 100, + ["pylons"] = { + [2] = { + ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}", + }, -- end of [6] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 210.69444444444, + ["type"] = "MiG-23MLD", + ["unitId"] = 3376, + ["x"] = -316.13151061829, + ["y"] = -7847.0756842584, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 188, + ["heading"] = 0, + ["livery_id"] = "af standard", + ["name"] = "veafSpawn-Mig23S-Fox1-1", + ["onboard_num"] = "1165", + ["payload"] = { + ["chaff"] = 60, + ["flare"] = 60, + ["fuel"] = "3800", + ["gun"] = 100, + ["pylons"] = { + [2] = { + ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}", + }, -- end of [6] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 210.69444444444, + ["type"] = "MiG-23MLD", + ["unitId"] = 3378, + ["x"] = -356.13151061829, + ["y"] = -7807.0756842584, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = -316.13151061829, + ["y"] = -7847.0756842584, + }, -- end of [27] + [28] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1525, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig21-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig21-Fox2", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 28445.67306414, + ["y"] = -8458.7521921596, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 174, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Bare Metal", + ["name"] = "Pilot #090", + ["onboard_num"] = "1043", + ["payload"] = { + ["ammo_type"] = 1, + ["chaff"] = 18, + ["flare"] = 40, + ["fuel"] = 2280, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{R-60 2L}", + }, -- end of [1] + [3] = { + ["CLSID"] = "{PTB_490C_MIG21}", + }, -- end of [3] + [5] = { + ["CLSID"] = "{R-60 2R}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{ASO-2}", + }, -- end of [6] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-21Bis", + ["unitId"] = 3353, + ["x"] = 28445.67306414, + ["y"] = -8458.7521921596, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 112, + ["heading"] = 0, + ["livery_id"] = "Bare Metal", + ["name"] = "veafSpawn-Mig21-Fox2-1", + ["onboard_num"] = "1158", + ["payload"] = { + ["ammo_type"] = 1, + ["chaff"] = 18, + ["flare"] = 40, + ["fuel"] = 2280, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{R-60 2L}", + }, -- end of [1] + [3] = { + ["CLSID"] = "{PTB_490C_MIG21}", + }, -- end of [3] + [5] = { + ["CLSID"] = "{R-60 2R}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{ASO-2}", + }, -- end of [6] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-21Bis", + ["unitId"] = 3355, + ["x"] = 28405.67306414, + ["y"] = -8418.7521921596, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 28445.67306414, + ["y"] = -8458.7521921596, + }, -- end of [28] + [29] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1528, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig29A-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig29A-Fox2", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 10769.813357299, + ["y"] = -7903.4895835678, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 131, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "air force standard", + ["name"] = "Pilot #105", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3376", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29A", + ["unitId"] = 3362, + ["x"] = 10769.813357299, + ["y"] = -7903.4895835678, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 173, + ["hardpoint_racks"] = true, + ["heading"] = 0, + ["livery_id"] = "air force standard", + ["name"] = "veafSpawn-Su27-Fox2-1-1", + ["onboard_num"] = "1160", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3376", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29A", + ["unitId"] = 3363, + ["x"] = 10729.813357299, + ["y"] = -7863.4895835678, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 10769.813357299, + ["y"] = -7903.4895835678, + }, -- end of [29] + [30] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1534, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig23S-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig23-Fox2", + ["speed"] = 210.69444444444, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = -2811.8802277638, + ["y"] = -7767.8455662538, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 187, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "af standard", + ["name"] = "Pilot #153", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 60, + ["flare"] = 60, + ["fuel"] = "3800", + ["gun"] = 100, + ["pylons"] = { + [2] = { + ["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}", + }, -- end of [6] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 210.69444444444, + ["type"] = "MiG-23MLD", + ["unitId"] = 3379, + ["x"] = -2811.8802277638, + ["y"] = -7767.8455662538, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 189, + ["heading"] = 0, + ["livery_id"] = "af standard", + ["name"] = "veafSpawn-Mig23S-Fox2-1", + ["onboard_num"] = "1166", + ["payload"] = { + ["chaff"] = 60, + ["flare"] = 60, + ["fuel"] = "3800", + ["gun"] = 100, + ["pylons"] = { + [2] = { + ["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}", + }, -- end of [6] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 210.69444444444, + ["type"] = "MiG-23MLD", + ["unitId"] = 3381, + ["x"] = -2851.8802277638, + ["y"] = -7727.8455662538, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = -2811.8802277638, + ["y"] = -7767.8455662538, + }, -- end of [30] + [31] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1535, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig25-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig25-Fox1", + ["speed"] = 277.5, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = -5069.9385908954, + ["y"] = -7609.3853302445, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 190, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "af standard", + ["name"] = "Pilot #164", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 64, + ["flare"] = 64, + ["fuel"] = "15245", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, -- end of [4] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-25PD", + ["unitId"] = 3382, + ["x"] = -5069.9385908954, + ["y"] = -7609.3853302445, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 191, + ["heading"] = 0, + ["livery_id"] = "af standard", + ["name"] = "veafSpawn-Mig25-Fox1-1", + ["onboard_num"] = "1167", + ["payload"] = { + ["chaff"] = 64, + ["flare"] = 64, + ["fuel"] = "15245", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, -- end of [4] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-25PD", + ["unitId"] = 3384, + ["x"] = -5109.9385908954, + ["y"] = -7569.3853302445, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = -5069.9385908954, + ["y"] = -7609.3853302445, + }, -- end of [31] + [32] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1529, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig29A-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig29A-Fox1", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 13499.854516209, + ["y"] = -8042.3052357157, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 131, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "air force standard", + ["name"] = "Pilot #106", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3376", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29A", + ["unitId"] = 3364, + ["x"] = 13499.854516209, + ["y"] = -8042.3052357157, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 184, + ["heading"] = 0, + ["livery_id"] = "air force standard", + ["name"] = "veafSpawn-Mig29A-Fox1-1", + ["onboard_num"] = "1162", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3376", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [7] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29A", + ["unitId"] = 3369, + ["x"] = 13459.854516209, + ["y"] = -8002.3052357157, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 13499.854516209, + ["y"] = -8042.3052357157, + }, -- end of [32] + [33] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1536, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig25-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig25-Fox2", + ["speed"] = 277.5, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = -7209.1517770201, + ["y"] = -7649.0003892469, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 190, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "af standard", + ["name"] = "Pilot #211", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 64, + ["flare"] = 64, + ["fuel"] = "15245", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}", + }, -- end of [4] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-25PD", + ["unitId"] = 3385, + ["x"] = -7209.1517770201, + ["y"] = -7649.0003892469, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 192, + ["heading"] = 0, + ["livery_id"] = "af standard", + ["name"] = "veafSpawn-Mig25-Fox2-1", + ["onboard_num"] = "1168", + ["payload"] = { + ["chaff"] = 64, + ["flare"] = 64, + ["fuel"] = "15245", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}", + }, -- end of [4] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-25PD", + ["unitId"] = 3387, + ["x"] = -7249.1517770201, + ["y"] = -7609.0003892469, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = -7209.1517770201, + ["y"] = -7649.0003892469, + }, -- end of [33] + [34] = { + ["communication"] = false, + ["frequency"] = 127.5, + ["groupId"] = 1186, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Su27-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Su27-Fox1", + ["speed"] = 253.75313988205, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = 18867.39306593, + ["y"] = -8227.392771913, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 152, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Air Force Standard Early", + ["name"] = "Pilot #283", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 96, + ["flare"] = 96, + ["fuel"] = 9400, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [7] + [8] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [8] + [9] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [9] + [10] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, -- end of [10] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 253.75313988205, + ["type"] = "Su-27", + ["unitId"] = 2627, + ["x"] = 18867.39306593, + ["y"] = -8227.392771913, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 151, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Air Force Standard Early", + ["name"] = "Pilot #284", + ["onboard_num"] = "1060", + ["payload"] = { + ["chaff"] = 96, + ["flare"] = 96, + ["fuel"] = 9400, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, -- end of [1] + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [2] + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [3] + [4] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [4] + [5] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [5] + [6] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [6] + [7] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, -- end of [7] + [8] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, -- end of [8] + [9] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, -- end of [9] + [10] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, -- end of [10] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 253.75313988205, + ["type"] = "Su-27", + ["unitId"] = 2628, + ["x"] = 18827.39306593, + ["y"] = -8187.392771913, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = 18867.39306593, + ["y"] = -8227.392771913, + }, -- end of [34] + [35] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1537, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig31-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig31-Fox2", + ["speed"] = 277.5, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, -- end of ["targetTypes"] + }, -- end of ["params"] + }, -- end of [1] + }, -- end of ["tasks"] + }, -- end of ["params"] + }, -- end of ["task"] + ["type"] = "Turning Point", + ["x"] = -9744.5155531678, + ["y"] = -7490.5401532376, + }, -- end of [1] + }, -- end of ["points"] + ["routeRelativeTOT"] = true, + }, -- end of ["route"] + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, -- end of ["tasks"] + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 193, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "174 GvIAP_Boris Safonov", + ["name"] = "Pilot #212", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 0, + ["flare"] = 0, + ["fuel"] = "15500", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, -- end of [1] + [6] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, -- end of [6] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-31", + ["unitId"] = 3388, + ["x"] = -9744.5155531678, + ["y"] = -7490.5401532376, + }, -- end of [1] + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 194, + ["hardpoint_racks"] = true, + ["heading"] = 0, + ["livery_id"] = "174 GvIAP_Boris Safonov", + ["name"] = "veafSpawn-Mig31-Fox2-1", + ["onboard_num"] = "1169", + ["payload"] = { + ["chaff"] = 0, + ["flare"] = 0, + ["fuel"] = "15500", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, -- end of [1] + [6] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, -- end of [6] + }, -- end of ["pylons"] + }, -- end of ["payload"] + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-31", + ["unitId"] = 3390, + ["x"] = -9784.5155531678, + ["y"] = -7450.5401532376, + }, -- end of [2] + }, -- end of ["units"] + ["x"] = -9744.5155531678, + ["y"] = -7490.5401532376, + }, -- end of [35] }, -- end of ["group"] }, -- end of ["plane"] ["ship"] = { @@ -66094,6 +68841,7 @@ Condition de défaite : u die", }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = -3.0652128684723, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "Aerial-4-2-2", ["onboard_num"] = "058", ["payload"] = { @@ -66243,6 +68991,7 @@ Condition de défaite : u die", ["name"] = "Springfield12", }, -- end of ["callsign"] ["heading"] = -3.0652128684723, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "F-18C AIRQUAKE Fox2-1-1", ["onboard_num"] = "059", ["payload"] = { @@ -66392,6 +69141,7 @@ Condition de défaite : u die", ["name"] = "Springfield13", }, -- end of ["callsign"] ["heading"] = -3.0652128684723, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "F-18C AIRQUAKE Fox2-2-1", ["onboard_num"] = "060", ["payload"] = { @@ -66541,6 +69291,7 @@ Condition de défaite : u die", ["name"] = "Springfield14", }, -- end of ["callsign"] ["heading"] = -3.0652128684723, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "F-18C AIRQUAKE Fox2-3-1", ["onboard_num"] = "061", ["payload"] = { @@ -66803,6 +69554,7 @@ Condition de défaite : u die", }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = -3.0948040837513, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "Aerial-4-2-1-2", ["onboard_num"] = "058", ["payload"] = { @@ -66958,6 +69710,7 @@ Condition de défaite : u die", ["name"] = "Springfield12", }, -- end of ["callsign"] ["heading"] = -3.0948040837513, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "F-18C AIRQUAKE Fox3-1-2", ["onboard_num"] = "062", ["payload"] = { @@ -67113,6 +69866,7 @@ Condition de défaite : u die", ["name"] = "Springfield13", }, -- end of ["callsign"] ["heading"] = -3.0948040837513, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "F-18C AIRQUAKE Fox3-2-2", ["onboard_num"] = "063", ["payload"] = { @@ -67268,6 +70022,7 @@ Condition de défaite : u die", ["name"] = "Springfield14", }, -- end of ["callsign"] ["heading"] = -3.0948040837513, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "F-18C AIRQUAKE Fox3-3-2", ["onboard_num"] = "064", ["payload"] = { @@ -67536,6 +70291,7 @@ Condition de défaite : u die", }, -- end of ["Points"] }, -- end of ["dataCartridge"] ["heading"] = 3.0683464166761, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "Aerial-4-2-1-1-2", ["onboard_num"] = "058", ["payload"] = { @@ -67691,6 +70447,7 @@ Condition de défaite : u die", ["name"] = "Springfield12", }, -- end of ["callsign"] ["heading"] = 3.0683464166761, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "F-18C AIRQUAKE Fox3-1-1-1", ["onboard_num"] = "062", ["payload"] = { @@ -67846,6 +70603,7 @@ Condition de défaite : u die", ["name"] = "Springfield13", }, -- end of ["callsign"] ["heading"] = 3.0683464166761, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "F-18C AIRQUAKE Fox3-2-1-1", ["onboard_num"] = "063", ["payload"] = { @@ -68001,6 +70759,7 @@ Condition de défaite : u die", ["name"] = "Springfield14", }, -- end of ["callsign"] ["heading"] = 3.0683464166761, + ["livery_id"] = "Rafale tigermeet 2017", ["name"] = "F-18C AIRQUAKE Fox3-3-1-1", ["onboard_num"] = "064", ["payload"] = { @@ -72811,7 +75570,7 @@ Condition de défaite : u die", [8] = 47, }, -- end of ["red"] }, -- end of ["coalitions"] - ["currentKey"] = 885993, + ["currentKey"] = 895563, ["date"] = { ["Day"] = 21, ["Month"] = 6, @@ -79095,9 +81854,9 @@ Condition de défaite : u die", }, -- end of ["roles"] }, -- end of ["groundControl"] ["map"] = { - ["centerX"] = -27480.087129782, - ["centerY"] = -15855.024132298, - ["zoom"] = 6152.8267548513, + ["centerX"] = 11296.824920605, + ["centerY"] = 14319.237604575, + ["zoom"] = 1853.7720037956, }, -- end of ["map"] ["maxDictId"] = 21, ["pictureFileNameB"] = { @@ -79107,9 +81866,6 @@ Condition de défaite : u die", ["pictureFileNameR"] = { }, -- end of ["pictureFileNameR"] ["requiredModules"] = { - ["A-4E-C"] = "A-4E-C", - ["Hercules"] = "Hercules", - ["T-45"] = "T-45", ["TF-51D Mustang by Eagle Dynamics"] = "TF-51D Mustang by Eagle Dynamics", }, -- end of ["requiredModules"] ["result"] = { @@ -79144,8 +81900,8 @@ Condition de défaite : u die", ["theatre"] = "MarianaIslands", ["trig"] = { ["actions"] = { - [1] = "a_do_script(\"VEAF_DYNAMIC_PATH = [[d:\\\\dev\\\\_VEAF\\\\VEAF-Mission-Creation-Tools]]\");", - [2] = "a_do_script(\"VEAF_DYNAMIC_MISSIONPATH = [[d:\\\\dev\\\\_VEAF\\\\VEAF-Open-Training-Mission-Marianas\\\\]]\");", + [1] = "a_do_script(\"VEAF_DYNAMIC_PATH = [[d:\\dev\\_VEAF\\VEAF-Mission-Creation-Tools]]\");", + [2] = "a_do_script(\"VEAF_DYNAMIC_MISSIONPATH = [[d:\\dev\\_VEAF\\VEAF-Open-Training-Mission-Marianas\\]]\");", [3] = "a_do_script(\"env.info(\\\"DYNAMIC SCRIPTS LOADING\\\")\");a_do_script(\"assert(loadfile(VEAF_DYNAMIC_PATH .. \\\"/src/scripts/community/mist.lua\\\"))()\");a_do_script(\"assert(loadfile(VEAF_DYNAMIC_PATH .. \\\"/src/scripts/community/DCS-SimpleTextToSpeech.lua\\\"))()\");a_do_script(\"assert(loadfile(VEAF_DYNAMIC_PATH .. \\\"/src/scripts/community/CTLD.lua\\\"))()\");a_do_script(\"assert(loadfile(VEAF_DYNAMIC_PATH .. \\\"/src/scripts/community/WeatherMark.lua\\\"))()\");a_do_script(\"assert(loadfile(VEAF_DYNAMIC_PATH .. \\\"/src/scripts/community/skynet-iads-compiled.lua\\\"))()\");a_do_script(\"assert(loadfile(VEAF_DYNAMIC_PATH .. \\\"/src/scripts/community/Hercules_Cargo.lua\\\"))()\");a_do_script(\"assert(loadfile(VEAF_DYNAMIC_PATH .. \\\"/src/scripts/community/HoundElint.lua\\\"))()\");a_do_script(\"assert(loadfile(VEAF_DYNAMIC_PATH .. \\\"/src/scripts/VeafDynamicLoader.lua\\\"))()\");", [4] = "a_do_script(\"env.info(\\\"STATIC SCRIPTS LOADING\\\")\");a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10202\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10203\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10204\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10205\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10206\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10207\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10208\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10308\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10309\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10310\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10311\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10312\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10313\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10314\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10315\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10316\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10317\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10318\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10319\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10320\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10321\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10322\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10323\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10324\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10325\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10326\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10327\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10328\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10329\"));a_do_script_file(getValueResourceByKey(\"DictKey_ActionText_10330\"));", [5] = "a_do_script(\"env.info(\\\"DYNAMIC CONFIG LOADING\\\")\");a_do_script(\"assert(loadfile(VEAF_DYNAMIC_MISSIONPATH .. \\\"/src/scripts/missionConfig.lua\\\"))()\");", @@ -79911,7 +82667,7 @@ Condition de défaite : u die", ["weather"] = { ["atmosphere_type"] = 0, ["clouds"] = { - ["base"] = 3400, + ["base"] = 3360, ["density"] = 0, ["iprecptns"] = 0, ["preset"] = "Preset12", diff --git a/src/spawnableAircrafts/settings.lua b/src/spawnableAircrafts/settings.lua new file mode 100644 index 0000000..231105d --- /dev/null +++ b/src/spawnableAircrafts/settings.lua @@ -0,0 +1,2727 @@ +settings = +{ + ["red planes"] = + { + coalition = "red", + country = "russia", + category = "plane", + groups = { + [01] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1272, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig21-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig21-Fox1", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 31684.704947593, + ["y"] = -8458.7521921596, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 174, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Bare Metal", + ["name"] = "Pilot #130", + ["onboard_num"] = "1043", + ["payload"] = { + ["ammo_type"] = 1, + ["chaff"] = 18, + ["flare"] = 40, + ["fuel"] = 2280, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{R-60 2L}", + }, + [2] = { + ["CLSID"] = "{R-3R}", + }, + [3] = { + ["CLSID"] = "{PTB_490C_MIG21}", + }, + [4] = { + ["CLSID"] = "{R-3R}", + }, + [5] = { + ["CLSID"] = "{R-60 2R}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-21Bis", + ["unitId"] = 2841, + ["x"] = 31684.704947593, + ["y"] = -8458.7521921596, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 175, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Bare Metal", + ["name"] = "Pilot #131", + ["onboard_num"] = "1060", + ["payload"] = { + ["ammo_type"] = 1, + ["chaff"] = 18, + ["flare"] = 40, + ["fuel"] = 2280, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{R-60 2L}", + }, + [2] = { + ["CLSID"] = "{R-3R}", + }, + [3] = { + ["CLSID"] = "{PTB_490C_MIG21}", + }, + [4] = { + ["CLSID"] = "{R-3R}", + }, + [5] = { + ["CLSID"] = "{R-60 2R}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-21Bis", + ["unitId"] = 2842, + ["x"] = 31644.704947593, + ["y"] = -8418.7521921596, + }, + }, + ["x"] = 31684.704947593, + ["y"] = -8458.7521921596, + }, + [02] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1524, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Su33-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Su33-Fox1", + ["speed"] = 169.58333333333, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 25206.641180688, + ["y"] = -8412.4803081103, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 128, + ["hardpoint_racks"] = true, + ["heading"] = -1.0998362338761, + ["livery_id"] = "279th kiap 1st squad navy", + ["name"] = "Pilot #008", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 48, + ["flare"] = 48, + ["fuel"] = 4750, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [4] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [5] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [6] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [7] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [8] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [9] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [10] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [11] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [12] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, + }, + }, + ["psi"] = 1.0998362338761, + ["skill"] = "Excellent", + ["speed"] = 169.58333333333, + ["type"] = "Su-33", + ["unitId"] = 3351, + ["x"] = 25206.641180688, + ["y"] = -8412.4803081103, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 129, + ["hardpoint_racks"] = true, + ["heading"] = -1.0998362338761, + ["livery_id"] = "279th kiap 1st squad navy", + ["name"] = "Pilot #020", + ["onboard_num"] = "1060", + ["payload"] = { + ["chaff"] = 48, + ["flare"] = 48, + ["fuel"] = 4750, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [4] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [5] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [6] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [7] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [8] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [9] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [10] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [11] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [12] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, + }, + }, + ["psi"] = 1.0998362338761, + ["skill"] = "Excellent", + ["speed"] = 169.58333333333, + ["type"] = "Su-33", + ["unitId"] = 3352, + ["x"] = 25166.641180688, + ["y"] = -8372.4803081103, + }, + }, + ["x"] = 25206.641180688, + ["y"] = -8412.4803081103, + }, + [03] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1525, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig21-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig21-Fox2", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 28445.67306414, + ["y"] = -8458.7521921596, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 174, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Bare Metal", + ["name"] = "Pilot #090", + ["onboard_num"] = "1043", + ["payload"] = { + ["ammo_type"] = 1, + ["chaff"] = 18, + ["flare"] = 40, + ["fuel"] = 2280, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{R-60 2L}", + }, + [3] = { + ["CLSID"] = "{PTB_490C_MIG21}", + }, + [5] = { + ["CLSID"] = "{R-60 2R}", + }, + [6] = { + ["CLSID"] = "{ASO-2}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-21Bis", + ["unitId"] = 3353, + ["x"] = 28445.67306414, + ["y"] = -8458.7521921596, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 112, + ["heading"] = 0, + ["livery_id"] = "Bare Metal", + ["name"] = "veafSpawn-Mig21-Fox2-1", + ["onboard_num"] = "1158", + ["payload"] = { + ["ammo_type"] = 1, + ["chaff"] = 18, + ["flare"] = 40, + ["fuel"] = 2280, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{R-60 2L}", + }, + [3] = { + ["CLSID"] = "{PTB_490C_MIG21}", + }, + [5] = { + ["CLSID"] = "{R-60 2R}", + }, + [6] = { + ["CLSID"] = "{ASO-2}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-21Bis", + ["unitId"] = 3355, + ["x"] = 28405.67306414, + ["y"] = -8418.7521921596, + }, + }, + ["x"] = 28445.67306414, + ["y"] = -8458.7521921596, + }, + [04] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1526, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Su33-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Su33-Fox2", + ["speed"] = 169.58333333333, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 22152.696833432, + ["y"] = -8273.6646559623, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 128, + ["hardpoint_racks"] = true, + ["heading"] = -1.0998362338761, + ["livery_id"] = "279th kiap 1st squad navy", + ["name"] = "Pilot #096", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 48, + ["flare"] = 48, + ["fuel"] = 4750, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [10] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [11] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [12] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = 1.0998362338761, + ["skill"] = "Excellent", + ["speed"] = 169.58333333333, + ["type"] = "Su-33", + ["unitId"] = 3356, + ["x"] = 22152.696833432, + ["y"] = -8273.6646559623, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 121, + ["heading"] = 0, + ["livery_id"] = "279th kiap 1st squad navy", + ["name"] = "veafSpawn-Su33-Fox2-1", + ["onboard_num"] = "1159", + ["payload"] = { + ["chaff"] = 48, + ["flare"] = 48, + ["fuel"] = 4750, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [10] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [11] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [12] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 169.58333333333, + ["type"] = "Su-33", + ["unitId"] = 3358, + ["x"] = 22112.696833432, + ["y"] = -8233.6646559623, + }, + }, + ["x"] = 22152.696833432, + ["y"] = -8273.6646559623, + }, + [05] = { + ["communication"] = false, + ["frequency"] = 127.5, + ["groupId"] = 1527, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Su27-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Su27-Fox2", + ["speed"] = 253.75313988205, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 15952.264370823, + ["y"] = -8134.8490038144, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 152, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Air Force Standard Early", + ["name"] = "Pilot #097", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 96, + ["flare"] = 96, + ["fuel"] = 9400, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [8] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [9] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [10] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 253.75313988205, + ["type"] = "Su-27", + ["unitId"] = 3359, + ["x"] = 15952.264370823, + ["y"] = -8134.8490038144, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 122, + ["heading"] = 0, + ["livery_id"] = "Air Force Standard Early", + ["name"] = "veafSpawn-Su27-Fox2-1", + ["onboard_num"] = "1160", + ["payload"] = { + ["chaff"] = 96, + ["flare"] = 96, + ["fuel"] = 9400, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [8] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [9] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [10] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 253.75313988205, + ["type"] = "Su-27", + ["unitId"] = 3361, + ["x"] = 15912.264370823, + ["y"] = -8094.8490038144, + }, + }, + ["x"] = 15952.264370823, + ["y"] = -8134.8490038144, + }, + [06] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1528, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig29A-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig29A-Fox2", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 10769.813357299, + ["y"] = -7903.4895835678, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 131, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "air force standard", + ["name"] = "Pilot #105", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3376", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, + [5] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29A", + ["unitId"] = 3362, + ["x"] = 10769.813357299, + ["y"] = -7903.4895835678, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 173, + ["hardpoint_racks"] = true, + ["heading"] = 0, + ["livery_id"] = "air force standard", + ["name"] = "veafSpawn-Su27-Fox2-1-1", + ["onboard_num"] = "1160", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3376", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, + [5] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29A", + ["unitId"] = 3363, + ["x"] = 10729.813357299, + ["y"] = -7863.4895835678, + }, + }, + ["x"] = 10769.813357299, + ["y"] = -7903.4895835678, + }, + [07] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1529, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig29A-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig29A-Fox1", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 13499.854516209, + ["y"] = -8042.3052357157, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 131, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "air force standard", + ["name"] = "Pilot #106", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3376", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, + [5] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29A", + ["unitId"] = 3364, + ["x"] = 13499.854516209, + ["y"] = -8042.3052357157, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 184, + ["heading"] = 0, + ["livery_id"] = "air force standard", + ["name"] = "veafSpawn-Mig29A-Fox1-1", + ["onboard_num"] = "1162", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3376", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, + [5] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29A", + ["unitId"] = 3369, + ["x"] = 13459.854516209, + ["y"] = -8002.3052357157, + }, + }, + ["x"] = 13499.854516209, + ["y"] = -8042.3052357157, + }, + [08] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1530, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig29S-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig29S-Fox1", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 8132.3159664879, + ["y"] = -7903.4895835678, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 182, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "air force standard", + ["name"] = "Pilot #123", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, + [5] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3366, + ["x"] = 8132.3159664879, + ["y"] = -7903.4895835678, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 183, + ["heading"] = 0, + ["livery_id"] = "air force standard", + ["name"] = "veafSpawn-Mig29S-Fox1-1", + ["onboard_num"] = "1161", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, + [5] = { + ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}", + }, + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3368, + ["x"] = 8092.3159664879, + ["y"] = -7863.4895835678, + }, + }, + ["x"] = 8132.3159664879, + ["y"] = -7903.4895835678, + }, + [09] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1531, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig29S-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig29S-Fox2", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 5402.2748075779, + ["y"] = -7857.2176995184, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 182, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "air force standard", + ["name"] = "Pilot #124", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, + [5] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3370, + ["x"] = 5402.2748075779, + ["y"] = -7857.2176995184, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 185, + ["heading"] = 0, + ["livery_id"] = "air force standard", + ["name"] = "veafSpawn-Mig29S-Fox2-1", + ["onboard_num"] = "1163", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, + [5] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [6] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3372, + ["x"] = 5362.2748075779, + ["y"] = -7817.2176995184, + }, + }, + ["x"] = 5402.2748075779, + ["y"] = -7857.2176995184, + }, + [10] = { + ["communication"] = false, + ["frequency"] = 124, + ["groupId"] = 1532, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig29S-Fox3", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig29S-Fox3", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 2348.3304603227, + ["y"] = -7857.2176995184, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 182, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "air force standard", + ["name"] = "Pilot #133", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, + [3] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, + [5] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, + [6] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3373, + ["x"] = 2348.3304603227, + ["y"] = -7857.2176995184, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 186, + ["heading"] = 0, + ["livery_id"] = "air force standard", + ["name"] = "veafSpawn-Mig29S-Fox3-1", + ["onboard_num"] = "1164", + ["payload"] = { + ["chaff"] = 30, + ["flare"] = 30, + ["fuel"] = "3493", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [2] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, + [3] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, + [4] = { + ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}", + }, + [5] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, + [6] = { + ["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}", + }, + [7] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "MiG-29S", + ["unitId"] = 3375, + ["x"] = 2308.3304603227, + ["y"] = -7817.2176995184, + }, + }, + ["x"] = 2348.3304603227, + ["y"] = -7857.2176995184, + }, + [11] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1533, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig23S-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig23-Fox1", + ["speed"] = 210.69444444444, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = -316.13151061829, + ["y"] = -7847.0756842584, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 187, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "af standard", + ["name"] = "Pilot #142", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 60, + ["flare"] = 60, + ["fuel"] = "3800", + ["gun"] = 100, + ["pylons"] = { + [2] = { + ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}", + }, + [3] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, + [4] = { + ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}", + }, + [5] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, + [6] = { + ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 210.69444444444, + ["type"] = "MiG-23MLD", + ["unitId"] = 3376, + ["x"] = -316.13151061829, + ["y"] = -7847.0756842584, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 188, + ["heading"] = 0, + ["livery_id"] = "af standard", + ["name"] = "veafSpawn-Mig23S-Fox1-1", + ["onboard_num"] = "1165", + ["payload"] = { + ["chaff"] = 60, + ["flare"] = 60, + ["fuel"] = "3800", + ["gun"] = 100, + ["pylons"] = { + [2] = { + ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}", + }, + [3] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, + [4] = { + ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}", + }, + [5] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, + [6] = { + ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 210.69444444444, + ["type"] = "MiG-23MLD", + ["unitId"] = 3378, + ["x"] = -356.13151061829, + ["y"] = -7807.0756842584, + }, + }, + ["x"] = -316.13151061829, + ["y"] = -7847.0756842584, + }, + [12] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1534, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig23S-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig23-Fox2", + ["speed"] = 210.69444444444, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = -2811.8802277638, + ["y"] = -7767.8455662538, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 187, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "af standard", + ["name"] = "Pilot #153", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 60, + ["flare"] = 60, + ["fuel"] = "3800", + ["gun"] = 100, + ["pylons"] = { + [2] = { + ["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}", + }, + [3] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, + [4] = { + ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}", + }, + [5] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, + [6] = { + ["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 210.69444444444, + ["type"] = "MiG-23MLD", + ["unitId"] = 3379, + ["x"] = -2811.8802277638, + ["y"] = -7767.8455662538, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 189, + ["heading"] = 0, + ["livery_id"] = "af standard", + ["name"] = "veafSpawn-Mig23S-Fox2-1", + ["onboard_num"] = "1166", + ["payload"] = { + ["chaff"] = 60, + ["flare"] = 60, + ["fuel"] = "3800", + ["gun"] = 100, + ["pylons"] = { + [2] = { + ["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}", + }, + [3] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, + [4] = { + ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}", + }, + [5] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, + [6] = { + ["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 210.69444444444, + ["type"] = "MiG-23MLD", + ["unitId"] = 3381, + ["x"] = -2851.8802277638, + ["y"] = -7727.8455662538, + }, + }, + ["x"] = -2811.8802277638, + ["y"] = -7767.8455662538, + }, + [13] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1535, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig25-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig25-Fox1", + ["speed"] = 277.5, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = -5069.9385908954, + ["y"] = -7609.3853302445, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 190, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "af standard", + ["name"] = "Pilot #164", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 64, + ["flare"] = 64, + ["fuel"] = "15245", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, + [2] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, + [3] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, + [4] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-25PD", + ["unitId"] = 3382, + ["x"] = -5069.9385908954, + ["y"] = -7609.3853302445, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 191, + ["heading"] = 0, + ["livery_id"] = "af standard", + ["name"] = "veafSpawn-Mig25-Fox1-1", + ["onboard_num"] = "1167", + ["payload"] = { + ["chaff"] = 64, + ["flare"] = 64, + ["fuel"] = "15245", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, + [2] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, + [3] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, + [4] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-25PD", + ["unitId"] = 3384, + ["x"] = -5109.9385908954, + ["y"] = -7569.3853302445, + }, + }, + ["x"] = -5069.9385908954, + ["y"] = -7609.3853302445, + }, + [14] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1536, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig25-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig25-Fox2", + ["speed"] = 277.5, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = -7209.1517770201, + ["y"] = -7649.0003892469, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 190, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "af standard", + ["name"] = "Pilot #211", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 64, + ["flare"] = 64, + ["fuel"] = "15245", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}", + }, + [2] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, + [3] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, + [4] = { + ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-25PD", + ["unitId"] = 3385, + ["x"] = -7209.1517770201, + ["y"] = -7649.0003892469, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 192, + ["heading"] = 0, + ["livery_id"] = "af standard", + ["name"] = "veafSpawn-Mig25-Fox2-1", + ["onboard_num"] = "1168", + ["payload"] = { + ["chaff"] = 64, + ["flare"] = 64, + ["fuel"] = "15245", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}", + }, + [2] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, + [3] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, + [4] = { + ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-25PD", + ["unitId"] = 3387, + ["x"] = -7249.1517770201, + ["y"] = -7609.0003892469, + }, + }, + ["x"] = -7209.1517770201, + ["y"] = -7649.0003892469, + }, + [15] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1537, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig31-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig31-Fox2", + ["speed"] = 277.5, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = -9744.5155531678, + ["y"] = -7490.5401532376, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 193, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "174 GvIAP_Boris Safonov", + ["name"] = "Pilot #212", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 0, + ["flare"] = 0, + ["fuel"] = "15500", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, + [6] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-31", + ["unitId"] = 3388, + ["x"] = -9744.5155531678, + ["y"] = -7490.5401532376, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 194, + ["hardpoint_racks"] = true, + ["heading"] = 0, + ["livery_id"] = "174 GvIAP_Boris Safonov", + ["name"] = "veafSpawn-Mig31-Fox2-1", + ["onboard_num"] = "1169", + ["payload"] = { + ["chaff"] = 0, + ["flare"] = 0, + ["fuel"] = "15500", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}", + }, + [6] = { + ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-31", + ["unitId"] = 3390, + ["x"] = -9784.5155531678, + ["y"] = -7450.5401532376, + }, + }, + ["x"] = -9744.5155531678, + ["y"] = -7490.5401532376, + }, + [16] = { + ["communication"] = false, + ["frequency"] = 251, + ["groupId"] = 1538, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Mig31-Fox3", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Mig31-Fox3", + ["speed"] = 277.5, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = -12359.10944732, + ["y"] = -7450.9250942353, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 193, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "174 GvIAP_Boris Safonov", + ["name"] = "Pilot #213", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 0, + ["flare"] = 0, + ["fuel"] = "15500", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, + [2] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, + [3] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, + [4] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, + [5] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, + [6] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-31", + ["unitId"] = 3391, + ["x"] = -12359.10944732, + ["y"] = -7450.9250942353, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 195, + ["heading"] = 0, + ["livery_id"] = "174 GvIAP_Boris Safonov", + ["name"] = "veafSpawn-Mig31-Fox3-1", + ["onboard_num"] = "1170", + ["payload"] = { + ["chaff"] = 0, + ["flare"] = 0, + ["fuel"] = "15500", + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}", + }, + [2] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, + [3] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, + [4] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, + [5] = { + ["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}", + }, + [6] = { + ["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 277.5, + ["type"] = "MiG-31", + ["unitId"] = 3393, + ["x"] = -12399.10944732, + ["y"] = -7410.9250942353, + }, + }, + ["x"] = -12359.10944732, + ["y"] = -7450.9250942353, + }, + [17] = { + ["communication"] = false, + ["frequency"] = 243, + ["groupId"] = 1539, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-JF17-Fox2", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "JF17-Fox2", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + [2] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "WrappedAction", + ["number"] = 2, + ["params"] = { + ["action"] = { + ["id"] = "EPLRS", + ["params"] = { + ["groupId"] = 39, + ["value"] = true, + }, + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = -15752.299691857, + ["y"] = -7272.2841548691, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["AddPropAircraft"] = { + }, + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 196, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "'Splinter' Camo for Blue Side (Fictional)", + ["name"] = "Pilot #215", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 36, + ["flare"] = 32, + ["fuel"] = 2325, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "DIS_PL-5EII", + }, + [4] = { + ["CLSID"] = "DIS_TANK800", + }, + [7] = { + ["CLSID"] = "DIS_PL-5EII", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "JF-17", + ["unitId"] = 3394, + ["x"] = -15752.299691857, + ["y"] = -7272.2841548691, + }, + [2] = { + ["AddPropAircraft"] = { + }, + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 197, + ["heading"] = 0, + ["livery_id"] = "'Splinter' Camo for Blue Side (Fictional)", + ["name"] = "veafSpawn-JF17-Fox2-1", + ["onboard_num"] = "1171", + ["payload"] = { + ["chaff"] = 36, + ["flare"] = 32, + ["fuel"] = 2325, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "DIS_PL-5EII", + }, + [4] = { + ["CLSID"] = "DIS_TANK800", + }, + [7] = { + ["CLSID"] = "DIS_PL-5EII", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "JF-17", + ["unitId"] = 3396, + ["x"] = -15792.299691857, + ["y"] = -7232.2841548691, + }, + }, + ["x"] = -15752.299691857, + ["y"] = -7272.2841548691, + }, + [18] = { + ["communication"] = false, + ["frequency"] = 243, + ["groupId"] = 1540, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-JF17-Fox3", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "JF17-Fox3", + ["speed"] = 220.97222222222, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + [1] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "EngageTargets", + ["key"] = "CAP", + ["number"] = 1, + ["params"] = { + ["priority"] = 0, + ["targetTypes"] = { + [1] = "Air", + }, + }, + }, + [2] = { + ["auto"] = true, + ["enabled"] = true, + ["id"] = "WrappedAction", + ["number"] = 2, + ["params"] = { + ["action"] = { + ["id"] = "EPLRS", + ["params"] = { + ["groupId"] = 45, + ["value"] = true, + }, + }, + }, + }, + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = -19069.923022895, + ["y"] = -7272.2841548691, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["AddPropAircraft"] = { + }, + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 196, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "'Splinter' Camo for Blue Side (Fictional)", + ["name"] = "Pilot #216", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 36, + ["flare"] = 32, + ["fuel"] = 2325, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "DIS_PL-5EII", + }, + [2] = { + ["CLSID"] = "DIS_SD-10_DUAL_L", + }, + [3] = { + ["CLSID"] = "DIS_TANK1100", + }, + [4] = { + ["CLSID"] = "DIS_TANK800", + }, + [5] = { + ["CLSID"] = "DIS_TANK1100", + }, + [6] = { + ["CLSID"] = "DIS_SD-10_DUAL_R", + }, + [7] = { + ["CLSID"] = "DIS_PL-5EII", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "JF-17", + ["unitId"] = 3397, + ["x"] = -19069.923022895, + ["y"] = -7272.2841548691, + }, + [2] = { + ["AddPropAircraft"] = { + }, + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 198, + ["heading"] = 0, + ["livery_id"] = "'Splinter' Camo for Blue Side (Fictional)", + ["name"] = "veafSpawn-JF17-Fox3-1", + ["onboard_num"] = "1172", + ["payload"] = { + ["chaff"] = 36, + ["flare"] = 32, + ["fuel"] = 2325, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "DIS_PL-5EII", + }, + [2] = { + ["CLSID"] = "DIS_SD-10_DUAL_L", + }, + [3] = { + ["CLSID"] = "DIS_TANK1100", + }, + [4] = { + ["CLSID"] = "DIS_TANK800", + }, + [5] = { + ["CLSID"] = "DIS_TANK1100", + }, + [6] = { + ["CLSID"] = "DIS_SD-10_DUAL_R", + }, + [7] = { + ["CLSID"] = "DIS_PL-5EII", + }, + }, + }, + ["psi"] = 0, + ["skill"] = "Excellent", + ["speed"] = 220.97222222222, + ["type"] = "JF-17", + ["unitId"] = 3399, + ["x"] = -19109.923022895, + ["y"] = -7232.2841548691, + }, + }, + ["x"] = -19069.923022895, + ["y"] = -7272.2841548691, + }, + [19] = { + ["communication"] = false, + ["frequency"] = 127.5, + ["groupId"] = 1186, + ["hidden"] = true, + ["lateActivation"] = true, + ["modulation"] = 0, + ["name"] = "veafSpawn-Su27-Fox1", + ["radioSet"] = false, + ["route"] = { + ["points"] = { + [1] = { + ["action"] = "Turning Point", + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["ETA"] = 0, + ["ETA_locked"] = true, + ["formation_template"] = "", + ["name"] = "Su27-Fox1", + ["speed"] = 253.75313988205, + ["speed_locked"] = true, + ["task"] = { + ["id"] = "ComboTask", + ["params"] = { + ["tasks"] = { + }, + }, + }, + ["type"] = "Turning Point", + ["x"] = 18867.39306593, + ["y"] = -8227.392771913, + }, + }, + ["routeRelativeTOT"] = true, + }, + ["start_time"] = 0, + ["task"] = "CAP", + ["tasks"] = { + }, + ["taskSelected"] = true, + ["uncontrolled"] = false, + ["units"] = { + [1] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 152, + ["hardpoint_racks"] = true, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Air Force Standard Early", + ["name"] = "Pilot #283", + ["onboard_num"] = "1043", + ["payload"] = { + ["chaff"] = 96, + ["flare"] = 96, + ["fuel"] = 9400, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [4] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [5] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [6] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [7] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [8] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [9] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [10] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 253.75313988205, + ["type"] = "Su-27", + ["unitId"] = 2627, + ["x"] = 18867.39306593, + ["y"] = -8227.392771913, + }, + [2] = { + ["alt"] = 6096, + ["alt_type"] = "BARO", + ["callsign"] = 151, + ["heading"] = 2.7233683240106, + ["livery_id"] = "Air Force Standard Early", + ["name"] = "Pilot #284", + ["onboard_num"] = "1060", + ["payload"] = { + ["chaff"] = 96, + ["flare"] = 96, + ["fuel"] = 9400, + ["gun"] = 100, + ["pylons"] = { + [1] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}", + }, + [2] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [3] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [4] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [5] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [6] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [7] = { + ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}", + }, + [8] = { + ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}", + }, + [9] = { + ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}", + }, + [10] = { + ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}", + }, + }, + }, + ["psi"] = -2.7233683240106, + ["skill"] = "Excellent", + ["speed"] = 253.75313988205, + ["type"] = "Su-27", + ["unitId"] = 2628, + ["x"] = 18827.39306593, + ["y"] = -8187.392771913, + }, + }, + ["x"] = 18867.39306593, + ["y"] = -8227.392771913, + }, + + } + }, + + ["red helicopters"] = + { + coalition = "red", + country = "russia", + category = "helicopter", + groups = { + + } + }, +} +