17 lines
233 B
TOML
17 lines
233 B
TOML
[game]
|
|
# Straight in-game baby
|
|
lobbyenabled = false
|
|
|
|
[physics]
|
|
# Makes mapping annoying
|
|
grid_splitting = false
|
|
|
|
[procgen]
|
|
preload = false
|
|
|
|
[shuttle]
|
|
# Wastes startup time
|
|
auto_call_time = 0
|
|
cargo = false
|
|
emergency_enabled = false
|