PC Are vehicles still disappearing?

I have lost 6 vehicules since the first alpha 17. Only in SP. Without any marker. Tried to reproduce it by putting 50 motorbikes in a field with creative mode. Didn't succeed. very random bug.

 
sometimes you can lost it forever, other times you can recover it with cheat.

use command "le" (without the "") to find the location and fly/dig to the vehicles.

 
To disappear completely, the game must actively deleted it. A strange choice by the programmers ...

For the position, it should not be so hard to find "some" position in the world to place it savely without bugging through the terrain.

If it fell though, just place it somewhere nearby ontop of the terrain again... Worst case, turn off the physics, until a user activates it again.

 
Last edited by a moderator:
Yup, we lost about half a dozen in A17 (zero previous to that). Mostly in co-op with me hosting the server, and mostly they vanish on logout and are simply not there on logging back in. However we have had one incident where we parked our Jeep, walked 100 yards to do a clear quests and when it was over the Jeep was gone.

In every case, the map marker has also disappeared.

 
To disappear completely, the game must actively deleted it. A strange choice by the programmers ...
For the position, it should not be so hard to find "some" position in the world to place it savely without bugging through the terrain.

If it fell though, just place it somewhere nearby ontop of the terrain again... Worst case, turn off the physics, until a user activates it again.
on our Server is Vehicles get lost the Output Logfile always show stuff like

2019-01-05T15:13:38 138.324 INF Vehicle vehicleGyrocopter_133119 out of world Kill

as message.

Its hard to believe its impossible for the Devs to add some sort of Rescue Function so if a Item is out of the World it gets send to Inventory of the Owner or fix this Issue how long does it happen now? Since they added the Minibike and still no fix .

 
This has been going on since version 12 and I have lost faith in them fixing this. Maybe hire an expert on bug squashing? On my dedicated server have lost many vehicles so far I have had to replace.

 
It seems that it's a problem with dynamic entities being left in unattended world chunks which are unloaded.

If you leave a vehicle unattended (i.e. no players near the chunk), then leave that chunk such that the game unloads it, the vehicle will still appear on the compass and map, but when you travel back to it and the chunk reloads, it will delete the vehicle instantly and anything in it. It won't drop it's inventory, it will cease to be. If you're going to leave the chunk, pick your vehicle up and put it in a chest or your inventory.

 
It seems that it's a problem with dynamic entities being left in unattended world chunks which are unloaded.
If you leave a vehicle unattended (i.e. no players near the chunk), then leave that chunk such that the game unloads it, the vehicle will still appear on the compass and map, but when you travel back to it and the chunk reloads, it will delete the vehicle instantly and anything in it. It won't drop it's inventory, it will cease to be. If you're going to leave the chunk, pick your vehicle up and put it in a chest or your inventory.
This makes sense in that the last two bikes I lost where when I died. When I got back to my pack which was over 1K away from my bind spot the bike was gone.

 
The VehicleManager was doing a save every 2 minutes. If you placed a vehicle and shutdown the server (quit in single player) before that save happened it would be lost. These fixes will be in the next version:

Fixed SDTD-9585 If a server is restarted shortly after placing a vehicle, the vehicle will disappear (added save on shutdown).

Added VehicleManager saves when vehicles added or removed (with short delay and increased timed save delay).

 
To disappear completely, the game must actively deleted it. A strange choice by the programmers ...
For the position, it should not be so hard to find "some" position in the world to place it savely without bugging through the terrain.

If it fell though, just place it somewhere nearby ontop of the terrain again... Worst case, turn off the physics, until a user activates it again.
There is already code that does that. Pushes it up to the surface. Could be something with chunks unloading and no surface to be found, but the vehicle should despawn in that case and be saved by the VehicleManager, which then respawns when the chuck loads. Maybe that respawn has a bug. I'll have to test that case.

 
I've often lost vehicles after exploring parts of the map.Usually a day of looting and such.

I get home and sometimes want to take a break [irl] and save the game.

Come back and vehicle is gone.

I find sometimes when I retrace my steps I'll find the vehicle somewhere where I've been that day.

So....
Probably the 2 minute save timer. Was saved, you moved, exited and never saved in new position. Should be fixed in the next version.

Edit:

Actually, looking at the code in the version you have, it looks like the vehicle should be saved in single player on exit. Exit does a bunch of stuff before saving vehicles, so an error could stop the save. I assume you did not have an error or you would of mentioned it.

 
Last edited by a moderator:
Fixed vehicle out of world check using different positions for chunk and terrain tests, so vehicles could get killed and removed Kill.

The code that pushes an underground vehicle up could look in an adjacent unloaded chunk if the vehicle was tilted and think it was underground, but find no ground above and then just killed it.

 
I just lost my minibike.
It was there when I logged out. Gone when I logged in.

- P
If a vehicle is gone when you log in, immediately CTRL+ALT+DEL, Task Manager, End Process to prevent saving.

Now reload your game and it might be back. If not, Task Manager and End Process again...

I lost a minibike on Continue and was able to restore it this way.

 
If a vehicle is gone when you log in, immediately CTRL+ALT+DEL, Task Manager, End Process to prevent saving. Now reload your game and it might be back. If not, Task Manager and End Process again...

I lost a minibike on Continue and was able to restore it this way.
why not just spawn one in? it would be much easier and less time consuming :p

 
What I’ve noticed is that they almost always are moving after you get out of them. If you always stop the vehicle using the brakes then exit it never moves after you get out. At least in my experience.

 
My husband made a garage for our vehicles. We parked them in there for the upcoming horde, his jeep and my motorcycle. It was there when we started the horde and after the horde, but when we logged in the next day, it was gone. SO frustrating. This is the second motorcycle that has just vanished on me. We checked LE and it was not listed. It is just gone. I am so bummed.

 
What I’ve noticed is that they almost always are moving after you get out of them. If you always stop the vehicle using the brakes then exit it never moves after you get out. At least in my experience.
Yes, they keep moving if you jump out of one just like in real life. They would also roll if you jumped out on an incline.

 
My husband made a garage for our vehicles. We parked them in there for the upcoming horde, his jeep and my motorcycle. It was there when we started the horde and after the horde, but when we logged in the next day, it was gone. SO frustrating. This is the second motorcycle that has just vanished on me. We checked LE and it was not listed. It is just gone. I am so bummed.
Hopefully one of the fixes I made will prevent that happening in the future.

To replace a lost vehicle: Open console using F1 key. Type dm then enter key. Look at an open space on the ground. Press F6 key and click a vehicle button to spawn a replacement.

 
Back
Top