Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot
A Man 2e15009299 Adding 93 new zombie models (#2023)
* Adding 93 new zombie models based on arma 2 skins

* Adding zombie strings

* Adding new zombie loot groups

* Adding new zombie loot groups, update pilot and doctor loot group

* Adding some new zombies to crash sites

* Adding new hunter zombies to farm buildings

* Adding new hunter zombies to hunting buildings

* Adding new military zombies to military buildings

* Adding new zombies to residential buildings

* Adding new zombies to supermarket buildings

* New zombie documentation file

* Update CHANGE LOG 1.0.6.3.txt

* Capitalize all english zombie names at beginning
2018-10-09 19:35:06 +13: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"