BI Garbage Collector added

This commit is contained in:
Wyqer 2019-07-23 19:10:46 +02:00
parent ecb72a909f
commit 3598d56131
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
1 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,16 @@ loadScreen = "res\lib.paa";
joinUnassigned = 1;
corpseManagerMode = 1;
corpseLimit = 50;
corpseRemovalMinTime = 600;
corpseRemovalMaxTime = 3600;
wreckManagerMode = 1;
wreckLimit = 20;
wreckRemovalMinTime = 1200;
wreckRemovalMaxTime = 7200;
minPlayerDistance = 1000;
#include "GREUH\UI\GREUH_interface.hpp"
#include "ui\liberation_interface.hpp"
#include "ui\liberation_notifications.hpp"