Resident Evil 4 (2005)

Resident Evil 4 (2005)

926 Bewertungen
Player rotation with mouse
Von BLOOD ELF
How to make player rotation with mouse.
4
2
18
2
2
   
Preis verleihen
Favorisieren
Favorisiert
Entfernen
Configuring input.ini
Go to Steam\steamapps\common\Resident Evil 4\BIO4 (and\or My Documents/My Games/Capcom/RE4/) and open input.ini (and\or usr_input.ini) with Notepad.
Find this block:

###GAMEPLAY


###KEYBOARD

KEY_FORWARD = W
KEY_BACK = S
KEY_RIGHT = D
KEY_LEFT = A

Warning! ###KEYBOARD must be in ###GAMEPLAY category, not in ###MENUS.

Then add:

KEY_RIGHT = MA_RIGHT
KEY_LEFT = MA_LEFT
after
KEY_LEFT = A

You wil get this:

###GAMEPLAY


###KEYBOARD

KEY_FORWARD = W
KEY_BACK = S
KEY_RIGHT = D
KEY_LEFT = A
KEY_RIGHT = MA_RIGHT
KEY_LEFT = MA_LEFT


After that mouse will rotate player, not camera.
P.S. Some times camera can stuck. Just aim and it will fix camera position.
139 Kommentare
stybr6ys 22. Aug. um 10:53 
At first it didn't work, but when when i saved the file, overriding the previous input.ini file, it worked. Thank you!
Code of Conduct 1. Juli um 9:43 
RE4 Tweaks is just the best with a lot of improvements
BLOOD ELF  [Autor] 8. Juni um 9:14 
10 years old =)
P.S. Omg. Why time run so fast?
Toro 7. Juni um 18:34 
I didn't see the date of release i thought this was a new guide
BLOOD ELF  [Autor] 7. Juni um 12:08 
Its old solution. Ofc some mods can do this better.
Toro 6. Juni um 14:15 
downloading re 4 tweaks mod can do it better with other great features
Isernex 14. Apr. um 17:08 
Try deleting the file then verify integrity of game with steam.
Zeni4825 3. Apr. um 16:29 
it really worked, but I want to make the mouse move the camera again, is there a way to reverse it to how it was? I deleted the "KEY_RIGHT = MA_RIGHT" and "KEY_LEFT = MA_LEFT" lines from the notepad, but the mouse still moves Leon left and right, can you help me?
⎛⎝ Randy ⎠⎞ 14. März um 11:31 
Thank you so much!!!
VirtualReel 9. März um 21:26 
it worked, a bit wonky, but i could care less. thanks for the tutorial.