Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

C4-timah

How To Spawn V3S Trucks?

Recommended Posts

My server populates parts for the V3S but none of the chassis are populating. Once again, by default the events.xml has this item disabled. Are the V3S's not ready for deployment? Of all the types, can any be activated?

<event name="VehicleV3S">
        <waves>0</waves>
        <nominal>15</nominal>
        <min>8</min>
        <max>15</max>
        <lifetime>300</lifetime>
        <restock>0</restock>
        <saferadius>1000</saferadius>
        <distanceradius>500</distanceradius>
        <cleanupradius>200</cleanupradius>
        <flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
        <position>fixed</position>
        <limit>mixed</limit>
        <active>0</active>
        <children>
            <child lootmax="0" lootmin="0" max="5" min="5" type="V3S_Cargo"/>
            <child lootmax="0" lootmin="0" max="5" min="5" type="V3S_Cargo_Blue"/>
            <child lootmax="0" lootmin="0" max="5" min="5" type="V3S_Cargo_Grey"/>
            <child lootmax="0" lootmin="0" max="5" min="5" type="V3S_Cargo_Orange"/>
            <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis"/>
            <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis_Blue"/>
            <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis_Grey"/>
            <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis_Orange"/>
        </children>
    </event>
    <event name="VehicleV3SCargo">
        <waves>0</waves>
        <nominal>5</nominal>
        <min>3</min>
        <max>5</max>
        <lifetime>300</lifetime>
        <restock>0</restock>
        <saferadius>1000</saferadius>
        <distanceradius>500</distanceradius>
        <cleanupradius>200</cleanupradius>
        <flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
        <position>fixed</position>
        <limit>mixed</limit>
        <active>0</active>
        <children>
            <child lootmax="0" lootmin="0" max="5" min="5" type="V3S_Cargo"/>
            <child lootmax="0" lootmin="0" max="5" min="5" type="V3S_Cargo_Blue"/>
            <child lootmax="0" lootmin="0" max="5" min="5" type="V3S_Cargo_Grey"/>
            <child lootmax="0" lootmin="0" max="5" min="5" type="V3S_Cargo_Orange"/>
        </children>
    </event>
    <event name="VehicleV3SChassis">
        <waves>0</waves>
        <nominal>10</nominal>
        <min>5</min>
        <max>10</max>
        <lifetime>300</lifetime>
        <restock>0</restock>
        <saferadius>1000</saferadius>
        <distanceradius>500</distanceradius>
        <cleanupradius>200</cleanupradius>
        <flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
        <position>fixed</position>
        <limit>mixed</limit>
        <active>0</active>
        <children>
            <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis"/>
            <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis_Blue"/>
            <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis_Grey"/>
            <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis_Orange"/>
        </children>
    </event>

Changing the "<active>0</active>" to "<active>1</active>" should populate the V3S?

Share this post


Link to post
Share on other sites

They are not ready to drive yet -- the devs will activate them when they are.

Why they are spawning the parts for them, I don't know.

  • Thanks 1

Share this post


Link to post
Share on other sites

×