F9F Panther mod support (version v2.8.7.101) (#226)

* Added F9F Panther mod support (version v2.8.7.101). Still missing loadouts and icon+banner.

* Added missing import in pydcs_extensions/__init__.py

* Added a banner and icon for the F9F Panther, credit for the banner to Jim over at the Century Series Discord. VSN Century Series logo used with permission. Also added loadouts for the F9F Panther and fixed the mod settings for it.
This commit is contained in:
MetalStormGhost
2024-03-16 16:47:04 +02:00
committed by GitHub
parent 19daa1737e
commit 6204dd4e72
14 changed files with 969 additions and 2 deletions

View File

@@ -340,6 +340,8 @@ class Faction:
if not mod_settings.f4bc_phantom:
self.remove_aircraft("VSN_F4B")
self.remove_aircraft("VSN_F4C")
if not mod_settings.f9f_panther:
self.remove_aircraft("VSN_F9F")
if not mod_settings.f15d_baz:
self.remove_aircraft("F-15D")
if not mod_settings.f_15_idf:

View File

@@ -58,6 +58,7 @@ class ModSettings:
a6a_intruder: bool = False
a7e_corsair2: bool = False
f4bc_phantom: bool = False
f9f_panther: bool = False
f15d_baz: bool = False
f_15_idf: bool = False
f_16_idf: bool = False