mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-28 20:51:54 +03:00
d6f88fbf8a
Vanilla commits: https://github.com/DayZMod/DayZ/commit/8951508770d2ec7fffb1e42bc5c2b15320a874fc https://github.com/DayZMod/DayZ/commit/aad4569581bcc0a0d8ede336b5a40f974c089d10 https://github.com/DayZMod/DayZ/commit/58e594553bd6ef776b1ddc2ad858d9b21e411abd https://github.com/DayZMod/DayZ/commit/eaf964825390035776af6f4b1b47fe64b12dbad6
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"