Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot
worldwidesorrow 9d1f3d2d20 Update Clothes.hpp
Add new skins for 1.0.7. Eventually they should be split up into 4 different groups, but I'm too lazy to do that right now.
2020-02-12 03:22:00 -06:00
..
2020-02-12 01:56:27 -06:00
2020-02-12 03:22:00 -06:00
2020-01-09 18:17:29 -06:00
2020-01-09 17:29:31 -06: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"