13 lines
367 B
TOML
13 lines
367 B
TOML
|
|
||
|
#Common config settings
|
||
|
[common]
|
||
|
#Places backpack at place where player died
|
||
|
backpackDeathPlace = true
|
||
|
#Enables button in backpack gui, which allows to empty tank
|
||
|
enableEmptyTankButton = true
|
||
|
enableBackpackAbilities = true
|
||
|
#If true, backpack can only be worn by placing it in curios 'Back' slot
|
||
|
curiosIntegration = false
|
||
|
enableSleepingBagSpawnPoint = false
|
||
|
|