-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add compatibility to Grand Prix Legends #29
Comments
Attached is a log from the debug version. When using the dinput.dll controllers no longer calibrate at all (moving axis does nothing). I can tell the dll is working because when using it in conjunction with the devreorder dll I am able to disable certain axis, but no controller calibrates or responds to input using the dinputto8 dll on its own or with the devreorder dll. |
Can you try with an older release? Specifically try with this release here. |
Thanks for the quick reply. I have tried with that version and experience the same behavior, controllers are detected but none respond to calibration. |
This game uses DI version 1 and version 2. However, there is code in there that prevents apps that run version 3 or older from seeing any controllers. I just disabled that part of the code. Can you try this update: dinput.zip |
Unfortunately the same behavior. I have tried it with and without devreoder and am not able to get any axis to calibrate. It recognizes controllers but calibration does not move. |
I suspect the issue is somewhere in here:
However, without reproducing the issue I am not sure exactly where. |
Appreciate the help. Out of my depths a bit on what I could try. The devices are recognized without using any dinput wrappers, however the need comes from the game's limitation in how many devices can be used, and specifically the order they are in. This is where a tool like devreorder could be useful and what led me to this application. |
Can you try with the latest build here. I put a fix in that may fix this issue: dinput.zip |
I am writing to request Grand Prix Legends added to the list of compatible games. This game has support for a limited number of Joystick devices and it would be valuable to use tools like devreorder to control which HID devices are seen by the game and which order they are in. The game uses dinput.dll rather than dinput8.dll so the use of these tools is currently not possible.
Currently when trying to use dinputto8 for Grand Prix Legends the controllers are no longer recognized.
The text was updated successfully, but these errors were encountered: