Auto Sprint Macro

Need help? Ask here and someone will help
Post Reply
YellowBull
Posts: 8
Joined: Thu Jul 30, 2020 12:10 pm

Auto Sprint Macro

Post by YellowBull »

removed
Last edited by YellowBull on Mon Feb 22, 2021 2:46 am, edited 1 time in total.
Cybereu
Posts: 182
Joined: Sun Jul 10, 2011 1:10 pm

Re: Auto Sprint Macro

Post by Cybereu »

You can assign more the one key to one button and vice versa on Gimx-config.
Your macro seems to have syntax error

Code: Select all

JAXIS <ID> <value>
<ID> as displayed in gimx-config
<value> is something between -32768 and 32767
YellowBull
Posts: 8
Joined: Thu Jul 30, 2020 12:10 pm

Re: Auto Sprint Macro

Post by YellowBull »

Cybereu, thank you for the feedback. My game won't sprint if you assign one key to two buttons.

If anyone is interested, the macro below works for me (I'm strafing with esdf instead of wasd and have RETURN mapped to joystick "A"). I may tweak it, but for now this is what I'm using.

MACRO KEYDOWN e
JAXIS lstick up
DELAY 5
KEYDOWN RETURN
DELAY 80
KEYUP RETURN

Hope this helps someone.
Post Reply