mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
New performance option: disable convoys
Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
This commit is contained in:
@@ -443,18 +443,18 @@ class Settings:
|
||||
section=PERFORMANCE_SECTION,
|
||||
default=True,
|
||||
)
|
||||
# perf_disable_convoys: bool = boolean_option(
|
||||
# "Disable convoys",
|
||||
# page=MISSION_GENERATOR_PAGE,
|
||||
# section=PERFORMANCE_SECTION,
|
||||
# default=False,
|
||||
# )
|
||||
# perf_frontline_units_prefer_roads: bool = boolean_option(
|
||||
# "Front line troops prefer roads",
|
||||
# page=MISSION_GENERATOR_PAGE,
|
||||
# section=PERFORMANCE_SECTION,
|
||||
# default=False,
|
||||
# )
|
||||
perf_disable_convoys: bool = boolean_option(
|
||||
"Disable convoys",
|
||||
page=MISSION_GENERATOR_PAGE,
|
||||
section=PERFORMANCE_SECTION,
|
||||
default=False,
|
||||
)
|
||||
perf_frontline_units_max_supply: int = bounded_int_option(
|
||||
"Maximum frontline unit supply per control point",
|
||||
page=MISSION_GENERATOR_PAGE,
|
||||
|
||||
Reference in New Issue
Block a user