mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-28 12:41:56 +03:00
7668152118
Vanilla commits: https://github.com/DayZMod/DayZ/commit/db5aa2063cc17ee8dcd729ecda4e73d952e1f732 https://github.com/DayZMod/DayZ/commit/88458846e9ef3262ea4f7a4a61d0ef62ce6a756a https://github.com/DayZMod/DayZ/commit/1ec13bdfd02eed6ad244f27a39d7a002d968af29
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"