MattJeanes / Joystick-Module

A joystick module for GMod, originally by NightEagle.
13 stars 14 forks source link

Getting corrupted data #7

Closed thegrb93 closed 4 years ago

thegrb93 commented 7 years ago

For some reason many buttons are being detected as POVs and their values are powers of 2 when pressed. I think something fucky is going on with direct input.

thegrb93 commented 7 years ago

Maybe the binary needs to be recompiled? I'm not sure how to do that unfortunately.

MattJeanes commented 7 years ago

Hey there, unfortunately I didn't write the binary module for this, that was NightEagle. He sort of disappeared so to make sure the module remained available I'm hosting it here and fixing the lua side of things if it breaks. You may have better luck asking in the Facepunch thread in the readme. Sorry.

thegrb93 commented 6 years ago

I never followed up on this, but recompiling the module fixes it. Something is out of date in it I guess.

MattJeanes commented 4 years ago

Hey do you have the updated binary module? Probably makes sense for me to include it in here if it still works!

thegrb93 commented 4 years ago

https://github.com/thegrb93/StarfallEx/raw/master/gmcl_joystick_win32.dll https://github.com/thegrb93/StarfallEx/raw/master/gmcl_joystick_win64.dll

MattJeanes commented 4 years ago

Very nice, thank you! I will include these in this repository