Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot
2016-03-31 14:45:13 -04:00
..
2016-02-26 11:24:20 -05:00
2016-03-31 14:45:13 -04:00
2016-03-14 12:57:19 -04:00
2016-03-14 12:57:19 -04:00
2016-03-14 12:57:19 -04:00
2016-02-21 13:09:16 -05:00
2016-03-14 12:57:19 -04:00

To use DZE_MissionLootTable = true; copy this CfgLoot folder to your mission.

Then in description.ext add at the top:
#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"