Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot
AirwavesMan 28cdbb8a7b Revert corepatch AS50 ammo
Let AS50 spawn with the normal 5Rnd_127x99_as50 mag no longer with the 5Rnd_127x99_as50_CP with less damage.
Thx to Mishaaa from discord for letting me know.
2021-04-04 19:00:15 +02:00
..
2021-04-04 19:00:15 +02:00
2016-02-21 13:09:16 -05:00

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"