Jump to content
Sign in to follow this  
searaskater

Cars spawning underground on my server

Recommended Posts

Hello,

Most of the cars on my server are spawning semi-underground (if you get in the car you die). As for the mods I use KillFeed and DayZ SA Tomato only. I haven't changed anything important besides how much loot spawns etc, does anyone else have this issue?

 

Thanks in advance

Share this post


Link to post
Share on other sites

It's happening everywhere. Vehicles aren't worth bothering with right now.

Share this post


Link to post
Share on other sites
1 hour ago, searaskater said:

Hello,

Most of the cars on my server are spawning semi-underground (if you get in the car you die). As for the mods I use KillFeed and DayZ SA Tomato only. I haven't changed anything important besides how much loot spawns etc, does anyone else have this issue?

 

Thanks in advance

I'm wondering if this is related to the modding.  I am setting up a server right now -- I have no mods on it as yet and I've had zero issues with cars.  They spawn correctly, I can touch them as in add/remove parts like wheels, spark plug, etc. and they don't fly away and they seem to drive as you'd expect them to - well, they're a bit lame traction-wise if they're supposed to be 4x4s but that's another matter.

Are you able to temporarily remove your mods and then also temporarily wipe the persistence files and then see if they spawn and behave correctly?

I guess another question to ask would be is there anyone who has a non-modded server out there where cars are spawning underground?

Share this post


Link to post
Share on other sites

I created a new instance, changed the values of

a = "xxx.xxxxx"   to    a = "0.0"       in  cfgeventspawns.xml

and looked at 8 vehicles and they were all right on the ground.

<event name="VehicleOffroadHatchback">
        <pos x="10967.148438" z="5494.307616" a="125.181313" />
        <pos x="11534.269531" z="5014.221679" a="150.176453" />
        <pos x="12896.135743" z="4453.044923" a="334.011871" />

<event name="VehicleOffroadHatchback">
        <pos x="10967.148438" z="5494.307616" a="0.0" />
        <pos x="11534.269531" z="5014.221679" a="0.0" />
        <pos x="12896.135743" z="4453.044923" a="0.0" />

 

The only problem is that the vehicles buried in their previous instance

will remain buried, destroying the vehicles for a new spawn.

 

At the moment this is all I could find out.

Regards.

 

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×