Page MenuHomeFeedback Tracker

Vehicle despawning after starting motor
New, NormalPublic

Description

I have added the 4x4 Ada or M3S Chassis in my init.c to spawn with one of them. If i enter the vehicle and start the motor (after adding fuel and motor oil), drive a few meters then leave it and don't look at it after moving around 50 meters it disappears with only the white smoke left.
It also happened with a normal spawned 4x4 Ada.

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Start the vehicle (tested it with 4x4 Lada & M3S Chassis)
  2. Drive the vehicle or leave it directly
  3. Kill yourself and go back to the location or just move a few meters away without looking at the vehicle
  4. See only traces of white smoke left
Additional Information

The Code i used to spawn the 4x4 Ada:

		EntityAI oCar = EntityAI.Cast(GetGame().CreateObject("OffroadHatchback", player.GetPosition(), false, true));
		oCar.GetInventory().CreateAttachment("HatchbackWheel");
		oCar.GetInventory().CreateAttachment("HatchbackWheel");
		oCar.GetInventory().CreateAttachment("HatchbackWheel");
		oCar.GetInventory().CreateAttachment("HatchbackWheel");
		oCar.GetInventory().CreateAttachment("HatchbackWheel");
		oCar.GetInventory().CreateAttachment("CarRadiator");
		oCar.GetInventory().CreateAttachment("CarBattery");
		oCar.GetInventory().CreateAttachment("HeadlightH7");
		oCar.GetInventory().CreateAttachment("HeadlightH7");
		oCar.GetInventory().CreateAttachment("HatchbackDoors_Driver");
		oCar.GetInventory().CreateAttachment("HatchbackDoors_CoDriver");
		oCar.GetInventory().CreateAttachment("HatchbackHood");
		oCar.GetInventory().CreateAttachment("HatchbackTrunk");

Event Timeline

Diiixn created this task.Nov 9 2018, 4:08 PM
Diiixn renamed this task from Vehicle despawning after motor starting to Vehicle despawning after starting motor.

It might have something to do with parts of the car, or the car itself, being damaged. This happened to me after blowing out a radiator and driving with two wheels. I left to search for car parts in Balota, but all that was left of the LADA when I got back was the radiator smoke particles. The farthest distance I traveled from the LADA was roughly 800m (measured using iZurvive map.)

This was on /r/DayZUnderground server on November 7th if I recall correctly. Might have been the 6th.

@Diiixn Was the radiator filled with water?