hid_to_vpad icon indicating copy to clipboard operation
hid_to_vpad copied to clipboard

Cannot use controllers that have separate positive and negative axes

Open nastys opened this issue 7 years ago • 1 comments

I've been trying to create a configuration file for my Thrustmaster Dual Analog 4, but the sticks are not working properly. HID to VPAD currently supports axes with a min and max value, a neutral position, and a deadzone. This controller, however, uses separate positive and negative axes in the same byte. The neutral position is 0x00, the leftmost position is 0x80 and the rightmost position is 0x7F. The position immediately left to the centre is 0xFF and the one immediately right is 0x01, like this:

0x80...0xFF-(((0x00)))-0x01...0x7F

Axis R-Y is the only one that does not have this issue, as it has a minimum value of 0x00, a maximum value of 0xFF and a neutral value of 0x80, like this:

0x00...0x79-(((0x80)))-0x81...0xFF

nastys avatar Apr 21 '17 23:04 nastys

I’m trying to get my wired fight pad pro for switch to work on my wii u on xenoblade chronicles X it works but when I move diagonal my character walks when she should run

shadownion avatar Jan 11 '20 11:01 shadownion