mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add option to limit convoy travel distances.
CPU load seems to scale with route length, so add an option to limit the length of the convoy route. The tradeoff is that the performance sensitive route won't necessarily be a correct route.
This commit is contained in:
@@ -407,6 +407,12 @@ class Settings:
|
||||
section=PERFORMANCE_SECTION,
|
||||
default=True,
|
||||
)
|
||||
convoys_travel_full_distance: bool = boolean_option(
|
||||
"Convoys drive the full distance between control points",
|
||||
page=MISSION_GENERATOR_PAGE,
|
||||
section=PERFORMANCE_SECTION,
|
||||
default=True,
|
||||
)
|
||||
perf_infantry: bool = boolean_option(
|
||||
"Generate infantry squads alongside vehicles",
|
||||
page=MISSION_GENERATOR_PAGE,
|
||||
|
||||
Reference in New Issue
Block a user