Resident Evil 4 Dealing with Problems
And if the ordinary handle doesn't work, it's a game problem and it's not installed correctly.
The following is a method I used. I don't know if it will be useful to you.
Go to the directory of Biochemical 4, manually open SetupTool.ini, and edit the handle configuration yourself.
Find this paragraph, which is the setting of the handle.
Use semicolons; The beginning is a line of comments.
[mat]
; [ay-] means [axisY-]
; [rx+] means [rotation x+]
; [s0+] means [slider0+]
; [1] means [button 1]
; -
; These functions can be assigned an analog device and a numeric button.
Foward=ay-
Back=ay+
Turn left =ax-
Turn right =ax+
CameraUp= 1
CameraDown=2
CameraLeft=5
CameraRight=6
; -
; Only one numeric button can be assigned to these functions.
Action =4
Run =3
Map= 10
ReadyKnife=7
ReadyWeapon=8
CommandAshley=6
Status =9
Option= 10
This is my setting. Because my handle is a small handle and there is no rocker, I define the buttons of CameraUp, CameraDown, CameraLeft and CameraRight as 1, 2, 5, 6.
It shouldn't be hard to understand, should it? That's how I set it up
Each button can directly specify the corresponding function.