Advertisement
Ubidibity

DayZ-custom-server-TruckCheat-notes

Jan 8th, 2025
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.11 KB | Gaming | 0 0
  1. This is just a note to myself.  Some DayZ files overwrite the events.xml and cfgeventspawns.xml and this helps me know
  2. what to put back to get my cheater truck so I don't have to spend weeks looking for a working truck.  It just spawns at
  3. the airfield so I can just play the game.
  4.  
  5. add to bottom of cfgeventspawns.xml above the </eventposdef> line:
  6.  
  7.     <event name="VehicleTruckCheat">
  8.             <pos x="12339.47" z="12423.96" a="113.000000" />
  9.     </event>
  10.  
  11. add to bottom of events.xml above </events> line:
  12.  
  13.     <event name="VehicleTruckCheat">
  14.             <nominal>1</nominal>
  15.             <min>1</min>
  16.             <max>1</max>
  17.             <lifetime>3888000</lifetime>
  18.             <restock>0</restock>
  19.             <saferadius>0</saferadius>
  20.             <distanceradius>0</distanceradius>
  21.             <cleanupradius>100</cleanupradius>
  22.             <flags deletable="0" init_random="0" remove_damaged="0"/>
  23.             <position>fixed</position>
  24.             <limit>mixed</limit>
  25.             <active>1</active>
  26.             <children>
  27.                 <child lootmax="0" lootmin="0" max="1" min="1" type="Truck_01_Covered_Orange"/>
  28.             </children>
  29.     </event>
  30.  
Tags: DayZ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement