Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is just a note to myself. Some DayZ files overwrite the events.xml and cfgeventspawns.xml and this helps me know
- 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
- the airfield so I can just play the game.
- add to bottom of cfgeventspawns.xml above the </eventposdef> line:
- <event name="VehicleTruckCheat">
- <pos x="12339.47" z="12423.96" a="113.000000" />
- </event>
- add to bottom of events.xml above </events> line:
- <event name="VehicleTruckCheat">
- <nominal>1</nominal>
- <min>1</min>
- <max>1</max>
- <lifetime>3888000</lifetime>
- <restock>0</restock>
- <saferadius>0</saferadius>
- <distanceradius>0</distanceradius>
- <cleanupradius>100</cleanupradius>
- <flags deletable="0" init_random="0" remove_damaged="0"/>
- <position>fixed</position>
- <limit>mixed</limit>
- <active>1</active>
- <children>
- <child lootmax="0" lootmin="0" max="1" min="1" type="Truck_01_Covered_Orange"/>
- </children>
- </event>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement