This commit is contained in:
silicons
2020-12-26 20:56:48 -08:00
parent bfb3d087c3
commit a6ae0fe5c2
5 changed files with 23 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ $include dynamic_config.txt
$include plushies/defines.txt
$include job_threats.txt
$include policy.txt
$include persistence.txt
$include respawns.txt
# You can use the @ character at the beginning of a config option to lock it from being edited in-game

14
config/persistence.txt Normal file
View File

@@ -0,0 +1,14 @@
### Whether or not cleanable object persistence is on
PERSISTENT_DEBRIS
### Whether or not ONLY persistent cleanable objects should be spawned, for supported objects
PERSISTENT_DEBRIS_ONLY
### Max objects to store, total
PERSISTENT_DEBRIS_GLOBAL_MAX 10000
### Max objects to store per type, total
PERSISTENT_DEBRIS_TYPE_MAX 2000
### Wipe objects on nuke for the above
PERSISTENT_DEBRIS_WIPE_ON_NUKE