Files
tbd-station-14/Resources/ConfigPresets/Build/development.toml
metalgearsloth cefc37903e Random emergency shuttle time (#10047)
* Random emergency shuttle time

60 to 180 seconds. Rounds up to nearest 10.
All other FTL will go to the default of 30s.

* fix
2023-03-30 22:20:43 -06:00

20 lines
297 B
TOML

[game]
# Straight in-game baby
lobbyenabled = false
# Dev map for faster loading & convenience
map = "Dev"
[physics]
# Makes mapping annoying
grid_splitting = false
[procgen]
preload = false
[shuttle]
# Wastes startup time
auto_call_time = 0
cargo = false
emergency = false
arrivals = false