Download Games & Demos Mods & Add-Ons Patches Tools Wallpapers Trainers

The Elder Scrolls V: Skyrim Special Edition - SSE Engine Fixes (skse64 plugin) v.6.1.1 - Game mod - Download

The file SSE Engine Fixes (skse64 plugin) v.6.1.1 is a modification for The Elder Scrolls V: Skyrim Special Edition, a(n) rpg game. Download for free.

file typeGame mod

file size623.2 KB

downloads410

(last 7 days)4

last updateTuesday, November 22, 2022

Free download

Report problems with download to [email protected]

SSE Engine Fixes (skse64 plugin) is a mod for The Elder Scrolls V: Skyrim – Special Edition, created by  aers, Nukem and Ryan

Description (in authors’ own words):

A WIP skse64 plugin for Skyrim Special Edition to fix bugs and patch issues.

EngineFixes

  1. VerboseLogging (default: false) - Enables more verbose logging in the log file.
  2. CleanSKSECosaves (default: true) - Deletes SKSE cosaves with no matching save on launch.

Patches

  1. DisableChargenPrecache (default: false) - "Precache Killer" function, duplicated from RaceMenu.
  2. EnableAchievementsWIthMods (default: true) - Enables achievements when you have mods installed.
  3. FormCaching (default: true) - Caches recently accessed forms. Similar to SSE Fixes.
  4. MaxStdio (default: true) - Raises max file handle limit from 512 to 2048, which should fix "False Save Corruption" bug in most cases.
  5. RegularQuicksaves (default: false) - Makes quick saves use the regular save handler.
  6. SaveAddedSoundCategories (default: true) - Saves volume settings for mod-added sound categories to a separate ini file. This functionality is the same as Audio Overhaul for Skyrim SE's dll, but they will not conflict.
  7. ScrollingDoesntSwitchPOV (default: false) - Makes it so using your scroll wheel won't swap between 1st/3rd person. See LE mod here?
  8. SleepWaitTime (default: false) - Lets you change the time it takes to sleep or wait. See LE mod here?
  9. SleepWaitTimeModifier (default: 0.3) - The in-game default time is 1.0; smaller values speed up the sleep/wait time, higher values slow it down
  10. TreeLODReferenceCaching (default: true) - Requires FormCaching. Fixes the very slow Tree LOD function that causes framerate drops most noticeable in Riften. Similar to SSE Fixes.
  11. WaterflowAnimation (default: true) - Decouples water flow animation from in-game timescale, so that decreasing/increasing your timescale doesnt mess with the water animation speed.
  12. WaterflowSpeed (default: 20.0) - Sets the waterflow speed for the animation patch. The default of 20 is equal to the default timescale, and is probably OK unless you want the water to appear slower/faster for some reason.

Fixes

  1. ArcheryDownwardAiming (default: true) - Fix a bug where projectiles sometimes don't fire properly if you're aiming downward. Ported from Cobb's LE fix (see here)
  2. AnimationLoadSignedCrash (default: true) - Fix an improper unsigned/signed conversion. Should allow loading more animations before a CTD. If you use Animation Limit Crash Fix SSE I suggest disabling this to use that mod's fix instead.
  3. BethesdaNetCrash (default: true) - Fixes a crash on startup caused by improper handling of non-ASCII characters in Bethesda.net HTTP response headers.
  4. BSLightingAmbientSpecular (default: true) - Fixes a bug where lighting template Directional Ambient Specular & Fresnel Power are broken
  5. BSLightingShaderForceAlphaTest (default: true) - Forces alpha testing in the lighting shader. Fixes object LOD reflections on water.
  6. BSLightingShaderParallaxBug (default: true) - Fixes a bug with parallax lighting shaders
  7. CalendarSkipping (default: true) - Fixes the bug listed under Notes on this page
  8. DoublePerkApply (default: true) - Fixes a bug where NPCs in the player's cell will have their perk effects applied twice on game load
  9. EquipShoutEventSpam (default: true) - Fixes a bug where the 'Equip Shout' script would fire a shout equipped event even if the equip failed.
  10. GetKeywordItemCount (default: false) - Fixes the condition function "GetKeywordItemCount" returning incorrect values in some situations.
  11. GHeapLeakDetectionCrash (default: true) - Fixes a crash where scaleform attempts to report a memory leak but the code doesnt exist in Skyrim
  12. LipSync (default: true) - Fixes the lip sync bug, same as LE bug fixes.
  13. MemoryAccessErrors (default: true) - Fixes a handful of out-of-bounds or use-after-free bugs. Required for experimental memory patches.
  14. MO5STypo (default: true) - Fixes a typo in the ARMA (Armor Addon) form loader preventing 1st person female alternate texture sets from being loaded.
  15. PerkFragmentIsRunning (default: true) - See Misc Fixes SSE's readme? for details.
  16. RemovedSpellBook (default: true) - See Misc Fixes SSE's readme? for details.
  17. SaveScreenshots (default: true) - Fixes save game screenshots being blank when TAA is disabled.
  18. SlowTimeCameraMovement (default: true) - Fixes camera movement being slow during slow time effects.
  19. TreeReflections (default: true) - Fixes tree LOD reflections. No conflict with ENB.
  20. UnequipAllCrash (default: true) - Fixes a crash when invoking "Actor.UnequipAll" on an actor without an AI process.
  21. VerticalLookSensitivity (default: true) - Makes vertical look sensitivity not tied to framerate.
  22. WeaponBlockScaling (default: true) - Fixes weapon blocking so it correctly scales off of the blocking actor's weapon.

Warnings

DupeAddonNodes (default: true)

ADDN (Addon Node) forms have a node index that must be unique across your entire load order. A warning box will pop up if you have a conflict in your load order, and the conflicting mods will be logged to your Engine Fixes log file. To resolve this, you need to contact the mod author(s) whose mods have conflicts, and one of them will have to change which node index they are using. Please be courteous :)

RefHandleLimit (default: true)

RefrMainMenuLimit (default: 800000)

RefrLoadGameLimit (default: 1000000)

For detailed information on this engine limitation, see my reddit post?.

This will pop up a warning box if your reference handle limit is above the configured warning levels at your main menu and whenever you load a save game.

Over the course of a 100+ hour game session, it is easily possible to build a large reference count in your save game, so the Main Menu limit is by default configured to 800k, which is 250k~ below the actual limit. If you don't intend to play long saves you can probably safely raise this warning limit.

The load game limit is set to 1 million (48k below the limit). If your save game is getting dangerously close to the limit it is possible to reduce the references stored in it using ReSaver?, but keep in mind this can cause things in your game world to disappear/respawn depending on your choices.

Currently, the only solution to this issue is to either remove non-master plugins with large reference counts from your load order, or turn them into master plugins.

Experimental

  1. CellInit (default: true) - Fixes a rare crash where a form does not get converted from an id to a pointer.
  2. MemoryManager (default: false) - Disables built-in memory manager for the game's largest heaps. This is the famous "Use OS Allocators" patch
  3. from LE.
  4. UseTBBMalloc (default: true) - If you enable the memory manager patch, this will also replace standard malloc with tbbmalloc. This does nothing if the memory manager patch is disabled.
  5. SaveGameMaxSize (default: false) - Expands maximum save game size from 64 MB (uncompressed) to 128 MB. If you have a long playthrough and your game starts crashing when you try to save, this might fix it. Marked experimental because I can't test it myself, but is most likely safe.

Credits

Nukem - more stuff than I can mention

Sniffleman/Ryan - Misc Fixes + CommonLibSSE

meh321 - research into tree LOD function (SSE fixes), bugfixes LE & port permissions

sheson - skse plugin preloader for LE alongside meh

himika - scatter table implementation from libskyrim (LE), plus tons of research function/variable names

kassent - useful information from the source code of various skse plugins

Kole6738 - cosave cleaner idea+code

LStewieAL - Things ported from here

To install:

Extract to game’s main folder.

This mod requires Script Extender, Address Library and Microsoft Visual C++ Redistributable for Visual Studio 2019

  • Last update: Tuesday, November 22, 2022
  • Genre: RPG
  • File size: 623.2 KB
see more

Popular files for The Elder Scrolls V: Skyrim Special Edition

Name

Type

Size

Date

Total

7 days

The Elder Scrolls V: Skyrim Special Edition - Address Library for SKSE Plugins v.2 (Special Edition only) mod 2.8 MB 1/19/2022 5.5K 23
The Elder Scrolls V: Skyrim Special Edition - Open Cities v.3.1.6 mod 11.7 MB 6/7/2020 14.4K 20
The Elder Scrolls V: Skyrim Special Edition - Unofficial Skyrim Special Edition Patch v.4.2.8 mod 196.8 MB 10/18/2022 29.8K 18
The Elder Scrolls V: Skyrim Special Edition - SkyUI SSE v.5.2 mod 2.7 MB 6/30/2021 14.3K 10
The Elder Scrolls V: Skyrim Special Edition - Clean Save Collection - Main Quest Complete mod 45.8 MB 4/19/2021 1.4K 10
The Elder Scrolls V: Skyrim Special Edition - Skyrim Special Edition Script Extender v.2.0.20 mod 1.3 MB 11/12/2021 6.9K 9