Devreorder
Jump to navigation
Jump to search
Description
From the GitHub Homepage:
- A utility for reordering and hiding controllers for games using DirectInput 8. It's implemented using a wrapper DLL and can be used to change the behavior of a single game or your entire system.
- The main use of this tool is to bring some sanity to older DirectInput games that rely on the enumeration order of devices to determine the controller order in game (even though they are not supposed to do that).
- Windows XP, and especially starting with Windows 8, the enumeration order of controllers is quite arbitrary and will change after rebooting Windows or unplugging and replugging in your devices.
- This can wreck havoc on games where you have carefully set up controller bindings for players 1-4, only to find that they are totally ruined the next time you boot up Windows.
Resources
- GitHub Homepage
- Video segment about devreorder usage - This video is about GTR1 but contains a segment that is quite helpful to getting devreorder and setting it up