Page MenuHomeFeedback Tracker

DayZ Server - Vehicles are not despawning, even if their persistence is set to off
Reviewed, NormalPublic

Description

Hello, iam having issue with server settings in actual DayZ version.
I want to remove all spawned vehicles on server restart (each 4h). It was working for first 2 days, then it suddenly stopped and all vehicles are now persistent on server even after restarts.

I have setup economy.xml file and set vehicles save to 0. What else needs to be done or why is this issue popping up ?
Meanwhile, i want to keep persistence of player bases ON, so i kept it on 1.
Thanks

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General
Steps To Reproduce

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<economy>

<dynamic init="1" load="1" respawn="1" save="1"/>
<animals init="1" load="0" respawn="1" save="0"/>
<zombies init="1" load="0" respawn="1" save="0"/>
<vehicles init="1" load="1" respawn="1" save="0"/>
<randoms init="0" load="0" respawn="1" save="0"/>
<custom init="0" load="0" respawn="0" save="0"/>
<building init="1" load="1" respawn="0" save="1"/>
<player init="1" load="1" respawn="1" save="1"/>

</economy>

Event Timeline

MarekQX created this task.Sep 28 2023, 1:43 AM

You disabled the saving but the server already have saved vehicles and "load" is enabled. Just delete the vehicles.bin and .001 .002 files from storage, and set load=0.

Wow, thats a good point. Thank you, i will try that and let u know results at the end of today. Thanks

Did the results work? I know we were having the same problem

Geez changed the task status from New to Reviewed.Oct 1 2023, 10:24 PM

Yes, comment from In-Whiskey helped.
You can mark this issue as resolved.
Thanks