DayZ idle mode settings are stored in the active mission database file globals.xml. Change these values when you want loot processing to continue without waiting for players to be online.
- Stop the server.
- Open File Manager.
- Go to
mpmissions, open your active mission folder, then opendb.
- Select or open
globals.xml.
- Find
IdleModeStartupand set its value to0. - Find
IdleModeCountdownand set its value to0. - Save the file, then start the server.
<var name="IdleModeStartup" type="0" value="0"/> <var name="IdleModeCountdown" type="0" value="0"/>
Take a backup before editing mission economy files. XML formatting errors can stop economy files from loading correctly.
