* Random emergency shuttle time 60 to 180 seconds. Rounds up to nearest 10. All other FTL will go to the default of 30s. * fix
20 lines
297 B
TOML
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
|