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

slayerofaliens

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About slayerofaliens

  • Rank
    On the Coast
  1. slayerofaliens

    Is this how i can spawn v3s?

    I'm trying to get the v3s spawning on my server and had no luck... i can't even find the parts for it except truck batteries, and i've searched for days hitting up truck spawns, train carriages, and garages all over the map. I just copied what the offroad hatchback events.xml had (kind of) and set it to active. any help would be muuuuch appreciated :-P <event name="VehicleV3S"> <waves>0</waves> <nominal>40</nominal> <min>18</min> <max>22</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>1</active> <children> <child lootmax="0" lootmin="0" max="40" min="30" type="V3S_Cargo"/> <child lootmax="0" lootmin="0" max="40" min="30" type="V3S_Cargo_Blue"/> <child lootmax="0" lootmin="0" max="40" min="30" type="V3S_Cargo_Grey"/> <child lootmax="0" lootmin="0" max="40" min="30" type="V3S_Cargo_Orange"/> <child lootmax="0" lootmin="0" max="40" min="30" type="V3S_Chassis"/> <child lootmax="0" lootmin="0" max="40" min="30" type="V3S_Chassis_Blue"/> <child lootmax="0" lootmin="0" max="40" min="30" type="V3S_Chassis_Grey"/> <child lootmax="0" lootmin="0" max="40" min="30" type="V3S_Chassis_Orange"/> </children> </event> also do i need to change anything in the types.xml for any of the v3s things mentioned. for example: <type name="V3S_Chassis"> <nominal>0</nominal> <lifetime>3</lifetime> <restock>1800</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> </type> also heres what my parts look like: <type name="V3SDoors_CoDriver"> <nominal>40</nominal> <lifetime>2700</lifetime> <restock>0</restock> <min>20</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="tools"/> <tag name="floor"/> <usage name="Industrial"/> </type> <type name="V3SDoors_Driver"> <nominal>40</nominal> <lifetime>2700</lifetime> <restock>0</restock> <min>20</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="tools"/> <tag name="floor"/> <usage name="Industrial"/> </type> <type name="V3SHood"> <nominal>40</nominal> <lifetime>2700</lifetime> <restock>0</restock> <min>20</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="tools"/> <tag name="floor"/> <usage name="Industrial"/> </type> <type name="V3SWheel"> <nominal>40</nominal> <lifetime>2700</lifetime> <restock>0</restock> <min>20</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="tools"/> <tag name="floor"/> <usage name="Industrial"/> </type> <type name="V3SWheelDouble"> <nominal>40</nominal> <lifetime>2700</lifetime> <restock>0</restock> <min>20</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="tools"/> <tag name="floor"/> <usage name="Industrial"/> </type>
×