You will have to use TWO dll’s to solve this. The game doesn’t seem to like certain controllers and joysticks, so the trick is to hide it from the game. But to do that, you will need to have a wrapper that will pass the old DINPUT into the new DINPUT8 that will hide the controller.
私の場合, そうだった “THRUSTMASTER COMBINED” that was causing the issue. So I will use it as an example.
今, if you depend on that device to get your keybinds, you will have to use alternatives like “vJoy” と “UCR“, but that is beyond the scope of this tutorial.
Files to download:
- DINPUTTO8: https://github.com/elishacloud/dinputto8 (This is the passthrough wrapper)
- DEVREORDER: https://github.com/briankendall/devreorder (This is the file that will hide, or rearrange the order of the controllers on your pc)
今, ここであなたがしなければならないことは次のとおりです:
- あなたのところに行ってください “ヨーロッパ空戦” folder and rename the “dinput.dll” to some other name, のように “dinput.dllbak“
- を開きます。 DINPUTTO8 file and extract the “Dinput.dll” into the main “ヨーロッパ空戦” フォルダ.
- You will need to THREE files now, を開きます DEVREORDER file and go to folder “X86” and extract the file “dinput8.dll” に “ヨーロッパ空戦” フォルダ
- The second file, on the same DEVREORDER, Extract the file “devreorder.ini” に “ヨーロッパ空戦” フォルダ
- 開ける “DeviceLister.exe” and you will see a list of controllers and joysticks on your computer. コピー “Thrustmaster Combined” (You can use the name or the GUID to block it)
- を開きます。 “devreorider.ini” file that is in your “ヨーロッパ空戦” folder and paste the “Thrustmaster Combined”(Type or paste, 関係ない) into the section “[隠れた]“.
- Save and run the game
ATTENTION:
The game may still throw an error, so you will have to do this FOR EVERY JOYSTICK that will cause the error, and the ones that don’t, either leave it out of the “[隠れた]” section or place it into “[注文]”. It will display the exact order it shows there to the game.