Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
There have been a few helpful people in the thread that I quite appreciate, and overall I think we've had a decent discussion about the merits of my points and the game itself. As well as my failings within the game.
edit: if that was confusing im agreeing with you, Trae.
*sips tea*
You guys try to continue convincing someone on a subject that they don't give a ♥♥♥♥ about.
Throw grenade?
Use shotgun?
Throw a flashbang?
Use a fire grenade?
Shoot one guy in the head so you can kick him into the rest?
Shoot one of the running ones in the knee so he topples forward into the others?
Shoot dynamite out of the air?
Kick doors open on people?
Climb up a ladder then knifeguard it at the top?
Kite them all towards an explosive barrel?
There's plenty of ways to deal with each situation, it's all about using your brain yo.
You literally get to go through 5-10 enemies, during the initiall few minutes, then all of a sudden you're put up against literally a horde of these guys to deal with.
I'd expect something like this after a few hours of game play perhaps, but not in the first 10-15 minutes when you're still learning the game and how it works.
I'm not even feeling motivated to go back into game to try again, it's kind of overwhelming to suddenly cop that.
For the first village fight, there's a trick that makes it a lot easier as well. There's a couple of houses with doors that you can shoot a hole in. If you shoot a small hole in it, and constantly swing the knife through it MOST enemies can't hit you. Rarely an axe throw or a pitchfork attack will make it through, but they rarely try them at the right angle.
This strategy is super useful for awhile, until Los Plagos enemies.
Also, mod out the terrible camera controls if you're using a mouse and keyboard. They will get you killed.
Plus, don't feel too bad about dying. It's gonna happen! Luckily it seems to start you off pretty close to where you were before, most of the time. Just try out a different strategy if the previous didn't work.
@Traeus how you modding out camera controls? what does that do, remove free look? I like that I have free look but using it kinda makes me nauseated sometimes.
The only way to recenter the camera is to bring out your knife.
I found a guide to mod in turning leon with the mouse. It's not really useful as a control input, but it prevents the camera from getting whacked out about 90% of the time. I still sometimes have to tap the knife ready button to recenter.
In short, there's a file in the folder located here "Documents/my games/Capcom/RE4/" called usr_input.ini. Edit that file in notepad and add two lines to it.
There will be a secton like this:
KEY_FORWARD = W
KEY_BACK = S
KEY_RIGHT = D
KEY_LEFT = A
KEY_KAMAE = 00000
KEY_KAMAE = MB_RIGHT
Under right and left you need to add a line so it looks like this:
KEY_FORWARD = W
KEY_BACK = S
KEY_RIGHT = D
KEY_RIGHT = MA_RIGHT
KEY_LEFT = A
KEY_LEFT = MA_LEFT
KEY_KAMAE = 00000
KEY_KAMAE = MB_RIGHT
That will make mouse movement turn leon instead of moving the camera. Downside is you can't look around anywhere without aiming, but that's not too bad really.
There are two files in that folder, one is called "config.ini" and this is NOT the one you edit. That file contains like, graphics settings and the like.
Only edit the usr_input.ini file.
It's possible you may need to edit a different file as well, if you're just using the default scheme and haven't edited any of the bindings. That file is in the game directory ("C:\Program Files (x86)\Steam\SteamApps\common\Resident Evil 4\BIO4" if you've used the default directory) and it's called input.ini.
In that file there are a BUNCH of lines like that KEY_. You want to look for a section that looks like this:
###GAMEPLAY
###KEYBOARD
KEY_FORWARD = W
KEY_BACK = S
KEY_RIGHT = D
KEY_LEFT = A
KEY_KAMAE = MB_RIGHT
KEY_RELOCKON = R
KEY_RUN = LSHIFT
KEY_FIRE = MB_LEFT
Only edit the ones here. Add the same lines here, as such:
###GAMEPLAY
###KEYBOARD
KEY_FORWARD = W
KEY_BACK = S
KEY_RIGHT = D
KEY_RIGHT = MA_RIGHT
KEY_LEFT = A
KEY_LEFT = MA_LEFT
KEY_KAMAE = MB_RIGHT
KEY_RELOCKON = R
KEY_RUN = LSHIFT
KEY_FIRE = MB_LEFT
Try that and see.