Update F/A-18E/F/G Super Hornet Mod to 2.4.0 (#484)

* Update F/A-18E/F/G Super Hornet Mod to 2.4.0

* Update F/A-18E/F/G Super Hornet Mod to 2.4.0

* ECM Pods for E/A-18G Growler to allow EW Jammer 2.0 Plugin

* Update weapons classes for custom weapons

* Adjust default loadouts

* Update for Super Hornet 2.4.2

* Change Settings page to reflect 2.4.2

* Remove redeclared weapons

* Add Recovery-tasking to tankers

* Rewire new tankers to old tanker modsetting

* Small bugfix w.r.t. CLI-tool

* Save-compat fix: remap old Superbug_AITanker to FA_18ET

* Add empty line at EOF

* Revert "Add empty line at EOF"

This reverts commit 4a7f616e47ace330eec045adc9c0490a67aef7f2.

* Restore checkbox for AI Tankers

---------

Co-authored-by: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
Drexyl 2025-03-23 03:15:33 +11:00 committed by GitHub
parent 398bb0775d
commit 0a930fa2ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
28 changed files with 14979 additions and 2815 deletions

View File

@ -427,7 +427,8 @@ class Faction:
self.remove_aircraft("UH-60L") self.remove_aircraft("UH-60L")
self.remove_aircraft("KC130J") self.remove_aircraft("KC130J")
if not mod_settings.fa18ef_tanker: if not mod_settings.fa18ef_tanker:
self.remove_aircraft("Superbug_AITanker") self.remove_aircraft("FA-18ET")
self.remove_aircraft("FA-18FT")
if not mod_settings.f4bc_phantom: if not mod_settings.f4bc_phantom:
self.remove_aircraft("VSN_F4B") self.remove_aircraft("VSN_F4B")
self.remove_aircraft("VSN_F4C") self.remove_aircraft("VSN_F4C")
@ -554,6 +555,7 @@ class Faction:
self.remove_vehicle("SAM SA-14 Strela-3 manpad") self.remove_vehicle("SAM SA-14 Strela-3 manpad")
self.remove_vehicle("SAM SA-24 Igla-S manpad") self.remove_vehicle("SAM SA-24 Igla-S manpad")
self.remove_vehicle("Polyana-D4M1 C2 node") self.remove_vehicle("Polyana-D4M1 C2 node")
# CJS FA-18E/F/G Super Hornet Mod
if not mod_settings.fa_18efg: if not mod_settings.fa_18efg:
self.remove_aircraft("FA-18E") self.remove_aircraft("FA-18E")
self.remove_aircraft("FA-18F") self.remove_aircraft("FA-18F")

View File

@ -72,6 +72,8 @@ class MigrationUnpickler(pickle.Unpickler):
return DummyObject return DummyObject
if name in ["CaletaTortel", "Caleta_Tortel_Airport"]: if name in ["CaletaTortel", "Caleta_Tortel_Airport"]:
return dcs.terrain.Airport # use base-class if airport was removed return dcs.terrain.Airport # use base-class if airport was removed
if name == "Superbug_AITanker":
return pydcs_extensions.fa18efg.FA_18ET
if module == "pydcs_extensions.f4b.f4b": if module == "pydcs_extensions.f4b.f4b":
return pydcs_extensions.f4 return pydcs_extensions.f4
if module == "pydcs_extensions.irondome.irondome": if module == "pydcs_extensions.irondome.irondome":

View File

@ -16,7 +16,6 @@ from .f22a import *
from .f4 import * from .f4 import *
from .f84g import * from .f84g import *
from .fa18efg import * from .fa18efg import *
from .fa18ef_tanker import *
from .frenchpack import * from .frenchpack import *
from .hercules import * from .hercules import *
from .highdigitsams import * from .highdigitsams import *

View File

@ -1 +0,0 @@
from .fa18ef_tanker import *

View File

@ -1,31 +0,0 @@
from enum import Enum
from dcs import task
from dcs.planes import PlaneType
from game.modsupport import planemod
@planemod
class Superbug_AITanker(PlaneType):
id = "Superbug_AITanker"
group_size_max = 1
height = 4.66
width = 13.62456
length = 17.07
fuel_max = 13154
max_speed = 1950.12
chaff = 120
flare = 60
charge_total = 240
chaff_charge_size = 1
flare_charge_size = 2
tacan = True
radio_frequency = 305
livery_name = "SUPERBUG_AITANKER" # from type
pylons = set()
tasks = [task.Refueling]
task_default = task.Refueling

File diff suppressed because it is too large Load Diff

View File

@ -339,7 +339,7 @@ def create_game(
oh_6_vietnamassetpack=False, oh_6_vietnamassetpack=False,
uh_60l=False, uh_60l=False,
jas39_gripen=False, jas39_gripen=False,
sk60_saab105=False, sk_60=False,
su15_flagon=False, su15_flagon=False,
su30_flanker_h=False, su30_flanker_h=False,
su57_felon=False, su57_felon=False,

View File

@ -217,8 +217,8 @@ class GeneratorOptions(QtWidgets.QWizardPage):
("F-4B/C Phantom II (2.8.7.204)", self.f4bc_phantom), ("F-4B/C Phantom II (2.8.7.204)", self.f4bc_phantom),
("F-84G Thunderjet (v2.5.7.01)", self.f84g_thunderjet), ("F-84G Thunderjet (v2.5.7.01)", self.f84g_thunderjet),
("F9F Panther (v2.8.7.101)", self.f9f_panther), ("F9F Panther (v2.8.7.101)", self.f9f_panther),
("F/A-18E/F Super Hornet AI Tanker (version 1.4)", self.fa18ef_tanker), ("F/A-18E/F/G Super Hornet (version 2.4.2)", self.fa_18efg),
("F/A-18E/F/G Super Hornet (version 2.3.2)", self.fa_18efg), ("F/A-18E/F Super Hornet AI Tanker (version 2.4.2)", self.fa18ef_tanker),
("Frenchpack (v4.9.1)", self.frenchpack), ("Frenchpack (v4.9.1)", self.frenchpack),
("High Digit SAMs", self.high_digit_sams), ("High Digit SAMs", self.high_digit_sams),
("IDF Assets Pack (v1.1 by IDF Mods Project)", self.irondome), ("IDF Assets Pack (v1.1 by IDF Mods Project)", self.irondome),

View File

@ -1,50 +1,310 @@
local unitPayloads = { local unitPayloads = {
["name"] = "EA-18G", ["name"] = "EA-18G",
["payloads"] = { ["payloads"] = {
[1] = { [1] =
["name"] = "Retribution SEAD", {
["pylons"] = { ["displayName"]="Retribution SEAD Escort",
[1] = { ["name"]="Retribution SEAD Escort",
["CLSID"] = "{FPU_12_FUEL_TANKHighVis}", ["pylons"]=
["num"] = 9, {
[1]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}, },
[2] = { [2]=
["CLSID"] = "{ALQ-99Wing}", {
["num"] = 8, ["CLSID"]="{GROWLER_PYLON_09_MB_ALQ_99_HI_BAND}",
["num"]=9
}, },
[3] = { [3]=
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}", {
["num"] = 7, ["CLSID"]="{GROWLER_PYLON_10_OB_AR_1X_AGM-88}",
["num"]=8
}, },
[4] = { [4]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_04_IB_FT_FPU-12_Fueltank}",
["num"]=7
}, },
[5] = { [5]=
["CLSID"] = "{ALQ-99Center}", {
["num"] = 5, ["CLSID"]="{GROWLER_PYLON_06_CN_ANALQ_99_LO_BAND}",
["num"]=5
}, },
[6] = { [6]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 4, ["CLSID"]="{GROWLER_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[7] = { [7]=
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}", {
["num"] = 3, ["CLSID"]="{GROWLER_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
}, },
[8] = { [8]=
["CLSID"] = "{ALQ-99Wing}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
}, },
[9] = { [9]=
["CLSID"] = "{FPU_12_FUEL_TANKHighVis}", {
["num"] = 1, ["CLSID"]="{GROWLER_PYLON_03_MB_ALQ_99_HI_BAND}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{GROWLER_PYLON_02_OB_AR_1X_AGM-88}",
["num"]=2
}
},
["tasks"]=
{
[1]=31
},
},
[2] = {
["displayName"] = "Retribution DEAD",
["name"] = "Retribution DEAD",
["pylons"]=
{
[1]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
},
[2]=
{
["CLSID"]="{GROWLER_PYLON_09_MB_ALQ_99_HI_BAND}",
["num"]=9
},
[3]=
{
["CLSID"]="{GROWLER_PYLON_10_OB_AR_1X_AGM-88}",
["num"]=8
},
[4]=
{
["CLSID"]="{SUPERHORNET_PYLON_04_IB_FT_FPU-12_Fueltank}",
["num"]=7
},
[5]=
{
["CLSID"]="{GROWLER_PYLON_06_CN_ANALQ_99_LO_BAND}",
["num"]=5
},
[6]=
{
["CLSID"]="{GROWLER_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
},
[7]=
{
["CLSID"]="{GROWLER_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
},
[8]=
{
["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
},
[9]=
{
["CLSID"]="{GROWLER_PYLON_03_MB_ALQ_99_HI_BAND}",
["num"]=1
},
[10]=
{
["CLSID"]="{GROWLER_PYLON_02_OB_AR_1X_AGM-88}",
["num"]=2
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
}, },
}, },
[3] = {
["displayName"] = "Retribution SEAD",
["name"] = "Retribution SEAD",
["pylons"]=
{
[1]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
},
[2]=
{
["CLSID"]="{GROWLER_PYLON_09_MB_ALQ_99_HI_BAND}",
["num"]=9
},
[3]=
{
["CLSID"]="{GROWLER_PYLON_10_OB_AR_1X_AGM-88}",
["num"]=8
},
[4]=
{
["CLSID"]="{SUPERHORNET_PYLON_04_IB_FT_FPU-12_Fueltank}",
["num"]=7
},
[5]=
{
["CLSID"]="{GROWLER_PYLON_06_CN_ANALQ_99_LO_BAND}",
["num"]=5
},
[6]=
{
["CLSID"]="{GROWLER_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
},
[7]=
{
["CLSID"]="{GROWLER_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
},
[8]=
{
["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
},
[9]=
{
["CLSID"]="{GROWLER_PYLON_03_MB_ALQ_99_HI_BAND}",
["num"]=1
},
[10]=
{
["CLSID"]="{GROWLER_PYLON_02_OB_AR_1X_AGM-88}",
["num"]=2
}
},
["tasks"] = {
[1] = 11,
},
},
[4] = {
["displayName"] = "Retribution SEAD Sweep",
["name"] = "Retribution SEAD Sweep",
["pylons"]=
{
[1]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
},
[2]=
{
["CLSID"]="{GROWLER_PYLON_09_MB_ALQ_99_HI_BAND}",
["num"]=9
},
[3]=
{
["CLSID"]="{GROWLER_PYLON_10_OB_AR_1X_AGM-88}",
["num"]=8
},
[4]=
{
["CLSID"]="{SUPERHORNET_PYLON_04_IB_FT_FPU-12_Fueltank}",
["num"]=7
},
[5]=
{
["CLSID"]="{GROWLER_PYLON_06_CN_ANALQ_99_LO_BAND}",
["num"]=5
},
[6]=
{
["CLSID"]="{GROWLER_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
},
[7]=
{
["CLSID"]="{GROWLER_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
},
[8]=
{
["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
},
[9]=
{
["CLSID"]="{GROWLER_PYLON_03_MB_ALQ_99_HI_BAND}",
["num"]=1
},
[10]=
{
["CLSID"]="{GROWLER_PYLON_02_OB_AR_1X_AGM-88}",
["num"]=2
}
},
["tasks"] = {
[1] = 11,
},
},
[5]=
{
["displayName"]="Retribution SEAD (Low-Mid Band Next Gen)",
["name"]="Retribution SEAD (Low-Mid Band Next Gen)",
["pylons"]=
{
[1]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
},
[2]=
{
["CLSID"]="{GROWLER_PYLON_09_MB_ALQ_249_MID_BAND}",
["num"]=9
},
[3]=
{
["CLSID"]="{GROWLER_PYLON_10_OB_AR_1X_AGM-88}",
["num"]=8
},
[4]=
{
["CLSID"]="{SUPERHORNET_PYLON_04_IB_FT_FPU-12_Fueltank}",
["num"]=7
},
[5]=
{
["CLSID"]="{GROWLER_PYLON_06_CN_ANALQ_99_LO_BAND}",
["num"]=5
},
[6]=
{
["CLSID"]="{GROWLER_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
},
[7]=
{
["CLSID"]="{GROWLER_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
},
[8]=
{
["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
},
[9]=
{
["CLSID"]="{GROWLER_PYLON_03_MB_ALQ_249_MID_BAND}",
["num"]=1
},
[10]=
{
["CLSID"]="{GROWLER_PYLON_02_OB_AR_1X_AGM-88}",
["num"]=2
}
},
["tasks"]=
{
[1]=31
}
},
}, },
["tasks"] = { ["tasks"] = {
}, },

View File

@ -5,42 +5,56 @@ local unitPayloads = {
["displayName"] = "Retribution SEAD", ["displayName"] = "Retribution SEAD",
["name"] = "Retribution SEAD", ["name"] = "Retribution SEAD",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_TD_3X_BRU_ADM-141A}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_MB_AR_1X_AGM-88}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_MB_AR_1X_AGM-88}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_TD_3X_BRU_ADM-141A}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -49,47 +63,58 @@ local unitPayloads = {
[2] = { [2] = {
["displayName"] = "Retribution BARCAP", ["displayName"] = "Retribution BARCAP",
["name"] = "Retribution BARCAP", ["name"] = "Retribution BARCAP",
["pylons"] = { ["pylons"] =
[1] = { {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", [1]=
["num"] = 9, {
["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_AM_2X_AIM-120C}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_FT_FPU-12_Fueltank}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "<CLEAN>", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "<CLEAN>", {
["num"] = 5, ["CLSID"]="<CLEAN>",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_AM_2X_AIM-120C}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
}, ["num"]=1
[10] = {
["CLSID"] = "{FPU_12_FUEL_TANK}",
["num"] = 10,
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -99,42 +124,56 @@ local unitPayloads = {
["displayName"] = "Retribution TARCAP/Escort", ["displayName"] = "Retribution TARCAP/Escort",
["name"] = "Retribution TARCAP/Escort", ["name"] = "Retribution TARCAP/Escort",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_AM_2X_AIM-120C}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_AM_2X_AIM-120C}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_AM_2X_AIM-120C}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_AM_2X_AIM-120C}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -144,42 +183,56 @@ local unitPayloads = {
["displayName"] = "Retribution Anti-ship", ["displayName"] = "Retribution Anti-ship",
["name"] = "Retribution Anti-ship", ["name"] = "Retribution Anti-ship",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_SM_1X_AGM-84E}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{AGM_84D}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_SM_1X_AGM-84E}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{AGM_84D}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_SM_1X_AGM-84E}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_SM_1X_AGM-84E}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -189,42 +242,56 @@ local unitPayloads = {
["displayName"] = "Retribution BAI", ["displayName"] = "Retribution BAI",
["name"] = "Retribution BAI", ["name"] = "Retribution BAI",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_OB_MV_1X_AGM-65F}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_MB_MV_1X_AGM-65F}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_MB_MV_1X_AGM-65F}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_OB_MV_1X_AGM-65F}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -234,42 +301,56 @@ local unitPayloads = {
["displayName"] = "Retribution CAS", ["displayName"] = "Retribution CAS",
["name"] = "Retribution CAS", ["name"] = "Retribution CAS",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_OB_MV_1X_AGM-65F}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_MB_MV_1X_AGM-65F}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_MB_MV_1X_AGM-65F}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_OB_MV_1X_AGM-65F}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -279,42 +360,56 @@ local unitPayloads = {
["displayName"] = "Retribution OCA/Runway", ["displayName"] = "Retribution OCA/Runway",
["name"] = "Retribution OCA/Runway", ["name"] = "Retribution OCA/Runway",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_MK_BR55_2X_GBU-32}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{GBU_31_V_4B}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_MK_BR55_2X_GBU-32}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{GBU_31_V_4B}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_MK_BR55_2X_GBU-32}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_MK_BR55_2X_GBU-32}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -324,42 +419,56 @@ local unitPayloads = {
["displayName"] = "Retribution DEAD", ["displayName"] = "Retribution DEAD",
["name"] = "Retribution DEAD", ["name"] = "Retribution DEAD",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{AGM-154A}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_JS_2X_BRU55_AGM-154C}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{AGM-154A}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_FT_FPU-12_Fueltank}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{AGM-154A}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{AGM-154A}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_JS_2X_BRU_AGM-154C}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -369,87 +478,115 @@ local unitPayloads = {
["displayName"] = "Retribution Strike", ["displayName"] = "Retribution Strike",
["name"] = "Retribution Strike", ["name"] = "Retribution Strike",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_MK_BR55_2X_GBU-32}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_MK_BR55_2X_GBU-32}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_MK_BR55_2X_GBU-32}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_MK_BR55_2X_GBU-32}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
}, },
}, },
[10] = { [10] = {
["displayName"] = "Retribution OCA/aircraft", ["displayName"] = "Retribution OCA/Aircraft",
["name"] = "Retribution OCA/aircraft", ["name"] = "Retribution OCA/aircraft",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_JS_2X_BRU55_AGM-154C}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{BRU33_2X_CBU-99}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_FT_FPU-12_Fueltank}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{BRU33_2X_CBU-99}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_JS_2X_BRU_AGM-154C}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,

View File

@ -0,0 +1,68 @@
local unitPayloads = {
["name"] = "FA-18ET",
["payloads"] = {
[1] = {
["displayName"] = "Retribution Refueling",
["name"] = "Retribution Refueling",
["pylons"] = {
[1]=
{
["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
},
[2]=
{
["CLSID"]="{SUPERHORNET_PYLON_02_MB_AM_2X_AIM-120C}",
["num"]=2
},
[3]=
{
["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
},
[4]=
{
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_AA42R}",
["num"]=5
},
[5]=
{
["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
},
[6]=
{
["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
},
[7]=
{
["CLSID"]="{SUPERHORNET_PYLON_10_MB_AM_2X_AIM-120C}",
["num"]=8
},
[8]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
},
[9]=
{
["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
},
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_09_IB_FT_FPU-12_Fueltank}",
["num"]=7
}
},
["tasks"] = {
[1] = 31,
},
},
},
["tasks"] = {
},
["unitType"] = "FA-18ET",
}
return unitPayloads

View File

@ -5,42 +5,56 @@ local unitPayloads = {
["displayName"] = "Retribution SEAD", ["displayName"] = "Retribution SEAD",
["name"] = "Retribution SEAD", ["name"] = "Retribution SEAD",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_TD_3X_BRU_ADM-141A}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_MB_AR_1X_AGM-88}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_MB_AR_1X_AGM-88}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_TD_3X_BRU_ADM-141A}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -49,47 +63,58 @@ local unitPayloads = {
[2] = { [2] = {
["displayName"] = "Retribution BARCAP", ["displayName"] = "Retribution BARCAP",
["name"] = "Retribution BARCAP", ["name"] = "Retribution BARCAP",
["pylons"] = { ["pylons"] =
[1] = { {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", [1]=
["num"] = 9, {
["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_AM_2X_AIM-120C}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_FT_FPU-12_Fueltank}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "<CLEAN>", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "<CLEAN>", {
["num"] = 5, ["CLSID"]="<CLEAN>",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_AM_2X_AIM-120C}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
}, ["num"]=1
[10] = {
["CLSID"] = "{FPU_12_FUEL_TANK}",
["num"] = 10,
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -99,42 +124,56 @@ local unitPayloads = {
["displayName"] = "Retribution TARCAP/Escort", ["displayName"] = "Retribution TARCAP/Escort",
["name"] = "Retribution TARCAP/Escort", ["name"] = "Retribution TARCAP/Escort",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_AM_2X_AIM-120C}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_AM_2X_AIM-120C}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "LAU-115_2*LAU-127_AIM-120C", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_AM_2X_AIM-120C}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_AM_2X_AIM-120C}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -144,42 +183,56 @@ local unitPayloads = {
["displayName"] = "Retribution Anti-ship", ["displayName"] = "Retribution Anti-ship",
["name"] = "Retribution Anti-ship", ["name"] = "Retribution Anti-ship",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_SM_1X_AGM-84E}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{AGM_84D}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_SM_1X_AGM-84E}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{AGM_84D}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_SM_1X_AGM-84E}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_SM_1X_AGM-84E}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -189,42 +242,56 @@ local unitPayloads = {
["displayName"] = "Retribution BAI", ["displayName"] = "Retribution BAI",
["name"] = "Retribution BAI", ["name"] = "Retribution BAI",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_OB_MV_1X_AGM-65F}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_MB_MV_1X_AGM-65F}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_MB_MV_1X_AGM-65F}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_OB_MV_1X_AGM-65F}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -234,42 +301,56 @@ local unitPayloads = {
["displayName"] = "Retribution CAS", ["displayName"] = "Retribution CAS",
["name"] = "Retribution CAS", ["name"] = "Retribution CAS",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_OB_MV_1X_AGM-65F}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_MB_MV_1X_AGM-65F}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_MB_MV_1X_AGM-65F}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "LAU_117_AGM_65F", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_OB_MV_1X_AGM-65F}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -279,42 +360,56 @@ local unitPayloads = {
["displayName"] = "Retribution OCA/Runway", ["displayName"] = "Retribution OCA/Runway",
["name"] = "Retribution OCA/Runway", ["name"] = "Retribution OCA/Runway",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_MK_BR55_2X_GBU-32}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{GBU_31_V_4B}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_MK_BR55_2X_GBU-32}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{GBU_31_V_4B}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_MK_BR55_2X_GBU-32}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_MK_BR55_2X_GBU-32}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -324,42 +419,56 @@ local unitPayloads = {
["displayName"] = "Retribution DEAD", ["displayName"] = "Retribution DEAD",
["name"] = "Retribution DEAD", ["name"] = "Retribution DEAD",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{AGM-154A}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_JS_2X_BRU55_AGM-154C}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{AGM-154A}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_FT_FPU-12_Fueltank}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{AGM-154A}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{AGM-154A}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_JS_2X_BRU_AGM-154C}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
@ -369,87 +478,115 @@ local unitPayloads = {
["displayName"] = "Retribution Strike", ["displayName"] = "Retribution Strike",
["name"] = "Retribution Strike", ["name"] = "Retribution Strike",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_MK_BR55_2X_GBU-32}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_MK_BR55_2X_GBU-32}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_MK_BR55_2X_GBU-32}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{GBU_32_V_2B}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_MK_BR55_2X_GBU-32}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,
}, },
}, },
[10] = { [10] = {
["displayName"] = "Retribution OCA/aircraft", ["displayName"] = "Retribution OCA/Aircraft",
["name"] = "Retribution OCA/aircraft", ["name"] = "Retribution OCA/aircraft",
["pylons"] = { ["pylons"] = {
[1] = { [1]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 9, ["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
}, },
[2] = { [2]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 8, ["CLSID"]="{SUPERHORNET_PYLON_10_MB_JS_2X_BRU55_AGM-154C}",
["num"]=8
}, },
[3] = { [3]=
["CLSID"] = "{BRU33_2X_CBU-99}", {
["num"] = 7, ["CLSID"]="{SUPERHORNET_PYLON_09_IB_FT_FPU-12_Fueltank}",
["num"]=7
}, },
[4] = { [4]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 6, ["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
}, },
[5] = { [5]=
["CLSID"] = "{AN_ASQ_228}", {
["num"] = 4, ["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}",
["num"]=4
}, },
[6] = { [6]=
["CLSID"] = "{BRU33_2X_CBU-99}", {
["num"] = 3, ["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
}, },
[7] = { [7]=
["CLSID"] = "{FPU_12_FUEL_TANK}", {
["num"] = 5, ["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}",
["num"]=5
}, },
[8] = { [8]=
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", {
["num"] = 2, ["CLSID"]="{SUPERHORNET_PYLON_02_MB_JS_2X_BRU_AGM-154C}",
["num"]=2
}, },
[9] = { [9]=
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}", {
["num"] = 1, ["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
}, },
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
}
}, },
["tasks"] = { ["tasks"] = {
[1] = 11, [1] = 11,

View File

@ -0,0 +1,68 @@
local unitPayloads = {
["name"] = "FA-18FT",
["payloads"] = {
[1] = {
["displayName"] = "Retribution Refueling",
["name"] = "Retribution Refueling",
["pylons"] = {
[1]=
{
["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
},
[2]=
{
["CLSID"]="{SUPERHORNET_PYLON_02_MB_AM_2X_AIM-120C}",
["num"]=2
},
[3]=
{
["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
},
[4]=
{
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_AA42R}",
["num"]=5
},
[5]=
{
["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
},
[6]=
{
["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
},
[7]=
{
["CLSID"]="{SUPERHORNET_PYLON_10_MB_AM_2X_AIM-120C}",
["num"]=8
},
[8]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
},
[9]=
{
["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["num"]=3
},
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_09_IB_FT_FPU-12_Fueltank}",
["num"]=7
}
},
["tasks"] = {
[1] = 31,
},
},
},
["tasks"] = {
},
["unitType"] = "FA-18FT",
}
return unitPayloads

View File

@ -1,211 +1,211 @@
{ {
"country": "Combined Joint Task Forces Blue", "country": "Combined Joint Task Forces Blue",
"name": "Blufor Current", "name": "Blufor Current",
"authors": "Starfire", "authors": "Starfire",
"description": "<p>Combined Blufor in the 2020s intended for use with Currenthill's USA and Sweden asset packs.</p>", "description": "<p>Combined Blufor in the 2020s intended for use with Currenthill's USA and Sweden asset packs.</p>",
"aircrafts": [ "aircrafts": [
"A-10C Thunderbolt II (Suite 7)", "A-10C Thunderbolt II (Suite 7)",
"A-10C Thunderbolt II (Suite 3)", "A-10C Thunderbolt II (Suite 3)",
"AH-64D Apache Longbow", "AH-64D Apache Longbow",
"AH-1W SuperCobra", "AH-1W SuperCobra",
"AH-64D Apache Longbow (AI)", "AH-64D Apache Longbow (AI)",
"AJS-37 Viggen", "AJS-37 Viggen",
"AV-8B Harrier II Night Attack", "AV-8B Harrier II Night Attack",
"B-1B Lancer", "B-1B Lancer",
"B-52H Stratofortress", "B-52H Stratofortress",
"C-130", "C-130",
"C-130J-30 Super Hercules", "C-130J-30 Super Hercules",
"CH-47D", "CH-47D",
"CH-47F Block I", "CH-47F Block I",
"F-117A Nighthawk", "F-117A Nighthawk",
"F-14B Tomcat", "F-14B Tomcat",
"F-15C Eagle", "F-15C Eagle",
"F-15E Strike Eagle (AI)", "F-15E Strike Eagle (AI)",
"F-15E Strike Eagle (Suite 4+)", "F-15E Strike Eagle (Suite 4+)",
"F-16CM Fighting Falcon (Block 50)", "F-16CM Fighting Falcon (Block 50)",
"F-22A Raptor", "F-22A Raptor",
"F-4E-45MC Phantom II", "F-4E-45MC Phantom II",
"F-5E Tiger II", "F-5E Tiger II",
"F-5E Tiger II (FC)", "F-5E Tiger II (FC)",
"F/A-18C Hornet (Lot 20)", "F/A-18C Hornet (Lot 20)",
"F/A-18E Super Hornet", "F/A-18E Super Hornet",
"F/A-18F Super Hornet", "F/A-18F Super Hornet",
"EA-18G Growler", "EA-18G Growler",
"Mirage 2000C", "Mirage 2000C",
"OH-58D(R) Kiowa Warrior", "OH-58D(R) Kiowa Warrior",
"SA 342L Gazelle", "SA 342L Gazelle",
"SA 342M Gazelle", "SA 342M Gazelle",
"UH-1H Iroquois", "UH-1H Iroquois",
"UH-60A", "UH-60A",
"UH-60L", "UH-60L",
"[CH] B-21", "[CH] B-21",
"[CH] JAS 39C Gripen" "[CH] JAS 39C Gripen"
], ],
"awacs": [ "awacs": [
"E-2D Advanced Hawkeye", "E-2D Advanced Hawkeye",
"E-3A" "E-3A"
], ],
"tankers": [ "tankers": [
"KC-130", "KC-130",
"KC-135 Stratotanker", "KC-135 Stratotanker",
"KC-135 Stratotanker MPRS", "KC-135 Stratotanker MPRS",
"S-3B Tanker", "S-3B Tanker",
"F/A-18E Tanker" "F/A-18E Tanker"
], ],
"frontline_units": [ "frontline_units": [
"MBT M1A2C SEP v3 Abrams", "MBT M1A2C SEP v3 Abrams",
"APC MRAP MaxxPro", "APC MRAP MaxxPro",
"LAV-25", "LAV-25",
"Leopard 2", "Leopard 2",
"M1043 HMMWV (M2 HMG)", "M1043 HMMWV (M2 HMG)",
"M1045 HMMWV (BGM-71 TOW)", "M1045 HMMWV (BGM-71 TOW)",
"M1097 Heavy HMMWV Avenger", "M1097 Heavy HMMWV Avenger",
"M1134 Stryker ATGM (BGM-71 TOW)", "M1134 Stryker ATGM (BGM-71 TOW)",
"M1A2 Abrams", "M1A2 Abrams",
"M2A2 Bradley", "M2A2 Bradley",
"Marder 1A3", "Marder 1A3",
"Merkava Mk IV", "Merkava Mk IV",
"VAB Mephisto", "VAB Mephisto",
"[CH] Strf 9040B IFV", "[CH] Strf 9040B IFV",
"[CH] Lvkv 9040B SPAAG", "[CH] Lvkv 9040B SPAAG",
"[CH] Strv 2000 T140/40 MBT", "[CH] Strv 2000 T140/40 MBT",
"[CH] BvS 10 ATV", "[CH] BvS 10 ATV",
"Leopard 2A4", "Leopard 2A4",
"Leopard 2A5", "Leopard 2A5",
"[CH] BvS 10 ATV", "[CH] BvS 10 ATV",
"[CH] RBS 90 VSHORAD LN", "[CH] RBS 90 VSHORAD LN",
"[CH] LAV-AD SPAAGM", "[CH] LAV-AD SPAAGM",
"[CH] M10 LT", "[CH] M10 LT",
"[CH] M1A2 SEPv3 MBT", "[CH] M1A2 SEPv3 MBT",
"[CH] M2A3 IFV", "[CH] M2A3 IFV",
"[CH] M551 LT", "[CH] M551 LT",
"[CH] Oshkosh L-ATV (M2)", "[CH] Oshkosh L-ATV (M2)",
"[CH] Oshkosh L-ATV (Mk19)", "[CH] Oshkosh L-ATV (Mk19)",
"[CH] Oshkosh M-ATV MRAP (M2)", "[CH] Oshkosh M-ATV MRAP (M2)",
"[CH] Oshkosh M-ATV MRAP (Mk19)" "[CH] Oshkosh M-ATV MRAP (Mk19)"
], ],
"artillery_units": [ "artillery_units": [
"M109A6 Paladin", "M109A6 Paladin",
"M270 Multiple Launch Rocket System", "M270 Multiple Launch Rocket System",
"[CH] M270A1 MLRS (GMLRS)", "[CH] M270A1 MLRS (GMLRS)",
"[CH] M777 LTH M795", "[CH] M777 LTH M795",
"[CH] M777 LTH M982 Excalibur", "[CH] M777 LTH M982 Excalibur",
"[CH] M777 LTH M982 Excalibur (MTVR)", "[CH] M777 LTH M982 Excalibur (MTVR)",
"[CH] M777 LTH M795 (MTVR)", "[CH] M777 LTH M795 (MTVR)",
"[CH] M270A1 MLRS (GLSDB)", "[CH] M270A1 MLRS (GLSDB)",
"[CH] M142 HIMARS (GLSDB)", "[CH] M142 HIMARS (GLSDB)",
"[CH] M142 HIMARS (AGMLRS)", "[CH] M142 HIMARS (AGMLRS)",
"[CH] Grkpbv 90 SPM", "[CH] Grkpbv 90 SPM",
"[CH] Archer SPG SGR77B", "[CH] Archer SPG SGR77B",
"[CH] Archer SPG M982 Excalibur" "[CH] Archer SPG M982 Excalibur"
], ],
"logistics_units": [ "logistics_units": [
"Truck M818 6x6", "Truck M818 6x6",
"[CH] Oshkosh FMTV M1083", "[CH] Oshkosh FMTV M1083",
"[CH] Oshkosh HEMTT M977", "[CH] Oshkosh HEMTT M977",
"[CH] Oshkosh HEMTT M983", "[CH] Oshkosh HEMTT M983",
"[CH] Oshkosh MTVR MK23" "[CH] Oshkosh MTVR MK23"
], ],
"infantry_units": [ "infantry_units": [
"Infantry M249", "Infantry M249",
"Infantry M4", "Infantry M4",
"MANPADS Stinger", "MANPADS Stinger",
"[CH] FGM-148 ATGM Soldier", "[CH] FGM-148 ATGM Soldier",
"[CH] FIM-92K Stinger Soldier", "[CH] FIM-92K Stinger Soldier",
"[CH] M120 120 mm Mortar", "[CH] M120 120 mm Mortar",
"[CH] M136 AT Soldier", "[CH] M136 AT Soldier",
"[CH] M2 HMG Soldier", "[CH] M2 HMG Soldier",
"[CH] M240 GPMG Soldier", "[CH] M240 GPMG Soldier",
"[CH] M249 LMG Soldier", "[CH] M249 LMG Soldier",
"[CH] M4 AR Soldier", "[CH] M4 AR Soldier",
"[CH] M4/M203 AR/GL Soldier", "[CH] M4/M203 AR/GL Soldier",
"[CH] M82 AMR Soldier", "[CH] M82 AMR Soldier",
"[CH] Mk19 AGL Soldier", "[CH] Mk19 AGL Soldier",
"[CH] Ak 4 Soldier", "[CH] Ak 4 Soldier",
"[CH] Ak 5 Soldier", "[CH] Ak 5 Soldier",
"[CH] Ak 5 Granattillsats Soldier", "[CH] Ak 5 Granattillsats Soldier",
"[CH] Ksp 58 Soldier", "[CH] Ksp 58 Soldier",
"[CH] Ksp 90 Soldier", "[CH] Ksp 90 Soldier",
"[CH] Ag 90 Sniper AMR", "[CH] Ag 90 Sniper AMR",
"[CH] Pskott 86 Soldier", "[CH] Pskott 86 Soldier",
"[CH] RBS 57 ATGM Soldier", "[CH] RBS 57 ATGM Soldier",
"[CH] RBS 58 ATGM", "[CH] RBS 58 ATGM",
"[CH] RBS 90 VSHORAD LN" "[CH] RBS 90 VSHORAD LN"
], ],
"preset_groups": [ "preset_groups": [
"Hawk", "Hawk",
"Patriot", "Patriot",
"NASAMS AIM-120C", "NASAMS AIM-120C",
"RBS-15", "RBS-15",
"RBS-70", "RBS-70",
"RBS-90", "RBS-90",
"RBS-98", "RBS-98",
"LvS-103 Rb103A", "LvS-103 Rb103A",
"LvS-103 Rb103B", "LvS-103 Rb103B",
"LvS-103 Rb103A Mobile", "LvS-103 Rb103A Mobile",
"LvS-103 Rb103B Mobile", "LvS-103 Rb103B Mobile",
"MIM-104 Patriot (Mobile)", "MIM-104 Patriot (Mobile)",
"MIM-104 Patriot (Stationary)", "MIM-104 Patriot (Stationary)",
"NASAMS 3", "NASAMS 3",
"THAAD" "THAAD"
], ],
"naval_units": [ "naval_units": [
"DDG Arleigh Burke IIa", "DDG Arleigh Burke IIa",
"CG Ticonderoga", "CG Ticonderoga",
"LHA-1 Tarawa", "LHA-1 Tarawa",
"CVN-74 John C. Stennis", "CVN-74 John C. Stennis",
"L02 Canberra", "L02 Canberra",
"HMAS HOBART DDG39", "HMAS HOBART DDG39",
"L52 Castilla", "L52 Castilla",
"L61 Juan Carlos I", "L61 Juan Carlos I",
"F100 Álvaro de Bazán", "F100 Álvaro de Bazán",
"F105 Cristobal Colon", "F105 Cristobal Colon",
"[CH] Visby Class Corvette", "[CH] Visby Class Corvette",
"[CH] Strb 90 FAC", "[CH] Strb 90 FAC",
"[CH] Arleigh Burke Flight IIA Destroyer", "[CH] Arleigh Burke Flight IIA Destroyer",
"[CH] Arleigh Burke Flight III Destroyer", "[CH] Arleigh Burke Flight III Destroyer",
"[CH] Constellation Frigate", "[CH] Constellation Frigate",
"[CH] Ticonderoga Cruiser", "[CH] Ticonderoga Cruiser",
"[CH] Ticonderoga CMP Cruiser" "[CH] Ticonderoga CMP Cruiser"
], ],
"missiles": [ "missiles": [
"[CH] M270A1 MLRS (ATACMS)", "[CH] M270A1 MLRS (ATACMS)",
"[CH] M142 HIMARS (ATACMS)", "[CH] M142 HIMARS (ATACMS)",
"[CH] M142 HIMARS (PrSM)", "[CH] M142 HIMARS (PrSM)",
"[CH] M142 HIMARS (PrSM AShM)" "[CH] M142 HIMARS (PrSM AShM)"
], ],
"air_defense_units": [ "air_defense_units": [
"EWR AN/FPS-117 Radar", "EWR AN/FPS-117 Radar",
"Flakpanzer Gepard", "Flakpanzer Gepard",
"M163 Vulcan Air Defense System", "M163 Vulcan Air Defense System",
"M6 Linebacker", "M6 Linebacker",
"HEMTT C-RAM Phalanx", "HEMTT C-RAM Phalanx",
"M1097 Heavy HMMWV Avenger", "M1097 Heavy HMMWV Avenger",
"SAM Hawk SR (AN/MPQ-50)", "SAM Hawk SR (AN/MPQ-50)",
"[CH] UndE 23 (RBS 70/90/98) STR", "[CH] UndE 23 (RBS 70/90/98) STR",
"[CH] Centurion C-RAM", "[CH] Centurion C-RAM",
"[CH] LAV-AD SPAAGM" "[CH] LAV-AD SPAAGM"
], ],
"requirements": { "requirements": {
"CurrentHill USA Asset Pack": "https://www.currenthill.com/usa", "CurrentHill USA Asset Pack": "https://www.currenthill.com/usa",
"CurrentHill Sweden Asset Pack": "https://www.currenthill.com/sweden" "CurrentHill Sweden Asset Pack": "https://www.currenthill.com/sweden"
}, },
"carrier_names": [ "carrier_names": [
"CVN-71 Theodore Roosevelt", "CVN-71 Theodore Roosevelt",
"CVN-72 Abraham Lincoln", "CVN-72 Abraham Lincoln",
"CVN-73 George Washington", "CVN-73 George Washington",
"CVN-74 John C. Stennis", "CVN-74 John C. Stennis",
"CVN-75 Harry S. Truman" "CVN-75 Harry S. Truman"
], ],
"helicopter_carrier_names": [ "helicopter_carrier_names": [
"LHA-1 Tarawa", "LHA-1 Tarawa",
"LHA-2 Saipan", "LHA-2 Saipan",
"LHA-3 Belleau Wood", "LHA-3 Belleau Wood",
"LHA-4 Nassau", "LHA-4 Nassau",
"LHA-5 Peleliu" "LHA-5 Peleliu"
], ],
"has_jtac": true, "has_jtac": true,
"jtac_unit": "MQ-9 Reaper", "jtac_unit": "MQ-9 Reaper",
"unrestricted_satnav": true "unrestricted_satnav": true
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -40,3 +40,4 @@ tasks:
DEAD: 500 DEAD: 500
SEAD: 600 SEAD: 600
SEAD Escort: 550 SEAD Escort: 550
SEAD Sweep: 500

View File

@ -62,6 +62,7 @@ tasks:
SEAD Escort: 430 SEAD Escort: 430
Strike: 600 Strike: 600
TARCAP: 450 TARCAP: 450
weapon_injections: # AGM-154B only works for AI weapon_injections: # AGM-154B only works for AI
2: 2:
- "{AGM-154B}" - "{AGM-154B}"

View File

@ -0,0 +1,62 @@
carrier_capable: true
description:
'The F/A-18E Super Hornet is a single-seat, twin engine, carrier-capable, multirole
fighter aircraft. The Super Hornets are larger and more advanced derivatives of the
McDonnell Douglas F/A-18C and D Hornets, also known as legacy Hornets.
The Super Hornet is equipped with a large suite of sensors that includes a radar, targeting
pod, and a helmet mounted sight. In addition to its internal 20mm cannon, the Super Hornet
can be armed with a large assortment of unguided bombs and rockets, laser and GPS-guided
bombs, air-to-surface missiles of all sorts, and both radar and infrared-guided
air-to-air missiles.
The Super Hornet is also known for its extreme, slow-speed maneuverability in a dogfight.
Although incredibly deadly, the Super Hornet is also a very easy aircraft to fly.
This version is an AI-only tanker aircraft, capable of in-flight refueling.'
introduced: 1999
manufacturer: McDonnell Douglas
origin: USA
price: 25
max_group_size: 1
role: Carrier-based Tanker
fuel:
# Parking A1 to RWY 32 at Akrotiri.
taxi: 170
# AB takeoff to 350/0.85, reduce to MIL and maintain 350 to 25k ft.
climb_ppm: 44.25
# 0.85 mach for 100NM.
cruise_ppm: 22.1
# ~0.9 mach for 100NM. Occasional AB use.
combat_ppm: 27.5
min_safe: 2000
patrol:
# ~265 knots IAS
speed: 320
altitude: 18000
variants:
F/A-18E Tanker: {}
radios:
intra_flight: AN/ARC-210
inter_flight: AN/ARC-210
channels:
type: common
# DCS will clobber channel 1 of the first radio compatible with the flight's
# assigned frequency. Since the F/A-18's two radios are both AN/ARC-210s,
# radio 1 will be compatible regardless of which frequency is assigned, so
# we must use radio 1 for the intra-flight radio.
intra_flight_radio_index: 1
inter_flight_radio_index: 2
utc_kneeboard: true
# default_overrides:
# HelmetMountedDevice: 1
# InnerBoard: 0
# OuterBoard: 0
tasks:
Refueling: 0
Recovery: 0

View File

@ -62,6 +62,7 @@ tasks:
SEAD Escort: 430 SEAD Escort: 430
Strike: 600 Strike: 600
TARCAP: 450 TARCAP: 450
weapon_injections: # AGM-154B only works for AI weapon_injections: # AGM-154B only works for AI
2: 2:
- "{AGM-154B}" - "{AGM-154B}"

View File

@ -0,0 +1,61 @@
carrier_capable: true
description:
'The F/A-18E Super Hornet is a single-seat, twin engine, carrier-capable, multirole
fighter aircraft. The Super Hornets are larger and more advanced derivatives of the
McDonnell Douglas F/A-18C and D Hornets, also known as legacy Hornets.
The Super Hornet is equipped with a large suite of sensors that includes a radar, targeting
pod, and a helmet mounted sight. In addition to its internal 20mm cannon, the Super Hornet
can be armed with a large assortment of unguided bombs and rockets, laser and GPS-guided
bombs, air-to-surface missiles of all sorts, and both radar and infrared-guided
air-to-air missiles.
The Super Hornet is also known for its extreme, slow-speed maneuverability in a dogfight.
Although incredibly deadly, the Super Hornet is also a very easy aircraft to fly.
This version is an AI-only tanker aircraft, capable of in-flight refueling.'
introduced: 1999
manufacturer: McDonnell Douglas
origin: USA
price: 25
max_group_size: 1
role: Carrier-based Multirole Fighter
fuel:
# Parking A1 to RWY 32 at Akrotiri.
taxi: 170
# AB takeoff to 350/0.85, reduce to MIL and maintain 350 to 25k ft.
climb_ppm: 44.25
# 0.85 mach for 100NM.
cruise_ppm: 22.1
# ~0.9 mach for 100NM. Occasional AB use.
combat_ppm: 27.5
min_safe: 2000
patrol:
# ~265 knots IAS
speed: 320
altitude: 18000
variants:
F/A-18F Tanker: {}
radios:
intra_flight: AN/ARC-210
inter_flight: AN/ARC-210
channels:
type: common
# DCS will clobber channel 1 of the first radio compatible with the flight's
# assigned frequency. Since the F/A-18's two radios are both AN/ARC-210s,
# radio 1 will be compatible regardless of which frequency is assigned, so
# we must use radio 1 for the intra-flight radio.
intra_flight_radio_index: 1
inter_flight_radio_index: 2
utc_kneeboard: true
# default_overrides:
# HelmetMountedDevice: 1
# InnerBoard: 0
# OuterBoard: 0
tasks:
Refueling: 0
Recovery: 0

View File

@ -1,21 +0,0 @@
carrier_capable: true
description:
The Boeing F/A-18E and F/A-18F Super Hornet are twin-engine, carrier-capable,
multirole fighter aircraft variants based on the McDonnell Douglas F/A-18 Hornet.
This version is an AI-only tanker aircraft, capable of in-flight refueling.
introduced: 2001
manufacturer: Boeing
origin: USA
price: 20
max_group_size: 1
role: Carrier-based Tanker
max_range: 1000
patrol:
# ~265 knots IAS.
speed: 320
altitude: 12000
variants:
F/A-18E Tanker: {}
F/A-18F Tanker: {}
tasks:
Refueling: 0

View File

@ -0,0 +1,8 @@
name: ALQ-249 Mid Band Next Generation Jammer
type: JAMMER
# https://www.deagel.com/Components/ALQ-249%20Next%20Generation%20Jammer/a002543#001
year: 2025
fallback:
clsids:
- "{GROWLER_PYLON_03_MB_ALQ_249_MID_BAND}"
- "{GROWLER_PYLON_09_MB_ALQ_249_MID_BAND}"

View File

@ -0,0 +1,9 @@
name: AN/ALQ-99 ECM
type: JAMMER
# https://www.deagel.com/Components/ANALQ-99/a000899#001
year: 1973
fallback:
clsids:
- "{GROWLER_PYLON_03_MB_ALQ_99_HI_BAND}"
- "{GROWLER_PYLON_09_MB_ALQ_99_HI_BAND}"
- "{GROWLER_PYLON_06_CN_ANALQ_99_LO_BAND}"