Star Hype News.

Premium celebrity moments with standout appeal.

updates

How do I save the FOV in Skyrim?

By Sophia Bowman

In C:\Users\Username\Documents\My Games\Skyrim\Skyrim.ini I have this line under [General]

fdefaultfov=90

When I enter the game, I bring up the console to ensure it really is FOV 90. I type in fov 90 but my FOV changes, which means the ini file is not doing anything.

If I close the game, obviously it won't save the console command.

What am I doing wrong, or where can I set the FOV permanently?

1

2 Answers

There are two methods I've read that should permanently set the FOV in Skyrim.

From :

FOV=90 resets every time you restart the game. setcameraFOV 90 should write the setting permanently into your .ini.

From :

  1. Go to C:\Users[USERNAME]\Documents\My Games\Skyrim
  2. Open SkyrimPrefs.ini, and search for [General] section
  3. Add fdefaultfov=XX at the end of the section. (where XX is the FOV value you want to change to). For example add fdefaultfov=90
  4. Open Skyrim.ini, and search for [Display] section
  5. Add fDefaultWorldFOV=XX (where XX is the FOV value you put in fdefaultfov)
  6. Add fDefault1stPersonFOV=xx.0000 (where XX is the FOV value you put in fdefaultfov)

I've only used the second method listed above. You might want to try the first method first as it is simpler to do.

Use these two lines

fDefaultWorldFOV=80
fDefault1stPersonFOV=80.0000

in Skyrim.ini under [Display]