haekb / nolf2-modernizer

NOLF 2 Modernizer aims to unlock resolution support, restore multi-player support, and fix a few bugs here and there.
https://haekb.itch.io/nolf2-modernizer
30 stars 4 forks source link

New Input Manager #82

Closed haekb closed 4 years ago

haekb commented 4 years ago

Resolves #81

I still need to do binding clearing, but it's working pretty well! (Only had to re-write it once..)

No gamepad support yet though.

haekb commented 4 years ago

Just need to add deadzone support, implement rebinding analog axis (only for controllers..), and clean up the joystick menu.

haekb commented 4 years ago

Hmm. The game code sure does handle DeviceBindings weirdly. This system has to be re-written again to match the exact way they were using it. (I was hoping for some flexibility.) But that's just what happens while reverse engineering!

I'll be closing this, and opening a cleaner one later.