Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot
worldwidesorrow 6a1f4f49f0 Remove bad loot spawn point
Players cannot acquire a cursor target on the small loot spawn point that is on the top floor of the control tower above the lockers.
2019-12-20 15:07:44 -06:00
..
2019-12-20 15:07:44 -06:00
2019-12-17 11:10:51 +01: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"