Mirage III mod version 2.5.7.01 support (#351)

* Implemented support for the Mirage III mod version 2.5.7.01.

* Switched the Mirage III CAS loadouts for bombs.

* Updated changelog.

* Modified   resources/factions/argentina_1982.json
This commit is contained in:
MetalStormGhost
2025-02-15 19:52:52 +02:00
committed by GitHub
parent 34e7093198
commit 308805e09b
22 changed files with 1245 additions and 0 deletions

View File

@@ -479,6 +479,10 @@ class Faction:
self.remove_aircraft("JAS39Gripen")
self.remove_aircraft("JAS39Gripen_BVR")
self.remove_aircraft("JAS39Gripen_AG")
if not mod_settings.mirage_3:
self.remove_aircraft("VSN_MirageIIIC")
self.remove_aircraft("VSN_MirageIIIC_AG")
self.remove_aircraft("VSN_MirageIIIS")
if not mod_settings.super_etendard:
self.remove_aircraft("VSN_SEM")
if not mod_settings.sk_60:

View File

@@ -89,6 +89,7 @@ class ModSettings:
uh_60l: bool = False
jas39_gripen: bool = False
sk_60: bool = False
mirage_3: bool = False
super_etendard: bool = False
su15_flagon: bool = False
su30_flanker_h: bool = False