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
I should not have to resort to such extensive measures when it shoule have been adjustable by default. Hell even planetside 2 understood that.
Are you serious? You're saying you're too lazy to put in a single start option for the game and then type one console command to have a good FoV?
You might be on the wrong platform, then.
The ONLY things you need to do to set your FoV are:
1: Right-click the game in Steam and hit Properties
2: Click Set Launch Options and paste "+com_allowConsole 1" into the box.
3: Once in-game, hit ~ and type "g_fov ##" where ## is your desired FoV. I set mine to 100.
That's it. Many games have been that way for decades. Half-Life/Quake/UT series etc, all required a console command to change the FoV from the default.
+set com_skipIntroVideo 1 +cvaradd g_fov 25 +set m_rawinput 1 +set m_smooth 0
Adjust the FOV setting to your desired value. I believe the default is 80 so this gives me 105 by adding 25. Unfortunately this does not work for multiplayer so you're out of luck for coop. And if I remember right, enabling the console disables achievements so I'd recommend doing it this way.
+g_fov 90
to your launch options. Don't enable the console unless you want to have your achievements blocked.
You're going to see people suggesting the command "cvaradd g_fov 25" or something similar. This is because the game launched with a locked FOV, but a bug that let you change locked variables with the cvaradd command. They soon patched it to unlock fov and block the cvaradd command.
1) go to rage/mp/base folder.
2)create a cfg file with any name you want.
3)put g_fov 100 or any other usefull comman there, save.
4)open default.cfg, go to bottom and under exec joystick.cfg put following:
exec (your created cfg file).
Done!
Thank you thank you thank you!
So, what is FoV ? Is this about the continuous rendering that made me sick of watching?
+set com_skipIntroVideo 1 (OK, this is obvious, skips the intro)
+cvaradd g_fov 25
+set m_rawinput 1
+set m_smooth 0
+cvaradd g_fov 25 - This increases the game's FOV by 25 degrees. I have just learned from Maxwell Adams here that you can replace this with "+g_fov xx" to set the FOV value directly now (it was not possible to do this at release.)
+set m_rawinput 1 - This tells the game to use raw mouse input, which bypasses the Windows mouse settings in order to increase the accuracy of mouse movement.
+set m_smooth 0 - This disables mouse smoothing, which also increases the accuracy of mouse movement.
The mouse settings may not be necessary but they won't hurt anything.
It didn't block my achievements. I played for all of 10 minutes with the default FOV before I looked up the fix, and played with an unlocked console + higher FOV for the entire game. I never had any trouble getting achievements.