mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
FA18EFG mod support Patch 4 (#3340)
- Corrected banner file types. - Corrected australia_2005.yaml and usn_2005.yaml - Added australia_2009.yaml and usn_2009.yaml
This commit is contained in:
@@ -300,8 +300,11 @@ class Faction:
|
||||
self.remove_aircraft("Su-57")
|
||||
if not mod_settings.ov10a_bronco:
|
||||
self.remove_aircraft("Bronco-OV-10A")
|
||||
if not mod_settings.superhornet:
|
||||
self.remove_aircraft("Super-Hornet")
|
||||
if not mod_settings.fa18efg:
|
||||
self.remove_aircraft("FA_18E")
|
||||
self.remove_aircraft("FA_18F")
|
||||
self.remove_aircraft("EA_18G")
|
||||
|
||||
# frenchpack
|
||||
if not mod_settings.frenchpack:
|
||||
self.remove_vehicle("AMX10RCR")
|
||||
|
||||
@@ -66,7 +66,7 @@ class ModSettings:
|
||||
frenchpack: bool = False
|
||||
high_digit_sams: bool = False
|
||||
ov10a_bronco: bool = False
|
||||
superhornet: bool = False
|
||||
fa18efg: bool = False
|
||||
|
||||
def save_player_settings(self) -> None:
|
||||
"""Saves the player's global settings to the user directory."""
|
||||
|
||||
Reference in New Issue
Block a user