User:DrPharmDawg/SkyRem Guide Section1 Update: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 75: Line 75:
=== {{Fc|White|Modding Tools}} ===
=== {{Fc|White|Modding Tools}} ===


==== [https://www.nexusmods.com/skyrimspecialedition/mods/20061 SSE CreationKit Fixes ====
==== {{[https://www.nexusmods.com/skyrimspecialedition/mods/20061 SSE CreationKit Fixes}} ====
<div style="border:2px solid Red; margin:5px;background-color:#301515; border-radius:15px">
<div style="border:2px solid Red; margin:5px;background-color:#301515; border-radius:15px">
* Author: Nukem
* Author: Nukem

Revision as of 13:33, March 16, 2021


SkyRem Guide Pages

Home Page
Section I <-----
Section II
Section III
Section IV
Final Steps
Changelog

SkyRem Guide Support

Discord: Discord Channel for all things SkyRem (Guide and Mods).
Patreon: Support SkyRem development via Patreon.
PayPal: Support with a one-time donation via PayPal.
Trello: See guide development progress on Trello.

Section I


SETUP

Start Fresh

The SkyRem Guide assumes a freshly installed, never modified Skyrim Special Edition Version 1.5.97.

Always start with a clean setup when starting or restarting any guide. Sometimes this is the only way to ensure there are no remnants from a previous modding experience gone awry, or left overs that will result in issues later. Unintended changes can happen to your base game files, no matter what you do to keep them untouched. If ever in doubt, start from scratch by removing, re-downloading, and re-installing. While this is a hassle to say the least, the last action prior to Step 1 below is to create a Backup in anticipation of needing to start over. I strongly discourage skipping this task.

Make sure Steam is not in your Program Files directory. If it is, install it elsewhere. The ideal scenario is on a separate drive from your OS, preferably on a SSD drive. Having Steam installed in your Program Files can lead to issues during the modding process.

With a clean setup, create your INI files, turn off the Steam Overlay, and disable Automatic Updates in Steam as follows:

1. [Launch] Skyrim through Steam to complete setup of INI files, then [Exit] the Skyrim Launcher (but keep Steam open).
2. Click [Steam] and [Settings] in the tool bar.
3. Select the [In-Game] tab and uncheck the [Enable the Steam Overlay while in-game], and click [OK].
4. Navigate to your [Library], right-click [Elder Scrolls V: Skyrim Special Edition] and select [Properties].
5. Navigate to the [Updates] tab, and under [Automatic Updates], change the drop-down to [Only update this game when I launch it].
6. [Exit] Steam.

For the purpose of this guide, the Creation Kit (CK) will be needed to properly port mods from Legendary Edition (LE) to Special Edition (SE). The CK can also be used to modify plugins and create new mods, though we will not be using it for these functions (out of scope of this guide). If you do not have the CK, or if you are starting with a fresh install:

1. Download and install Bethesda.net Launcher.
2. [Launch] Bethesda.net and click the [CK Icon] on the side bar.
3. [Launch] the CK - when asked to Extract scripts (or unpack), click [YES]. This may take a few minutes. When done, exit CK.
4. Navigate to the Skyrim Folder - you should see the CreationKit.exe now. Create a new text file and name it CreationKitCustom.ini.
5. Copy and paste the lines in the following box into this file, save, and exit.
[General]
bAllowMultipleMasterFiles=1
bAllowMultipleMasterLoads=1

[MESSAGES]
bBlockMessageBoxes=1

Until the Creation Kit Fixes mod is updated to the newest CK release, download and replace the CreationKit.exe with this one:==== Creation Kit EXE

Before beginning installation of the tools and mods, setup a folder structure to keep things organized. Currently, you have a Steam folder that contains Steam and Skyrim SE. In the same folder in which Steam is located, create three more folders:

1. Navigate to the folder in which your Steam folder is located.
2. Create three new folders and name them Tools, Mod Organizer, and Backup.

You should have a folder (root) that looks something like this:

This PC > Game (E:)
  Backup
  Mod Organizer
  Steam
  Tools

Modding Tools

{{[https://www.nexusmods.com/skyrimspecialedition/mods/20061 SSE CreationKit Fixes}}

  • Author: Nukem
  • Mod Version: 3.1
  • TOOL
MAIN FILE: CK64Fixes Release 3.1
Install: Manually download and extract the files into the Skyrim folder.

[https://www.nexusmods.com/skyrimspecialedition/mods/6194 Mod Organizer 2

  • Author: Tannin-MO2 Team
  • Mod Version: 2.4.0
  • TOOL
MAIN FILE: Mod Organizer 2
Install: Manually download and run the executable, installing to the Mod Organizer folder. Run MO2, selecting [Portable] when prompted. Choose [Skyrim Special Edition].
Setup: Once in MO2, complete the following:
  1. Click the [Configure settings and workarounds] icon (last icon in tool bar; wrench + driver).
  2. Under [General], untick Check for updates.
  3. Under [Mod List], untick Display mods installed outside MO to remove the DLCs if you prefer (I do this as there is no reason to keep them in the left pane).
  4. Under [Paths], change the Downloads if you want downloads going to a different drive/folder.
  5. Under [Nexus], click the Associate with "Download with manager" links button, and update your Nexus Connection info if needed.
  6. Under [Workarounds], update your Steam info if needed.
  7. Click the [Configure Profiles] icon (ID Card).
  8. [Create] two new profiles naming them Vanilla and SkyRem. Exit the [Configure Profiles] function.
  9. Change the current [Profile] by selecting Vanilla in the drop-down box (next to [Profile]. [Remove] the Default profile.
Executables: As you setup the tools below, those with an Executable note need to be set up to run through MO2 (and utilize MO2s VFS).
  1. Click the [Configure the executables that can be started through Mod Organizer] icon (two gears).
  2. Click the [+] to add a new executable. Note: LOOT and Creation Kit should already be setup as executables if already installed.
  3. Enter the name of the tool in the [Title] field.
  4. Use the [...] to find the tool's executable file for the [Binary] field.
  5. Note any text that should be included in the [Arguments] field.
  6. Click [OK] to add and exit the window, or [Apply] to add and keep the window open to add more executables.

[https://github.com/deorder/mo2-plugins Merge Plugins Hide

  • Author: deorder
  • Mod Version: ---
  • TOOL
MAIN FILE: Merge Plugins Hide
Note: Merge Plugins is no longer needed since the guide no longer has Merging as a function, but if you do need to merge plugins this is a useful tool to have.
Download: Download by clicking the green button and selecting Download Zip.
Install: Extract the file into the Mod Organizer/plugins/data folder. The option will be added to the [Tools] >> [Tools Plugins] menu.

[https://github.com/loot/loot/releases LOOT

  • Author: WrinklyRobot
  • Mod Version: 0.16.0
  • TOOL
MAIN FILE: LOOT.Installer.exe
Install: Manually download and run the installer. Install to the Tools folder.

[https://github.com/TES5Edit/TES5Edit/releases/tag/xedit-4.0.3 GitHub SSEEdit

  • Author: ElminsterAU and the xEdit team
  • Mod Version: 4.0.3
  • TOOL
MAIN FILE: SSEEdit
Install: Manually download and extract the file into the Tools folder under SSEEdit.
Executable: Add SSEEdit as an executable to MO2.
       Binary = [SSEEdit.EXE]
       Argument = Leave Blank
Executable: Add SSEEdit QuickAutoClean as an executable to MO2.
       Binary = [SSEEditQuackAutoClean.EXE]
       Argument = [-dontcache]

[https://www.nexusmods.com/skyrimspecialedition/mods/49373 Automation Tools for TES5Edit

  • Author: Mator
  • Mod Version: 1.5c
  • TOOL
MAIN FILE: Automation Tools
Install: Manually download and extract to the Tools/SSEEdit/Edit Scripts folder.

[https://www.nexusmods.com/skyrimspecialedition/mods/68617 MXPF - Mator's xEdit Patching Framework

  • Author: Mator
  • Mod Version: 1.1.0
  • TOOL
MAIN FILE: MXPF-a
Install: Manually download and extract the file into the Tools/SSEEdit folder.

[https://www.nexusmods.com/skyrimspecialedition/mods/6837 Wrye Bash

  • Author: Wrye Bash Team
  • Mod Version: 308
  • TOOL
    UPDATE
MAIN FILE: Wrye Bash 308 - Standalone Executable
Install: Manually download and extract the file into the Tools folder under Wrye Bash.
Executable: Add Wrye Bash as an executable to MO2.
       Binary = [Wrye Bash.EXE]
       Argument = Leave Blank

[https://www.nexusmods.com/skyrimspecialedition/mods/39378 Unofficial Mator Smash Updated

  • Author: matortheeternal (Uploaded by chuckseven1)
  • Mod Version: 1.2-beta9
  • TOOL
MAIN FILE: Unofficial Mator Smash Updated Beta
Install: Manually download and extract the file into the Tools folder under Mator Smash.

Executable: Add Mator Smash as an executable to MO2.

       Binary = [MatorSmash.EXE]
       Argument = Leave Blank

[https://www.nexusmods.com/skyrimspecialedition/mods/28783 Mator Smash Rules

  • Author: alazymodder
  • Mod Version: .11
  • TOOL
MAIN FILE: Mator Smash Rules
Install: Manually download and extract the files into the Tools/Mator Smash/settings/Skyrim folder (not place the folder, but the files within the extracted folder).

[https://www.nexusmods.com/skyrimspecialedition/mods/23316 Cathedral Assets Optimizer

  • Author: G_k
  • Mod Version: 5.0.15
  • TOOL
MAIN FILE: Cathedral Assets Optimizer
Install: Manually download and extract the file into the Tools folder under Asset Optimizer.

[https://www.nexusmods.com/skyrimspecialedition/mods/10546 DLL Plugin Loader

  • Author: meh321
  • Mod Version: 1
  • TOOL
MAIN FILE: DLL Plugin Loader v1
Install: Follow the instructions on the Description page (How to install and How to check everything is working correctly) sections.

[https://github.com/z-edit/zedit/releases/tag/0.6.5 GitHub zEdit

  • GitHub
  • Author: matortheeternal
  • Mod Version: 0.6.5
  • TOOL
MAIN FILE: zEdit_v0.6.5_-_Portable_x64.7z
Install: Manually download and extract the file into the Tools folder under zEdit.
Executable: Add zEdit as an executable to MO2.
       Binary = [zEdit.EXE]
       Argument = Leave Blank
Setup: Run zEdit through MO2, select zMerge in the drop-down box, and click [Start Session].
  - Click on the [Edit Settings] (gear) in the upper-right of the tool bar.
  - Click [Integration Settings] and set Mod manager to Mod Organizer, MO2 instance to Portable, and set the paths fields.
  - Click [Merge Settings] and set the output path to the MO2 [mods] folder. Leave the Integrations options unchecked.
  - Click [Archive Creation Settings] and enter 999999 in the Minimum files per archive field and make sure both advanced options are unchecked.
  - Click [OK] and exit zEdit.

[https://github.com/Mutagen-Modding/Synthesis/releases GitHub Synthesis

  • Author: Noggog
  • Mod Version: 0.16.10
  • TOOL
    UPDATE
MAIN FILE: Synthesis.zip
Install: Manually download and extract into the Tools folder under Synthesis.
Executable: Add Synthesis as an executable to MO2.
    Binary = [Synthesis.exe]
    Argument = Leave Blank
Note: Run Synthesis through MO2 to ensure you have the required files. Download and install any requirements using the links in the pop-ups (DotNet SDKs, etc.)

[https://stepmodifications.org/forum/topic/13451-xlodgen-terrain-lod-beta-for-fnv-fo3-fo4-fo4vr-tes5-sse-tes5vr-enderal xLODGen

  • Author: Sheson
  • Mod Version: beta 75
  • TOOL
    UPDATE
MAIN FILE: xLODGen

OPT FILE: SSE-Terrain-Tamriel.esm (Located further down the page under Recommended Optionals)

Install: Manually download and extract the Main File to the Tools folder under xLODGen.
Install: Create a folder in your MO's Mods folder named SSE-Terrian-Tamriel and move the Optional File there. Do not activate it (use only to generate LODs).
Executable: Add xLODGen as an executable to MO2.
       Binary = [xLODGenx64.EXE]
       Argument = [-sse -o"X:\Mod Organizer\Mods\xLODGen Output"]
Executable: Add xLODGen Occlusion as an executable to MO2.
       Binary = [xLODGenx64.EXE]
       Argument = [-sse -o"X:\Mod Organizer\Mods\xLODGen Occlusion Output"]

[https://www.nexusmods.com/skyrimspecialedition/mods/32382 Dynamic Distant Objects LOD - DynDOLOD

  • Author: Sheson
  • Mod Version: 2.94
  • TOOL
    UPDATE
MAIN FILE: DynDOLOD
Install: Manually download and extract to the Tools folder under DynDOLOD.
Executable: Add TexGen as an executable to MO2.
       Binary = [TexGenx64.EXE]
       Argument = [-sse]
Executable: Add DynDOLOD as an executable to MO2.
       Binary = [DynDOLODx64.EXE]
       Argument = [-sse]

[https://skse.silverlock.org/ SilverLock Skyrim Script Extender (SKSE)

  • Author: Ian Patterson, Stephen Abel, Paul Connelly, and Brendan Borthwick (ianpatt, behippo, scruggsywuggsy the ferret, and purple lunchbox)
  • Mod Version: 2.0.19
  • TOOL
MAIN FILE: Current SE build 2.0.19 (runtime 1.5.97)
Install: Extract the files and move the following to your Skyrim folder:
  skse64_1_5_97.dll
  skse64_loader.exe
  skse64_steam_loader.dll
Install: Return to the extracted files and Archive the Data folder. Install this as a new mod through MO2 (second icon in the menu bar). Name the mod SKSE Scripts.

[http://enbdev.com/download_mod_tesskyrimse.htm ENB Dev ENB Series Binaries

  • Author: Boris Vorontsov
  • Mod Version: 0.452
  • TOOL
MAIN FILE: v0.452
Install: In the WrapperVersion directory, copy the d3d11.DLL and d3dcompiler_46e.DLL files to the Skyrim folder.

[https://www.nexusmods.com/skyrimspecialedition/mods/4875 BethINI

  • Author: DoubleYou
  • Mod Version: 3.5
  • TOOL
MAIN FILE: BethINI Standalone Version
Install: Install in the Tools folder.
Setup: Do NOT run BethINI inside MO (do not setup an executable). MO should be completely closed before running BethINI.
       Under the first tab (Setup), make sure the correct profile is selected under INI Path. If not, select it and allow BethINI to reload.

  1. Basic: Click [Default]. After the Default settings load, click [Medium]. After the Medium settings load, select BethINI Presets and check the Recommended Tweaks.
  2. Set the remaining tabs up as pictured below.
  3. Select the [Custom] tab.
  4. Set [Interface] >> [fBookOpenTime] to 200.0000 and click [Save].
  5. Return to the Basic tab and click [Save and Exit].

Additional INI Settings

With the base Skyrim.INI and SkyrimPrefs.INI set, find the SKSE Scripts in MO2's left pane, right-click, and select [Open in Explorer]. Create a new folder named [SKSE] and open it. Create a file and name it SKSE.INI. Copy and paste the following into the new file, save and close.

[Display]
iTintTextureResolution=2048

[General]
ClearInvalidRegistrations=1


Cleaning The Masters

The following procedure will clean your master files (or other files that require cleaning). This process will be used several times through the modding process. Typically, you will not need to back up anything, but for the purpose of keeping your Skyrim folder as clean (and vanilla) as possible, we will be doing this here.

1. Copy and paste to the desktop the Update.ESM, Dawnguard.ESM, Hearthfire.ESM, and Dragonborn.ESM files in the Skyrim/Data folder (this is temporary).
2. In MO, use the Executables drop-box to select [SSEEdit QuickAutoClean] and and click [Run].
3. Select ONLY the Update.ESM and click [Run].
4. Once you see the message Quick Clean mode finished, you can exit.
5. Restart [SSEEdit QuickAutoClean] and repeat for each of the remaining 3 ESMs above. Complete one at a time.

Complete cleaning of Dawnguard

1. Launch [SSEEdit] (not the QuickAutoClean) and load only Dawnguard.ESM.
2. Navigate in the left pane to: [Cell] >> [Block 5] >> [Sub-Block 3] >> [00016BCF].
3. Remove the [XEZN] record by clicking on it in the right pane and selecting [Remove].
4. Navigate in the left pane to: [Cell] >> [Block 2] >> [Sub-Block 1].
5. Right click [0001FA4C] in the left pane and [Remove] the entire record.
6. Navigate in the left pane to: [Cell] >> [Block 8] >> [Sub-Block 1].
7. Right click [0006C3B6] in the left pane and [Remove] the entire record.
8. Exit SSEEdit, saving Dawnguard.ESM.

Create a Cleaned Masters mod and move the Vanilla files back to the Data folder.

1. Navigate to the Data folder with the files you just cleaned. Select these 4 files and create an archive.
2. In MO2, click [Install a new mod from an archive] icon (second icon), and open the archive you just created. Name the mod Cleaned Masters.
3. Move the backup files back to your Data folder (overwrite), and delete the archive in the Data folder.

If you open MO2 now, you should see the SKSE Scripts and Cleaned Masters mods in the left pane.

Make A Backup

To prevent having to restart from scratch [again], this is a good time to create a complete backup of everything up to this point. If something goes wrong, this will be your restore point. Backup the entire /Steam/SteamApps/Common/Skyrim Special Edition/ folder, and place the archive in your Backup folder, naming it Skyrim Vanilla Backup. I also recommend doing the same for your Mod Organizer folder and your Tools folder, resulting in 3 backup files in the Backup folder.

STEP 1: BASE

Part A: Base Mods


SKSE Scripts

Note: Place the SKSE Scripts mod completed earlier here and [Activate] it.

[https://www.nexusmods.com/skyrimspecialedition/mods/21294 .NET Script Framework

  • Author: meh321
  • Mod Version: 14
MAIN FILE: NetScriptFramework SkyrimSE v14

[https://www.nexusmods.com/skyrimspecialedition/mods/17230 SSE Engine Fixes (skse64 plugin)

  • Author: aers - Nukem - Ryan
  • Mod Version: 5.6.0
  • CUSTOM
MAIN FILE: (Part 1) Engine Fixes
MAIN FILE: (Part 2) Engine Fixes - skse64 Preloader and TBB Lib
Note: Install Part 1 as any other mod. Extract Part 2 to your Skyrim folder.

[https://www.nexusmods.com/skyrimspecialedition/mods/33261 Bug Fixes SSE

  • Author: meh321
  • Mod Version: 2
MAIN FILE: Bug Fixes SSE

Cleaned Masters

Note: Place the Cleaned Masters mod completed earlier here and [Activate] it.

[https://www.nexusmods.com/skyrimspecialedition/mods/12604 SkyUI

  • Author: SkyUI Team
  • Mod Version: 5.2SE
  • +1 ESP
MAIN FILE: SkyUI_5_2_SE

[https://www.nexusmods.com/skyrimspecialedition/mods/266 Unofficial Skyrim Special Edition Patch

  • Author: Unofficial Patch Project Team
  • Mod Version: 4.2.4b
  • CORE
  • +1 ESP
MAIN FILE: Unofficial Skyrim Special Edition Patch

[https://www.nexusmods.com/skyrimspecialedition/mods/38775 Cleaned Skyrim SE Textures

  • Author: kartoffel
  • Mod Version: 1.2
MAIN FILE: Kart_CSSET_Overwrite

[https://www.nexusmods.com/skyrimspecialedition/mods/272 Alternate Start - Live Another Life

  • Author: Arthmoor
  • Mod Version: 4.1.4
  • CORE
  • +1 ESP
MAIN FILE: Alternate Start - Live Another Life

[https://www.nexusmods.com/skyrimspecialedition/mods/276 Cutting Room Floor

  • Author: Arthmoor
  • Mod Version: 3.1.9
  • +1 ESP
MAIN FILE: Cutting Room Floor

[https://www.nexusmods.com/skyrimspecialedition/mods/46358 Completionist - Quest Tracker

  • Author: Ic0nic0de
  • Mod Version: 2.6
  • UPDATE
  • +1 ESL
MAIN FILE: Completionist Quest tracker (ESPFE)

[https://www.nexusmods.com/skyrimspecialedition/mods/11802 Legacy of the Dragonborn SSE

  • Author: icecreamassassin
  • Mod Version: 5.4.5
  • CORE
  • +1 ESM
MAIN FILE: Legacy of the Dragonborn

[https://www.nexusmods.com/skyrimspecialedition/mods/44923 Quest and Reward Delay for Legacy of the Dragonborn

  • Author: Kriana
  • Mod Version: 1
  • +1 ESL
MAIN FILE: Legacy of the Dragonborn Delay Patch

[https://www.nexusmods.com/skyrimspecialedition/mods/12253 Relic Hunter- Guildmaster Start (Legacy and ASLAL addon)

  • Author: Icecreamassassin
  • Mod Version: 2.0.3
  • +1 ESP
MAIN FILE: Relic Hunter- Guildmaster Start

Part B: SKSE Plugins


[https://www.nexusmods.com/skyrimspecialedition/mods/32444 Address Library for SKSE Plugins

  • Author: meh321
  • Mod Version: 2

OPT FILE: Database for 1.5.97.0

[https://www.nexusmods.com/skyrimspecialedition/mods/21220 Alternate Conversation Camera

  • Author: NasiGorengCumi
  • Mod Version: 2.4.4
  • CUSTOM
MAIN FILE: Alternate Conversation Camera

[https://www.nexusmods.com/skyrimspecialedition/mods/43936 Better Combat Escape - SSE

  • Author: Maxsu
  • Mod Version: v0.83
MAIN FILE: Better Combat Escape - SSE V0.83

[https://www.nexusmods.com/skyrimspecialedition/mods/18967 Better Jumping SE

  • Author: meh321 and z65536
  • Mod Version: 1.7.1
  • CUSTOM
MAIN FILE: Better Jumping SE

[https://www.nexusmods.com/skyrimspecialedition/mods/24858 ConsoleUtilSSE

  • Author: Ryan
  • Mod Version: 1.2.0
MAIN FILE: ConsoleUtilSSE

[https://www.nexusmods.com/skyrimspecialedition/mods/34705 SSE Display Tweaks

  • Author: SlavicPotato
  • Mod Version: 0.4.8-3
  • CUSTOM
MAIN FILE: SSE Display Tweaks

[https://www.nexusmods.com/skyrimspecialedition/mods/23174 ENB Helper SE

  • Author: aers
  • Mod Version: 1.5
MAIN FILE: ENB Helper SE 1.5 for SSE 1.5.97

[https://www.nexusmods.com/skyrimspecialedition/mods/19608 Encounter Zones Unlocked SE

  • Author: underthesky and z65536
  • Mod Version: 1.4
MAIN FILE: Encounter Zones Unlocked SE

[https://www.nexusmods.com/skyrimspecialedition/mods/17751 Experience

  • Author: zax
  • Mod Version: 1.2.0
  • CUSTOM
MAIN FILE: Experience

[https://www.nexusmods.com/skyrimspecialedition/mods/13956 FileAccess Interface For Skyrim SE Scripts - FISSES

  • Author: TerenceYao
  • Mod Version: 1.3.7
  • +1 ESP
MAIN FILE: FileAccess Interface for Skyrim SE Scripts - FISSES

[https://www.nexusmods.com/skyrimspecialedition/mods/32561 Fix Note icon for SkyUI (SKSE64 plugin)

  • Author: 0xC0000005
  • Mod Version: 1.2.1
MAIN FILE: FixNotesForSkyUI SKSE64 2.0.17

[https://www.nexusmods.com/skyrimspecialedition/mods/38438 SSE FPS Stabilizer

  • Author: Shizof
  • Mod Version: 1.1.2
MAIN FILE: SSE FPS Stabilizer - MAIN FILE

[https://www.nexusmods.com/skyrimspecialedition/mods/15109 Fuz Ro D-Oh - Silent Voice

  • Author: shadeMe
  • Mod Version: 1.7
MAIN FILE: Fuz Ro D'oh

[https://www.nexusmods.com/skyrimspecialedition/mods/41953 SSE Gameplay Tweaks

  • Author: meh321
  • Mod Version: 5
  • CUSTOM

OPT FILE: GameplayTweaks v5

[https://www.nexusmods.com/skyrimspecialedition/mods/42811 zxlice hitStop SSE - Script Free

  • Author: zxlice
  • Mod Version: 0.9.3
MAIN FILE: zxlice hitStop - SSE v0.9.3a

[https://www.nexusmods.com/skyrimspecialedition/mods/27742 I'm Walkin' Here

  • Author: Ryan
  • Mod Version: 1.5.0
MAIN FILE: I'm Walkin' Here

[https://www.nexusmods.com/skyrimspecialedition/mods/13366 Inventory Functions SE

  • Author: Quad2Core
  • Mod Version: 0.07.00
MAIN FILE: Inventory Functions SE

[https://www.nexusmods.com/skyrimspecialedition/mods/42544 Item Durability

  • Author: meh321
  • Mod Version: 3
  • CUSTOM
MAIN FILE: Item Durability v3

[https://www.nexusmods.com/skyrimspecialedition/mods/19250 More Informative Console

  • Author: Linthar
  • Mod Version: 0.34
MAIN FILE: More Informative Console for SKSE

[https://www.nexusmods.com/skyrimspecialedition/mods/27713 Mum’s the Word

  • Author: Ryan
  • Mod Version: 1.2.1
  • CUSTOM
MAIN FILE: Mum’s the Word

[https://www.nexusmods.com/skyrimspecialedition/mods/42161 No Grass In Objects

  • Author: meh321
  • Mod Version: 6
MAIN FILE: Grass Control v6

[https://www.nexusmods.com/skyrimspecialedition/mods/40261 NPC AI Process Position Fix - SSE

  • Author: Maxsu
  • Mod Version: 4.03
MAIN FILE: NPC AI Process Pos Fix-SSE-V4.03

[https://www.nexusmods.com/skyrimspecialedition/mods/42574 OnHit Animations Framework - SSE

  • Author: Maxsu
  • Mod Version: v1.15
MAIN FILE: OnHit Animations Framework SSE- v1.15
Note: Required for Flinching

[https://www.nexusmods.com/skyrimspecialedition/mods/13048 PapyrusUtil SE - Modders Scripting Utility Functions

  • Author: exiledviper meh321
  • Mod Version: 3.9
MAIN FILE: PapyrusUtil SE - Scripting Utility Functions

[https://www.nexusmods.com/skyrimspecialedition/mods/36095 Player Rotation in ShowRaceMenu

  • Author: Felisky
  • Mod Version: 1.0.0
MAIN FILE: Player Rotation in ShowRaceMenu v1.0.0 for SkyrimSE

[https://www.nexusmods.com/skyrimspecialedition/mods/8889 Skyrim Skill Uncapper

  • Author: Kassent
  • Mod Version: V1.1.0
MAIN FILE: Skyrim Skill Uncapper
Note: Change the path for SkyrimUncapper.dll to Data\DLLPlugins\ (default is Data\SKSE\Plugins). You may need to create the DLLPlugins folder.

[https://www.nexusmods.com/skyrimspecialedition/mods/36869 Spell Perk Item Distributor

  • Author: powerofthree
  • Mod Version: 4.3
MAIN FILE: Spell Perk Item Distributor

[https://www.nexusmods.com/skyrimspecialedition/mods/43339 Stagger Direction Fix - SSE

  • Author: Maxsu
  • Mod Version: v2.02
MAIN FILE: Stagger Direction Fix-SSE V2.02

[https://www.nexusmods.com/skyrimspecialedition/mods/19832 Stay At The System Page - Updated

  • Author: Ryan - iammitochondrion
  • Mod Version: 1.5.0
MAIN FILE: StayAtSystemPageSE

[https://www.nexusmods.com/skyrimspecialedition/mods/24720 To Your Face SE And VR

  • Author: underthesky and xILARTH
  • Mod Version: 1.0h
MAIN FILE: To Your Face SE

[https://www.nexusmods.com/skyrimspecialedition/mods/21765 Uninterrupted Ethereal Form

  • Author: meh321
  • Mod Version: 2
MAIN FILE: Uninterrupted Ethereal Form v2

[https://www.nexusmods.com/skyrimspecialedition/mods/21729 Uninterrupted Invisibility

  • Author: meh321
  • Mod Version: 2
MAIN FILE: Uninterrupted Invisibility v2

STEP 1 CHECK

VERIFY:
- Mods: 46
- Plugins: 14 (ESMs = 8, ESPs = 4, ESMs + ESPs = 12, ESLs = 2)
LOOT:
 - Use LOOT to sort your Load Order.

STEP 2: INTERFACE

Part A: Interface


[https://www.nexusmods.com/skyrimspecialedition/mods/Atlas Map Markers SE - Updated with MCM

  • Nexus
  • Author: Kronixx and kryptopyr
  • Mod Version: 2.0
  • +1 ESP
MAIN FILE: Atlas Map Markers

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Better Container Controls for SkyUI

  • Nexus
  • Author: CDCooley
  • Mod Version: 3.0
  • ESL
  • +1 ESL
MAIN FILE: BCC-SkyUI-v30
Note: ESL-Flagging the ESP is preferred over the actual ESL file.

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Delphine's Map Reveals Dragon Mounds

  • Nexus
  • Author: AndrealphusVIII
  • Mod Version: 1.0
  • +1 ESL
MAIN FILE: Delphine's Map Reveals Dragon Mounds SE v1.0

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Delphine's Map Reveals Dragon Mounds - Atlas Map Markers SE Patch

  • Nexus
  • Author: AndrealphusVIII and Galgana
  • Mod Version: 1.01
  • +1 ESL
MAIN FILE: AMM DM Patch - kryptopyr

[https://www.nexusmods.com/skyrimspecialedition/mods/Dear Diary - Paper SkyUI Menus Replacer SE

  • Nexus
  • Author: uranreactor
  • Mod Version: 3.0
  • CUSTOM
MAIN FILE: Dear Diary
Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
Dear Diary
Welcome
Welcome
Note about config file
Note about config file

CheckmarkMO.png Next

Next
Journal, Stats, System Menu
Journal, Stats, System Menu
Install Journal, Stats, System Menu?
Install Journal, Stats, System Menu?

DotMO.png Yes

Next
Mod Configuration Menu
Mod Configuration Menu
Install Mod Configuration Menu?
Install Mod Configuration Menu?

DotMO.png Yes

Next
Map Menu
Map Menu
Install Map Menu?
Install Map Menu?

DotMO.png Yes

Install Biege Map Markers Replacer?
Install Biege Map Markers Replacer?

DotMO.png No

Next
Inventory, Magic, Crafting etc Menu
Inventory, Magic, Crafting etc Menu
Install Inventory etc replacer?
Install Inventory etc replacer?

DotMO.png Yes

Install MoreHUD I.E. replacer?
Install MoreHUD I.E. replacer?

DotMO.png Yes

Next
Favorites Menu
Favorites Menu
Install Favorites Menu?
Install Favorites Menu?

DotMO.png Yes, extended version

Next
Book Menu
Book Menu
Install Book Menu?
Install Book Menu?

DotMO.png Yes

Next
Lockpicking Menu
Lockpicking Menu
Install Lockpicking Menu?
Install Lockpicking Menu?

DotMO.png Yes

Next
Perks menu - aspect ratio
Perks menu - aspect ratio
What's your monitor aspect ratio?
What's your monitor aspect ratio?

DotMO.png 16x9 (normal)

Next
Perks Menu (16x9)
Perks Menu (16x9)
Install Player Stats (Perks) Menu replacer?
Install Player Stats (Perks) Menu replacer?

DotMO.png Yes, Extended UI and Experience

Next
Levelup Menu
Levelup Menu
Install Levelup Menu replacer?
Install Levelup Menu replacer?

DotMO.png Yes

Next
Sleep-Wait Menu
Sleep-Wait Menu
Install Sleep-Wait Menu replacer?
Install Sleep-Wait Menu replacer?

DotMO.png Yes

Next
Messageboxes
Messageboxes
Install Messageboxes Replacer?
Install Messageboxes Replacer?

DotMO.png Yes

Next
Tutorials Menu
Tutorials Menu
Install Tutorials Menu replacer?
Install Tutorials Menu replacer?

DotMO.png Yes

Next
Training Menu
Training Menu
Install Training Menu replacer?
Install Training Menu replacer?

DotMO.png Yes

Next
Tab Menu
Tab Menu
Install Tab Menu replacer?
Install Tab Menu replacer?

DotMO.png Yes

Next
Loading Menu
Loading Menu
Install Loading Menu replacer?
Install Loading Menu replacer?

DotMO.png No

Next
Start Menu
Start Menu
Install Main Menu frames replacer?
Install Main Menu frames replacer?

DotMO.png Yes, cleaned version

Install Main Menu background replacer?
Install Main Menu background replacer?

DotMO.png Yes

Next
Cursors
Cursors
Replace the cursor?
Replace the cursor?

DotMO.png Dark red quill (smaller)

Next
Font
Font
Replace the main font?
Replace the main font?

DotMO.png No

Next
Miscellaneous
Miscellaneous
Console Improvements
Console Improvements

DotMO.png 60 FPS More Informative Console

Button Arts
Button Arts

DotMO.png Install Button Arts Replacer (RECOMMENDED)

Loading Spinner Removal
Loading Spinner Removal

DotMO.png Yes

Next
Finish Installation
Finish Installation
Thank you!
Thank you!

DotMO.png Don't forget to check config.txt

Install

[https://www.nexusmods.com/skyrimspecialedition/mods/Extended UI

  • Nexus
  • Author: MrJack
  • Mod Version: 1.2d
  • BSA
    PORT
  • +1 ESP
MAIN FILE: Extended UI
Note: Hide interface/console.swf and interface/statsmenu.swf.

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Just Do It - An inventory-free way to use items

  • Nexus
  • Author: not Shia
  • Mod Version: 1.3
  • +1 ESL
MAIN FILE: Just Do It

[https://www.nexusmods.com/skyrimspecialedition/mods/ No More Laser-Printed Book

  • Nexus
  • Author: Fhaarkas
  • Mod Version: 1.0
MAIN FILE: No More Laser-Printed Book

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Quest Markers Restored

  • Nexus
  • Author: thetrader
  • Mod Version: 1.2.0
  • +1 ESL
MAIN FILE: Quest Markers Restored

[https://www.nexusmods.com/skyrimspecialedition/mods/Racemenu

  • Nexus
  • Author: Expired
  • Mod Version: 0.4.16
  • +1 ESP
MAIN FILE: RaceMenu Special Edition v0-4-16
Note: Hide RaceMenuPlugin.esp.

[https://www.nexusmods.com/skyrimspecialedition/mods/SkyHUD

  • Nexus
  • Author: Fhaarkas
  • Mod Version: 0.90.1B
  • CUSTOM
MAIN FILE: SkyHUD v090B v4

UPDATE FILE: Patch - SkyHUD v090B

Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
SkyHUD
Check
Check
What's New
What's New

DotMO.png Proceed

Next
Install
Install
Please select installation type
Please select installation type

DotMO.png Loose Files

Next
Example Presets
Example Presets
Choose a preset
Choose a preset

DotMO.png SkyHUD Oblivion

Next
Miscellaneous
Miscellaneous
Optional
Optional

DotMO.png Install iHUD compatibility patch

Install

[https://www.nexusmods.com/skyrimspecialedition/mods/A Matter of Time - A HUD clock widget

  • Nexus
  • Author: SkyAmigo
  • Mod Version: 3.0alpha4
  • COMPACT
  • +1 ESL
MAIN FILE: AMatterOfTime

[https://www.nexusmods.com/skyrimspecialedition/mods/moreHUD SE

  • Nexus
  • Author: Ahzaab
  • Mod Version: 4.0.0.5Beta
  • +1 ESL
MAIN FILE: moreHUD SE Light Master

[https://www.nexusmods.com/skyrimspecialedition/mods/moreHUD Inventory Edition

  • Nexus
  • Author: Ahzaab
  • Mod Version: 1.0.18
MAIN FILE: moreHUD Inventory Edition Loose Version
Note: Hide the /Interface/exported/moreHUDIE folder.

[https://www.nexusmods.com/skyrimspecialedition/mods/Paper HUD

  • Nexus
  • Author: rob18
  • Mod Version: 4.0
  • CUSTOM
MAIN FILE: Paper HUD V4
Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
Paper HUD
SkyHUD or LIH
SkyHUD or LIH
Which do you use?
Which do you use?

DotMO.png SkyHUD

Next
Preset
Preset
Preset
Preset

DotMO.png Small Notepad

Next
moreHUD
moreHUD
MoreHUD Compatibility
MoreHUD Compatibility

CheckmarkMO.png Yes

Next
Addons
Addons
QuickLoot Retexture
QuickLoot Retexture

DotMO.png None

WheelMenu
WheelMenu

DotMO.png None

Frostfall
Frostfall

CheckmarkMO.png Yes

Wearable Lanterns
Wearable Lanterns
Select Nothing
Next
Thanks
Thanks
Enjoy
Enjoy

CheckmarkMO.png Note

Install

[https://www.nexusmods.com/skyrimspecialedition/mods/ Sovngarde - Mist's Font Replacer

  • Nexus
  • Author: Mist
  • Mod Version: 8.9
MAIN FILE: Sovngarde - Mist's Font Replacer Bold

[https://www.nexusmods.com/skyrimspecialedition/mods/UIExtensions

  • Nexus
  • Author: Expired
  • Mod Version: 1.2.0
  • BSA
  • +1 ESP
MAIN FILE: UIExtensions v1-2-0
Note: Hide interface/messagebox.swf.

[https://www.nexusmods.com/skyrimspecialedition/mods/Undiscovered Means Unknown - Map Markers

  • Nexus
  • Author: Brin_aSair
  • Mod Version: 2.11
MAIN FILE: Undiscovered Means Unknown - Compass and Map Markers
Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
Undiscovered Means Unknown
Primary Mod Considerations
Primary Mod Considerations
Which do you wish to install?
Which do you wish to install?

DotMO.png Both the Compass and the Map

Player's location to be marked on the map?
Player's location to be marked on the map?

DotMO.png Yes

Next
Primary Installation Considerations
Primary Installation Considerations
Have you installed SkyUI?
Have you installed SkyUI?

DotMO.png Yes

Have you installed a HUD-altering mod?
Have you installed a HUD-altering mod?

DotMO.png SkyHUD

Next
Colored Map Markers
Colored Map Markers
Which colored map marker mod have you installed?
Which colored map marker mod have you installed?

DotMO.png Default - Skyrim SE

Next
Final Options
Final Options
Do you wish for enemies to be visible in compass?
Do you wish for enemies to be visible in compass?

DotMO.png Yes

Next
Final Step - UMU Variants
Final Step - UMU Variants
What icon do you wish to use for undiscovered locations?
What icon do you wish to use for undiscovered locations?

DotMO.png An Empty Rhombus

Next
Installation
Installation
Install
Install

DotMO.png Install

Install

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Viewable Faction Ranks

  • Nexus
  • Author: Reath
  • Mod Version: 1.1.9
  • +1 ESL
MAIN FILE: Viewable Faction Ranks ESL

[https://www.nexusmods.com/skyrimspecialedition/mods/ SkyUI The Adventurer Theme Mod SE

  • Nexus
  • Author: ElSopa
  • Mod Version: 1.0
Note: Hide Interface/SkyUI/bottombar.swf.
MAIN FILE: SkyUI The Adventurer Theme Mod SE
Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
Adventurer Theme
Step1
Step1
STRONGLY RECOMMENDED
STRONGLY RECOMMENDED

CheckmarkMO.png Inventory Icons

Main Menu
Main Menu
Select Nothing
Next
Step2
Step2
Lists
Lists

CheckmarkMO.png Category Icons

Favorites Menu
Favorites Menu

DotMO.png None

Skills Menu
Skills Menu

CheckmarkMO.png Background Replacer

CheckmarkMO.png Background Replacer Dawnguard

Next
Step3
Step3
Map
Map

DotMO.png None

Map Markers
Map Markers
Select Nothing
HUD and Compass
HUD and Compass

DotMO.png None

Next
Step4
Step4
Bottombars
Bottombars

DotMO.png Bottombar Frostfall Widescreen

Bookmenu
Bookmenu

DotMO.png None

Lockpicking
Lockpicking

DotMO.png None

Next
Step5
Step5
Tween Menu
Tween Menu
Select Nothing
Item Card
Item Card

DotMO.png None

Message Boxes
Message Boxes
Select Nothing
Cursors
Cursors

DotMO.png None

Install

[https://www.nexusmods.com/skyrimspecialedition/mods/Immersive HUD - iHUD Special Edition

  • Nexus
  • Author: Gopher
  • Mod Version: 0.2beta
  • COMPACT
  • +1 ESL
MAIN FILE: Immersive HUD - iHUD

[https://www.nexusmods.com/skyrimspecialedition/mods/ Wood and Paper - SkyUI - Dear Diary Skin

  • Nexus
  • Author: uranreactor
  • Mod Version: 1.0
MAIN FILE: Wood and Paper - A Dear Diary Skin

[https://www.nexusmods.com/skyrimspecialedition/mods/SkyRem Guide Custom Settings

  • Nexus
  • Author: DrPharmDawg
  • Mod Version: 6.0.0
MAIN FILE: SkyRem Custom Settings

STEP 2 CHECK

VERIFY: Ensure your counts are as follows:
- Mods: 69
- Plugins: 27 (ESMs = 8, ESPs = 8, ESMs + ESPs = 16, ESLs = 11)
LOOT:
- Use LOOT to sort your Load Order.

STEP 3: FIXES

Part A: Mesh Fixes


[https://www.nexusmods.com/skyrimspecialedition/mods/ Skyrim Particle Patch for ENB

  • Nexus
  • Author: mindflux
  • Mod Version: 1.0
MAIN FILE: Special Edition All-In-One Installation
Note: Download manually via the GoogleDrive link. Once installed, hide Particle Patch for ENB SSE.esp.

[https://www.nexusmods.com/skyrimspecialedition/mods/Static Mesh Improvement Mod - SMIM

  • Nexus
  • Author: Brumbek
  • Mod Version: 2.08
  • +1 ESP
MAIN FILE: SMIM SE 2-08
Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
Static Mesh Improvement Mod
Main Installer Choice
Main Installer Choice
Skyrim Game Version and Install Choices
Skyrim Game Version and Install Choices

DotMO.png Skyrim 2016 Special Edition: Everything

Install

[https://www.nexusmods.com/skyrimspecialedition/mods/ Armor Mesh Fixes SE

  • Nexus
  • Author: RenaPG
  • Mod Version: 1.1
MAIN FILE: Armor Mesh Fixes

UPDATE FILE: Steel Armor Fix

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Skyrim Landscape and Water Fixes

  • Nexus
  • Author: WiZkiD - lilebonymace
  • Mod Version: 5.9
  • +1 ESL
MAIN FILE: Skyrim Landscape and Water Fixes - FOMOD
Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
Skyrim Landscape and Water Fixes
Main
Main
Main Files
Main Files

CheckmarkMO.png Main plugin, meshes and scripts

Patches
Patches
Select Nothing
Walkway Wall FIX
Walkway Wall FIX

DotMO.png Walkway Wall FIX SMIM

Optional
Optional
Select Nothing
Install

[https://www.nexusmods.com/skyrimspecialedition/mods/ Assorted mesh fixes

  • Nexus
  • Author: wankingSkeever
  • Mod Version: 0.13
MAIN FILE: Assorted mesh fixes

[https://www.nexusmods.com/skyrimspecialedition/mods/ Blackreach Tentacle Mesh Fix

  • Nexus
  • Author: wankingSkeever
  • Mod Version: 0.1
MAIN FILE: Blackreach Tentacle Mesh Fix

[https://www.nexusmods.com/skyrimspecialedition/mods/ First Person Sneak Strafe-Walk Stutter Fix

  • Nexus
  • Author: UrbanCMC
  • Mod Version: 1.0
MAIN FILE: First Person Sneak Strafe-Walk Stutter Fix

[https://www.nexusmods.com/skyrimspecialedition/mods/ No More Swirl Effects From Absorb

  • Nexus
  • Author: Ashen
  • Mod Version: 1.0
MAIN FILE: No More Swirl Effects from Absorb - nif

[https://www.nexusmods.com/skyrimspecialedition/mods/Skyrim Project Optimization SE

  • Nexus
  • Author: rgabriel15
  • Mod Version: 1.4
  • +1 ESL
MAIN FILE: Skyrim SE - Project Optimization - ESL VERSION

[https://www.nexusmods.com/skyrimspecialedition/mods/Point The Way

  • Nexus
  • Author: Arthmoor
  • Mod Version: 2.0.6
  • COMPACT
  • +1 ESL
MAIN FILE: Point The Way

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Better Dynamic Snow SE

  • Nexus
  • Author: SparrowPrince TechAngel85 Brumbek
  • Mod Version: 3.3
  • +1 ESP, +1 ESL
MAIN FILE: Better Dynamic Snow SE
Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
Better Dynamic Snow
Better Dynamic Snow SE - Plugins
Better Dynamic Snow SE - Plugins
Plugin Installation
Plugin Installation

DotMO.png Brighter Snow Materials

Next
Better Dynamic Snow SE - Options
Better Dynamic Snow SE - Options
Projected Diffuse Texture
Projected Diffuse Texture

DotMO.png None

Optional Addons
Optional Addons

CheckmarkMO.png No Glacier Snow

Install

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Better Dynamic Ash SE

  • Nexus
  • Author: Arlekin
  • Mod Version: 2.0
  • +1 ESP
MAIN FILE: Better Dynamic Ash SE

[https://www.nexusmods.com/skyrimspecialedition/mods/ Unofficial Material Fix

  • Nexus
  • Author: Elzee
  • Mod Version: 1.17
MAIN FILE: Unofficial Material Fix

OPT FILE: Unofficial Material Fix - High Poly Project patch
OPT FILE: Unofficial Material Fix - Stunning Statues of Skyrim patch

Note: Hide meshes/traps/pedestaltrap/trapnorpedestal01.nif.
Note: Install the Optional Files as a separate mod and name it Unofficial Material Fix - Patches. Do not activate this mod yet.
Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
Unofficial Material Fix - Stunning Statues of Skyrim
Wakened Winterhold
Wakened Winterhold
Winterhold Meshes
Winterhold Meshes

CheckmarkMO.png ENB HD Meshe (reduce glow

Install

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Dlizzio's Mesh Fixes

  • Nexus
  • Author: Dlizzio
  • Mod Version: 2.0
  • +1 ESL
MAIN FILE: Dlizzio's Mesh Fixes

OPT FILE: HD LODs Textures SE Mesh Fix

[https://www.nexusmods.com/skyrimspecialedition/mods/ Word Wall Transparency Fix for ENB

  • Nexus
  • Author: wankingSkeever
  • Mod Version: 0.2
MAIN FILE: Word Wall Transparency Fix for ENB

Part B: Gameplay Fixes


[https://www.nexusmods.com/skyrimspecialedition/mods/Weapons Armor Clothing and Clutter Fixes

  • Nexus
  • Author: kryptopyr
  • Mod Version: 2.1
  • CORE
  • +1 ESP
MAIN FILE: Weapons Armor Clothing and Clutter Fixes
Note: Hide WACCF_BashedPatchLvlListFix.esp.

[https://www.nexusmods.com/skyrimspecialedition/mods/Armor and Clothing Extension

  • Nexus
  • Author: kryptopyr and Gamwich
  • Mod Version: 1.2
  • CORE
  • +1 ESP
MAIN FILE: Armor and Clothing Extension

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Fixes for Armor and Clothing Extension

  • Nexus
  • Author: Tronizen
  • Mod Version: 4.0
  • +1 ESL
MAIN FILE: Fixes for Armor and Clothing Extension

[https://www.nexusmods.com/skyrimspecialedition/mods/AI Overhaul SSE

  • Nexus
  • Author: mnikjom SpiderAkiraC
  • Mod Version: 1.6.4
  • +1 ESP
MAIN FILE: AI Overhaul

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Bad Service - Tavern Servers Leave You Alone

  • Nexus
  • Author: Rooker
  • Mod Version: 1.0
  • PORT
    ESL
  • +1 ESL
MAIN FILE: Bad Service Main

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/BlockSteal Papyrus

  • Nexus
  • Author: shumkar
  • Mod Version: 1.2
  • +1 ESL
MAIN FILE: BlockSteal Papyrus STANDARD ESP FE

[https://www.nexusmods.com/skyrimspecialedition/mods/Complete Crafting Overhaul Remastered

  • Nexus
  • Author: kryptopyr
  • Mod Version: 2.2
  • CORE
  • +1 ESP
MAIN FILE: Complete Crafting Overhaul Remastered

UPDATE FILE: CCOR PRUFEI Chest CTD Hotfix

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Disarming Traps Is Dangerous

  • Nexus
  • Author: Skepmanmods
  • Mod Version: 1.0
  • +1 ESL
MAIN FILE: Disarming Traps Is Dangerous ESL Version

[https://www.nexusmods.com/skyrimspecialedition/mods/ Fixed Dragon Stalking Fix

  • Nexus
  • Author: tarlazo
  • Mod Version: 2.0.0
MAIN FILE: Fixed Dragon Stalking Fix

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Gildergreen Regrown

  • Nexus
  • Author: Arthmoor
  • Mod Version: 2.0.1
  • +1 ESP
MAIN FILE: Gildergreen Regrown

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Grind stuff

  • Nexus
  • Author: Axhoff
  • Mod Version: 1.0alpha
  • COMPACT
  • +1 ESL
MAIN FILE: Grind Stuff SE Edition v1.0a

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Harvestable Hanging Taproots

  • Nexus
  • Author: Axhoff
  • Mod Version: 1.0
  • COMPACT
  • +1 ESL
MAIN FILE: Harvestable Hanging Taproot

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Harvestable Mammoth Skulls Replacement ESP compatible with JK Skyrim

  • Nexus
  • Author: Woodtortiose Skinwalker21 chase
  • Mod Version: 12345.0
  • COMPACT
  • +1 ESL
MAIN FILE: HarvestableMammothSkulls.esp JK's Skyrim compatible

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/HearthFires Display Case Fix SE

  • Nexus
  • Author: RealPuPpEt
  • Mod Version: 1.0
  • COMPACT
  • +1 ESL
MAIN FILE: HearthFires Display Case Fix SE

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Hearthfires Houses Building Fix

  • Nexus
  • Author: Ice885
  • Mod Version: 0.1
  • +1 ESL
MAIN FILE: Hearthfires Houses Building Fix

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/PTC's Hearthfire Mods

  • Nexus
  • Author: PatchesTheClown
  • Mod Version: 1.0
  • COMPACT
  • +3 ESLs
MAIN FILE: Better Apiaries
MAIN FILE: Functional Butter Churns
MAIN FILE: Hearthfire Cellar Entrances
Note: Compact and ESL all three plugins.

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Improved Traps

  • Nexus
  • Author: kryptopyr and Wiseman303
  • Mod Version: 2.4
  • ESL
  • +1 ESL
MAIN FILE: Improved Traps (Dangerous Edition)

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Incognito

  • Nexus
  • Author: Arthmoor
  • Mod Version: 1.0
  • +1 ESL
MAIN FILE: Incognito

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/WiZkiD Lootable Firewood Piles SSEEdit script

  • Nexus
  • Author: WiZkiD
  • Mod Version: 1.0
  • +1 ESP
MAIN FILE: WiZkiD Lootable FireWood Piles
MAIN FILE: WiZkiD Lootable FireWood Piles SSEEdit Script
Note: Unzip the second MAIN FILE SSEEdit Script file into the Tools/SSE Edit/Edit Scripts folder.

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/No Silly Physics Damage - Carts Pots Bones etc

  • Nexus
  • Author: Corsafire
  • Mod Version: 2
  • ESL
  • +1 ESL

OLD FILE: No Silly Physics Damage (esp)

Note: ESL-Flagging the ESP is preferred over the actual ESL file.

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/QUARK - Qwinn's Ultimate Amulet Restoration Kit

  • Nexus
  • Author: Qwinn
  • Mod Version: 1.3.1
  • +1 ESL
MAIN FILE: QUARK - Amulet Restoration Kit v1_3_1
Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
QUARK - Qwinn's Ultimate Amulet Restoration Kit
Choose type of plugins to install
Choose type of plugins to install
Plugin Options
Plugin Options

DotMO.png ESPFE plugins

Next
Normal ESP USSEP and WACCF compatible installation
Normal ESP USSEP and WACCF compatible installation
Plugin Options
Plugin Options

CheckmarkMO.png AmuletsShowOnEverything.esp

Install

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Quest Conflict Fixes

  • Nexus
  • Author: SkyLover264
  • Mod Version: 1.1.1
  • +1 ESP
MAIN FILE: Quest Conflict Fixes

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Random Encounter Tweaks

  • Nexus
  • Author: AndrealphusVIII
  • Mod Version: 1.1
  • ESL
  • +1 ESL
MAIN FILE: Random Encounter Tweaks

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Run For Your Lives

  • Nexus
  • Author: Arthmoor
  • Mod Version: 4.0.3
  • +1 ESP
MAIN FILE: Run For Your Lives

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Time Passes

  • Nexus
  • Author: IronDusk33
  • Mod Version: 2.0
  • COMPACT
  • +1 ESL
MAIN FILE: Time Passes SSE

Part C: Dialogue


[https://www.nexusmods.com/skyrimspecialedition/mods/ Better Dialogue Controls

  • Nexus
  • Author: ecirbaf
  • Mod Version: 1.2
MAIN FILE: Better Dialogue Controls

[https://www.nexusmods.com/skyrimspecialedition/mods/Guard Dialogue Overhaul SE

  • Nexus
  • Author: Eckss
  • Mod Version: 2.15
  • +1 ESP
MAIN FILE: Guard Dialogue Overhaul SE

[https://www.nexusmods.com/skyrimspecialedition/mods/Relationship Dialogue Overhaul - RDO SE

  • Nexus
  • Author: cloudedtruth
  • Mod Version: 1.0
  • CORE
    ESL
  • +1 ESP, +1 ESL
MAIN FILE: Relationship Dialogue Overhaul - RDO Final

OPT FILE: RDO - CRF and USSEP Patches Final

Note: Hide RDO - USSEP Patch.esp.
Note: Use [SSEdit] to add Relationship Dialogue Overhaul.esp as a [Master] for RDO - CRF + USSEP Patch.esp.
Note: Only ESL the RDO - CRF + USSEP Patch.esp plugin.

[https://www.nexusmods.com/skyrimspecialedition/mods/Relationship Dialogue Overhaul - Update and MCM

  • Nexus
  • Author: cloudedtruth
  • Mod Version: 1.0.2
  • +1 ESL
MAIN FILE: Relationship Dialogue Overhaul - Update and MCM 1.0.2

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/Misc Dialogue Edits

  • Nexus
  • By: GOsteW and lilebonymace
  • Mod Version: 1.7
  • +1 ESL
MAIN FILE: Misc Dialogue Edits

[https://www.nexusmods.com/skyrimspecialedition/mods/36726/More Dialogue Options

  • Nexus
  • By: GOsteW and lilebonymace
  • Mod Version: 1.3.1
  • +1 ESL
MAIN FILE: More Dialogue Options - for Misc Dialogue Edits

[https://www.nexusmods.com/skyrimspecialedition/mods/Serana Dialogue Edit - Skyrim Special Edition

  • Nexus
  • By: ThatGuyYeah
  • Mod Version: 1.0.2
  • +1 ESP
MAIN FILE: SeranaDialogEdit

STEP 3 CHECK

VERIFY:
- Mods: 116
- Plugins: 68 (ESMs = 8, ESPs = 22, ESMs + ESPs = 30, ESLs = 38)
LOOT:
- Edit Metadata for AI Overhaul.esp to [Load After] Cutting Room Floor.esp.
- Use LOOT to sort your Load Order.

End of Section I


SkyRem Guide Pages

Home Page
Section I <-----
Section II
Section III
Section IV
Final Steps
Changelog

SkyRem Guide Support

Discord: Discord Channel for all things SkyRem (Guide and Mods).
Patreon: Support SkyRem development via Patreon.
PayPal: Support with a one-time donation via PayPal.
Trello: See guide development progress on Trello.