Extra Right Click Options for Dayz Epoch 1.0.6.2.
Credit to maca134 for the original version of this mod.
I primarily uploaded this mod for use with WAI, but it can be configured to use right click actions on nearly any item in your inventory. An example of the configuration is provided in extra_rc.hpp.
-
Click Clone or Download (Green Button) on the right side of this Github page.
-
Extract the downloaded folder and open it
-
Go to your mission pbo and unpack it.
-
Copy the day_code folder into your mission folder or merge the files into the existing directories if you have other mods installed which use the same folders and files.
Note: all files required for this mod are provided as examples in case you want to use diffmerge to merge the changes into your existing files. Some of the instructions below may already be completed if you are using other mods which apply the same changes.
-
Open init.sqf
Find this line:
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf";
Add the following line below it:
call compile preprocessFileLineNumbers "dayz_code\init\compiles.sqf";
-
Open description.ext
Find this line:
#include "\z\addons\dayz_code\Configs\CfgServerTrader\CfgServerTrader.hpp"
Add the following line below it:
#include "dayz_code\configs\extra_rc.hpp"
-
Repack your mission pbo.