SkyrimSE:SSE Display Tweaks: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
No edit summary
Line 10: Line 10:
}}
}}
{{Recommendations
{{Recommendations
|enabledetailed=No
|enabledetailed=Yes
|detailed=Once installed, the INI file should be tweaked as follows:
 
All users:
<p class="mpcode">[Render]
MaxFrameLatency=1
FramerateLimitMode=1
[HAVOK]
MaximumFramerate=0
[Papyrus]
DynamicUpdateBudget=true
</p>
 
If you are an AMD GPU user, turn off VSync everywhere else and only enable it here:
<p class="mpcode">[Render]
EnableVSync=true
</p>
 
If you are an NVIDIA GPU user, disable VSync here and enable it in the NVIDIA Control Panel instead:
<p class="mpcode">[Render]
EnableVSync=False
</p>
 
If you are NOT using FreeSync or GSync, set the following settings to your monitor's highest refresh rate minus 1 (e.g., a 60 hertz monitor should be set to 59). If you ARE using FreeSync or GSync, set the following settings to your monitor's highest refresh rate minus 3 (e.g., a 75 hertz monitor should be set to 72). The following example is for a 60 hertz monitor that does not use FreeSync or GSync.
<p class="mpcode">[Render]
FramerateLimit=59
BudgetMaxFPS=59
</p>
}}
}}

Revision as of 16:24, October 19, 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

Once installed, the INI file should be tweaked as follows:

All users:

[Render] MaxFrameLatency=1 FramerateLimitMode=1 [HAVOK] MaximumFramerate=0 [Papyrus] DynamicUpdateBudget=true

If you are an AMD GPU user, turn off VSync everywhere else and only enable it here:

[Render] EnableVSync=true

If you are an NVIDIA GPU user, disable VSync here and enable it in the NVIDIA Control Panel instead:

[Render] EnableVSync=False

If you are NOT using FreeSync or GSync, set the following settings to your monitor's highest refresh rate minus 1 (e.g., a 60 hertz monitor should be set to 59). If you ARE using FreeSync or GSync, set the following settings to your monitor's highest refresh rate minus 3 (e.g., a 75 hertz monitor should be set to 72). The following example is for a 60 hertz monitor that does not use FreeSync or GSync.

[Render] FramerateLimit=59 BudgetMaxFPS=59