Disable Nevatim/Ramon airbase hack for inoperable slots

This commit is contained in:
Raffson 2024-08-16 12:42:13 +02:00
parent 16162f2698
commit ea9c459942
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
2 changed files with 4 additions and 1 deletions

View File

@ -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,

View File

@ -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."