mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-29 13:11:56 +03:00
01292cb036
Vanilla commits: https://github.com/DayZMod/DayZ/commit/34b0d75aa3dd3afcaf1c87aee69b20028fb9c32f https://github.com/DayZMod/DayZ/commit/874bc1c8754522437d836e5e29f15acdbf5da72b
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"