mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Disable Nevatim/Ramon airbase hack for inoperable slots
This commit is contained in:
parent
16162f2698
commit
ea9c459942
@ -43,6 +43,9 @@ class Migrator:
|
||||
self._update_tgos()
|
||||
self._reload_terrain()
|
||||
|
||||
# TODO: remove in due time as this is supposedly fixed
|
||||
self.game.settings.nevatim_parking_fix = False
|
||||
|
||||
def _update_doctrine(self) -> None:
|
||||
doctrines = [
|
||||
MODERN_DOCTRINE,
|
||||
|
||||
@ -791,7 +791,7 @@ class Settings:
|
||||
"Force air-starts for aircraft at Nevatim and Ramon Airbase inoperable parking slots",
|
||||
page=MISSION_GENERATOR_PAGE,
|
||||
section=GAMEPLAY_SECTION,
|
||||
default=True, # TODO: set to False or remove this when DCS is fixed
|
||||
default=False, # TODO: set to False or remove this when DCS is fixed
|
||||
detail=(
|
||||
"Air-starts forced for all aircraft at Nevatim and Ramon Airbase except parking slots "
|
||||
"which are known to work as of DCS World 2.9.4.53990."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user