The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: Moksi on March 17, 2018, 04:16:36 am

Title: invert y axis Autohotkey
Post by: Moksi on March 17, 2018, 04:16:36 am
Is there someone that can help me out with an ahk to invert the Joystick Y Axis movement?

With Daphne if i play Astron belt the controls are inverted  DOwn = up, Up=Down with the Joystick.

Title: Re: invert y axis Autohotkey
Post by: Le Chuck on March 17, 2018, 10:12:12 am
Just create a second Daphne folder for that game and set the controls to what you need. I assume you’re launching Daphne from bat files so just aim the Astron one at that copy of Daphne. Easier than AHK.
Title: Re: invert y axis Autohotkey
Post by: Moksi on March 17, 2018, 03:01:14 pm
I read the Daphne control config it seems you cant invert the controls for the joystick it automatically picks up the settings.
Title: Re: invert y axis Autohotkey
Post by: Le Chuck on March 17, 2018, 03:40:40 pm
I thought you could set it through the dapinput.ini. If it doesn’t exist you might need to create it
Title: Re: invert y axis Autohotkey
Post by: Moksi on March 17, 2018, 05:46:25 pm
yes i have the input.dll even set the keys in Daphne loader but Daphne automatically picks up the joystick and the y axis is inverted by default.

so i thought maybe try an ahk with invert but its probably complicated