Macro issue with using Analog/Dpad together with Buttons
Posted: Sat Feb 15, 2014 8:17 pm
I am trying to setup a macro where I will be using my PS3 Controller through my laptop through Gimx then to the PS3. I am using the DIY USB adapter on Windows 7.
I have my Left Analog setup as the Dpad buttons.
I want to setup a macro so that it will for a short period hold right on the left analog and press square three times when I press R1.
So when I press R1 it should do a combo move of -> Square, Square, Square
But I am having a problem with making the (press right) and then (press square) work together.
Instead the character just move slightly to the right and then attacks three times with square.
Here is what my macro looks like:
MACRO JBUTTON 5 (This is R1)
JBUTTONDOWN 21 (This is lstick right) *setup as a button on the Dpad*
DELAY 200
JBUTTONUP 21 (This is lstick right) *setup as a button on the Dpad*
JBUTTON 3 (This is square)
DELAY 50
JBUTTON 3 (This is square)
DELAY 50
JBUTTON 3 (This is square)
Is there a way to make the macro understand that holding the lstick right and pressing square needs to happen together?
*Update, I think I figured it out. I just needed to give it the next button first before the delay. I will keep messing with it but let me know if there are any other better ways about going about this.
I have my Left Analog setup as the Dpad buttons.
I want to setup a macro so that it will for a short period hold right on the left analog and press square three times when I press R1.
So when I press R1 it should do a combo move of -> Square, Square, Square
But I am having a problem with making the (press right) and then (press square) work together.
Instead the character just move slightly to the right and then attacks three times with square.
Here is what my macro looks like:
MACRO JBUTTON 5 (This is R1)
JBUTTONDOWN 21 (This is lstick right) *setup as a button on the Dpad*
DELAY 200
JBUTTONUP 21 (This is lstick right) *setup as a button on the Dpad*
JBUTTON 3 (This is square)
DELAY 50
JBUTTON 3 (This is square)
DELAY 50
JBUTTON 3 (This is square)
Is there a way to make the macro understand that holding the lstick right and pressing square needs to happen together?
*Update, I think I figured it out. I just needed to give it the next button first before the delay. I will keep messing with it but let me know if there are any other better ways about going about this.