SkyrimSE:SSE Display Tweaks: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
mNo edit summary
Line 17: Line 17:
Fullscreen=false
Fullscreen=false
Borderless=true
Borderless=true
EnableVSync=true
MaxFrameLatency=1
MaxFrameLatency=1
FramerateLimitMode=1
FramerateLimitMode=1
Line 41: Line 42:
Systems '''''with''''' support for NVIDIA G-SYNC or AMD Freesync:<br>
Systems '''''with''''' support for NVIDIA G-SYNC or AMD Freesync:<br>
<p class="mpcode" style="margin-bottom:2em">[Render]
<p class="mpcode" style="margin-bottom:2em">[Render]
EnableVSync=false
</p>
EnableTearing=true</p>
:: Set the following to [monitor refresh rate] - 3 (e.g., a 144 hertz monitor should be set to 141)
:: Set the following to [monitor refresh rate] - 3 (e.g., a 144 hertz monitor should be set to 141)
<p class="mpcode" style="margin-bottom:2em">[Render]
<p class="mpcode" style="margin-bottom:2em">[Render]
Line 48: Line 48:
BudgetMaxFPS=141</p>
BudgetMaxFPS=141</p>
Systems '''''without''''' support for NVIDIA G-SYNC or AMD Freesync:<br>
Systems '''''without''''' support for NVIDIA G-SYNC or AMD Freesync:<br>
<p class="mpcode" style="margin-bottom:2em">[Render]
EnableVSync=true
EnableTearing=false</p>
:: Set the following to [monitor refresh rate] - 1 (e.g., a 60 hertz monitor should be set to 59)
:: Set the following to [monitor refresh rate] - 1 (e.g., a 60 hertz monitor should be set to 59)
<p class="mpcode" style="margin-bottom:2em">[Render]
<p class="mpcode" style="margin-bottom:2em">[Render]

Revision as of 23:26, October 25, 2021

SSE Display Tweaks

by slavicpotato1

Game:

SkyrimSE

Download:

Mod Group:

Baseline:

n/a

Links:

CR Patch:

No

LW Patch:

No

PP Patch:

{{{pp}}}"{{{pp}}}" is not recognized as a Boolean (true/false) value.

ENB Option:

No

Guide/Version-Specific Mod Recommendations

Existing Guides
1.0.0
2.0.0
2.1.0
2.2.0
2.3
Type a version string using the format indicated by the placeholder text below. Copy/paste the intended guide version from the "Existing Guides" table above (if it exists) into the field below. For unofficial user-created guides, use the format indicated by the placeholder text. Editors: Please DO NOT use wiki headings inside of custom Recommendations and also avoid using templates if at all possible! Template calls add to the max threshold, and headings mess up the guide ToC.

Recommendations

Below are general setup guidelines for the included INI file. For more information, please read the Skyrim Special Edition Display Settings guide.

All Systems

[Render] Fullscreen=false Borderless=true EnableVSync=true MaxFrameLatency=1 FramerateLimitMode=1 [HAVOK] MaximumFramerate=0 [Papyrus] DynamicUpdateBudget=true

It is recommended to cap the UI Framerate to 60 or the value calculated for FramerateLimit, whichever is smaller.

[Render] UIFramerateLimit=59

It is useful to enable the on-screen display (OSD) to reveal FPS (and other stats; see INI for details) when the Shift + INS keyboard combo is pressed.

[OSD] Enable=true InitiallyOn=false


Vsync & Frame Caps

Systems with support for NVIDIA G-SYNC or AMD Freesync:

[Render]

Set the following to [monitor refresh rate] - 3 (e.g., a 144 hertz monitor should be set to 141)

[Render] FramerateLimit=141 BudgetMaxFPS=141

Systems without support for NVIDIA G-SYNC or AMD Freesync:

Set the following to [monitor refresh rate] - 1 (e.g., a 60 hertz monitor should be set to 59)

[Render] FramerateLimit=59 BudgetMaxFPS=59