Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot
ebaydayz 7857272d82 Add loot pos for some more sahrani and tavi building types
Vanilla commits:

578e0f5c0a

18d1852b56

bbebc56102

e70074e44f

56d0ab54cb

fa8c01bae4

Added some new building types. No existing buildings were removed or
changed, just moved around to sync order.
2017-01-09 17:01:13 -05:00
..
2017-01-07 15:39:11 -05:00
2016-02-21 13:09:16 -05:00

To customize the loot tables copy this CfgLoot folder to your mission.

Then in description.ext replace this line:
#include "\z\addons\dayz_code\Configs\CfgLoot\CfgLoot.hpp"
with this:
#include "CfgLoot\CfgLoot.hpp"


If you do not change anything in the \Buildings\ folder you can delete it and CfgBuildingPos.hpp. Then in CfgLoot.hpp replace:
#include "CfgBuildingPos.hpp"
with:
#include "\z\addons\dayz_code\Configs\CfgLoot\CfgBuildingPos.hpp"


If you do not change anything in the \Groups\Buildings\ folder you can delete it and CfgBuildingLoot.hpp. Then in CfgLoot.hpp replace:
#include "CfgBuildingLoot.hpp"
with:
#include "\z\addons\dayz_code\Configs\CfgLoot\CfgBuildingLoot.hpp"