The Elder Scrolls V: Skyrim Special Edition Guide

How to play Skyrim at 120+ fps for The Elder Scrolls V: Skyrim Special Edition

How to play Skyrim at 120+ fps

Overview

How to fix the 120+ fps physics bug and disable the new 60 fps limit.

Find and open Skyrim’s configuration files.

The configuration files are located in My DocumentsMy GamesSkyrim Special Edition. Open Skyrim.ini and SkyrimPrefs.ini with notepad or your favourite text editor.

Adjust fMaxTime to fix the physics glitches

Add the following two settings to Skyrim.ini under [HAVOK]. This section likely won’t exist by default, so you’ll have to add it to the end of the file or inbetween two other sections.

The value for fMaxTime should be 1.0 divided by your target frame rate. I don’t know if adjusting fMaxTimeComplex is really necessary, I didn’t notice much of a difference while testing. It’s set to 1/30 by default, so if you were to change it, set it twice as large as fMaxTime.

Make sure your target frame rate is realistic. If you have a 144hz monitor but your machine can only handle about 90 fps max, pick 90 as your target. The physics engine works properly as long as your frame rate stays within fMaxTime / 2 and fMaxTime * 2. If you pick your target too high, the game physics will feel rather floaty (and if it’s way too high; gravity will stop working altogether).

[HAVOK] # fMaxTime=(1.0 / fps) # fMaxTimeComplex=(2.0 / fps) # Default for 60 fps: # fMaxTime=0.0167 # fMaxTimeComplex=0.0333 # Example for 144 fps: fMaxTime=0.00694 fMaxTimeComplex=0.01389

Note that lines starting with # are comment lines, these have no effect on the game. You don’t have to add these to your ini file, but they may be helpful for future reference.

Disable the 60 fps limit

Update 1.3 for Skyrim Special Edition introduced a frame rate limit at 60 fps, which is now enabled by default. You can disable it by adding the following option under [Display]:

[Display] bLockFramerate=0

[optional] Enable v-sync

Skyrim’s engine depends on a stable frame rate, and v-sync helps with that. Therefore I would recommend keeping v-sync enabled. If you do wish to change it, find the following line in SkyrimPrefs.ini:

[Display] iVSyncPresentInterval=1

This controls the game’s “present interval”, the number of v-sync cycles to wait before presenting a new frame. A value of 1 is the default to enable v-sync (double buffering). A higher value means the game will wait longer before presenting each frame, effectively limiting the frame rate to a fraction of your monitor’s refresh rate. To disable v-sync, change this value to 0.

Personally I like to disable the v-sync setting in-game, and force adaptive v-sync with triple buffering in the Nvidia control panel.

Troubleshooting

Still 60fps after disabling the frame rate limit.

Some players report that the bLockFramerate option only works when placed in SkyrimPrefs.ini.
Also confirm that your monitor is set to use a refresh rate above 60Hz. You can check this in the monitor’s OSD menu. Skyrim may inadvertently change your refresh rate to 60Hz when launching. Try using exclusive fullscreen mode instead of borderless windowed, or vice versa. You could also try disabling the 60Hz mode in your graphics card driver’s control panel, thereby forcing Skyrim to use the higher refresh rate mode.

The game physics are still glitchy

You may still run into some glitchy physics while playing, even using this workaround. There’s simply no way to fix the entire game engine design by changing some values in an ini file. Still this workaround resolves most game-breaking frame rate related bugs.
Some players still report objects violently flailing around on certain quests (eg. the Civil War battles). If this hinders your progress or otherwise bothers you, a workaround is to temporarily re-enable the 60fps cap during these quests.

Issues with G-sync or Freesync monitors

I don’t have any experience with these monitors. If you had trouble playing Skyrim with a G-sync monitor and found a way to resolve it, let me know in the comments and I’ll add your solution to this guide.

SteamSolo.com