version 3.0.1

This commit is contained in:
2023-06-19 01:02:36 -05:00
parent 0141b88c8e
commit af851a17a7
2 changed files with 10 additions and 3 deletions

View File

@@ -69,8 +69,8 @@ disableRandomization[] = {};
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
corpseManagerMode = 1; //0 = None, 1 = All, 2 = None_But_Respawned, 3 = All_But_Respawned
corpseRemovalMinTime = 600;
corpseRemovalMaxTime = 900;
corpseRemovalMinTime = 180;
corpseRemovalMaxTime = 300;
corpseLimit = 80;
wreckManagerMode = 0; //0 = None, 1 = All, 2 = None_But_Respawned, 3 = All_But_Respawned
@@ -78,7 +78,7 @@ wreckRemovalMinTime = 600;
wreckRemovalMaxTime = 900;
wreckLimit = 40;
minPlayerDistance = 600;
minPlayerDistance = 500;
//-------------------------------------------BASE SETTINGS---------------------------------------------------------------//