F-100 Super Sabre mod version 2.7.18.30765 patch 20.10.22 support (#32)

Also makes F-105G "SEAD Escort" capabale
This commit is contained in:
MetalStormGhost 2022-12-10 18:24:22 +02:00 committed by GitHub
parent 55fb5befb9
commit 48e5e7ca95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 74 additions and 3 deletions

View File

@ -15,7 +15,7 @@ BAI/ANTISHIP/DEAD/STRIKE/BARCAP/CAS/OCA/AIR-ASSAULT (main) missions
* **[Modding]** Support for Su-30 mod version 2.01B
* **[Modding]** Support for A-6A Intruder version 2.7.5.01
* **[Modding]** Support for F-4B Phantom II mod version v2.7.10.02, patch 2022.10.02
* **[Modding]** Support for F-100 Super Sabre mod versions v2.7.18.01 & 2.7.18.30765 and patches 30.09.22 & 09.10.22
* **[Modding]** Support for F-100 Super Sabre mod versions v2.7.18.01 & 2.7.18.30765 and patch 20.10.22
* **[Modding]** Support for F-105 mod version 2.7.12.23x
* **[Modding]** Support IDF Mod Project F-16I Sufa & F-16D v2.2 mod
* **[Modding]** Support for F-84G mod version 2.5.7.01

View File

@ -366,13 +366,14 @@ SEAD_ESCORT_CAPABLE = [
Su_30SM,
MiG_27K,
Tornado_GR4,
VSN_F105G,
VSN_F100,
]
SEAD_CAPABLE = SEAD_ESCORT_CAPABLE + [
F_14B,
F_14A_135_GR,
VSN_F105G,
]
# Aircraft used for DEAD tasks. Must be capable of the CAS DCS task.

View File

@ -297,6 +297,10 @@ class VSN_F100(PlaneType):
7,
Weapons.LAU_7_with_AIM_9P_Sidewinder_IR_AAM,
)
LAU_118a_with_AGM_45B_Shrike_ARM__Imp_ = (
7,
Weapons.LAU_118a_with_AGM_45B_Shrike_ARM__Imp_,
)
Fuel_tank_500_Liter = (7, WeaponsF100.Fuel_tank_500_Liter)
# ERRR <CLEAN>

View File

@ -713,7 +713,7 @@ class GeneratorOptions(QtWidgets.QWizardPage):
("F-16I Sufa & F-16D (v2.2 by IDF Mods Project)", f_16_idf),
("F-22A Raptor", f22_raptor),
("F-84G Thunderjet (v2.5.7.01)", f84g_thunderjet),
("F-100 Super Sabre (v2.7.18.30765 patch 09.10.22)", f100_supersabre),
("F-100 Super Sabre (v2.7.18.30765 patch 20.10.22)", f100_supersabre),
("F-104 Starfighter (v2.7.11.222.01)", f104_starfighter),
("F-105 Thunderchief (v2.7.12.23x)", f105_thunderchief),
("Frenchpack", frenchpack),

View File

@ -166,6 +166,72 @@ local unitPayloads = {
[1] = 19,
},
},
[6] = {
["displayName"] = "SEAD",
["name"] = "SEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}",
["num"] = 7,
},
[2] = {
["CLSID"] = "{VSN_F1001000_ptb}",
["num"] = 8,
},
[3] = {
["CLSID"] = "{GAR-8}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{VSN_F1001000_ptb}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{GAR-8}",
["num"] = 9,
},
[6] = {
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}",
["num"] = 5,
},
},
["tasks"] = {
[1] = 19,
},
},
[7] = {
["displayName"] = "Retribution SEAD Escort",
["name"] = "Retribution SEAD Escort",
["pylons"] = {
[1] = {
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}",
["num"] = 7,
},
[2] = {
["CLSID"] = "{VSN_F1001000_ptb}",
["num"] = 8,
},
[3] = {
["CLSID"] = "{BRU33_2*LAU61}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{VSN_F1001000_ptb}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{BRU33_2*LAU61}",
["num"] = 9,
},
[6] = {
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}",
["num"] = 5,
},
},
["tasks"] = {
[1] = 19,
},
},
},
["tasks"] = {
},