43 lines
684 B
TOML
43 lines
684 B
TOML
[game]
|
|
# Straight in-game baby
|
|
lobbyenabled = false
|
|
# Dev map for faster loading & convenience
|
|
map = "Dev"
|
|
role_timers = false
|
|
contraband_examine = false # DeltaV
|
|
secret_weight_prototype = "SecretDeltaV" # DeltaV
|
|
role_timer_override = "DeltaV" # DeltaV
|
|
|
|
[ghost]
|
|
role_time = 0.5
|
|
quick_lottery = true
|
|
|
|
[gateway]
|
|
generator_enabled = false
|
|
|
|
[physics]
|
|
# Makes mapping annoying
|
|
grid_splitting = false
|
|
|
|
[procgen]
|
|
preload = false
|
|
|
|
[salvage]
|
|
expedition_cooldown = 30.0
|
|
|
|
[shuttle]
|
|
grid_fill = false
|
|
auto_call_time = 0
|
|
emergency = false
|
|
arrivals = false
|
|
preload_grids = false
|
|
|
|
[admin]
|
|
see_own_notes = true
|
|
|
|
[server] # DeltaV
|
|
rules_file = "DeltaVRuleset"
|
|
|
|
[control] # DeltaV
|
|
storage_limit = 2
|