I tried the 1_3 and the 9_1_0. However, both of them sound the beep but do not work ingame, the wheel moviment are not reconized :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2022-07-24
Hi,
Sorry for late reply xD
Hope you still read this, if not maybe it can be useful for others so here's a possible solution:
Since it beeps there's a big chance that they're still using dinput 9_1_0 API but since I don't have the game I can't check it.
So first enable the console and check if some inputs work (see the readme but it's basically enabling the console in the editor with dpinput io checked ( do it in the editor before launching the game in windowed mode so you can check the console while in game)
If you see some inputs working but not the steering it might be that you have more than one device. Perhaps the pedals are detected as a separate one? If so you have to do a log and note the device ID (check the readme for howto). Then in the editor go to options and enable "filter only target device" after you inserted the corresponding device ID of the wheel.
Dwayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried the 1_3 and the 9_1_0. However, both of them sound the beep but do not work ingame, the wheel moviment are not reconized :(
Hi,
Sorry for late reply xD
Hope you still read this, if not maybe it can be useful for others so here's a possible solution:
Since it beeps there's a big chance that they're still using dinput 9_1_0 API but since I don't have the game I can't check it.
So first enable the console and check if some inputs work (see the readme but it's basically enabling the console in the editor with dpinput io checked ( do it in the editor before launching the game in windowed mode so you can check the console while in game)
If you see some inputs working but not the steering it might be that you have more than one device. Perhaps the pedals are detected as a separate one? If so you have to do a log and note the device ID (check the readme for howto). Then in the editor go to options and enable "filter only target device" after you inserted the corresponding device ID of the wheel.
Dwayne