SkyrimSE:SSE Engine Fixes: Difference between revisions
From Step Mods | Change The Game
TechAngel85 (talk | contribs) No edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
Once installed open and ensure the following settings in '''EngineFixes.toml''' are configured: | Once installed open and ensure the following settings in '''EngineFixes.toml''' are configured: | ||
<p class="mpcode p-2"> | <p class="mpcode p-2"> | ||
[Patches] | [Patches] | ||
EnableAchievementsWithMods = true | EnableAchievementsWithMods = true | ||
FormCaching = true | FormCaching = true | ||
MaxStdio = true | MaxStdio = true | ||
TreeLODReferenceCaching = true | TreeLODReferenceCaching = true | ||
WaterflowAnimation = true | WaterflowAnimation = true | ||
WaterflowSpeed = 16.0 | WaterflowSpeed = 16.0 ; 20.0 = default. Smaller = slower, larger = faster | ||
[Fixes] | [Fixes] | ||
ArcheryDownwardAiming = true | ArcheryDownwardAiming = true | ||
AnimationLoadSignedCrash = true | AnimationLoadSignedCrash = true | ||
DoublePerkApply = true | DoublePerkApply = true | ||
LipSync = true | LipSync = true | ||
MemoryAccessErrors = true | MemoryAccessErrors = true | ||
MO5STypo = true | MO5STypo = true | ||
SlowTimeCameraMovement = true | SlowTimeCameraMovement = true | ||
TreeReflections = true | TreeReflections = true | ||
VerticalLookSensitivity = true | VerticalLookSensitivity = true | ||
</p> | </p> | ||
{{AlertSmall|type=notice|text=Leave the remainder of the settings at their defaults, unless the changes are known and desired.}} | {{AlertSmall|type=notice|text=Leave the remainder of the settings at their defaults, unless the changes are known and desired.}} | ||
}} | }} |
Revision as of 12:59, July 23, 2021
SSE Engine Fixes
by Nukem, Ryan, aersCR 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 |
---|
0.3.0b |
1.0.0 |
2.0.0 |
2.1.0 |
2.2.0 |
2.3 |
2.4 |
Recommendations
- Download and install the (Part 1) Engine Fixes Main File in MO.
- Download the (Part 2) Engine Fixes - skse64 Preloader and TBB Lib Main File.
- Extract the contents of the second archive to the root Skyrim SE directory (e.g. ../Steam/SteamApps/Common/Skyrim Special Edition)
Once installed open and ensure the following settings in EngineFixes.toml are configured:
[Patches] EnableAchievementsWithMods = true FormCaching = true MaxStdio = true TreeLODReferenceCaching = true WaterflowAnimation = true WaterflowSpeed = 16.0 ; 20.0 = default. Smaller = slower, larger = faster [Fixes] ArcheryDownwardAiming = true AnimationLoadSignedCrash = true DoublePerkApply = true LipSync = true MemoryAccessErrors = true MO5STypo = true SlowTimeCameraMovement = true TreeReflections = true VerticalLookSensitivity = true