Skyrim Special Edition Modding on OpenMods
AdventureRPGSandbox0 ModsSKSE64, the 1.5.97 vs 1.6.x divide, and the modern Skyrim modding stack
Read more
Articles & guides
About
More about The Elder Scrolls V: Skyrim Special Edition
The 64-bit reboot that became modding's centre of gravity
Skyrim Special Edition (2016) is a 64-bit re-release of the 2011 game on a refreshed engine. Bethesda's stated goal was platform parity for consoles; the side effect was that PC modding suddenly had a far bigger memory budget, more stable hooks, and a clean break from the 32-bit Legendary Edition's limits. Over the following years, virtually every meaningful Skyrim mod author moved to SSE, and "Skyrim modding" in any current context almost always means Special Edition.
This is the version to install if you're new to Skyrim modding in 2026.
The toolchain
The SSE stack is parallel to but distinct from the Legendary Edition stack:
- SKSE64 / SKSEAE: Skyrim Script Extender, with separate builds for the 1.5.97 "Special Edition" branch and the newer 1.6.x "Anniversary Edition" branch. Pick one and pin it; mods target one or the other.
- Address Library for SKSE Plugins: a compatibility layer most mods rely on so they don't need recompiling for every SKSE patch.
- Mod Organizer 2 (MO2): same tool as Legendary Edition, just with a different game profile.
- SkyUI: UI overhaul, brings the MCM (Mod Configuration Menu) framework. Universal dependency.
- Unofficial Skyrim Special Edition Patch (USSEP): community bug fixes, load near the top.
For deeper graphics work:
- ENB: shader/post-processing injector. Optional but extremely popular for screenshot/visual mod lists.
- Community Shaders: newer, performance-focused ENB alternative.
What you'll find on OpenMods
The vast majority of Special Edition mods live on Nexus Mods. OpenMods catalogues the GitHub-published corner, typically SKSE plugins, modder utilities, and developer-oriented tooling. For content mods, follow-quest mods, and large texture replacers, you'll still go to Nexus.
Practical notes
- Anniversary Edition vs Special Edition vs Special Edition GOG. Bethesda's branding makes this confusing. The technical distinction that matters: game executable version. 1.5.97 is the pre-Anniversary "Special Edition" build, 1.6.x is "Anniversary Edition". Some mods (and SKSE itself) require one specific version. Many users intentionally hold SSE at 1.5.97 by disabling Steam auto-updates to preserve mod compatibility.
- Downgrade if needed. If your Steam install auto-updated to 1.6.x and your mod list assumes 1.5.97, the community-maintained SSE Downgrader restores 1.5.97 executables.
- MO2 over Vortex. Both work; MO2 is the power-user choice for serious mod lists, Vortex is friendlier for casual setups. Pick MO2 if you want to learn the tool properly.
- LOOT for plugin ordering, MO2 for mod ordering. They sort different lists. Run LOOT after every mod install.