SkyrimSE:SSE Engine Fixes: Difference between revisions

From Step Mods | Change The Game
No edit summary
m (Text replacement - "|core=No |landw=No |enb=No" to "|core=No |landw=No |pp=No |enb=No")
 
(40 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Mod
{{Mod
|author=aers, Nukem, Ryan
|author=Nukem, Ryan, aers
|sourcename=NexusSE
|modgroup=02-Extenders
|sourcename=Nexus
|sourceid=17230
|sourceid=17230
|sourceurl=
|forumtid=14458
|forumtid=14458
|section=SE-I
|externalitems=
}}
{{ModAttributes
|resource=Loose
|docdescription=Yes
|docinstall=Yes
|docuninstall=No
|script=No
|bain=No
|fomod=No
|optimized=No
|skse=Yes
|mcm=No
|skyproc=No
|esp=No
|clean=No
|cleanuninstall=Yes
|core=No
|core=No
|merged=No
|landw=No
|lorefriendly=Yes
|pp=No
|fps=No
|enb=No
|vram=No
|performance=No
|quality=No
}}
{{Gallery
|enable=No
|galleryitems=
}}
}}
{{Recommendations
{{Recommendations
|enabledetailed=Yes
|enabledetailed=Yes
|detailed=# Download and install the '''(Part 1) Engine Fixes 4.11 for SSE 1.5.97 - skse64 plugin''' Main File.= in MO.
|detailed=# Download and install ''(Part 1) Engine Fixes'' for 1.5.xx Main File in MO.
# Download the '''(Part 2) Engine Fixes - skse64 Preloader and TBB Lib''' Main File.
# Download ''(Part 2) Engine Fixes'' preloader Main File.
# Extract the contents of the second archive to the root Skyrim SE directory (i.e. ..\Steam\SteamApps\Common\Skyrim Special Edition\)
# 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 '''EngineFixes64.ini''' file is configured:


<pre>
Once installed, double-click on the mod to open up the information window, and ensure the following settings in '''EngineFixes.toml''' ("Text Files" tab):
[Patches]
<p class="mpcode p-2">[Patches]
EnableAchievementsWithMods = true
EnableAchievementsWithMods = true
; Enables achievements with mods active
FormCaching = true
FormCaching = true
; Attempts to speed up the global form table by caching recently used forms (SSE Fixes)
MaxStdio = 2048
 
TreeLODReferenceCaching = true
TreeLODReferenceCaching = true
; Speeds up the slow Tree LOD function. Requires FormCaching to be active. (SSE Fixes)
WaterflowAnimation = true
WaterflowAnimation = true
; Decouple water flow animation speed from in-game timescale and use our setting instead
WaterflowSpeed = 16.0 ; 20.0 = default. Smaller = slower, larger = faster
 
WaterflowSpeed = 16.0
; 20.0 = default, smaller = slower, larger = faster
 
 
[Fixes]
[Fixes]
ArcheryDownwardAiming = true
AnimationLoadSignedCrash = true
DoublePerkApply = true
DoublePerkApply = true
; Fix NPC perks applying twice when you load a game
LipSync = true
LipSync = true
; Fix a bug causing lip sync to desync.
MemoryAccessErrors = true
MemoryAccessErrors = true
; Fix a handful of out-of-bounds or use-after-free bugs. Required for experimental memory patches.
MO5STypo = true
 
SlowTimeCameraMovement = true
SlowTimeCameraMovement = true
; Fix camera movement sensitivity during slow time
TreeReflections = true
TreeReflections = true
; Fix tree LOD reflection alpha. ENB contains this fix, but there is no conflict.
VerticalLookSensitivity = true
VerticalLookSensitivity = true
; Make vertical look sensitivity not tied to framerate</pre>
</p>
 
{{Fc|salmon|Leave the remainder of the settings at their defaults, unless the changes are known and desired.}}
Leave the remainder of the settings at their defaults.
}}
}}

Latest revision as of 18:35, January 3, 2023

SSE Engine Fixes

by Nukem, Ryan, aers

Game:

SkyrimSE

Download:

Mod Group:

Baseline:

n/a

Links:

CR Patch:

No

LW Patch:

No

PP Patch:

No

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
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

  1. Download and install (Part 1) Engine Fixes for 1.5.xx Main File in MO.
  2. Download (Part 2) Engine Fixes preloader Main File.
  3. Extract the contents of the second archive to the root Skyrim SE directory (e.g. ../Steam/SteamApps/Common/Skyrim Special Edition)

Once installed, double-click on the mod to open up the information window, and ensure the following settings in EngineFixes.toml ("Text Files" tab):

[Patches] EnableAchievementsWithMods = true FormCaching = true MaxStdio = 2048 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

Leave the remainder of the settings at their defaults, unless the changes are known and desired.