Hey guys, i need some help/answers.
I have no clue about cleanup the server from loot when no one is around for a specific amount of time.
I noticed that this was uncommented in server_function.sqf:
server_systemCleanup = compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_cleanup.sqf";
so i removed the // and checked what happend...nothing :D
Then i checked out the server_cleanup.sqf.
In line 23 it says:
if (_age > 20) then {
changed to:
if (_age > 2) then {
cause i thought 20 = 20min ?! so 2 = 2min. Was a try nothing happend.
I googled around and noticed that in 1.0.5.1 the server_cleanup was .fsm and not .sqf. Does this matter?
And does anyone have a tip how to cleanup loot when for ex. a player is not in range from 500m for 5 mins?!