Setting a Custom FOV in Quake 2
You set field of view (FOV) in Quake 2 by typing a console command while the game is running. The default FOV is 90 degrees, which works for most players, but you can change it to anything between 60 and 120 to match your monitor size, viewing distance, or personal preference. A wider FOV (100–110) shows more of the game world at once; a narrower FOV (70–80) magnifies what's in the center of your screen.
The command is straightforward: open the console by pressing the tilde key (~), type set fov 100 (replacing 100 with your preferred value), and press Enter. The change takes effect when ready. If you want the setting to stick every time you launch the game, you need to add the command to your config file so it runs automatically on startup.
Key Takeaways
- Press the tilde key (~) to open the Quake 2 console, then type set fov followed by a number between 60 and 120.
- The change happens when ready in-game, but it resets to the default when you quit unless you save it to your config file.
- To make your FOV setting permanent, add the command to your autoexec.cfg file in the Quake 2 game folder.
- Higher FOV values (100–110) are useful on larger monitors or when sitting close to the screen; lower values (70–80) work better on smaller displays.
- You can test different FOV values in a single session without restarting the game to find what feels most comfortable.
Opening the Console and Typing the Command
The console is where you enter commands directly into Quake 2. Press the tilde key (~)—located to the left of the 1 key on most keyboards—and a black text box appears at the top of the screen. You'll see a blinking cursor ready for input.
Type set fov 100 and press Enter. Replace 100 with any value between 60 and 120. The game updates your field of view when ready; you'll notice the view widen or narrow depending on the number you chose. You can test multiple values in the same play session by opening the console again and typing a new FOV command each time.
If the tilde key doesn't open the console, your keyboard layout may be different. Try the backtick key (`) or check your game settings to confirm which key is bound to the console. Some international keyboard layouts place this key elsewhere.
Understanding FOV Values and What They Mean
FOV is measured in degrees and controls how much of the game world you see horizontally. The default 90 degrees is a middle ground that works for most setups. Values below 90 narrow your view, making distant objects appear larger and closer; values above 90 widen your view, showing more of the world at the edges but making everything appear slightly smaller.
For competitive play or fast-paced combat, many players prefer FOV between 100 and 110 because it gives more warning of enemies approaching from the sides. For slower exploration or if you're sitting far from your monitor, a lower FOV like 75 or 80 can feel more comfortable. The best value depends on your monitor size, how far you sit from it, and your personal preference—there's no single "correct" answer.
Quake 2 limits FOV to a maximum of 120 and a minimum of 60. If you type a number outside this range, the game ignores it and keeps your current setting.
Making Your FOV Setting Permanent
Console commands reset when you quit Quake 2, so your custom FOV reverts to 90 the next time you launch the game. To keep your setting, you need to add the command to your autoexec.cfg file, which runs automatically every time the game starts.
Navigate to your Quake 2 game folder—usually C:\Games\Quake2 or wherever you installed it. Look for a file named autoexec.cfg. If it doesn't exist, open Notepad, type set fov 100 (with your preferred number), save the file as autoexec.cfg in the Quake 2 folder, and make sure it's saved as plain text, not as a .txt file.
If autoexec.cfg already exists, open it in Notepad, add a new line at the end with your FOV command, and save it. The next time you start Quake 2, the game reads this file and applies your custom FOV without you having to type anything.
Troubleshooting Common FOV Problems
If your FOV command doesn't work, the most common reason is a typo. Make sure you typed set fov (not fov alone) followed by a space and a number. The command is case-insensitive, so SET FOV works just as well as set fov.
If the console won't open, try pressing Shift + ~ or check whether your keyboard layout has the tilde key in a different position. Some players also bind the console to other keys in their config file; if you've done that, use your custom key instead.
If you added the command to autoexec.cfg but it's not taking effect, verify that the file is in the correct folder (the main Quake 2 directory, not a subfolder) and that it's saved as plain text. Some text editors add a .txt extension automatically; if your file shows as autoexec.cfg.txt, rename it to remove the .txt part.
Testing Different FOV Values
The best way to find your ideal FOV is to test several values in a single play session. Start a game or load a save, open the console, and try set fov 95. Play for a minute or two and notice how the view feels. Then try set fov 105 and compare. Small adjustments of 5 degrees make a noticeable difference without being jarring.
Pay attention to how your eyes feel after a few minutes of play. If you feel like you're straining to see the center of the screen, your FOV is too wide. If you feel like you're missing action at the edges, it's too narrow. Once you find a value that feels natural, add it to your autoexec.cfg file so you don't have to repeat this process every time you play.
Frequently Asked Questions
Will a higher FOV make me play better?
A wider FOV gives you more situational awareness, especially in multiplayer, but it doesn't automatically improve your aim or reflexes. The best FOV is the one that feels most comfortable for your setup and play style. Many competitive players use FOV 100–110, but some prefer lower values. Test what works for you rather than copying someone else's setting.
Can I change FOV in the game menu instead of the console?
Quake 2 doesn't have an FOV slider in the settings menu, so the console command is the only way to adjust it. This is normal for older games; the console is where most advanced settings live.
What happens if I set FOV to a value outside the 60–120 range?
Quake 2 ignores any value below 60 or above 120 and keeps your current FOV. If you try set fov 150, the game won't change anything. Stick to the valid range to may support your command takes effect.
Do I need to restart the game after editing autoexec.cfg?
Yes, you must close and relaunch Quake 2 for the game to read the updated autoexec.cfg file. Changes to the file don't take effect while the game is running.
Can I bind FOV changes to a key so I can switch between values during play?
Yes, but it requires editing your config file with more advanced console commands. For most players, setting a single comfortable FOV in autoexec.cfg is simpler and works better. If you want to experiment with key binds, the Quake 2 community forums have examples of how to do this.