Getting Started with Skyrim Modding (Legendary Edition)
MO2, SKSE, the unofficial patches, and the load-order discipline that keeps saves alive
If you're new to Skyrim modding and you've landed on the original 2011 version (rather than Special Edition), this guide is for you. If you can switch to Special Edition, do — the modern Skyrim modding world has moved on. But for legacy original-Skyrim installs, the setup below is what works.
The non-negotiable principle: never install mods directly into your Skyrim folder. Use a mod manager from the very first mod. The reasons become obvious by mod number ten, but by then the damage is done.
Step 1 — Install Mod Organizer 2
Mod Organizer 2 is the community-standard mod manager. Open-source, actively maintained, virtual file system. Download the installer, run it, and point it at your Skyrim install directory when prompted.
MO2 doesn't modify your Skyrim folder. It builds a virtual file tree at runtime — your installed mods live in MO2's own folder, and MO2 "projects" them into Skyrim only when launching the game through it. This means: removing a mod actually removes it. Swapping mod profiles is one click. Reverting to vanilla is launching Skyrim directly from Steam.
Step 2 — Install SKSE
Skyrim Script Extender is required for most modern Skyrim mods. Download the build matching your Skyrim version — for the Legendary Edition the file is named skse_1_07_03.7z or similar.
Extract the archive's contents directly into your Skyrim install folder (the one with TESV.exe). The required files are skse_loader.exe, skse_steam_loader.dll, skse_1_9_32.dll, and the Data/ folder.
Launch Skyrim through MO2 → in the dropdown, select SKSE (added automatically if MO2 detects it). The Skyrim main menu's bottom-left corner should show the SKSE version when it loads correctly.
Step 3 — Install the essentials
Three mods every modded Skyrim install needs:
- Unofficial Skyrim Legendary Edition Patch (USLEEP) — bug fixes the original developer never patched. Load near the top.
- SkyUI — UI overhaul. Provides the MCM (Mod Configuration Menu) framework most other mods use for in-game settings.
- A Quality World Map — a non-essential but near-universal pick. Replaces the fog-of-war world map with a clear, fully-zoomable one.
Install each through MO2's "Install a new mod" flow: drag the downloaded .7z onto MO2's left pane, click the checkbox to enable it.
Step 4 — Run LOOT to sort load order
LOOT (Load Order Optimisation Tool) reads your installed plugins and proposes a load order based on community-maintained rules. It's separate from MO2 but integrates with it.
Run LOOT from MO2's toolbar. Click Sort, then Apply. Your plugin list (MO2's right pane) reorders itself.
LOOT isn't perfect — large mod collections sometimes need manual tweaks — but it gets you 95% of the way there for a new setup.
Step 5 — Start a new save
This is the single most-violated rule in Skyrim modding: start a new save after finalising your mod list, and don't add or remove script-heavy mods mid-playthrough.
Skyrim's save format embeds active scripts. Removing a mod that injected scripts leaves orphaned data in your save forever. There's no "clean save" tool that fully fixes this — there are partial mitigations (FallrimTools' Resaver), but the only reliable answer is: pick your mods, start fresh, finish the playthrough on that mod list.
Common gotchas
- Mods installed outside MO2 are invisible to MO2. If you copied mods directly into
Skyrim/Data/, MO2 won't see them, but they'll load and conflict with MO2-managed mods. The fix is to remove the manually-installed files and reinstall through MO2. - SKSE version mismatch. SKSE builds are tied to specific Skyrim patches. The latest Steam update of Skyrim Legendary Edition is the 1.9.32.0.8 patch; SKSE for that is 1.7.3. Newer SKSE builds won't load.
Memory blocks log shows page faults— Skyrim Legendary Edition is 32-bit and has a ~3.1 GB memory ceiling. Large texture packs hit this. The fix is the Crash Fixes mod plus the SKSE INI memory tuning — or moving to Special Edition.- Plugin limit. Original Skyrim can load 255 active
.esp/.esmfiles. Past 255, additional plugins are ignored silently. Merging plugins (zMerge, mator's tools) is the standard workaround. - Save bloat. A long modded playthrough's save file grows monotonically. Save game cleaning isn't a beginner task — it's a "I have 50 hours invested in this character and something broke" task.
If you can switch to Special Edition, the equivalent guide for SSE is at /guides/getting-started-the-elder-scrolls-v-skyrim-special-edition.