Forums » Suggestions
Joystick buttons in wgaf.cfg
I was wondering if there was a way for Vendetta to input joystick button binds into the wgaf.cfg file (like mouse buttons) so I can put custom binds on them. I'm currently using a Playstation2's Dual Shock 2 controller through a USB converter, and there are a couple useful binds that I wish that I could stick on it.
bind them in the normal way using the menus, then look at the wgaf file to see what the buttons are called.
I know what the buttons are called, but they are nowhere in my wgaf. If they were, I'd have a series of "JOY0BUTTON[whatever]" bound, but searching for that particular string came up with no results.
i tried that a while back, doesn't seem to work with aliases for some reason. Only game controller buttons do that...
The bindings for a joystick are in the config.ini file, not the wgaf.cfg file, if you alias them in the normal way, then look for the section
[Zeroplus PS Vibration Feedback Converter ]
enabled=1
JOYX=Turn
xaxisinvert=1
blah blah blah, the buttons are at the bottom of that section, ie i did
JOYBUTTON9=Hail (guess what it does?)
[Zeroplus PS Vibration Feedback Converter ]
enabled=1
JOYX=Turn
xaxisinvert=1
blah blah blah, the buttons are at the bottom of that section, ie i did
JOYBUTTON9=Hail (guess what it does?)
hmm... I suppose that makes sense. I just figured that since mouse buttons got stuck in wgaf that joystick/controller buttons would also be there, but got confused when they weren't.