mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-28 12:41:56 +03:00
7fd8c750d2
Vanilla commits: https://github.com/DayZMod/DayZ/commit/4607ceaff05d0a45b47d9e8dc0e1ddf595e4556a https://github.com/DayZMod/DayZ/commit/b1eba5c54beefb9a132300cc8b9c2b43cc83c24f https://github.com/DayZMod/DayZ/commit/7711839323de89395a1349845a30831addd839ff https://github.com/DayZMod/DayZ/commit/8f74d2bb246c791663ae03aba40db9169e0a9707 Also applied corrections mentioned in #1996
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"