Cold War assets mod v1.0 support (#343)

Implemented support for the Cold War assets mod (ex Tu-16) v1.0 by tripod3
This commit is contained in:
MetalStormGhost
2024-07-14 16:41:19 +03:00
committed by GitHub
parent 6238830a20
commit 19f6bafff1
30 changed files with 913 additions and 0 deletions

View File

@@ -545,6 +545,12 @@ class Faction:
self.remove_preset("LvS-103 Rb103A Mobile")
self.remove_preset("LvS-103 Rb103B")
self.remove_preset("LvS-103 Rb103B Mobile")
if not mod_settings.coldwarassets:
self.remove_aircraft("B_47")
self.remove_aircraft("Tu-4K")
self.remove_aircraft("Tu-16")
self.remove_aircraft("tu_22D")
self.remove_aircraft("tu_22KD")
# SWPack
if not mod_settings.SWPack:
self.remove_aircraft("AWINGA")