SkyrimSE:Display Settings

From Step Mods | Change The Game
Revision as of 17:44, June 23, 2021 by Z929669 (talk | contribs)

A guide to configuring the best display settings for Skyrim Special Edition


Guide scope[edit | edit source]

It is the intent of this guide to direct users to the optimal settings to be used for Skyrim Special Edition for their hardware. This includes setting up unofficially supported display methods and workarounds for different use cases.

Resolution[edit | edit source]

Your resolution can be set by modifying the following lines in SkyrimPrefs.ini:

[Display]
iSize H=1080
iSize W=1920

Alternatively these can be set in an INI editor such as BethINI, or, if you are using the SSE Display Tweaks mod, by changing the following line in the SKSE\Plugins\SSEDisplayTweaks.ini file:

[Render]
Resolution=1920x1080

SSE Display Tweaks also allows you to set a resolution lower than your screen resolution and upscale it to your screen while in borderless windowed mode. In order for this feature to work, you must change BorderlessUpscale to true.

[Render]
BorderlessUpscale=true

A quick and easy way to change the resolution scale is also provided with the ResolutionScale tweak. This tweak is a multiplier for your resolution to modify it lower or higher while maintaining the aspect ratio as used in the Resolution tweak. This can be uncommented and lowered to improve performance at the cost of resolution.

[Render]
ResolutionScale=0.75

Ultra widescreen[edit | edit source]

While the game does not natively support ultra widescreen aspect ratios, the Complete Widescreen Fix mod is able to fix the user interface issues that would otherwise inhibit their use. Simply install the appropriate files for your modded setup and ensure its files overwrite any of the original mods you may have installed.

Screen modes[edit | edit source]

The game supports both windowed and fullscreen modes, with the option to run in borderless windowed mode, via the following INI settings in the SkyrimPrefs.ini file:

[Display]
bBorderless=0
bFull Screen=1

Fullscreen mode[edit | edit source]

Without mods, fullscreen mode will provide the best performance. Without SSE Display Tweaks, this is the only method that G-SYNC (and FreeSync?) will be able to be successfully used. Setting bFull Screen=1 will enforce this method unless overwritten by a mod that overwrites this setting. SSE Display Tweaks users can use the following setting in the SKSE\Plugins\SSEDisplayTweaks.ini file to set this:

[Render]
Fullscreen=true

Borderless windowed mode[edit | edit source]

Borderless windowed mode is often preferred because of the ease of alt-tabbing to other applications. However, without SSE Display Tweaks, G-SYNC (and FreeSync?) will not work in windowed mode. SSE Display Tweaks users, however, can use G-SYNC or FreeSync in borderless windowed mode. Setting bFull Screen=0 and bBorderless=1 will enforce this method unless overwritten by a mod that overwrites this setting. SSE Display Tweaks users can use the following settings in the SKSE\Plugins\SSEDisplayTweaks.ini file to set this:

[Render]
Fullscreen=false
Borderless=true

Optimizing framerate and latency[edit | edit source]

By default, Skyrim Special Edition runs at a maximum of 60 frames per second. While this is fine for most users, some may find this restrictive. These users should disable this framerate lock by disabling bLockFrameRate in Skyrim.ini and installing SSE Display Tweaks.

[Display]
bLockFrameRate=0

Unlocking framerate for performance testing[edit | edit source]

It can be useful to unlock framerate completely for testing performance. To do so, perform the following:

  • Turn off all settings regarding framerate limiting and VSync in your graphics card driver software
  • Set EnableFPSLimit=false and ForceVSync=false in ENBLocal.ini from ENB
  • Set FramerateLimit=0 and EnableVSync=false in SKSE\Plugins\SSEDisplayTweaks.ini from SSE Display Tweaks
  • Set bLockFrameRate=0 in Skyrim.ini and any SkyrimCustom.ini
  • Set iVSyncPresentInterval=0 in SkyrimPrefs.ini.

Once your testing is complete, you should reenable settings as desired and explained below.

Fixing Havok[edit | edit source]

The game's physics only supports a framerate of 60 frames per second. There are several mods that can fix this, but should not be used all at the same time. It is recommended to use SSE Display Tweaks fix, as it is the most comprehensive and complete. The SKSE\Plugins\SSEDisplayTweaks.ini file comes preconfigured with the Havok fix enabled:

[Havok]
Enabled=true
DynamicMaxTimeScaling=true

If your system is struggling to meet 60 frames per second, lowering MinimumFramerate may improve performance.

[Havok]
MinimumFramerate=60

If you have set a framerate limit, are utilizing Fullscreen mode, or have VSync enabled, it is recommended to set MaximumFramerate=0 to allow the plugin to determine this value automatically.

[Havok]
MaximumFramerate=0

Skyrim has an alternative physics mode that lessens CPU usage in complex scenes such as the civil war battles at the expense of simulation quality. Users with weak CPUs can set PerformanceMode=true to use this mode everywhere if they experience performance issues, especially when a lot of NPCs are around.

[Havok]
PerformanceMode=true

Framerate limit[edit | edit source]

It is recommended to employ a framerate limit within the SKSE\Plugins\SSEDisplayTweaks.ini file of SSE Display Tweaks for all users to ensure the maximum latency. For users who employ G-SYNC or FreeSync, set FramerateLimit to your maximum refresh rate minus 3 frames per second (e.g., 144 Hertz monitor - 3 = 141). All other users should set this to 1 FPS below their maximum refresh rate.

[Render]
FramerateLimit=59

Users with good hardware will benefit from setting FramerateLimitMode=1 for improved input latency. Weaker hardware configurations should leave this at 0 for more consistent frametimes.

[Render]
FramerateLimitMode=1

Latency settings[edit | edit source]

AMD users should enable Radeon Anti-Lag to further reduce input lag. NVIDIA users should similarly set Low Latency Mode to On. Setting it to Ultra may reduce lag further at the cost of more CPU usage and a FPS penalty. Users can also experiment with setting MaxFrameLatency=1 within the SKSE\Plugins\SSEDisplayTweaks.ini file of SSE Display Tweaks.

[Render]
MaxFrameLatency=1

VSync[edit | edit source]

Info-Logo.png
NOTE:
If you are using G-SYNC or FreeSync, it is still recommended to have VSync enabled!

VSync (vertical synchronization) is recommended to be enabled in one manner or the other to prevent screen tearing. VSync can be set in multiple places, but the most common places include the following:

  • SkyrimPrefs.ini (the official game INI settings)
[Display]
iVSyncPresentInterval=0
  • ENBLocal.ini (ENB users only)
[ENGINE]
ForceVSync=false
  • SKSE\Plugins\SSEDisplayTweaks.ini
[Render]
EnableVSync=true
  • NVIDIA Control Panel (NVIDIA graphics cards only)

It is recommended to enable VSync in only one place so you know exactly which VSync method you are using. AMD users should enable VSync in SKSE\Plugins\SSEDisplayTweaks.ini by setting EnableVSync=true. NVIDIA users should set Vertical sync to On in Skyrim Special Edition's 3D settings in the NVIDIA Control Panel.

G-SYNC[edit | edit source]

Info-Logo.png
NOTE:
If you are using G-SYNC, it is still recommended to have VSync enabled!

G-SYNC users should ensure they have set-up G-SYNC with the required hardware to use the feature:

  • A G-SYNC compatible GPU,
  • A G-SYNC compatible monitor (some FreeSync monitors work as well) with the appropriate OSD settings enabled,
  • And the appropriate cord (a DisplayPort cable is generally required).

You can generally determine that you have it set up correctly if you get the "Set up G-SYNC" option in the NVIDIA control panel. Make sure that you enable it for both fullscreen and windowed mode if you are using borderless windowed mode. Also ensure that Monitor Technology is set to G-SYNC Compatible in Skyrim Special Edition's 3D settings. As already mentioned in the VSync section above, ensure that Vertical sync is set to On in Skyrim Special Edition's 3D settings. Also, ensure that you have set a framerate limit that is 3 FPS below your maximum refresh rate as also mentioned above.

FreeSync[edit | edit source]

Info-Logo.png
NOTE:
If you are using FreeSync, it is still recommended to have VSync enabled!

FreeSync users should ensure they have set-up FreeSync with the required hardware to use the feature:

  • A FreeSync compatible GPU,
  • A FreeSync compatible monitor with the appropriate OSD settings enabled,
  • And the appropriate cord (a DisplayPort cable is recommended).

Make sure you enable AMD FreeSync for your monitor in Radeon Settings under Display and set AMD FreeSync to On for the game's profile under Gaming. As already mentioned in the VSync section above, enable VSync in SKSE\Plugins\SSEDisplayTweaks.ini from SSE Display Tweaks by setting EnableVSync=true. Also, ensure that you have set a framerate limit that is 3 FPS below your maximum refresh rate as also mentioned above.