Jump to content
eggy785

Adas 4x4

Recommended Posts

my vehicals are spawning half buried any idea why? and how i can fix it

Share this post


Link to post
Share on other sites

It's a problem with DayZ. Nothing you can do about it. The devs need to fix it.

Share this post


Link to post
Share on other sites

Well sometimes they are half in the ground thats true, but if the car has 4 wheels and you go into the driveseat, it should be no problem anymore. 

Thats just my experience and it worked.

Share this post


Link to post
Share on other sites

I had "Ready to Run" car, go in and have been instant dead. All cars I see are spawned in ground now. I tried 3 cars to enter and died always.

Share this post


Link to post
Share on other sites

If you're a server owner and have access to edit the XML files, try editing the cfgspawnabletypes.xml file and down around line 1475 you'll see the definition for the hatchback.  Change all the chances to 1.00 -- this will spawn fully-assembled cars but they are usable at least.

Like this:

    <type name="OffroadHatchback">
        <attachments chance="1.00">
            <item name="HatchbackWheel" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="HatchbackWheel" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="HatchbackWheel" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="HatchbackWheel" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="HatchbackWheel" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="CarRadiator" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="CarBattery" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="HeadlightH7" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="HeadlightH7" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="HatchbackDoors_Driver" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="HatchbackDoors_CoDriver" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="HatchbackHood" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="HatchbackTrunk" chance="1.00" />
        </attachments>
        <attachments chance="1.00">
            <item name="SparkPlug" chance="1.00" />
        </attachments>
    </type>

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

×