Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot
A Man 0fd08dec2b Add 18 new open map buildings with interior and loot positions
This adds 18 new buildings and replaces the given buildings on any map. Every building has a complete new interior, loot and zombie positions.

Thanks to @Helion4 for the new buildings and @DeVloek for the loot and zombie positions.
2022-04-08 17:38:06 +02: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"