Update CJS Super Hornet Mod to 2.4.4 (#572)

* Update CJS Super Hornet Mod to 2.4.4

* Update UI for CJS Super Hornet Mod to 2.4.4

* Update default loadouts for CJS Super Hornet Mod to 2.4.4

* Update changelog.md for CJS Super Hornet Mod to 2.4.4

* Update Growler loadout for missing external fuel tank
This commit is contained in:
Drexyl 2025-09-08 03:24:07 +10:00 committed by GitHub
parent 121ca20edb
commit ea80ddc321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 3980 additions and 1900 deletions

View File

@ -15,7 +15,7 @@
* **[Modding]** Update SU-30 mod to v2.8.03 Beta + CWS 3.70 * **[Modding]** Update SU-30 mod to v2.8.03 Beta + CWS 3.70
* **[Plugins]** EW Script - DEAD added to applicable flight types. * **[Plugins]** EW Script - DEAD added to applicable flight types.
* **[Plugins]** EW Script - Offensive Jamming restricted to aircraft with ALQ99/249 pods, or "has_built_in_jamming: true" in aircarft yaml (AI and Player) * **[Plugins]** EW Script - Offensive Jamming restricted to aircraft with ALQ99/249 pods, or "has_built_in_jamming: true" in aircarft yaml (AI and Player)
* **[Modding]** Update to CJS Super Hornet Mod v2.4.4
## Fixes ## Fixes
* **[Flight Plans]** Fixed a bug when a package was created with only escort flights * **[Flight Plans]** Fixed a bug when a package was created with only escort flights

File diff suppressed because it is too large Load Diff

View File

@ -226,8 +226,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/G Super Hornet (version 2.4.2)", self.fa_18efg), ("F/A-18E/F/G Super Hornet (version 2.4.4)", self.fa_18efg),
("F/A-18E/F Super Hornet AI Tanker (version 2.4.2)", self.fa18ef_tanker), ("F/A-18E/F Super Hornet AI Tanker (version 2.4.4)", 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

@ -37,7 +37,7 @@ local unitPayloads = {
}, },
[7]= [7]=
{ {
["CLSID"]="{GROWLER_PYLON_04_IB_FT_FPU-12_Fueltank}", ["CLSID"]="{GROWLER_PYLON_08_IB_FT_FPU-12_Fueltank}",
["num"]=7 ["num"]=7
}, },
[8]= [8]=
@ -97,7 +97,7 @@ local unitPayloads = {
}, },
[7]= [7]=
{ {
["CLSID"]="{GROWLER_PYLON_04_IB_FT_FPU-12_Fueltank}", ["CLSID"]="{GROWLER_PYLON_08_IB_FT_FPU-12_Fueltank}",
["num"]=7 ["num"]=7
}, },
[8]= [8]=
@ -157,7 +157,7 @@ local unitPayloads = {
}, },
[7]= [7]=
{ {
["CLSID"]="{GROWLER_PYLON_04_IB_FT_FPU-12_Fueltank}", ["CLSID"]="{GROWLER_PYLON_08_IB_FT_FPU-12_Fueltank}",
["num"]=7 ["num"]=7
}, },
[8]= [8]=
@ -217,7 +217,7 @@ local unitPayloads = {
}, },
[7]= [7]=
{ {
["CLSID"]="{GROWLER_PYLON_04_IB_FT_FPU-12_Fueltank}", ["CLSID"]="{GROWLER_PYLON_08_IB_FT_FPU-12_Fueltank}",
["num"]=7 ["num"]=7
}, },
[8]= [8]=
@ -278,7 +278,7 @@ local unitPayloads = {
}, },
[7]= [7]=
{ {
["CLSID"]="{GROWLER_PYLON_04_IB_FT_FPU-12_Fueltank}", ["CLSID"]="{GROWLER_PYLON_08_IB_FT_FPU-12_Fueltank}",
["num"]=7 ["num"]=7
}, },
[8]= [8]=

View File

@ -22,12 +22,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=
@ -200,12 +200,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=
@ -269,7 +269,7 @@ local unitPayloads = {
}, },
[6]= [6]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{AN_ASQ_228}",
["num"]=4 ["num"]=4
}, },
[7]= [7]=
@ -328,7 +328,7 @@ local unitPayloads = {
}, },
[6]= [6]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{AN_ASQ_228}",
["num"]=4 ["num"]=4
}, },
[7]= [7]=
@ -377,7 +377,7 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{AN_ASQ_228}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
@ -436,12 +436,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_EMPTY}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=
@ -495,12 +495,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_EMPTY}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=
@ -555,12 +555,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_EMPTY}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=
@ -675,7 +675,7 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{AN_ASQ_228}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
@ -735,12 +735,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=

View File

@ -22,12 +22,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=
@ -200,12 +200,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=
@ -269,7 +269,7 @@ local unitPayloads = {
}, },
[6]= [6]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{AN_ASQ_228}",
["num"]=4 ["num"]=4
}, },
[7]= [7]=
@ -328,7 +328,7 @@ local unitPayloads = {
}, },
[6]= [6]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{AN_ASQ_228}",
["num"]=4 ["num"]=4
}, },
[7]= [7]=
@ -377,7 +377,7 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{AN_ASQ_228}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
@ -436,12 +436,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_EMPTY}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=
@ -495,12 +495,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_EMPTY}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=
@ -555,12 +555,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_EMPTY}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=
@ -675,7 +675,7 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{AN_ASQ_228}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
@ -735,12 +735,12 @@ local unitPayloads = {
}, },
[4]= [4]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_05_TP_ASQ228}", ["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4 ["num"]=4
}, },
[5]= [5]=
{ {
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_FPU-12_Fueltank}", ["CLSID"]="{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"]=5 ["num"]=5
}, },
[6]= [6]=