Skip to content

worldwidesorrow/Extra-Rc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Extra-Rc

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.

Installation Instructions

  1. Click Clone or Download (Green Button) on the right side of this Github page.

  2. Extract the downloaded folder and open it

  3. Go to your mission pbo and unpack it.

  4. 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.

  1. 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";
  2. 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"
  3. Repack your mission pbo.

About

Extra Right Click Options for Dayz Mod/Dayz Epoch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published