Decrease loot spawn time?

TylerB

Member
Could someone lead me in the right direction of where I can make my loot respawn even if it hasn't been fully looted? Right now it don't respawn for awhile I would like to decrease the time it takes
 
I'm not 100% sure, but it seems working for me. (and players of my server )
in your init.sqf find
Code:
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf";
and change it to
Code:
call compile preprocessFileLineNumbers "fixes\variables.sqf";
then copy that .sqf file from there, and put it in fixes\ or whatever.
There are various variables in it !! And
Code:
    dayz_lootDelay =        3;
    dayz_lootWait =            -300;
these are what we seek for i guess...
Still I haven't tested it much and would want to know the results.(e.g. higher the better? wait=0 to instant respawning of items?)
Hope it works for you.
 
Back
Top