Adding more loot nodes in buildings and around the map

BillyA

Member
I've been watching alot of tutorials on map editiing, but none of them have specified how I would add loot nodes and classify them as military etc.

Thanks.
 
If you add buildings with the same class names as already defined, they will spawn the correct loot.

Adding loot spawns to new buildings, thats a new kettle of fish!
 
Ok, well the dayz_code\config.cpp defines the building class and loot positions. Also it handles the loot table, but that is easily overwritten, you could experiment with adding new building classes and loot positions. I believe Pwnozor made a script for getting the loot pos.

Also, you could add new 'classes' of loot into your building_spawn SQF.

Rather than me rambling just check this thread

100% Custom Loot tables - TUTORIAL | Open DayZ Community
 
Back
Top