What's new

n-rage's controller + macros

bigflavor

New member
Hello,

I'm attempting to configure my controller using N-Rage's plugin (which is really nice, allowing diagonal), for use with a rom.

What I would like to do is make a macro that does the following:
L-Trigger + Analog left = C-left
L-Trigger + Analog right = C-right

Now, it seems you can easily assign the other way, one button to two buttons; but not two buttons to one button.

Is this possible?


I'd really appreciate any help.


Thanks,

Matt :halloween
 
OP
B

bigflavor

New member
I did some testing, and observed the contents of the saved n-rage config file and came up with the following:


Modifier: noted in HEX

[controller button/N64 button/my PS2 controller (real) button]

Code for...

button6/L-trigger/L1
first byte: 00060001

X-Axis -/Analog left/left analog to the right
first byte: 00000102

X-axis +/Analog right/left analog to the left
first byte: 00000002


02 after first byte designates a macro

C-right
Last byte: 00010000

C-left
Last byte: 00020000


What I want to do:
L-trigger+analog left = c-button left
L-trigger+analog right = c-button right

Solution adding the two hex values together:

Button6 + X-Axis- = 00060103
Button6 + X-Axis+ = 00060003


The outcome doesn't work.

The plugin's modifiers read Slider 1 > and Slider 1 /\. What are those?
Then the game, even when I don't press any buttons, is reading a constant C-right (it doesn't read c-left constantly).


Can anyone help?


Thanks,

Matt
 
Last edited:

Top