-
Click Clone or Download the green button on the right side of the Github page.
-
Unpack your mission PBO and copy the dayz_code folder over to the root of your mission folder.
Note: if you already have this folder from installing other mods, then just copy the CrgLoot folder into the configs directory. If you don't have a configs directory, make one.
-
Edit description.ext
Find this line:
#include "\z\addons\dayz_code\Configs\CfgLoot\CfgLoot.hpp"
Overwrite it with this line:
#include "dayz_code\Configs\CfgLoot\CfgLoot.hpp"
-
Save file and repack your mission PBO