F-4 mod support update to v2.8.1.01 Standalone (#87)

Updated the VSN F-4 mod support to v2.8.1.01 Standalone + 29Jan23 Patch, which adds the land based F-4C variant. Includes banner by Datoneslav (used with permission) and the official VSN logo (also used with permission).
This commit is contained in:
MetalStormGhost
2023-02-15 21:24:24 +02:00
committed by GitHub
parent 6bf5356d00
commit 04971f3f65
12 changed files with 558 additions and 92 deletions

View File

@@ -335,8 +335,9 @@ class Faction:
if not mod_settings.uh_60l:
self.remove_aircraft("UH-60L")
self.remove_aircraft("KC130J")
if not mod_settings.f4b_phantom:
if not mod_settings.f4bc_phantom:
self.remove_aircraft("VSN_F4B")
self.remove_aircraft("VSN_F4C")
if not mod_settings.f15d_baz:
self.remove_aircraft("F-15D")
if not mod_settings.f_16_idf: