Jump to content

The old extra right click "extra_rc.hpp" for 1.6


juandayz

Recommended Posts

It does not work for me (...

my  extra_rc.hpp

  Reveal hidden contents

 

Link to comment
Share on other sites

  On 12/14/2016 at 1:34 PM, koriaba said:

and drawing range does not work, nothing at all.

Expand  

also you can try.

custom\setview\250.sqf

  Reveal hidden contents

 

extra_rc.hpp

  Reveal hidden contents

if drinkmyblood  dssn t work then you have something bad in your process to install :smile:

Link to comment
Share on other sites

One note for those who cannot get this working... I had issues when I personally did not read the instructions properly. In step 2, it says:

B- open this new  custom ui_selectslot.sqf  and find:

_pos set [3,_height];

above it paste: <blah>

If you paste below that line it does not work. Has to be pasted above...

And now it works great for me...

Link to comment
Share on other sites

thers no much to explain :sad:

heres my

ui_selectSlot.sqf
  Reveal hidden contents

 

 

 

Link to comment
Share on other sites

  On 12/14/2016 at 11:38 PM, juandayz said:
Expand  

Thank you for your attention to my problemme.
I found a bug
ui_selectslot.sqf present in  DEPLOYABLE BIKE 2.8.2, respectively the way - the other, fixed, to work, but ...), a new problem

has been kicked by BattlEye: Script Restriction #31

 

ArmA2OA_2016_12_15_13_54_28_931-2.jpg

Link to comment
Share on other sites

  • 2 weeks later...
  On 12/26/2016 at 7:47 PM, WagnerMello said:
Expand  

1-you need this 3 customs files:  compiles.sqf/ui_selectslot.sqf/extra_rc.hpp

all of them must be located into mpmissions\instance_11.chernarus\custom\.

2-now you need change the paths for this 3 custom files.

A-change path for compiles.sqf  in init.sqf

call compile preprocessFileLineNumbers "custom\compiles.sqf";

 

B-change path for ui_selectslot.sqf in custom compiles.sqf

player_selectSlot = compile preprocessFileLineNumbers "custom\ui_selectSlot.sqf";

 

C-add the path for extra_rc.hpp in description.ext (at buttom).

//rc
#include "custom\extra_rc.hpp"

 

3-Paste the code inside of extra_rc.hpp

class ExtraRc {
 
  class ItemToolbox {
     class test {
        text = "test";
        script = "execVM 'custom\extra_test.sqf'";
     };
  }; 
};

4-create the extra_test.sqf and place into mpmissions\instance_11.chernarus\custom\

extra_test.sqf

systemChat("Extra right click test success");
		
player playActionNow "Medic";

5-Edit your custom ui_selectsolot.sqf (add lines in red)

  Reveal hidden contents

Arm_A2_OA_2016_12_26_18_34_50_27.jpg

Arm_A2_OA_2016_12_26_18_34_57_22.jpg

Link to comment
Share on other sites

  On 12/14/2016 at 7:18 PM, koriaba said:

thanks for the answer.
I will try more ..)

Expand  

Adding Your Own Custom Actions

If you use another right click method like extra_rc.hpp and want to switch to my method, see my click actions configuration github page.

The click actions script is included in the deploy script as part of the core, so you don't need to download anything, just follow the instructions for adding your own actions.

* note: before attempting to troubleshoot issues with adding your own actions, make sure you are using the most recent version of the addon.

Link to comment
Share on other sites

@brody

here you got other script for extra_rc

video:

  Reveal hidden contents

Download and drop into your custom\script\   http://www.mediafire.com/download/6fiknw6aassaxpw/erotic.zip

*Go to your extra_rc.hpp and add:

class ItemGPS {
         class erotic {
            text = "eroticvideo";
            script = "execVM 'custom\script\gps.sqf'";
        };
    }; 

 

Link to comment
Share on other sites

  On 1/3/2017 at 8:12 PM, juandayz said:

@brody

here you got other script for extra_rc

video:

  Reveal hidden contents

Download and drop into your custom\script\   http://www.mediafire.com/download/6fiknw6aassaxpw/erotic.zip

*Go to your extra_rc.hpp and add:

class ItemGPS {
         class erotic {
            text = "eroticvideo";
            script = "execVM 'custom\script\gps.sqf'";
        };
    }; 

 

Expand  

I LOVE YOU :D

Link to comment
Share on other sites

  On 1/3/2017 at 8:12 PM, juandayz said:

@brody

here you got other script for extra_rc

video:

  Reveal hidden contents

Download and drop into your custom\script\   http://www.mediafire.com/download/6fiknw6aassaxpw/erotic.zip

*Go to your extra_rc.hpp and add:

class ItemGPS {
         class erotic {
            text = "eroticvideo";
            script = "execVM 'custom\script\gps.sqf'";
        };
    }; 

 

Expand  

its a big file :D

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...