I'm looking for a script that will disable the xbox one left analog stick

Ask gaming related questions (AHK v1.1 and older)
PercyPierce
Posts: 9
Joined: 31 Mar 2017, 22:52

I'm looking for a script that will disable the xbox one left analog stick

Post by PercyPierce » 18 Jul 2021, 18:46

I'm playing streets of rage 4! Because the new and Improved MR. X Nightmare had Came out!

And it works best with the xbox one controller!

But some wise guy in the development team thought that he should map the character movement with BOTH the D pad AND the Left analog stick.
Well, you know how the xbox one controller has a DRIFTING problem! Because I see it all over youtube and stuff.

I was searching here for some scripts based on xinput, but then For some reason, a windows update broke ahk's ability to see the xbox one controller, or so it said in a 2018 post somewhere in this forum.

I need just a simple line of code for the xbox one controller (it's bluetoothe)

Code: Select all


#persistent
;joysticknumber = bluetooth enabled joypad, not the usb connected logitech rumblepad

if yaxis <> 0 
{} do nothing
return
Sorry, I have absolutely no clue on how to control the pc with a JOYPAD! That never seemed to come up.

Return to “Gaming Help (v1)”