mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-28 20:51:54 +03:00
a8e9c71ed1
Vanilla commits applied: https://github.com/DayZMod/DayZ/commit/8be21c0322ec1aeff4ad9c5e4929702c316ac1a2 https://github.com/DayZMod/DayZ/commit/256212388d8a3966178c80dea35021bb573256fa https://github.com/DayZMod/DayZ/commit/8d928c4c8f43c25636243f46b735b5b209e650a6 https://github.com/DayZMod/DayZ/commit/b83d74e0765b47c8141492a2c75fabbfa473cea5
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"