mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Implemented ground power trucks for ground spawns. Added settings to turn them off or on.
This commit is contained in:
@@ -768,6 +768,24 @@ class Settings:
|
||||
default=False,
|
||||
detail=("Might have a negative performance impact."),
|
||||
)
|
||||
ground_start_ground_power_trucks: bool = boolean_option(
|
||||
"Spawn ground power trucks at ground starts in airbases",
|
||||
MISSION_GENERATOR_PAGE,
|
||||
GAMEPLAY_SECTION,
|
||||
default=True,
|
||||
detail=(
|
||||
"Needed to cold-start some aircraft types. Might have a performance impact."
|
||||
),
|
||||
)
|
||||
ground_start_ground_power_trucks_roadbase: bool = boolean_option(
|
||||
"Spawn ground power trucks at ground starts in roadbases",
|
||||
MISSION_GENERATOR_PAGE,
|
||||
GAMEPLAY_SECTION,
|
||||
default=True,
|
||||
detail=(
|
||||
"Needed to cold-start some aircraft types. Might have a performance impact."
|
||||
),
|
||||
)
|
||||
|
||||
# Performance
|
||||
perf_smoke_gen: bool = boolean_option(
|
||||
|
||||
Reference in New Issue
Block a user