mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Merge remote-tracking branch 'remotes/dcs-retribution/dcs-retribution/dev' into pretense-generator
This commit is contained in:
@@ -921,6 +921,29 @@ class Settings:
|
||||
" and reapplied at split/racetrack end for applicable flights. "
|
||||
),
|
||||
)
|
||||
dynamic_slots: bool = boolean_option(
|
||||
"Dynamic slots",
|
||||
MISSION_GENERATOR_PAGE,
|
||||
GAMEPLAY_SECTION,
|
||||
default=False,
|
||||
detail=(
|
||||
"Enables dynamic slots. Please note that losses from dynamic slots won't be registered."
|
||||
),
|
||||
)
|
||||
dynamic_slots_hot: bool = boolean_option(
|
||||
"Allow dynamic slot hot start",
|
||||
MISSION_GENERATOR_PAGE,
|
||||
GAMEPLAY_SECTION,
|
||||
default=True,
|
||||
detail=("Enables hot start for dynamic slots."),
|
||||
)
|
||||
dynamic_cargo: bool = boolean_option(
|
||||
"Dynamic cargo",
|
||||
MISSION_GENERATOR_PAGE,
|
||||
GAMEPLAY_SECTION,
|
||||
default=True,
|
||||
detail=("Enables dynamic cargo for airfields, ships, FARPs & warehouses."),
|
||||
)
|
||||
|
||||
# Performance
|
||||
perf_smoke_gen: bool = boolean_option(
|
||||
|
||||
Reference in New Issue
Block a user