This commit is contained in:
JezuzLizard 2020-04-04 18:48:33 -07:00
commit 44553ac45a
2 changed files with 5 additions and 1 deletions

View File

@ -88,5 +88,6 @@ Added dvar support allowing server hosters to change the vars from the config
Fixed a check involving mapMapChange() Fixed a check involving mapMapChange()
4/4/20
Fixed getDvarIntDefault() not properly defining the default dvars

View File

@ -17,6 +17,9 @@ set electricDoorsDisabledChanceActive "1"
set firstRoomOnlyChanceActive "1" set firstRoomOnlyChanceActive "1"
set disableBoxMoveChanceActive "1" set disableBoxMoveChanceActive "1"
//this controls the simple map rotation between town, farm and bus depot
set mapRotate "1"
//change settings chances of happening each time the server restarts //change settings chances of happening each time the server restarts
set hyperSpeedSpawnsChance "50" set hyperSpeedSpawnsChance "50"
set extraDropsChance "15" set extraDropsChance "15"