Config presets system. (#12824)
This commit is contained in:
committed by
GitHub
parent
326fdefe85
commit
55c61b9c35
7
Resources/ConfigPresets/Build/debug.toml
Normal file
7
Resources/ConfigPresets/Build/debug.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[events]
|
||||
# Annoying
|
||||
enabled = false
|
||||
|
||||
[npc]
|
||||
# Makes physics etc debugging easier.
|
||||
enabled = false
|
||||
13
Resources/ConfigPresets/Build/development.toml
Normal file
13
Resources/ConfigPresets/Build/development.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[game]
|
||||
# Straight in-game baby
|
||||
lobbyenabled = false
|
||||
|
||||
[physics]
|
||||
# Makes mapping annoying
|
||||
grid_splitting = false
|
||||
|
||||
[shuttle]
|
||||
# Wastes startup time
|
||||
cargo = false
|
||||
emergency_enabled = false
|
||||
|
||||
Reference in New Issue
Block a user