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

From Step Mods | Change The Game
 
(394 intermediate revisions by the same user not shown)
Line 21: Line 21:
<font size="6">'''Section I'''</font>
<font size="6">'''Section I'''</font>
----
----
==SETUP==
==PART A: SETUP==


===Start Fresh===
===Step 1: Start Fresh===
-----
The SkyRem Guide requires a freshly installed, never modified {{Fc|Red|Skyrim Special Edition (Anniversary Edition) Version 1.6.1170}}.
The SkyRem Guide requires a freshly installed, never modified {{Fc|Orange|Skyrim Special Edition (Anniversary Edition) Version 1.6.1170}}. The guide includes the paid upgrade of AE, but is not required. Adjustments may need to be made to some mods/steps to account for this. Keep in mind the checkpoint counts include everything.
{{Fc|Highlight|Note:}} This guide includes the paid upgrade of AE, but is not required. Adjustments can be made to account for use without it. Checkpoint counts include everything.


1. Ensure Steam is installed outside of the operating system.
If {{Fc|Red|Steam}} is in the {{Fc|Red|Program Files}} directory, install it elsewhere. The ideal scenario is on a SSD drive separate from the OS to avoid modding issues.
2. Begin with a clean, untouched Skyrim.
3. Launch Skyrim through Steam to initialize.
4. Turn off Steam interference.
5. Install and configure Creation Kit.
6. Setup file structure.


If {{Fc|Orange|Steam}} is in the {{Fc|Orange|Program Files}} directory, install it elsewhere. The ideal scenario is on a separate drive from the OS and on a SSD drive. Having Steam installed in the Program Files can lead to issues during the modding process.
Starting with a clean setup helps ensure there are no remnants of a previous modding experience gone awry and prevent unintended results/issues with the final product. Restore vanilla from the {{Fc|Red|Vanilla Backup}} (which is created at the end of the {{Fc|Red|Setup}}) or remove, re-download, and re-install. If restoring, skip down to Step 4 of this part.


Start with a clean setup when starting a guide. This is to ensure there will be no remnants from a previous modding experience gone awry or unintended results/issues with the final product. Either restore from a {{Fc|Orange|Vanilla Backup}} or remove, re-download, and re-install before beginning. If restoring, skip the remainder of this step. If reacquiring:
1. Delete the files in the {{Fc|Red|Skyrim Special Edition}} folder.
2. Open {{Fc|Red|Steam}} and click {{ui|Library}}.
3. Right-click {{Fc|Red|The Elder Scrolls V: Skyrim Special Edition}} in the left pane and choose {{ui|Properties}}.
4. Under {{Fc|Red|Installed Files}}, click {{ui|Verify integrity of game files}} and allow Steam to reacquire the files.


- Delete the files in the {{Fc|Highlight|Skyrim Special Edition}} folder.
Set up the base INIs and reacquire CC files as follows.
- Open {{Fc|Highlight|Steam}} and click {{ui|Library}}.
- Right-click {{Fc|Highlight|The Elder Scrolls V: Skyrim Special Edition}} in the left pane and choose {{ui|Properties}}.
- Under the {{Fc|Highlight|Installed Files}} tab, click {{ui|Verify integrity of game files}} and allow Steam to reacquire the files.
- Launch Skyrim through Steam to initialize (create the base INI files).
- When prompted, allow Skyrim to reacquire the remaining AE content (click {{ui|Download}} when prompted).
- Close Skyrim (but leave Steam open).


Turning off the Steam Overlay and disabling updates are optional, but highly recommended to prevent accidental overlay popup and updates that may render a modded Skyrim unplayable with all-of-the-sudden outdated mods. While in Steam:
1. Launch {{Fc|Red|Skyrim}} through {{Fc|Red|Steam}} to initialize (create the base INI files). Accept the default settings as these will be adjusted later anyway.
2. Click {{ui|Download}} when prompted to reacquire the {{Fc|Red|CC}} content.
3. Close {{Fc|Red|Skyrim}} (but leave {{Fc|Red|Steam}} open).


- Click {{ui|Steam}} and {{ui|Settings}} in the tool bar.
Turning off the {{Fc|Red|Steam Overlay}} and disabling updates are optional, but highly recommended to prevent accidental overlay popup and conflicts, and prevent updates that may render a modded Skyrim unplayable due to a patch/update from Bethesda that does not work with installed mods. While still in {{Fc|Red|Steam}}:
- Click the {{ui|In-Game}} tab and untick the {{ui|Enable the Steam Overlay while in-game}}, and close the {{ui|Settings}} window.
- Click {{ui|Library}}, right-click {{ui|Elder Scrolls V: Skyrim Special Edition}}, and select {{ui|Properties}}.
- Click the {{ui|Updates}} tab, and under {{Fc|Orange|Automatic Updates}}, change the drop-down to {{ui|Only update this game when I launch it}}.


The Creation Kit (CK) will be needed to properly port mods. The CK can also be used to modify plugins and create new mods, though we these are outside the scope of this guide.
1. Click {{ui|Steam}} and {{ui|Settings}} in the tool bar.
  - Download and install {{Fc|Orange|Skyrim Special Edition: Creation Kit}} from Steam.
  2. Click the {{ui|In-Game}} tab and untick the {{ui|Enable the Steam Overlay while in-game}}, and close the {{Fc|Red|Settings}} window.
  - Launch the CK through Steam. When asked to if you want to unpack {{Fc|Orange|Scripts.zip}}, select {{ui|YES}}. This may take a few minutes.
  3. Click {{ui|Library}}, right-click {{ui|Elder Scrolls V: Skyrim Special Edition}}, and select {{ui|Properties}}.
  - Once the scripts are unpacked and the CK completes loading, {{ui|Exit}} the CK.
  4. Click the {{ui|Updates}} tab, and under {{Fc|Red|Automatic Updates}}, change the drop-down to {{ui|Only update this game when I launch it}}.


The CK also needs some additional INI adjustments to ensure it works properly (and efficiently) for the purposes of this guide.
Setup a folder structure to keep things organized. Currently, there should be a {{Fc|Red|Steam}}. In the same location, create three more folders: {{Fc|Red|Mod Organizer}}, {{Fc|Red|Backup}} and {{Fc|Red|Tools}}. The end result should look something like this:
- In {{Fc|Orange|MO2}}, right-click in the mod list and select {{ui|All Mods}} and {{ui|Create empty mod above}}.
- Name this new mod {{Fc|Orange|Creation Kit Custom INI}}.
- Right-click the empty mod and {{ui|Open in Explorer}}.
- Create a new folder and name it {{Fc|Orange|Root}}. Inside this folder, create a new text file and name it {{Fc|Orange|CreationKitCustom.ini}}.
- Open this new INI file and copy and paste the lines below. Save and exit.
 
[General]
bAllowMultipleMasterFiles=1
bAllowMultipleMasterLoads=1
[MESSAGES]
bBlockMessageBoxes=1


Setup a folder structure to keep things organized. Currently, there should be a Steam folder that contains Steam and Skyrim SE. In the same folder in which Steam is located, create three more folders: Backup, Mod Organizer, and Tools. The end result should look something like this:
  This PC > Game (E:)
  This PC > Game (E:)
   Backup
   Backup
Line 79: Line 57:
   Tools
   Tools


===Modding Tools===
-----
-----


=== Step 2: Install Tools===
For a properly modded Skyrim, a number of modding tools will be needed. These are not themselves mods, but tools to ensure everything works as intended once the guide is complete.
For a properly modded Skyrim, a number of modding tools will be needed. These are not themselves mods, but tools to ensure everything works as intended once the guide is complete.


Line 93: Line 71:
  {{ui|MAIN}} ''Mod Organizer 2''
  {{ui|MAIN}} ''Mod Organizer 2''


  {{Fc|Highlight|Install:}} Manually download and run the executable, installing to the {{Fc|Orange|Mod Organizer}}. You can use the default selections otherwise. Run MO2.
  {{Fc|Highlight|Install:}} Manually download and run the executable, installing to a {{Fc|Red|Mod Organizer}} folder int he same folder as the {{Fc|Red|Steam}} folder. Use the default and Run MO2.
        1. At the {{Fc|Orange|Creating a new instance}} prompt, select the following:
          1. At the {{Fc|Red|Creating a new instance}} prompt, select the following:
          A. {{ui|Create a portable instance}}
            A. {{ui|Create a portable instance}}
          B. {{ui|Skyrim Special Edition}}
            B. {{ui|Skyrim Special Edition}}
          C. {{ui|Steam}}
            C. {{ui|Steam}}
          D. Tick {{Fc|Orange|Use profile-specific game INI files}} and {{Fc|Orange|Use profile-specific save games}} and click {{ui|Next}}
            D. Tick {{ui|Use profile-specific game INI files}} and {{ui|Use profile-specific save games}} and click {{ui|Next}}
          E. {{ui|Next}}
            E. {{ui|Next}}
          F. {{ui|Finish}}
            F. {{ui|Finish}}
          G. {{ui|Do Nothing}}
            G. {{ui|Do Nothing}}
 
{{Fc|Highlight|Setup:}} In MO2, complete the following:
        1. Click {{ui|Configure settings and workarounds}} icon (last icon in tool bar; wrench + driver).
          A. Under {{ui|General}}, untick {{ui|Check for updates}}.
          B. [Optional] Under {{ui|Theme}}, select {{ui|dark}} under the {{Fc|Red|Style}} heading.
          C. Under {{ui|Mod List}}, untick {{ui|Display mods installed outside MO}}. There is no reason to show these, and the Step Check counts do not include them.
          D. Under {{ui|Nexus}}, click the {{ui|Connect to Nexus}} button and {{ui|Associate with "Download with manager" links}}.
          E. Under {{ui|Workarounds}}, update {{Fc|Red|Steam}} info if needed, then click {{ui|OK}} to close the settings window.
        2. Click {{ui|Configure Profiles}} icon (ID Card).
          A. {{ui|Create}} two new profiles naming them {{Fc|Red|Vanilla}} and {{Fc|Red|SkyRem}}. Highlight the {{Fc|Red|Vanilla}} profile and click {{ui|Select}}.
          B. Reopen the {{ui|Configure Profiles}} window and highlight the {{Fc|Red|Default}}} profile.
          C. Click {{ui|Remove}} and then {{ui|Close}}.
 
{{Fc|Highlight|Executable:}} Some tools need to be setup to run through MO2 to utilize its VFS. These include an {{Fc|Red|Executable}} note requiring the steps below.
          1. Click the {{ui|Configure the executables that can be started through Mod Organizer}} icon (two gears).
          2. Click the {{ui|+}} to add a new executable. Note: LOOT and Creation Kit are automatically included when installed.
          3. Enter the name of the tool in the {{ui|Title}} field.
          4. Use the {{ui|...}} to find the tool's executable file for the {{ui|Binary}} field.
          5. Add text that should be included in the {{ui|Arguments}} field if noted.
          6. Click {{ui|OK}} to add and exit the window, or {{ui|Apply}} to add and keep the window open to add more executables.
</div></br>


{{Fc|Highlight|Setup:}} Once in MO2, complete the following:
==== {{Fc|Red|Skyrim Special Edition Creation Kit}} ====
        1. Click the {{ui|Configure settings and workarounds}} icon (last icon in tool bar; wrench + driver).
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid transparent; border-radius:5px">
        2. Under {{ui|General}}, untick {{Fc|Orange|Check for updates}}.
* {{User:DrPharmDawg/Tag|Tool}}
        3. [Optional] Under {{ui|Theme}}, select {{ui|dark}} under the {{ui|Orange|Style}} heading.
- Download: Steam
        4. Under {{ui|Mod List}}, untick {{Fc|Orange|Display mods installed outside MO}}. There is no reason to show these, and the Step Check counts do not include them.
- Author: Bethesda
        5. Under {{ui|Nexus}}, click the {{Fc|Orange|Connect to Nexus}} button and {{Fc|Orange|Associate with "Download with manager" links}}.
- Version: 1.6.1130.0
        6. Under {{ui|Workarounds}}, update {{Fc|Orange|Steam}} info if needed, then click {{ui|OK}} to close the settings window.
        7. Click the {{ui|Configure Profiles}} icon (ID Card).
        8. {{ui|Create}} two new profiles naming them {{Fc|Orange|Vanilla}} and {{Fc|Orange|SkyRem}}. Highlight the {{Fc|Orange|Vanilla}} profile and click {{ui|Select}}.
        9. Reopen the {{ui|Configure Profiles}} icon and highlight the {{Fc|Orange|Default}}} profile. Click {{ui|Remove}} and then {{ui|Close}}.


  {{Fc|Highlight|Executable:}} While setting up the tools below, those with an {{Fc|Orange|Executable}} note need to be set up to run through MO2 (and utilize MO2s VFS).
  {{Fc|Highlight|Setup:}} The {{Fc|Red|CK}} is needed to port mods, and is used to modify plugins and create new mods. It will need some INI adjustments to ensure it works properly and efficiently.
         1. Click the {{ui|Configure the executables that can be started through Mod Organizer}} icon (two gears).
         1. Download and install {{Fc|Red|Skyrim Special Edition: Creation Kit}} from {{Fc|Red|Steam}}.
         2. Click the {{ui|+}} to add a new executable. Note: LOOT and Creation Kit should already be setup as executables if already installed.
         2. Launch the {{Fc|Red|CK}} through {{Fc|Red|Steam}}. When asked to if you want to unpack {{Fc|Red|Scripts.zip}}, select {{ui|YES}}. This may take a few minutes.
         3. Enter the name of the tool in the {{ui|Title}} field.
         3. Once the scripts are unpacked and the CK completes loading, {{ui|Exit}} the {{Fc|Red|CK}}.
         4. Use the {{ui|...}} to find the tool's executable file for the {{ui|Binary}} field.
         4. In {{Fc|Red|MO2}}, right-click in the mod list and select {{ui|All Mods}} and {{ui|Create empty mod above}} named {{Fc|Red|Creation Kit Custom INI}}.
         5. Note any text that should be included in the {{ui|Arguments}} field.
         5. Right-click this empty mod and {{ui|Open in Explorer}}.
         6. Click {{ui|OK}} to add and exit the window, or {{ui|Apply}} to add and keep the window open to add more executables.
         6. Create a new folder named {{Fc|Red|Root}}.
        7. Inside this folder, create a new text file named {{Fc|Red|CreationKitCustom.ini}}.
        8. Open this new INI file and paste the lines below. Save and exit.
 
[General]
bAllowMultipleMasterFiles=1
bAllowMultipleMasterLoads=1
[MESSAGES]
bBlockMessageBoxes=1
</div></br>
</div></br>


Line 132: Line 136:
  {{ui|MAIN}} ''Root Builder 5.0.5''
  {{ui|MAIN}} ''Root Builder 5.0.5''


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Mod Organizer/Plugins}} folder. Close and restart MO2 to ensure {{Fc|Orange|Root Builder}} is listed under {{Fc|Orange|Tools}} (puzzle icon).
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Mod Organizer/Plugins}} folder. Close and restart MO2 to ensure {{Fc|Red|Root Builder}} is listed under {{Fc|Red|Tools}} (puzzle icon).


  {{Fc|Highlight|Root Builder Install:}} Mods that require this type of install should be completed as follows:
  {{Fc|Highlight|Root Builder:}} Mods that require this type of install should be completed as follows:
    1. Select {{ui|Manual}} install option.
              1. Select the {{ui|Manual}} install option.
    2. Create a {{Fc|Orange|Root}} directory by right-clicking the {{ui|Data}} label and choosing {{ui|Create directory...}}.
              2. Create a {{Fc|Red|Root}} directory by right-clicking the {{ui|Data}} label and choosing {{ui|Create directory...}}.
    3. Move files not to be managed by MO2's VFS into this {{Fc|Orange|Root}} directory. These are files that are normally installed directly into the Skyrim folder.
              3. Move indicated files not to be managed by MO2's VFS into this {{Fc|Red|Root}} directory. These are files normally installed into the Skyrim folder.
    4. Click {{ui|OK}} and ignore any warnings.
              4. Click {{ui|OK}} and ignore any warnings.
</div></br>
</div></br>


Line 150: Line 154:
  {{ui|MAIN}} ''CK Platform Extended 0.4-b59''
  {{ui|MAIN}} ''CK Platform Extended 0.4-b59''


  {{Fc|Highlight|Root Builder Install:}} Move all files into the {{ui|Root}} directory.
  {{Fc|Highlight|Root Builder:}} Manually install all files into a {{Fc|Red|Root}} directory.
</div></br>
</div></br>


Line 162: Line 166:
  {{ui|MAIN}} ''loot_0.23.1-win64.exe''
  {{ui|MAIN}} ''loot_0.23.1-win64.exe''


  {{Fc|Highlight|Install:}} Manually download and run the installer. Install to the {{Fc|Orange|Tools}} folder.
  {{Fc|Highlight|Install:}} Manually download and run the installer. Install to the {{Fc|Red|Tools}} folder.
</div></br>
</div></br>


Line 174: Line 178:
  {{ui|MAIN}} ''SSEEdit 4.1.5f''
  {{ui|MAIN}} ''SSEEdit 4.1.5f''


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Tools}} folder under {{Fc|Orange|SSEEdit}}.
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Tools}} folder under {{Fc|Red|SSEEdit}}.


  {{Fc|Highlight|Executable:}} Add {{Fc|Orange|SSEEdit}} as an executable to MO2.
  {{Fc|Highlight|Executable:}} Add {{Fc|Red|SSEEdit}} as an executable to MO2.
        Binary = {{ui|SSEEdit.EXE}}
            Binary = {{ui|SSEEdit.EXE}}
        Argument = {{ui|-c:"X:\Mod Organizer\Mods\SSEEdit Cache\"}}
            Argument = {{ui|-c:"X:\Mod Organizer\Mods\SSEEdit Cache\"}}
            ☑ Create files in mod instead of overwrite (*): {{ui|SSEEdit Cache}}


  {{Fc|Highlight|Executable:}} Add {{Fc|Orange|SSEEdit QuickAutoClean}} as an executable to MO2.
  {{Fc|Highlight|Executable:}} Add {{Fc|Red|SSEEdit QuickAutoClean}} as an executable to MO2.
        Binary = {{ui|SSEEditQuackAutoClean.EXE}}
            Binary = {{ui|SSEEditQuackAutoClean.EXE}}
        Argument = {{ui|-dontcache}}
            Argument = {{ui|-dontcache}}


  {{Fc|Highlight|Note:}} Create an empty {{Fc|Orange|SSEEdit Cache}} mod.
  {{Fc|Highlight|Note:}} Create an empty {{Fc|Red|SSEEdit Cache}} mod.
</div></br>
</div></br>


Line 197: Line 202:
  {{ui|OLD}} ''Mator Smash Updated {{Fc|Red|[2.0.0-beta-2]}}''
  {{ui|OLD}} ''Mator Smash Updated {{Fc|Red|[2.0.0-beta-2]}}''


  {{Fc|Highlight|Note:}} Install the {{Fc|Orange|2.0.0-beta-2}} version under {{Fc|Orange|OLD FILES}}. More current versions have been throwing unnecessary errors with this setup.
  {{Fc|Highlight|Note:}} Install the {{Fc|Red|2.0.0-beta-2}} version under {{Fc|Red|OLD FILES}}. More current versions have been throwing unnecessary errors with this setup.


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Tools}} folder under {{Fc|Orange|Mator Smash}}.
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Tools}} folder under {{Fc|Red|Mator Smash}}.


  {{Fc|Highlight|Executable:}} Add {{Fc|Orange|Mator Smash}} as an executable to MO2.
  {{Fc|Highlight|Executable:}} Add {{Fc|Red|Mator Smash}} as an executable to MO2.
        Binary = {{ui|MatorSmash.EXE}}
            Binary = {{ui|MatorSmash.EXE}}
        Argument = Leave Blank
            Argument = Leave Blank
        ☑ Create files in mod instead of overwrite (*): {{ui|Smashed Patch}}
            ☑ Create files in mod instead of overwrite (*): {{ui|Smashed Patch}}
</div></br>
</div></br>


Line 216: Line 221:
  {{ui|MAIN}} ''Mator Smash Rules''
  {{ui|MAIN}} ''Mator Smash Rules''


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Tools/Mator Smash}} folder. Move the files from the extracted {{Fc|Orange|Mator Smash Rules}} folder into the {{Fc|Orange|/settings/Skyrim}} folder.
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Tools/Mator Smash}} folder. Move the files from the extracted {{Fc|Red|Mator Smash Rules}} folder into the {{Fc|Red|/settings/Skyrim}} folder.
</div></br>
</div></br>


Line 228: Line 233:
  {{ui|MAIN}} ''Cathedral Assets Optimizer 64''
  {{ui|MAIN}} ''Cathedral Assets Optimizer 64''


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Tools}} folder under {{Fc|Orange|Asset Optimizer}}.
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Tools}} folder under {{Fc|Red|Asset Optimizer}}.


  {{Fc|Highlight|Setup:}} Run CAO outside of MO2.
  {{Fc|Highlight|Setup:}} Run CAO outside of MO2.
         1. Under {{ui|Profile}}, select {{Fc|Orange|SSE}}.
         1. Under {{ui|Profile}}, select {{Fc|Red|SSE}}.
         2. Tick {{ui|Show advanced settings}}.
         2. Tick {{ui|Show advanced settings}}.
         3. Under the {{Fc|Orange|BSA}} tab: Untick all options under the {{Fc|Orange|Base}} header.
         3. Under the {{Fc|Red|BSA}} tab: Untick all options under the {{Fc|Red|Base}} header.
         4. Under the {{Fc|Orange|Meshes}} tab: Tick {{ui|Process meshes}}, {{ui|Necessary optimization}}, and {{ui|Always process headparts}}.
         4. Under the {{Fc|Red|Meshes}} tab: Tick {{ui|Process meshes}}, {{ui|Necessary optimization}}, and {{ui|Always process headparts}}.
         5. Under the {{Fc|Orange|Textures}} tab: Tick {{ui|Process textures}} and {{ui|Necessary optimization}}.
         5. Under the {{Fc|Red|Textures}} tab: Tick {{ui|Process textures}} and {{ui|Necessary optimization}}.
         6. Under the {{Fc|Orange|Animations}} tab: Tick {{ui|Necessary optimization}}.
         6. Under the {{Fc|Red|Animations}} tab: Tick {{ui|Necessary optimization}}.
         7. Close CAO. This will be the default settings. Use this unless otherwise specifically instructed to change settings within a mod card.
         7. Close CAO. This will be the default settings. Use this unless otherwise specifically instructed to change settings within a mod card.
</div></br>
</div></br>
Line 249: Line 254:
  {{ui|MAIN}} ''Synthesis.zip''
  {{ui|MAIN}} ''Synthesis.zip''


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Tools}} folder under {{Fc|Orange|Synthesis}}.
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Tools}} folder under {{Fc|Red|Synthesis}}.


  {{Fc|Highlight|Executable:}} Add {{Fc|Orange|Synthesis}} as an executable to MO2.
  {{Fc|Highlight|Executable:}} Add {{Fc|Red|Synthesis}} as an executable to MO2.
        Binary = {{ui|Synthesis.exe}}
            Binary = {{ui|Synthesis.exe}}
        Argument = Leave Blank
            Argument = Leave Blank
        ☑ Create files in mod instead of overwrite (*): {{ui|Synthesis Patch}}
            ☑ Create files in mod instead of overwrite (*): {{ui|Synthesis Patch}}


  {{Fc|Highlight|Note:}} After installing, run Synthesis through MO2, selecting {{ui|Skyrim}} and {{ui|Skyrim Special Edition}}. Ensure the required files are present. Download and install as required using the provided links in the pop-ups.
  {{Fc|Highlight|Note:}} After installing, run Synthesis through MO2, selecting {{ui|Skyrim}} and {{ui|Skyrim Special Edition}}. Ensure the required files are present. Download and install as required using the provided links in the pop-ups.
Line 268: Line 273:
  {{ui|MAIN}} ''xLODGen beta 117''
  {{ui|MAIN}} ''xLODGen beta 117''


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Tools}} folder under {{Fc|Orange|xLODGen}}.
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Tools}} folder under {{Fc|Red|xLODGen}}.


  {{Fc|Highlight|Executable:}} Add {{Fc|Orange|xLODGen}} as an executable to MO2.
  {{Fc|Highlight|Executable:}} Add {{Fc|Red|xLODGen}} as an executable to MO2.
        Binary = {{ui|xLODGenx64.EXE}}
            Binary = {{ui|xLODGenx64.EXE}}
        Argument = {{ui|-sse}}
            Argument = {{ui|-sse}}
        ☑ Create files in mod instead of overwrite (*): {{ui|xLODGen Output}}
            ☑ Create files in mod instead of overwrite (*): {{ui|xLODGen Output}}
</div></br>
</div></br>


Line 285: Line 290:
  {{ui|MAIN}} ''DynDOLOD 3.00''
  {{ui|MAIN}} ''DynDOLOD 3.00''


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Tools}} folder under {{Fc|Orange|DynDOLOD}}.
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Tools}} folder under {{Fc|Red|DynDOLOD}}.


  {{Fc|Highlight|Executable:}} Add {{Fc|Orange|TexGen}} as an executable to MO2.
  {{Fc|Highlight|Executable:}} Add {{Fc|Red|TexGen}} as an executable to MO2.
        Binary = {{ui|TexGenx64.EXE}}
            Binary = {{ui|TexGenx64.EXE}}
        Argument = {{ui|-sse}}
            Argument = {{ui|-sse}}
        ☑ Create files in mod instead of overwrite (*): {{ui|TexGen Output}}
            ☑ Create files in mod instead of overwrite (*): {{ui|TexGen Output}}


  {{Fc|Highlight|Executable:}} Add {{Fc|Orange|DynDOLOD}} as an executable to MO2.
  {{Fc|Highlight|Executable:}} Add {{Fc|Red|DynDOLOD}} as an executable to MO2.
        Binary = {{ui|DynDOLODx64.EXE}}
            Binary = {{ui|DynDOLODx64.EXE}}
        Argument = {{ui|-sse}}
            Argument = {{ui|-sse}}
        ☑ Create files in mod instead of overwrite (*): {{ui|DynDOLOD Output}}
            ☑ Create files in mod instead of overwrite (*): {{ui|DynDOLOD Output}}
</div></br>
</div></br>


Line 307: Line 312:
  {{ui|MAIN}} ''Current Anniversary Edition build 2.2.6 (game version 1.6.1170)''
  {{ui|MAIN}} ''Current Anniversary Edition build 2.2.6 (game version 1.6.1170)''


  {{Fc|Highlight|Root Builder Install:}} Move {{Fc|Orange|skse64_1_6_1170.dll}} and {{Fc|Orange|skse64_loader.exe}} into the {{ui|Root}} directory. Allow MO2 to manage the {{Fc|Orange|Scripts}} folder.
  {{Fc|Highlight|Root Builder:}} Manually install {{Fc|Red|skse64_1_6_1170.dll}} and {{Fc|Red|skse64_loader.exe}} into a {{Fc|Red|Root}} directory. MO2 should manage the {{Fc|Red|Scripts}} folder.


  {{Fc|Highlight|Executable:}} Add {{Fc|Orange|SKSE}} as an executable to MO2.
  {{Fc|Highlight|Executable:}} Add {{Fc|Red|SKSE}} as an executable to MO2.
        Binary = {{ui|skse64_loader.EXE}}
            Binary = {{ui|skse64_loader.EXE}}
        Argument = Leave Blank
            Argument = Leave Blank
 
{{Fc|Highlight|Setup:}} Like {{Fc|Red|Skyrim}} and {{Fc|Red|CK}}, {{Fc|Red|SKSE}} requires an INI file.
        1. Right-click {{Fc|Red|Skyrim Script Extender (SKSE)}} in MO2's left pane and select {{ui|Open in Explorer}}.
        2. Create a new folder named {{Fc|Red|SKSE}} and open it.
        3. Create a file named {{Fc|Red|SKSE.INI}} and open it.
        4. Copy and paste the following into the new file, save and close.
 
[Display]
iTintTextureResolution=2048
[General]
ClearInvalidRegistrations=1
</div></br>
</div></br>


Line 323: Line 340:
  {{ui|MAIN}} ''Bethini Pie''
  {{ui|MAIN}} ''Bethini Pie''


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Tools}} folder under {{Fc|Orange|BethINI}}.
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Tools}} folder under {{Fc|Red|BethINI}}.


  {{Fc|Highlight|Executable:}} Add {{Fc|Orange|BethINI}} as an executable to MO2.
  {{Fc|Highlight|Executable:}} Add {{Fc|Red|BethINI}} as an executable to MO2.
         Binary = {{ui|Bethini.EXE}}
         Binary = {{ui|Bethini.EXE}}
         Argument = Leave Blank
         Argument = Leave Blank
Line 334: Line 351:
         2. Gameplay: Tick {{ui|NPCs Use Ammo}} and {{ui|Remove Borders}}.
         2. Gameplay: Tick {{ui|NPCs Use Ammo}} and {{ui|Remove Borders}}.
                     Untick {{ui|Tutorials}}.
                     Untick {{ui|Tutorials}}.
                     Set {{ui|3rd Person Arrow Tilt-up Angle}} to {{Fc|Orange|0.7}}.
                     Set {{ui|3rd Person Arrow Tilt-up Angle}} to {{Fc|Red|0.7}}.
                     Set {{ui|Over-Encumbered Reminder}} to {{Fc|Orange|60}}.
                     Set {{ui|Over-Encumbered Reminder}} to {{Fc|Red|60}}.
                     Set {{ui|Book Open Time}} to {{Fc|Orange|200}}.
                     Set {{ui|Book Open Time}} to {{Fc|Red|200}}.
         4. Interface: Untick {{ui|Bethesda Modding Platform}} and {{ui|Mod Manager Menu}}.
         4. Interface: Untick {{ui|Bethesda Modding Platform}} and {{ui|Mod Manager Menu}}.
         5. Environment: Set Grass {{ui|Density}} to {{Fc|Orange|60}}.
         5. Environment: Set Grass {{ui|Density}} to {{Fc|Red|60}}.
                         Untick Water >> {{ui|Reflect Sky}}.
                         Untick Water >> {{ui|Reflect Sky}}.
         6. Shadows: Untick {{ui|Ambient Occlusion}}.
         6. Shadows: Untick {{ui|Ambient Occlusion}}.
         7. Visuals: Set Sun >> {{ui|Sun Base Size}} to {{Fc|Orange|200}} and {{ui|Sun Glare Size}} to {{Fc|Orange|282}}
         7. Visuals: Set Sun >> {{ui|Sun Base Size}} to {{Fc|Red|200}} and {{ui|Sun Glare Size}} to {{Fc|Red|282}}
                     Set Effects >> {{ui|Particles}} to {{Fc|Orange|4500}}.
                     Set Effects >> {{ui|Particles}} to {{Fc|Red|4500}}.
                     Untick Effects >> {{ui|Lens Flare}}.
                     Untick Effects >> {{ui|Lens Flare}}.
                     Tick Effects >> {{ui|Anamorphic Lens Flare}}.
                     Tick Effects >> {{ui|Anamorphic Lens Flare}}.
         8. View Distance: Set Distant Details >> {{ui|Tree LOD Distance}} to {{Fc|Orange|0}}.
         8. View Distance: Set Distant Details >> {{ui|Tree LOD Distance}} to {{Fc|Red|0}}.
</div></br>
</div></br>


Line 357: Line 374:
  {{ui|MAIN}} ''BatchPluginCleaner''
  {{ui|MAIN}} ''BatchPluginCleaner''


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Plugins}} folder under {{Fc|Orange|Mod Organizer}}.
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Plugins}} folder under {{Fc|Red|Mod Organizer}}.
</div></br>
</div></br>


Line 369: Line 386:
  {{ui|MAIN}} ''ACMOS Road Generator''
  {{ui|MAIN}} ''ACMOS Road Generator''


  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Orange|Tools}} folder under {{Fc|Orange|Road Generator}}.
  {{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Tools}} folder under {{Fc|Red|Road Generator}}.


  {{Fc|Highlight|Executable:}} Add {{Fc|Orange|Road Generator}} as an executable to MO2.
  {{Fc|Highlight|Executable:}} Add {{Fc|Red|Road Generator}} as an executable to MO2.
        Binary = {{ui|ACMOS Road Generator.EXE}}
            Binary = {{ui|ACMOS Road Generator.EXE}}
        Argument = Leave Blank
            Argument = Leave Blank
        ☑ Create files in mod instead of overwrite (*): {{ui|Road Generator Output}}
            ☑ Create files in mod instead of overwrite (*): {{ui|Road Generator Output}}
</div></br>
</div></br>


===SKSE INI===
==== {{Fc|Blue|ENB Series Binaries}} ====
-----
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid transparent; border-radius:5px">
Skyrim.INI, SkyrimPrefs.INI, and CreationKitCustom.INI are set, but we need one for SKSE as well. Right-click the {{Fc|Orange|Skyrim Script Extender (SKSE)}} mod in MO2's left pane and select {{ui|Open in Explorer}}. Create a new folder named {{Fc|Orange|SKSE}} and open it. Create a file and name it {{Fc|Orange|SKSE.INI}}. Copy and paste the following into the new file, save and close.
* {{User:DrPharmDawg/Tag|Tool}}
- Download: [http://enbdev.com/download.html ENB Dev]
- Author: Boris Vorontsov
- Version: 0.502


  [Display]
  {{ui|MAIN}} ''v0.502''
  iTintTextureResolution=2048
 
{{Fc|Highlight|Install:}} Manually download and extract into the {{Fc|Red|Tools}} folder under {{Fc|Red|ENB Binaries}}.
  [General]
 
  ClearInvalidRegistrations=1
  {{Fc|Highlight|Root Builder:}} Manually install {{Fc|Red|d3d11.dll}} and {{Fc|Red|d3dcompiler_46e.exe}} into a {{Fc|Red|Root}} directory of an empty mod named {{Fc|Red|ENB Binaries}}.
</div></br>
 
==== {{Fc|Green|PI-CHO ENB ( Based on Silent Horizons)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/35082/? Nexus]
  - Author: HaeVakSa
- Version: N8.6
 
{{ui|MAIN}} ''1. PI-CHO ENB H.E N8.6 - Cathedral Weather-B2''
 
{{Fc|Highlight|Note:}} Manually download and extract into the {{ui|Tools}} folder under {{Fc|Red|ENB}}.
 
{{Fc|Highlight|Root Builder:}} Manually install {{Fc|Red|0. Skyrim SE Folder}} into a {{Fc|Red|Root}} folder of an empty mod named {{Fc|Red|ENB - Pi-Cho}}.
</div></br>


===Cleaning The Masters===
-----
-----
Some of the vanilla files contain ITMs (Identical To Master) and UDRs (Undelete and Disable Record). These may be harmless, but some can cause conflicts if not handled properly. To clean these, make a copy of the current ESM and ESL files in the Skyrim Data folder and place them in a safe place. The files in the original location will then be cleaned, packaged into a mod, and then replaced with the originals in order to keep the Skyrim (and Skyrim Data) folder as vanilla as possible.


Do the masters really need to be cleaned with SE? There is plenty of opinions for and against. Cleaning them has never resulted in any negative effects, therefore this guide continues to include the step to be safe (and it lessens errors/issues with later patching which may happen).
===Step 3: Clean The Masters===
Some vanilla files contain ITMs (Identical To Master) and UDRs (Undelete and Disable Record). These may be harmless, but some have reported issues if not cleaned. To do this, make a copy of the current ESM and ESL files in the {{Fc|Red|Skyrim >> Data}} folder and place them in a safe place. The files in the original location will then be cleaned, packaged into a mod, and then replaced with the originals (copied to a safe place) in order to keep the entire Skyrim folder as vanilla as possible.
 
Do the masters really need to be cleaned with SE? There is plenty of opinions for and against. Cleaning them has never resulted in any negative effects, therefore this guide continues to include this step to be safe (and it makes LOOT happy).


  1. Navigate to the {{Fc|Orange|Skyrim >> Data}} folder.
  1. Navigate to the {{Fc|Red|Skyrim >> Data}} folder.
  1. Copy and paste the ESL and ESM files (except {{Fc|Highlight|Skyrim.ESM}}) to a temporary folder. There are a total of 79.
  2. Copy and paste the {{Fc|Red|ESL}} and {{Fc|Red|ESM}} files (except {{Fc|Highlight|Skyrim.ESM}}) to a temporary folder. There are a total of 79.
  2. In {{Fc|Orange|MO2}}, click the {{ui|Tools}} icon (puzzle icon) and select {{ui|Clean Plugins}}.
  3. In {{Fc|Red|MO2}}, click the {{ui|Tools}} icon (puzzle icon) and select {{ui|Clean Plugins}}.
  3. Click {{ui|Select All}} and then click {{ui|Clean}}.
  4. Click {{ui|Select All}} and click {{ui|Clean}}.


This will run the {{Fc|Orange|SSEEdit QuickAutoClean}} function on each of the plugins, one at a time. The SSEEdit will open, run, close, and repeat for each plugin. This may take a few minutes. Once completed, the {{Fc|Orange|Dawnguard}} plugin needs a few additional steps to properly clean:
This will run the {{Fc|Red|SSEEdit QuickAutoClean}} function on each of the plugins, one at a time. {{Fc|Red|SSEEdit}} will open, run, close, and repeat for each plugin. This may take a few minutes. Once completed, the {{Fc|Red|Dawnguard}} plugin needs a few additional steps to properly clean.


  1. Launch {{ui|SSEEdit}} (not the QuickAutoClean) and load only {{Fc|Orange|Dawnguard.ESM}}.
  1. Launch {{Fc|Red|SSEEdit}} (not the QuickAutoClean) and load only {{Fc|Red|Dawnguard.ESM}}.
  2. Navigate in the left pane to: {{ui|Cell}} >> {{ui|Block 5}} >> {{ui|Sub-Block 3}} >> {{ui|00016BCF}}.
  2. Navigate in the left pane to: {{ui|Cell}} >> {{ui|Block 5}} >> {{ui|Sub-Block 3}} >> {{ui|00016BCF}}.
  3. Remove the {{ui|XEZN}} record by right-clicking on it under the {{Fc|Orange|[02] Dawnguard.esm}} header in the right pane and selecting {{ui|Remove}}.
  3. Remove the {{Fc|Red|XEZN}} record by right-clicking it under the {{Fc|Red|[02] Dawnguard.esm}} header in the right pane and select {{ui|Remove}}.
  4. Navigate in the left pane to: {{ui|Cell}} >> {{ui|Block 2}} >> {{ui|Sub-Block 1}}.
  4. Navigate in the left pane to: {{ui|Cell}} >> {{ui|Block 2}} >> {{ui|Sub-Block 1}}.
  5. Right-click {{ui|0001FA4C}} in the left pane and {{ui|Remove}} the entire record.
  5. Right-click {{ui|0001FA4C}} in the left pane and {{ui|Remove}} the entire record.
Line 409: Line 444:
  8. Exit SSEEdit, saving Dawnguard.ESM.
  8. Exit SSEEdit, saving Dawnguard.ESM.


To keep the Skyrim install vanilla, the cleaned plugins will be placed in a mod, and the originals that were stored in a temporary location moved back to the Skyrim Data folder.
To preserve vanilla {{Fc|Red|Skyrim}}, the cleaned plugins will be placed in a mod, and the originals that were stored in a temporary location moved back to the {{Fc|Red|Skyrim >> Data}} folder.


  1. Navigate to the {{Fc|Orange|Skyrim >> Data}} folder with the files that were just cleaned. Select all the plugins except Skyrim.esm and create an archive.
  1. Navigate to the {{Fc|Red|Skyrim >> Data}} folder. Select the 79 plugins just cleaned (again, do not include {{Fc|Red|Skyrim.ESM}}) and create an archive.
  2. In MO2, click {{ui|Install a new mod from an archive}} icon (second icon), and open the archive that was just created. Name the mod {{Fc|Orange|Cleaned Masters}}.
  2. In {{Fc|Red|MO2}}, click {{ui|Install a new mod from an archive}} icon (second icon), and open this archive, naming the mod {{Fc|Red|Cleaned Masters}}.
  3. Move the original files from their temporary location back to the {{Fc|Orange|Skyrim >> Data folder}}, letting them overwrite the cleaned files, and delete the archive in this folder.
  3. Move the original files from the temporary location back to the {{Fc|Red|Skyrim >> Data}} folder, letting them overwrite the cleaned files.
4. Delete the archive file and the temporary location.


===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 the restore point. Backup the entire {{Fc|Orange|/Steam/SteamApps/Common/Skyrim Special Edition/}} folder, and place the archive in the {{Fc|Orange|Backup}} folder, naming it {{Fc|Orange|Skyrim Vanilla Backup}}. Do the same with the {{Fc|Orange|Mod Organizer}} folder and the {{Fc|Orange|Tools}} folder, resulting in 3 backup files in the {{Fc|Orange|Backup}} folder.


Before moving to Step 1, check to make sure everything matches up to this point.
===Step 4: Make A Backup===
To prevent restarting from scratch [again], create a complete backup of everything up to this point. If something goes wrong, this will be the restore point, and steps 1-3 can be skipped. Backup the entire {{Fc|Red|/Steam/SteamApps/Common/Skyrim Special Edition/}} folder, and place the archive in the {{Fc|Red|Backup}} folder, naming it {{Fc|Red|Skyrim Vanilla Backup}}. Do the same with the {{Fc|Red|Mod Organizer}} folder and the {{Fc|Red|Tools}} folder, resulting in 3 backup files in the {{Fc|Red|Backup}} folder.


====CHECKPOINT: SETUP====
====CHECKPOINT: A====
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
  {{Fc|Highlight|COUNTS:}}
  {{Fc|Highlight|COUNTS:}}
  - Mods: +6 = {{Fc|Orange|6}}
  - Mods: +0 = {{Fc|Red|0}}
  - Plugins: +80 = {{Fc|Orange|80}} (ESMs = 15, ESPs = 0, ESMs + ESPs = 15, ESLs = 65)
  - Plugins: +80 = {{Fc|Red|80}} (ESMs = 15, ESPs = 0, ESMs + ESPs = 15, ESLs = 65)
 
{{Fc|Highlight|Note:}}
- The counts provided at the {{Fc|Orange|Checkpoints}} include the paid upgrade for AE.
- Using base AE without the paid upgrade will result in different counts, but the guide is designed to work either way.
- Base AE will have 1 fewer Mod ({{Fc|Orange|Cleaned Creation Club Content}}) and 70 fewer plugins (8 fewer ESMs and 62 fewer ESLs).
</div></br>
</div></br>


With setup complete, tools installed, and a proper working vanilla version of Skyrim, we can now move on to Step 1.
==PART B: BASE==


==STEP 1: BASE==
===Step 5: Base Mods===
 
Step 5 is about getting some base mods installed in order to get in game as soon as possible so that subsequent steps can be tested properly.
===Part A: Base Mods===
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-01-A) Base Mods}}.
  {{Fc|Highlight|Create a separator:}} {{Fc|Red|I-B-05 Base Mods}}.
</div>
</div></br>
-----


==== {{Fc|Red|Creation Kit Custom INI}} ====
==== {{Fc|Red|Creation Kit Custom INI}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Note:}} Place the {{Fc|Orange|Creation Kit Custom INI}} mod completed earlier here and {{ui|Activate}} it.
  {{Fc|Highlight|Note:}} Place the {{Fc|Red|Creation Kit Custom INI}} mod completed earlier here and {{ui|Activate}} it.
</div></br>
</div></br>


==== {{Fc|Red|Creation Kit Platform Extended}} ====
==== {{Fc|Red|Creation Kit Platform Extended}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Note:}} Place the {{Fc|Orange|Creation Kit Platform Extended}} mod completed earlier here and {{ui|Activate}} it.
  {{Fc|Highlight|Note:}} Place the {{Fc|Red|Creation Kit Platform Extended}} mod completed earlier here and {{ui|Activate}} it.
</div></br>
</div></br>


==== {{Fc|Red|SSEEdit Cache}} ====
==== {{Fc|Green|SSEEdit Cache}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Note:}} Place the {{Fc|Orange|SSEEdit Cache}} mod completed earlier here and {{ui|Activate}} it.
  {{Fc|Highlight|Note:}} Place the {{Fc|Red|SSEEdit Cache}} mod completed earlier here and {{ui|Activate}} it.
</div></br>
</div></br>


==== {{Fc|Red|Skyrim Script Extender (SKSE)}} ====
==== {{Fc|Red|Skyrim Script Extender (SKSE)}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Note:}} Place the {{Fc|Orange|SKSE Scripts}} mod completed earlier here and {{ui|Activate}} it.
  {{Fc|Highlight|Note:}} Place the {{Fc|Red|SKSE Scripts}} mod completed earlier here and {{ui|Activate}} it.
</div></br>
</div></br>


==== {{Fc|Red|Cleaned Masters}} ====
==== {{Fc|Green|ENB Series}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Plugins: 0 (Replaces base plugins)
  {{Fc|Highlight|Note:}} Place the {{Fc|Red|SSEEdit Cache}} mod completed earlier here and {{ui|Activate}} it.
</div></br>


  {{Fc|Highlight|Note:}} Place the {{Fc|Orange|Cleaned Masters}} mod completed earlier here and {{ui|Activate}} it.
==== {{Fc|Green|ENB - Pi-Cho}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Note:}} Place the {{Fc|Red|SSEEdit Cache}} mod completed earlier here and {{ui|Activate}} it.
</div></br>
</div></br>


==== {{Fc|Blue|Cleaned Creation Club Content}} ====
==== {{Fc|Red|Cleaned Masters}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Plugins: 0 (Replaces base plugins)
  - Plugins: 0 (Replaces base plugins)


  {{Fc|Highlight|Note:}} Place the {{Fc|Orange|Cleaned Creation Club Content}} mod completed earlier here and {{ui|Activate}} it.
  {{Fc|Highlight|Note:}} Place the {{Fc|Red|Cleaned Masters}} mod completed earlier here and {{ui|Activate}} it.
</div></br>
</div></br>


Line 515: Line 546:
  {{ui|MAIN}} ''Unofficial Skyrim Special Edition Patch''
  {{ui|MAIN}} ''Unofficial Skyrim Special Edition Patch''


  {{Fc|Highlight|Optional:}} Hide {{Fc|Orange|Unofficial Skyrim Special Edition Patch.modgroups}} file.
  {{Fc|Highlight|Note:}} Hide {{Fc|Red|Unofficial Skyrim Special Edition Patch.modgroups}} file.
</div></br>
</div></br>


Line 543: Line 574:


  {{ui|MAIN}} ''Unofficial Skyrim Modder's Patch - USMP SE 2.6.3''
  {{ui|MAIN}} ''Unofficial Skyrim Modder's Patch - USMP SE 2.6.3''
</div></br>
==== {{Fc|Blue|Unofficial High Definition Audio Project}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18115/? Nexus]
- Author: sharrken
- Version: 1.0
- Plugins: 6 ESL
{{ui|MAIN}} ''Music - HQ''
{{ui|MAIN}} ''Voices EN - Part 1''
{{ui|MAIN}} ''Voices EN - Part 2''
</div></br>
</div></br>


==== {{Fc|Red|Alternate Start - Live Another Life - SSE}} ====
==== {{Fc|Red|Alternate Start - Live Another Life - SSE}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/272/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/272/? Nexus]  
  - Author: Arthmoor
  - Author: Arthmoor
Line 571: Line 588:
==== {{Fc|Blue|New Beginnings - Live Another Life Extension SSE}} ====
==== {{Fc|Blue|New Beginnings - Live Another Life Extension SSE}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/4939/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/4939/? Nexus]  
  - Author: Original by Flo27 SSE version by Kelsenellenelvian
  - Author: Original by Flo27 SSE version by Kelsenellenelvian
Line 582: Line 598:
==== {{Fc|Green|Alternate Start Voiced}} ====
==== {{Fc|Green|Alternate Start Voiced}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/66541/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/66541/? Nexus]  
  - Author: CinnaMewRoll
  - Author: CinnaMewRoll
Line 590: Line 605:
</div></br>
</div></br>


===Part B: SKSE Utilities===
-----
===Step 6: Resources===
Step 6 installs mods that are primarily resources for other mods (papyrus extenders, various frameworks, etc.) These mods do little or even nothing alone, but are required for other mods to work properly.
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-01-B) SKSE Plugins}}.
  {{Fc|Highlight|Create a separator:}} {{Fc|Red|I-B-06 Mod Resources}}.
</div>
</div></br>
-----


==== {{Fc|Red|Address Library for SKSE Plugins}} ====
==== {{Fc|Red|Address Library for SKSE Plugins}} ====
Line 609: Line 625:
</div></br>
</div></br>


==== {{Fc|Green|Actor Limit Fix}} ====
==== {{Fc|Red|PapyrusUtil SE - Modders Scripting Utility Functions}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/32349/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/13048/? Nexus]  
  - Author: meh321
  - Author: exiledviper meh321
  - Version: 9
  - Version: 4.4
 
{{ui|MAIN}} ''PapyrusUtil AE SE - Scripting Utility Functions''


  {{ui|MAIN}} ''Actor Limit Fix - Anniversary Edition (1.6.629.0 and later)''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Dirt and Blood}}, {{Fc|Red|Curator's Companion}}.
</div></br>
</div></br>


==== {{Fc|Green|Barter Limit Fix}} ====
==== {{Fc|Red|Andrealphus' Papyrus Functions}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77173/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/85252/? Nexus]  
  - Author: powerofthree and KernalsEgg
  - Author: AndrealphusVIII
  - Version: 1.0
  - Version: 1.4.3
 
{{ui|MAIN}} ''Andrealphus' Papyrus Functions''


  {{ui|MAIN}} ''Barter Limit Fix''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Experience}}, {{Fc|Red|Incremental Injuries}}, {{Fc|Red|KID}}, {{Fc|Red|Scrambled Bugs}}, and more.
</div></br>
</div></br>


==== {{Fc|Green|Bug Fixes SSE}} ====
==== {{Fc|Red|Dylbills Papyrus Functions}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/33261/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/65410/? Nexus]  
  - Author: meh321
  - Author: Dylbill
  - Version: 10
  - Version: 7.2
 
{{ui|MAIN}} ''DbMiscFunctions''


  {{ui|MAIN}} ''Bug Fixes SSE - Anniversary Edition (1.6.629.0 and later)''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Timed Lockpicking}}
</div></br>
</div></br>


==== {{Fc|Green|Equip Enchantment Fix}} ====
==== {{Fc|Red|Papyrus Tweaks NG}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/42839/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77779/? Nexus]  
  - Author: SlavicPotato
  - Author: Nightfallstorm
  - Version: 1.3.6
  - Version: 4.1.0


  {{ui|MAIN}} ''Equip Enchantment Fix for 1.6.629 and newer''
  {{ui|MAIN}} ''Papyrus Tweaks 4.1.0''
</div></br>
</div></br>


==== {{Fc|Red|ENB Helper SE}} ====
==== {{Fc|Red|powerofthree's Tweaks}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/23174/? Nexus]  
* {{User:DrPharmDawg/Tag|Set}}
  - Author: aers
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/51073/? Nexus]  
  - Version: 2.2.0
  - Author: powerofthree
  - Version: 1.11.0
 
{{ui|MAIN}} ''powerofthree's Tweaks''


  {{ui|MAIN}} ''ENB Helper SE 2.2 for 1.6.629 and up''
  {{Fc|Highlight|Note:}} The INI file (under optional) is provided by the SkyRem Custom Settings and is therefore not needed.


  {{Fc|Highlight|Note:}} Required for use of {{Fc|Red|ENB}}.
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Spell Perk Item Distributor (SPID)}}.
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Red|FileAccess Interface For Skyrim SE Scripts - FISSES}} ====
==== {{Fc|Red|powerofthree's Papyrus Extender}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/13956/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/22854/? Nexus]  
  - Author: TerenceYao
  - Author: powerofthree
  - Version: 1.4.1-beta
  - Version: 5.8.0
- Plugins: 1 ESM


  {{ui|MAIN}} ''FileAccess Interface for Skyrim SE Scripts - FISSES (Anniversary Edition) BETA {{Fc|Red|[V1.4.1]}}''
  {{ui|MAIN}} ''Papyrus Extender''


  {{Fc|Highlight|Note:}} Required for use of various {{Fc|Red|MCMs}}.
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Dynamic Things Alternative}}, {{Fc|Red|Frozen Electrocuted Combustion}}, {{Fc|Red|Sidequests of Skyrim}}.
</div></br>
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.1130+ ("Anniversary Edition")
****Install}}
</div></br>


==== {{Fc|Red|Fuz Ro D-Oh - Silent Voice}} ====
==== {{Fc|Red|AnimObject Swapper}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/15109/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/75167/? Nexus]  
  - Author: shadeMe
  - Author: powerofthree
  - Version: 2.3
  - Version: 1.1.0


  {{ui|MAIN}} ''Fuz Ro D'oh''
  {{ui|MAIN}} ''AnimObject Swapper''


  {{Fc|Highlight|Note:}} Required for use of mods that add unvoiced {{Fc|Red|Dialogue}}.
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Sharpen Other Swords II}}.
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Red|JContainers SE}} ====
==== {{Fc|Red|Base Object Swapper}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Update}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/60805/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/16495 Nexus]  
  - Author: powerofthree
  - Author: silvericed
  - Version: 3.3.0
  - Version: 4.2.3


  {{ui|MAIN}} ''CJContainers SE''
  {{ui|MAIN}} ''Base Object Swapper''


  {{Fc|Highlight|Note:}} Required for {{Fc|Red|MCM Recorder}}, {{Fc|Red|Violens}}.
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Cathedral 3D Mountain Flowers}}, {{Fc|Red|Dyanmic Things Alternate}}, and others being considered for guide.
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.1130+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Yellow|KreatE}} ====
==== {{Fc|Red|Behavior Data Injector}} ====
<div class="py-2 yellowbd myellowbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/78146/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/83757 Nexus]  
  - Author: Maxsu and Dropkicker
  - Author: LonelyKitsuune
  - Version: v0.13
  - Version: 1.0.2


  {{ui|MAIN}} ''KreatE''
  {{ui|MAIN}} ''Behavior Data Injector''
 
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Combat Pathing Revolution}}.
</div></br>
</div></br>


==== {{Fc|Red|PapyrusUtil SE - Modders Scripting Utility Functions}} ====
==== {{Fc|Red|Behavior Data Injector Universal Support}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/13048/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/78159/? Nexus]  
  - Author: exiledviper meh321
  - Author: doodlum
  - Version: 4.4
  - Version: v0.13.0.1


  {{ui|MAIN}} ''PapyrusUtil AE SE - Scripting Utility Functions''
  {{ui|MAIN}} ''Behavior Data Injector Universal Support''
 
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Dirt and Blood}}, {{Fc|Red|Curator's Companion}}.
</div></br>
</div></br>


==== {{Fc|Green|Papyrus Tweaks NG}} ====
==== {{Fc|Red|Container Item Distributor}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77779/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/99486/? Nexus]  
  - Author: Nightfallstorm
  - Author: ThirdEyeSqueegee
  - Version: 4.1.0
  - Version: 2.1.0


  {{ui|MAIN}} ''Papyrus Tweaks 4.1.0''
  {{ui|MAIN}} ''Container Item Distributor''
</div></br>
</div></br>


==== {{Fc|Red|powerofthree's Papyrus Extender}} ====
==== {{Fc|Red|Crafting Recipe Distributor}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/22854/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/52276/? Nexus]  
  - Author: powerofthree
  - Author: powerofthree
  - Version: 5.5.0
  - Version: 3.0.0


  {{ui|MAIN}} ''Papyrus Extender''
  {{ui|MAIN}} ''Crafting Recipe Distributor''
 
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Dynamic Things Alternative}}, {{Fc|Red|Frozen Electrocuted Combustion}}, {{Fc|Red|Sidequests of Skyrim}}.
{{Fomod|
{{Fomod|
*Main
*Main
**DLL
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
***◉ SSE v1.6+ ("Anniversary Edition")
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Red|powerofthree's Tweaks}} ====
==== {{Fc|Red|Custom Skills Framework}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/41780/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/51073/? Nexus]  
  - Author: meh321 and Parapets
  - Author: powerofthree
  - Version: 3.1.0
  - Version: 1.8.0


  {{ui|MAIN}} ''powerofthree's Tweaks''
  {{ui|MAIN}} ''Custom Skills Framework''
</div></br>


{{Fc|Highlight|Note:}} The INI file (under optional) is provided by the SkyRem Custom Settings and is therefore not needed.
==== {{Fc|Red|Description Framework}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/105799/? Nexus]
- Author: Nightfallstorm and JaySerpa
- Version: 2.1.1


  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Spell Perk Item Distributor (SPID)}}.
  {{ui|MAIN}} ''Description Framework''
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Yellow|Recursion Monitor}} ====
==== {{Fc|Red|Dynamic Magic Modification Framework (DMMF)}} ====
<div class="py-2 yellowbd myellowbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/127918/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/76867 Nexus]  
  - Author: _kmatt_
  - Author: Nightfallstorm
  - Version: 1.0.1
  - Version: 1.2
- Plugins: 1 ESL


  {{ui|MAIN}} ''Recursion Fix''
  {{ui|MAIN}} ''Dynamic Magic Modification Framework''
</div></br>
</div></br>


==== {{Fc|Green|Scaleform Translation Plus Plus NG}} ====
==== {{Fc|Red|ENB Helper SE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77359? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/23174/? Nexus]  
  - Author: Ryan---VersuchDrei
  - Author: aers
  - Version: 1.6
  - Version: 2.2.0


  {{ui|MAIN}} ''ScaleformTranslationPP''
  {{ui|MAIN}} ''ENB Helper SE 2.2 for 1.6.629 and up''


  {{Fc|Highlight|Note:}} Required for {{Fc|Green|Whose Quest Is It Anyway NG}}.
  {{Fc|Highlight|Note:}} Required for use of {{Fc|Red|ENB}}.
</div></br>
</div></br>


==== {{Fc|Red|Scrambled Bugs}} ====
==== {{Fc|Red|FormList Manipulator - FLM}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}} {{User:DrPharmDawg/Tag|Patch}} {{User:DrPharmDawg/Tag|Update}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/74037/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/43532? Nexus]  
  - Author: MaskedRPGFan
  - Author: meh321 and KernalsEgg
  - Version: 1.7.1
  - Version: 21


  {{ui|MAIN}} ''Scrambled Bugs - Anniversary Edition (1.6.629.0 and later)''
  {{ui|MAIN}} ''FormList Manipulator - FLM}}''
{{ui|OPT}} ''Script Effect Archetype Crash Fix''
{{ui|OPT}} ''Vendor Respawn Fix''


  {{Fc|Highlight|Note:}} Install the {{ui|OPT}} files as a separate mod and name it {{Fc|Orange|Scrambled Bugs - Optional Fixes}}.
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Andrealphus' Bleedout Revamp}}, {{Fc|Red|Crafting Requires Tools - Extended}}, {{Fc|Red|FormList Patch Collection}}.
</div></br>
</div></br>


==== {{Fc|Red|Scrambled Bugs - Optional Fixes}} ====
==== {{Fc|Red|Fuz Ro D-Oh - Silent Voice}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Patch}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/15109/? Nexus]
- Author: shadeMe
- Version: 2.3


  {{Fc|Highlight|Note:}} Place this patch completed from the previous mod here and {{ui|Activate}} it.
{{ui|MAIN}} ''Fuz Ro D'oh''
 
  {{Fc|Highlight|Note:}} Required for use of mods that add unvoiced {{Fc|Red|Dialogue}}.
</div></br>
</div></br>


==== {{Fc|Green|SSE Display Tweaks}} ====
==== {{Fc|Red|IFrame Generator RE AE Support}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/82737/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/34705/? Nexus]  
  - Author: doodlum
  - Author: SlavicPotato
  - Version: v1.03.1
  - Version: 0.5.12
 
{{ui|MAIN}} ''IFrame Generator RE AE Support''


  {{ui|MAIN}} ''SSE Display Tweaks''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|TK Dodge}}.
</div></br>
</div></br>


==== {{Fc|Red|SSE Engine Fixes (skse64 plugin)}} ====
==== {{Fc|Red|JContainers SE}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/16495 Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/17230/? Nexus]
  - Author: silvericed
  - Author: aers - Nukem - Ryan
  - Version: 4.2.9
  - Version: 6.1.1


  {{ui|MAIN}} ''(Part 1) SSE Engine Fixes for 1.6.629 and newer''
  {{ui|MAIN}} ''CJContainers SE''
{{ui|MAIN}} ''(Part 2) Engine Fixes - skse64 Preloader and TBB Lib''


  {{Fc|Highlight|Note:}} Install {{fc|Orange|Part 1}} as normal. Extract {{fc|Orange|Part 2}} to the Skyrim folder.
  {{Fc|Highlight|Note:}} There are multiple main files with this name. Get {{Fc|Red|SKSE 2.2.6 / SSE (SAE) 1.6.1170}} version.


  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Scrambled Bugs}}.
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|MCM Recorder}}, {{Fc|Red|Violens}}.
</div></br>
</div></br>


==== {{Fc|Green|SSE FPS Stabilizer}} ====
==== {{Fc|Red|Keyword Item Distributor (KID)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/38438/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/55728/? Nexus]  
  - Author: Shizof
  - Author: powerofthree
  - Version: 1.1.9
  - Version: 3.4.0
 
{{ui|MAIN}} ''Keyword Item Distributor''


  {{ui|MAIN}} ''SSE FPS Stabilizer - FOMOD Installer''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Armor Enchantments Drain Vitality}}, {{Fc|Red|Know Your Enemies}}, and others being considered for guide.
{{Fomod|
{{Fomod|
*Select Game
*Main
**Select Game
**DLL
***◉ Skyrim Special Edition
***◉ SSE v1.6+ ("Anniversary Edition")
****Next
*Select Game Version
**Select SSE Version
***◉ 1.6.640
****Next
*Select Quality
**Select Plugin
***◉ HIGH
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Red|sztkUtil}} ====
==== {{Fc|Red|MCO Universal Support}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/57863/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/85491 Nexus]  
  - Author: Suzutsuki
  - Author: doodlum
  - Version: 20220312
  - Version: 1.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''sztkUtilAE {{Fc|Red|[V20220312-skse2.2.3]}}''
  {{ui|MAIN}} ''MCO Universal Support''


  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Breakable Equipment System}}.
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Attack - MCO}}.
</div></br>
</div></br>


===Part C: SKSE Plugins===
==== {{Fc|Red|Payload Interpreter}} ====
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-01-C) SKSE Plugins}}.
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/65089 Nexus]
</div>
- Author: dTry alexsylex
-----
- Version: 1.0.1


==== {{Fc|Green|Alternate Conversation Camera}} ====
{{ui|MAIN}} ''Payload Interpreter {{Fc|Red|[V1.1.0]}}''
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/21220/? Nexus]  
- Author: NasiGorengCumi
- Version: 2.4.5-AE


  {{ui|MAIN}} ''Alternate Conversation Camera {{Fc|Green|[V2.4.6-AE]}}''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Attack - MCO}}.
</div></br>
</div></br>


==== {{Fc|Green|Animated Static Reload Fix - NG}} ====
==== {{Fc|Red|Perk Entry Point Extender}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69331/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/91192/? Nexus]  
  - Author: Maxsu
  - Author: Noah
  - Version: 1.0.1
  - Version: 1.2.0.5
 
{{ui|MAIN}} ''PEPE Main File''


  {{ui|MAIN}} ''Animated Static Reload Fix - NG''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Magic Casting Utilities}}, {{Fc|Red|Stagger and Knockdown Perk Entries}}.
</div></br>
</div></br>


==== {{Fc|Green|Barter Limit Fix}} ====
==== {{Fc|Red|Recursion Monitor}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/76867 Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77173/? Nexus]  
  - Author: Nightfallstorm
  - Author: powerofthree and KernalsEgg
  - Version: 1.2
  - Version: 1.0


  {{ui|MAIN}} ''Barter Limit Fix''
  {{ui|MAIN}} ''Recursion Fix''
</div></br>
</div></br>


==== {{Fc|Green|Better Jumping SE}} ====
==== {{Fc|Red|Scaleform Translation Plus Plus NG - Updated}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/111771? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18967/? Nexus]  
  - Author: Ryan---VersuchDrei
  - Author: meh321 and z65536
  - Version: 1.0.0
  - Version: 1.8.6
 
{{ui|MAIN}} ''Scaleform Translation Plus Plus NG - Updated''


  {{ui|MAIN}} ''Better Jumping AE''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Whose Quest Is It Anyway NG}}.
</div></br>
</div></br>


==== {{Fc|Green|Classic Paralysis}} ====
==== {{Fc|Red|Sound Record Distributor}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/45931/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77815/? Nexus]
  - Author: powerofthree
  - Author: doodlum
  - Version: 3.3.1
  - Version: 1.5.1


  {{ui|MAIN}} ''Classic Paralysis''
  {{ui|MAIN}} ''Sound Record Distributor''
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Don't Stay in The Water}} ====
==== {{Fc|Red|Spell Perk Item Distributor (SPID)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/36869/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/52164/? Nexus]  
  - Author: powerofthree
  - Author: DevourerPi
  - Version: 7.1.3
  - Version: 5.0


  {{ui|MAIN}} ''NPC Water AI Fix for SkyrimAE {{Fc|Green|[5.0-fix]}}''
  {{ui|MAIN}} ''Spell Perk Item Distributor''
</div></br>


==== {{Fc|Green|Encounter Zones Unlocked SE}} ====
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Dirt and Blood}}, {{Fc|Red|Enemy (R)Evolution}}, {{Fc|Red|Just Cast It}}, {{Fc|Red|SPID for Footprints}}.
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/19608/? Nexus]
- Author: underthesky and z65536
- Version: 1.5.4
 
{{ui|MAIN}} ''Encounter Zones Unlocked AE''
</div></br>
 
==== {{Fc|Green|Enhanced Invisibility}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/61950/? Nexus]
- Author: powerofthree
- Version: 1.3.0
 
{{ui|MAIN}} ''Enhanced Invisibility''
{{Fomod|
{{Fomod|
*Main
*Main
Line 950: Line 956:
</div></br>
</div></br>


==== {{Fc|Red|Experience}} ====
==== {{Fc|Red|SSE Display Tweaks}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}}
* {{User:DrPharmDawg/Tag|Set}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/17751/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/34705/? Nexus]  
  - Author: zax
  - Author: SlavicPotato
  - Version: 3.1.0
  - Version: 0.5.16


  {{ui|MAIN}} ''Experience NG''
  {{ui|MAIN}} ''SSE Display Tweaks''
 
{{Fc|Highlight|Note:}} {{ui|FOMOD}} is Player's Choice.
</div></br>
</div></br>


==== {{Fc|Green|Fix Note icon for SkyUI (SKSE64 plugin)}} ====
==== {{Fc|Red|SSE Engine Fixes (skse64 plugin)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/32561/? Nexus]  
* {{User:DrPharmDawg/Tag|Set}}
  - Author: 0xC0000005
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/17230/? Nexus]
  - Version: 1.2.6
  - Author: aers - Nukem - Ryan
  - Version: 6.1.1
 
{{ui|MAIN}} ''(Part 1) SSE Engine Fixes for 1.6.1170 and newer {{Fc|Red|[6.2]}}''
{{ui|MAIN}} ''(Part 2) Engine Fixes - skse64 Preloader and TBB Lib''


  {{ui|MAIN}} ''FixNotesForSkyUI Skyrim AE''
  {{Fc|Highlight|Install:}} Install {{Fc|Red|Part 1}} as a normal mod, naming it {{Fc|Red|SSE Engine Fixes - Part 1}}.
</div></br>


==== {{Fc|Green|I'm Walkin' Here}} ====
{{Fc|Highlight|Root Builder Install:}} Create an empty mod and name it {{Fc|Red|SSE Engine Fixes - Part 2}}, with a {{Fc|Red|Root}} folder. Move all files of {{Fc|Red|Part 2}} into this {{Fc|Red|Root}} folder.
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/27742/? Nexus]
- Author: Ryan
- Version: 1.7.0


  {{ui|MAIN}} ''I'm Walkin' Here''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Scrambled Bugs}}.
</div></br>
</div></br>


==== {{Fc|Green|Locational Encounter Zones}} ====
==== {{Fc|Red|SSE Engine Fixes - Part 2}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/85212/? Nexus]
  {{Fc|Highlight|Note:}} Place the {{Fc|Red|SSE Engine Fixes - Part 2}} mod completed earlier here and {{ui|Activate}} it.
- Author: doodlez and Delta
- Version: 1.0.2
 
{{ui|MAIN}} ''Locational Encounter Zones''
</div></br>
</div></br>


==== {{Fc|Green|Mfg Fix}} ====
==== {{Fc|Red|SSE FPS Stabilizer}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/11669/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/38438/? Nexus]  
  - Author: Andrelo
  - Author: Shizof
  - Version: 1.6.1
  - Version: 1.1.9


  {{ui|MAIN}} ''MfgFix''
  {{ui|MAIN}} ''SSE FPS Stabilizer - FOMOD Installer''
</div></br>
{{Fomod|
 
*Select Game
==== {{Fc|Green|Mum's the Word NG}} ====
**Select Game
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
***◉ Skyrim Special Edition
* {{User:DrPharmDawg/Tag|New}}
****Next
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77409/? Nexus]
*Select Game Version
- Author: Ryan---VersuchDrei
**Select SSE Version
- Version: 2.1
***◉ 1.6.640
****Next
*Select Quality
**Select Plugin
***◉ HIGH
****Install}}
</div></br>


  {{ui|MAIN}} ''Mum's the Word''
-----
===Step 7: SKSE Fixes===
Mods that rely on SKSE to make essential adjustments and fixes to the base game.
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Red|I-B-07 SKSE Fixes}}.
</div></br>
</div></br>


==== {{Fc|Green|No Lockpick Activate (SKSE) - Updated}} ====
==== {{Fc|Green|Actor Limit Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/32349/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/26790/? Nexus]  
  - Author: meh321
  - Author: lStewieAl
  - Version: 9
  - Version: 3.2


  {{ui|MAIN}} ''No Lockpck Activate''
  {{ui|MAIN}} ''Actor Limit Fix - Anniversary Edition (1.6.629.0 and later)''
</div></br>
</div></br>


==== {{Fc|Green|NPC AI Process Position Fix - NG}} ====
==== {{Fc|Green|Animated Static Reload Fix - NG}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69326/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69331/? Nexus]  
  - Author: Maxsu alandtse doodlez
  - Author: Maxsu
  - Version: 1.1.1
  - Version: 1.0.1


  {{ui|MAIN}} ''NPC AI Process Position Fix - NG''
  {{ui|MAIN}} ''Animated Static Reload Fix - NG''
{{Fomod|
*Files
**Plugin
***☑ DLL and INI file
**Patches
***◉ None
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Read Or Take SKSE}} ====
==== {{Fc|Green|Barter Limit Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77173/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69588/? Nexus]  
  - Author: powerofthree and KernalsEgg
  - Author: powerofthree
  - Version: 1.0
  - Version: 1.3.0


  {{ui|MAIN}} ''Read or Take SKSE''
  {{ui|MAIN}} ''Barter Limit Fix''
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Remember Lockpick Angle - Updated}} ====
==== {{Fc|Red|Bug Fixes SSE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/33261/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/26838/? Nexus]  
  - Author: meh321
  - Author: OnlyIWeDo
  - Version: 10
  - Version: 4.2


  {{ui|MAIN}} ''Remember Lockpick Angle''
  {{ui|MAIN}} ''Bug Fixes SSE - Anniversary Edition (1.6.629.0 and later)''
</div></br>
</div></br>


==== {{Fc|Green|Simple Activate SKSE}} ====
==== {{Fc|Green|Combat Music Fix SKSE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67015/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/56767/? Nexus]  
  - Author: dTry
  - Author: powerofthree
  - Version: 1.0
  - Version: 1.4.1


  {{ui|MAIN}} ''Simple Activate SKSE''
  {{ui|MAIN}} ''Combat Music Fix SKSE - AE''
</div></br>


{{Fc|Highlight|Note:}} The INI file (under optional) is provided by the SkyRem Custom Settings and is therefore not needed.
==== {{Fc|Red|Comprehensive Attack Rate Patch - SKSE}} ====
{{Fomod|
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
*Main
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/89042/? Nexus]
**DLL
- Author: NoahBoddie
***◉ SSE v1.6.629+ ("Anniversary Edition")
- Version: 1.1.2.11
****Install}}
 
{{ui|MAIN}} ''CARP Main File''
</div></br>
</div></br>


==== {{Fc|Green|Simple Offence Suppression}} ====
==== {{Fc|Green|Equip Enchantment Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/42839/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/41764/? Nexus]  
  - Author: SlavicPotato
  - Author: powerofthree
  - Version: 1.3.6
  - Version: 2.2.1


  {{ui|MAIN}} ''Simple Offence Suppression''
  {{ui|MAIN}} ''Equip Enchantment Fix for 1.6.629 and newer''
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Skyrim Priority SE - skse plugin}} ====
==== {{Fc|Green|Fix Note icon for SkyUI (SKSE64 plugin)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/50129/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/32561/? Nexus]  
  - Author: Boring3
  - Author: 0xC0000005
  - Version: 3.4.0
  - Version: 1.2.6


  {{ui|MAIN}} ''Skyrim Priority SE AE (3.4.0)''
  {{ui|MAIN}} ''FixNotesForSkyUI Skyrim AE''
</div></br>
</div></br>


==== {{Fc|Red|Skyrim Skill Uncapper(fixed)}} ====
==== {{Fc|Green|NPC AI Process Position Fix - NG}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/46536/? Nexus]
- Author: Author
- Version: 0.1.7
 
{{ui|MAIN}} ''SkyrimUncapperBetaForAE(Latest)''
</div></br>
 
==== {{Fc|Green|Splashes Of Skyrim}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/47710/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69326/? Nexus]  
  - Author: powerofthree
  - Author: Maxsu alandtse doodlez
  - Version: 1.4.0
  - Version: 1.1.1


  {{ui|MAIN}} ''Splashes of Skyrim''
  {{ui|MAIN}} ''NPC AI Process Position Fix - NG''
{{Fomod|
{{Fomod|
*Main
*Files
**DLL
**Plugin
***◉ SSE v1.6.629+ ("Anniversary Edition")
***☑ DLL and INI file
**Patches
***◉ None
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Stagger Direction Fix - NG}} ====
==== {{Fc|Red|Scrambled Bugs}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69291/? Nexus]  
* {{User:DrPharmDawg/Tag|Set}} {{User:DrPharmDawg/Tag|Patch}}
  - Author: Maxsu and NickaNak
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/43532? Nexus]  
  - Version: 1.0.2
  - Author: meh321 and KernalsEgg
  - Version: 21
 
{{ui|MAIN}} ''Scrambled Bugs - Anniversary Edition (1.6.629.0 and later)''
{{ui|OPT}} ''Script Effect Archetype Crash Fix''
{{ui|OPT}} ''Vendor Respawn Fix''
 
{{Fc|Highlight|Note:}} Install the {{ui|OPT}} files as a separate mod and name it {{Fc|Red|Scrambled Bugs - Optional Fixes}}.
</div></br>
 
==== {{Fc|Red|Scrambled Bugs - Optional Fixes}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Patch}}


  {{ui|MAIN}} ''Stagger Direction Fix - NG''
  {{Fc|Highlight|Note:}} Place this patch completed from the previous mod here and {{ui|Activate}} it.
</div></br>
</div></br>


==== {{Fc|Green|Stay At The System Page - AE}} ====
==== {{Fc|Green|Sprint Sneak Movement Speed Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67883/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/86631/? Nexus]  
  - Author: Magus80
  - Author: SlavicPotato
  - Version: v1.0.1
  - Version: 1.1.2


  {{ui|MAIN}} ''Stay At The System Page - AE''
  {{ui|MAIN}} ''Sprint Sneak Movement Speed Fix''
</div></br>
</div></br>


==== {{Fc|Green|To Your Face SE - AE - VR}} ====
==== {{Fc|Green|Stagger Effect Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/24720/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/110508/? Nexus]  
  - Author: underthesky and xILARTH
  - Author: Maxsu and SkyHorizon
  - Version: 1.0r
  - Version: 1.0.2
 
{{ui|MAIN}} ''Stagger Effect Fix''
</div></br>


  {{ui|MAIN}} ''To Your Face AE {{Fc|Red|[V1.0s]}}''
===Step 8: SKSE Gameplay===
Mods that rely on SKSE to make gameplay and mechanic changes.
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Red|I-B-08 SKSE Gameplay}}.
</div></br>
</div></br>


==== {{Fc|Green|Use or Take SKSE}} ====
==== {{Fc|Green|Alternate Conversation Camera}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
* {{User:DrPharmDawg/Tag|Set}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/70868/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/21220/? Nexus]  
  - Author: powerofthree
  - Author: NasiGorengCumi
  - Version: 1.2.0
  - Version: 2.4.5-AE


  {{ui|MAIN}} ''Use Or Take SKSE''
  {{ui|MAIN}} ''Alternate Conversation Camera {{Fc|Green|[V2.4.6-AE]}}''
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Which Key NG}} ====
==== {{Fc|Green|Better Combat Escape - SSE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/43936/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/78971/? Nexus]  
  - Author: Maxsu
  - Author: kpvw
  - Version: v0.83
  - Version: 1.1


  {{ui|MAIN}} ''Which Key NG''
  {{ui|MAIN}} ''Better Combat Escape - SSE V0.83''
</div></br>
</div></br>


==== {{Fc|Green|Whose Quest Is It Anyway NG}} ====
==== {{Fc|Green|Better Combat Escape - NG}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77360/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/72901/? Nexus]  
  - Author: Ryan---VersuchDrei
  - Author: doodlum
  - Version: 1.5
  - Version: 1.0.1


  {{ui|MAIN}} ''Whose Quest Is It Anyway''
  {{ui|MAIN}} ''Better Combat Escape - NG''
</div></br>
</div></br>


==== {{Fc|Green|Yes Im Sure}} ====
==== {{Fc|Green|Better Jumping SE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/24898/? Nexus]  
* {{User:DrPharmDawg/Tag|Set}}
  - Author: Ryan
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18967/? Nexus]  
  - Version: 1.7.0
  - Author: meh321 and z65536
  - Version: 1.8.6


  {{ui|MAIN}} ''YesImSure''
  {{ui|MAIN}} ''Better Jumping AE''
</div></br>
</div></br>


===Part D: Distributors===
==== {{Fc|Green|Classic Paralysis}} ====
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
{{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-01-D) SKSE Distributors}}.
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/45931/? Nexus]  
</div>
-----
 
==== {{Fc|Red|AnimObject Swapper}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/75167/? Nexus]  
  - Author: powerofthree
  - Author: powerofthree
  - Version: 1.1.0
  - Version: 3.3.1


  {{ui|MAIN}} ''AnimObject Swapper''
  {{ui|MAIN}} ''Classic Paralysis''
 
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Sharpen Other Swords II}}.
{{Fomod|
{{Fomod|
*Main
*Main
Line 1,217: Line 1,202:
</div></br>
</div></br>


==== {{Fc|Red|Base Object Swapper}} ====
==== {{Fc|Green|Don't send me there again (dosemetha)}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/60805/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/72507/? Nexus]  
  - Author: powerofthree
  - Author: vagonumero12
  - Version: 2.5.1
  - Version: 1.0


  {{ui|MAIN}} ''Base Object Swapper''
  {{ui|MAIN}} ''Don't send me there again''
 
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Cathedral 3D Mountain Flowers}}, {{Fc|Red|Dyanmic Things Alternate}}, and others being considered for guide.
{{Fomod|
{{Fomod|
*Main
*Main
**DLL
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
***◉ AE (newer versions)
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Red|Behavior Data Injector}} ====
==== {{Fc|Green|Don't Stay in The Water}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/52164/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/78146/? Nexus]  
  - Author: DevourerPi
  - Author: Maxsu and Dropkicker
  - Version: 5.0
  - Version: v0.13


  {{ui|MAIN}} ''Behavior Data Injector''
  {{ui|MAIN}} ''NPC Water AI Fix for SkyrimAE {{Fc|Green|[5.0-fix]}}''
 
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Stagger Direction Fix}}.
</div></br>
</div></br>


==== {{Fc|Red|Behavior Data Injector Universal Support}} ====
==== {{Fc|Green|Encounter Zones Unlocked SE}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/19608/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/78159/? Nexus]  
  - Author: underthesky and z65536
  - Author: doodlum
  - Version: 1.5.4
  - Version: v0.13.0.1


  {{ui|MAIN}} ''Behavior Data Injector Universal Support''
  {{ui|MAIN}} ''Encounter Zones Unlocked AE''
</div></br>
</div></br>


==== {{Fc|Yellow|Crafting Recipe Distributor}} ====
==== {{Fc|Green|Enhanced Invisibility}} ====
<div class="py-2 yellowbd myellowbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/61950/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/52276/? Nexus]  
  - Author: powerofthree
  - Author: powerofthree
  - Version: 2.1.0
  - Version: 1.3.0


  {{ui|MAIN}} ''Crafting Recipe Distributor''
  {{ui|MAIN}} ''Enhanced Invisibility''
{{Fomod|
{{Fomod|
*Main
*Main
**DLL
**DLL
***◉ SSE v1.6+ ("Anniversary Edition")
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Blue|Dynamic Things Alternative - Base Object Swapper}} ====
==== {{Fc|Red|Experience}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/60741/? Nexus]
- Author: wankingSkeever
- Version: 0.2.1
- Plugins: 1 ESL
 
{{ui|MAIN}} ''Dynamic Things Alternative - Base Object Swapper''
</div></br>
 
==== {{Fc|Red|Keyword Item Distributor (KID)}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/55728/? Nexus]  
* {{User:DrPharmDawg/Tag|Set}}
  - Author: powerofthree
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/17751/? Nexus]  
  - Version: 2.2.0
  - Author: zax
  - Version: 3.4.5


  {{ui|MAIN}} ''Keyword Item Distributor''
  {{ui|MAIN}} ''Experience''
 
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Armor Enchantments Drain Vitality}}, {{Fc|Red|Know Your Enemies}}, and others being considered for guide.
{{Fomod|
{{Fomod|
*Main
*Step 1
**DLL
**Plugin version
***◉ SSE v1.6+ ("Anniversary Edition")
***◉ AE
****Next
*Step 2
**Aspect Ratio
***◉ 16:9
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Red|Sound Record Distributor}} ====
==== {{Fc|Green|I'm Walkin' Here}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77815/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/27742/? Nexus]  
  - Author: doodlum
  - Author: Ryan
  - Version: 1.3.0
  - Version: 1.7.0


  {{ui|MAIN}} ''Sound Record Distributor''
  {{ui|MAIN}} ''I'm Walkin' Here''
</div></br>
</div></br>


==== {{Fc|Red|Spell Perk Item Distributor (SPID)}} ====
==== {{Fc|Green|Immersive Equipment Displays}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/36869/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/62001/? Nexus]  
  - Author: powerofthree
  - Author: SlavicPotato
  - Version: 6.4.0
  - Version: 1.7.4


  {{ui|MAIN}} ''Spell Perk Item Distributor''
  {{ui|MAIN}} ''Immersive Equipment Displays for 1.6.629 and newer''
</div></br>


{{Fc|Highlight|Note:}} Required for {{Fc|Red|Dirt and Blood}}, {{Fc|Red|Enemy (R)Evolution}}, {{Fc|Red|Just Cast It}}, {{Fc|Red|SPID for Footprints}}.
==== {{Fc|Green|Improved Camera SE}} ====
{{Fomod|
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
*Main
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/93962/? Nexus]
**DLL
- Author: ArranzCNL
***◉ SSE v1.6.629+ ("Anniversary Edition")
- Version: 1.1.1
****Install}}
 
{{ui|MAIN}} ''Improved Camera SE''
</div></br>
</div></br>


====CHECKPOINT 1====  
==== {{Fc|Green|Locational Encounter Zones}} ====
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|COUNTS:}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/85212/? Nexus]
  - Mods: +49 = {{Fc|Orange|49}}
  - Author: doodlez and Delta
  - Plugins: +86 = {{Fc|Orange|86}} (ESMs = 18, ESPs = 1, ESMs + ESPs = 19, ESLs = 67)
  - Version: 1.0.2


  {{Fc|Highlight|LOOT:}}
  {{ui|MAIN}} ''Locational Encounter Zones''
- Sort Load Order with {{Fc|Orange|LOOT}}.
</div></br>
</div></br>


==STEP 2: INTERFACE==
==== {{Fc|Red|Magic Casting Utilities}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/107741/? Nexus]
- Author: Asrak
- Version: 0.2.0


===Part A: UI Behavior===
  {{ui|MAIN}} ''MCU - 0.3.0 - Main files {{Fc|Red|[0.3.0]}}''
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-B-01) Interface}}.
</div>
-----


==== {{Fc|Red|SkyUI}} ====
{{ui|Install:}} ''Hide {{Fc|Red|MCU_Examples.ESP}}.''
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/12604/? Nexus]
- Author: SkyUI Team
- Version: 5.2SE
- Plugins: 1 ESP


  {{ui|MAIN}} ''SkyUI_5_2_SE''
  {{ui|Note:}} ''Required for {{Fc|Red|SkyRem mods}}.


{{Fc|Highlight|Note:}} Required for {{Fc|Red|A Matter Of Time}}, {{Fc|Red|Animation}} mods, {{Fc|Red|Atlas Map Markers}}, {{Fc|Red|Better Container Controls}}, {{Fc|Red|Breakable Equipment System}}, {{Fc|Red|Combo Combat}}, {{Fc|Red|CCOR}}, and many more.
</div></br>
</div></br>


==== {{Fc|Blue|SkyUI AIO Survival (SAS)}} ====
==== {{Fc|Green|Mum's the Word NG}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/17601/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77409/? Nexus]  
  - Author: BVN
  - Author: Ryan---VersuchDrei
  - Version: 7.4
  - Version: 2.1
  - Plugins: 1 ESL
 
{{ui|MAIN}} ''Mum's the Word''
</div></br>
 
==== {{Fc|Green|Read Or Take SKSE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69588/? Nexus]
- Author: powerofthree
  - Version: 1.4.0


  {{ui|MAIN}} ''SAS 7.4 AE 1.6.640''
  {{ui|MAIN}} ''Read or Take SKSE''
{{Fomod|
{{Fomod|
*Main
*Main
**Base Files
**DLL
***☑ Base Files
***◉ SSE v1.6.629+ ("Anniversary Edition")
**Main Interface
***◉ SAS
**Survival Mode
***◉ CC Survival Mode
****Next
*Extended Menu (SAS only)
**Extended Menu?
***◉ Yes
****Next
*Enjoy!
**Note:
***☑ Final Touches
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|ElSopa - Colored SkyUI Active Effect Icons SE}} ====
==== {{Fc|Green|Skyrim Priority SE - skse plugin}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/23897/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/50129/? Nexus]  
  - Author: ElSopa
  - Author: Boring3
  - Version: 1.1
  - Version: 3.4.0


  {{ui|MAIN}} ''ElSopa - Colored SkyUI Active Effect Icons''
  {{ui|MAIN}} ''Skyrim Priority SE AE (3.4.0)''
</div></br>
 
==== {{Fc|Green|Simple Dual Sheath}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}} {{User:DrPharmDawg/Tag|Patch}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/50049/? Nexus]
- Author: SlavicPotato
- Version: 1.5.7
 
{{ui|MAIN}} ''Simple Dual Sheath for 1.6.629 and newer''
{{ui|OPT}} ''XPMSSE Left Hand Sheath Rotation Fix {{Fc|Red|[4.80]}}''


{{Fc|Highlight|Note:}} Install the {{ui|OPT}} file as a separate mod and name it {{Fc|Orange|XPMSE Left Hand Sheath Rotation Fix}}. Do not activate the patch.
</div></br>
</div></br>


==== {{Fc|Red|MCM Helper}} ====
==== {{Fc|Red|Stagger and Knockdown Perk Entries}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/53000/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/109932/? Nexus]  
  - Author: Parapets
  - Author: vintagedice
  - Version: 1.4.0
  - Version: 2.0.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''MCM Helper SE''
  {{ui|MAIN}} ''Stagger knockdown Perk Entries DLL''


  {{Fc|Highlight|Note:}} Required for use of various {{Fc|Red|MCMs}}.
  {{ui|Note:}} ''Required for {{Fc|Red|SkyRem mods}}.''
</div></br>
</div></br>


==== {{Fc|Blue|MCM Recorder}} ====
==== {{Fc|Green|Stay At The System Page - AE}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/61719/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67883/? Nexus]  
  - Author: MrowrPurr
  - Author: Magus80
  - Version: 1.0.7
  - Version: v1.0.1
- Plugins: 1 ESL


  {{ui|MAIN}} ''MCM Recorder''
  {{ui|MAIN}} ''Stay At The System Page - AE''
</div></br>
</div></br>


==== {{Fc|Red|UIExtensions}} ====
==== {{Fc|Green|To Your Face SE - AE - VR}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/17561/? Nexus]  
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/24720/? Nexus]
  - Author: Expired
- Author: underthesky and xILARTH
- Version: 1.0r
 
{{ui|MAIN}} ''To Your Face AE {{Fc|Red|[V1.0s]}}''
</div></br>
 
==== {{Fc|Green|Use or Take SKSE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/70868/? Nexus]  
  - Author: powerofthree
  - Version: 1.2.0
  - Version: 1.2.0
- Plugins: 1 ESP


  {{ui|MAIN}} ''UIExtensions v1-2-0''
  {{ui|MAIN}} ''Use Or Take SKSE''
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Blue|Racemenu}} ====
==== {{Fc|Green|Which Key NG}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/19080/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/78971/? Nexus]  
  - Author: Expired
  - Author: kpvw
  - Version: 0.4.19.14
  - Version: 1.1
- Plugins: 1 ESP


  {{ui|MAIN}} ''RaceMenu Anniversary Edition v0-4-19-14''
  {{ui|MAIN}} ''Which Key NG''
 
{{Fc|Highlight|Note:}} Hide {{Fc|Orange|RaceMenuPlugin.esp}}.
</div></br>
</div></br>


==== {{Fc|Blue|Better Container Controls for SkyUI}} ====
==== {{Fc|Green|Whose Quest Is It Anyway NG}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Esl}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77360/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/25271/? Nexus]  
  - Author: Ryan---VersuchDrei
  - Author: CDCooley
  - Version: 1.5
  - Version: 3.1
- Plugins: 1 ESL


  {{ui|MAIN}} ''BCC-SkyUI-v31''
  {{ui|MAIN}} ''Whose Quest Is It Anyway''
 
{{Fc|Highlight|Note:}} ESL {{Fc|Orange|BetterContainerControls.esp}}. ESL-Flagging the ESP is preferred over the actual ESL file.
</div></br>
</div></br>


==== {{Fc|Red|ConsoleUtilSSE}} ====
==== {{Fc|Green|Yes Im Sure}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/24898/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/24858/? Nexus]  
  - Author: Ryan
  - Author: Ryan
  - Version: 1.4.0
  - Version: 1.7.0


  {{ui|MAIN}} ''ConsoleUtilSSE''
  {{ui|MAIN}} ''YesImSure''
 
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Nether's Follower Framework}}.
</div></br>
</div></br>


==== {{Fc|Blue|Immersive HUD - iHUD Special Edition}} ====
====CHECKPOINT: B====  
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
* {{User:DrPharmDawg/Tag|Compact}}
{{Fc|Highlight|COUNTS:}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/12440/? Nexus]
  - Mods: +83 = {{Fc|Red|83}}
- Author: Gopher
  - Plugins: +6 = {{Fc|Red|86}} (ESMs = 17, ESPs = 2, ESMs + ESPs = 19, ESLs = 67)
- Version: 0.2b
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Immersive HUD - iHUD''
  {{Fc|Highlight|LOOT:}}
- Sort Load Order with {{Fc|Red|LOOT}}.
</div></br>


  {{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|iHUD.esp}}.
==PART C: INTERFACE==
===Step 8: UI Behavior===
User interface behavior adjustments.
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-C-08 UI Behavior}}.
</div></br>
</div></br>


==== {{Fc|Red|Infinity UI}} ====
==== {{Fc|Red|SkyUI}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/74483/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/12604/? Nexus]  
  - Author: alexsylex
  - Author: SkyUI Team
  - Version: 2.0.1
  - Version: 5.2SE
- Plugins: 1 ESP


  {{ui|MAIN}} ''Infinity UI''
  {{ui|MAIN}} ''SkyUI_5_2_SE''


  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Compass Navigation Overhaul}}.
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|A Matter Of Time}}, {{Fc|Red|Animation}} mods, {{Fc|Red|Atlas Map Markers}}, {{Fc|Red|Better Container Controls}}, {{Fc|Red|Breakable Equipment System}}, {{Fc|Red|Combo Combat}}, {{Fc|Red|CCOR}}, and many more.
</div></div></br>
</div></br>


==== {{Fc|Green|Compass Navigation Overhaul}} ====
==== {{Fc|Blue|SkyUI AIO Survival (SAS)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/74484/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/17601/? Nexus]  
  - Author: alexsylex
  - Author: BVN
  - Version: 2.1
  - Version: 7.4
 
  - Plugins: 1 ESL
  {{ui|MAIN}} ''Compass Navigation Overhaul''
 
</div></div></br>
 
==== {{Fc|Green|Constructible Object Custom Keyword System}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/81409/? Nexus]
- Author: Parapets
- Version: 1.0.1
 
{{ui|MAIN}} ''Crafting Categories for SkyUI''


{{ui|MAIN}} ''SAS 7.4 AE 1.6.640''
{{Fomod|
*Main
**Base Files
***☑ Base Files
**Main Interface
***◉ SAS
**Survival Mode
***◉ CC Survival Mode
****Next
*Extended Menu (SAS only)
**Extended Menu?
***◉ Yes
****Next
*Enjoy!
**Note:
***☑ Final Touches
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Constructible Object Custom Keyword System NG}} ====
==== {{Fc|Green|ElSopa - Colored SkyUI Active Effect Icons SE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/23897/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/81731/? Nexus]  
  - Author: ElSopa
  - Author: Parapets-Meridiano
  - Version: 1.1
  - Version: 1.0.1


  {{ui|MAIN}} ''Constructible Object Custom Keyword System NG''
  {{ui|MAIN}} ''ElSopa - Colored SkyUI Active Effect Icons''


</div></br>
</div></br>


==== {{Fc|Blue|Cooking Categories Improvement (Constructible Object Custom Keyword System - Fixes)}} ====
==== {{Fc|Red|UIExtensions}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/84875/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/17561/? Nexus]  
  - Author: Dylan James - Parapets
  - Author: Expired
  - Version: 2.0.0
  - Version: 1.2.0
  - Plugins: 1 ESL
  - Plugins: 1 ESP


  {{ui|MAIN}} ''Cooking Categories Improvement (2.0.0)''
  {{ui|MAIN}} ''UIExtensions v1-2-0''


{{Fc|Highlight|Note:}} Required for {{Fc|Red|MCM Recorder}}.
</div></br>
</div></br>


==== {{Fc|Green|Constructible Object Custom Keyword System - Light Usability Tweaks}} ====
==== {{Fc|Red|MCM Helper}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/81598/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/53000/? Nexus]  
  - Author: LoLzies
  - Author: Parapets
  - Version: 1.1
  - Version: 1.4.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''Constructible Object Custom Keyword System - Light Usability Tweaks {{Fc|Green|[1.2.1]}}''
  {{ui|MAIN}} ''MCM Helper SE''


{{Fc|Highlight|Note:}} Required for use of various {{Fc|Red|MCMs}}.
</div></br>
</div></br>


==== {{Fc|Green|More Informative Console}} ====
==== {{Fc|Blue|MCM Recorder}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/19250/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/61719/? Nexus]  
  - Author: Linthar
  - Author: MrowrPurr
  - Version: 1.1.0
  - Version: 1.0.7
- Plugins: 1 ESL


  {{ui|MAIN}} ''More Informative Console 1.1.0 AE (1.6.640 plus )''
  {{ui|MAIN}} ''MCM Recorder''
</div></br>
</div></br>


==== {{Fc|Red|moreHUD SE}} ====
==== {{Fc|Blue|Racemenu}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/12688/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/19080/? Nexus]  
  - Author: Ahzaab
  - Author: Expired
  - Version: 5.2.2.0
  - Version: 0.4.19.14
  - Plugins: 1 ESL
  - Plugins: 1 ESP


  {{ui|MAIN}} ''moreHUD SE Light Master - AE''
  {{ui|MAIN}} ''RaceMenu Anniversary Edition v0-4-19-14''


  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Curator's Companion}}.
  {{Fc|Highlight|Note:}} Hide {{Fc|Orange|RaceMenuPlugin.esp}}.
</div></br>
</div></br>


==== {{Fc|Red|moreHUD Inventory Edition}} ====
==== {{Fc|Green|Another RaceMenu Rotation Mod}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18619/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/72937/? Nexus]  
  - Author: Ahzaab
  - Author: DarkMatterValkyrie
  - Version: 2.1.2.0
  - Version: 1.2.1
 
{{ui|MAIN}} ''Another Player Rotation Mod''
</div></br>
 
==== {{Fc|Blue|Better Container Controls for SkyUI}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Esl}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/25271/? Nexus]
- Author: CDCooley
- Version: 3.1
- Plugins: 1 ESL
 
{{ui|MAIN}} ''BCC-SkyUI-v31''
 
{{Fc|Highlight|Note:}} ESL {{Fc|Orange|BetterContainerControls.esp}}. ESL-Flagging the ESP is preferred over the actual ESL file.
</div></br>
 
==== {{Fc|Blue|Custom Skills Menu - A Custom Skills Framework Unified Menu}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/62423/? Nexus]
- Author: OsmosisWrench
- Version: 1.1.5
- Plugins: 1 ESL


  {{ui|MAIN}} ''moreHUD Inventory Edition Loose Version - AE''
  {{ui|MAIN}} ''Custom Skill Menu''
{{ui|MAIN}} ''Custom Skill Menu Basic Icon Pack {{Fc|Blue|[1.0]}}''


  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Curator's Companion}}.
  {{Fc|Highlight|Install:}} Install the second {{ui|Main}} file as a separate mod naming it {{Fc|Blue|Custom Skill Menu - Icons}}.
</div></br>
</div></br>


==== {{Fc|Blue|SkyHUD}} ====
==== {{Fc|Blue|Custom Skill Menu - Icons}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}}
{{Fc|Highlight|Note:}} Place the {{Fc|Blue|Custom Skill Menu - Icons}} mod completed earlier here and {{ui|Activate}} it.
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/463/? Nexus]
</div></br>
- Author: SkyHUD Team
- Version: 0.90.1B


{{ui|MAIN}} ''SkyHUD v090B v4 {{Fc|Blue|[0.90B]}}''
==== {{Fc|Blue|Dynamic Activation Key}} ====
  {{ui|UPDATE}} ''Patch - SkyHUD v090B}}''
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
{{Fomod|
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/96273/? Nexus]  
*Check
- Author: JaySerpa
**What's New
- Version: 1.02
***◉ Proceed
- Plugins: 1 ESL
****Next
 
*Install
  {{ui|MAIN}} ''Dynamic Activation Key''
**Please select installation type
 
***◉ Loose Files
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Immersive Interactions}}.
****Next
*Example Presets
**Choose a preset
***◉ SkyHUD Oblivion
****Next
*Miscellaneous
**Optional
***◉ Install iHUD compatibility patch
****Install}}
</div></div></br>
</div></div></br>


==== {{Fc|Blue|TrueHUD - HUD Additions}} ====
==== {{Fc|Blue|Dynamic Activation Key - MCM}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/62775/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/96408/? Nexus]  
  - Author: Ersh
  - Author: MaskedRPGFan
  - Version: 1.1.8
  - Version: 1.2.0
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''TrueHUD''
  {{ui|MAIN}} ''Dynamic Activation Key - MCM''
</div></br>
</div></div></br>


===Part B: Maps and Widgets===
==== {{Fc|Blue|Dynamic Activation Key - Addons Collection}} ====
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
{{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-02-B) UI Maps and Widgets}}.
</div>
-----
 
==== {{Fc|Blue|A Clear Map of Skyrim and Other Worlds}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Compact}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/96430/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/56367/? Nexus]  
  - Author: MaskedRPGFan
  - Author: DoubleYou
  - Version: 2.1.1
  - Version: 4.0
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''A Clear Map of Skyrim and Other Worlds FOMOD''
  {{ui|MAIN}} ''Dynamic Activation Key - Addons Collection''
</div></div></br>


{{Fc|Highlight|Note:}} Create an empty {{Fc|Orange|A Clear Map of Skyrim and Other Worlds Patches}} mod. Move all plugins except {{Fc|Orange|A Clear Map of Skyrim.esp}} to the new mod. Do not activate the patch.
==== {{Fc|Blue|Immersive HUD - iHUD Special Edition}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Compact}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/12440/? Nexus]
- Author: Gopher
- Version: 0.2b
- Plugins: 1 ESL


{{Fomod|
{{ui|MAIN}} ''Immersive HUD - iHUD''
*Options
**Core Files
***☑ Core Files
**DynDOLOD rules
***◉ DynDOLOD 3
**LOD Setup
***◉ No DynDOLOD LOD32
**Other Worlds
***☑ Beyond Reach
***☑ Falskaar
***☑ Midwood Isle
***☑ Wyrmstooth
***☑ Vominheim
**Optional Components
***☑ Remove Clouds
****Next
*Patches
**Patches
***☐ Select Nothing
****Install}}
</div></br>


==== {{Fc|Blue|Atlas Map Markers SE - Updated with MCM}} ====
{{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|iHUD.esp}}.
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/24104/? Nexus]
- Author: Kronixx and kryptopyr
- Version: 2.7
- Plugins: 1 ESP
 
{{ui|MAIN}} ''Atlas Map Markers''
</div></br>
</div></br>


==== {{Fc|Blue|Quest Markers Restored}} ====
==== {{Fc|Red|Infinity UI}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/20195/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/74483/? Nexus]  
  - Author: thetrader
  - Author: alexsylex
  - Version: 1.2.0
  - Version: 2.0.2
  - Plugins: 1 ESL
 
  {{ui|MAIN}} ''Infinity UI''


  {{ui|MAIN}} ''Quest Markers Restored''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Compass Navigation Overhaul}}.
</div></br>
</div></div></br>


==== {{Fc|Blue|A Matter of Time - A HUD clock widget}} ====
==== {{Fc|Green|Compass Navigation Overhaul}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Compact}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/74484/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/12937/? Nexus]  
  - Author: alexsylex
  - Author: SkyAmigo
  - Version: 2.2.0
  - Version: v3.0.0a4
- Plugins: 1 ESL


  {{ui|MAIN}} ''AMatterOfTime_v3_0_0_alpha_4''
  {{ui|MAIN}} ''Compass Navigation Overhaul''


{{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|AMatterOfTime.esp}}.
</div></div></br>
</div></br>


==== {{Fc|Green|Detection Meter - NG}} ====
==== {{Fc|Green|Constructible Object Custom Keyword System}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77350/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/81409/? Nexus]  
  - Author: Maxsu
  - Author: Parapets
  - Version: v0.17-NG
  - Version: 1.1.1
 
{{ui|MAIN}} ''Crafting Categories for SkyUI''


{{ui|MAIN}} ''Detection Meter v0.17 NG''
</div></br>
</div></br>


==== {{Fc|Green|SkyALERT - Detection Meter Vanilla Presets}} ====
==== {{Fc|Green|Constructible Object Custom Keyword System NG}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/72045/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/81731/? Nexus]  
  - Author: Xaliber
  - Author: Parapets-Meridiano
  - Version: 1.0
  - Version: 1.0.1
 
{{ui|MAIN}} ''Constructible Object Custom Keyword System NG''


{{ui|MAIN}} ''Detection Meter Redesign - SkyALERT''
{{Fomod|
*Choose a variation
**Designs
***◉ Design 03 (Nordic)
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Oxygen Meter}} ====
==== {{Fc|Blue|Cooking Categories Improvement (Constructible Object Custom Keyword System - Fixes)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/57452/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/84875/? Nexus]  
  - Author: powerofthree
  - Author: Dylan James - Parapets
  - Version: 1.3.0
  - Version: 2.0.1
- Plugins: 1 ESL


  {{ui|MAIN}} ''Oxygen Meter''
  {{ui|MAIN}} ''Cooking Categories Improvement (2.0.1)''
{{Fomod|
*Main
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Oxygen Meter 2 - Nordic UI like Skin}} ====
==== {{Fc|Green|Constructible Object Custom Keyword System - Light Usability Tweaks}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69567/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/81598/? Nexus]  
  - Author: kuroishitam
  - Author: LoLzies
  - Version: 1.1
  - Version: 1.1


  {{ui|MAIN}} ''Oxygen Meter 2 Nordic like Skin''
  {{ui|MAIN}} ''Constructible Object Custom Keyword System - Light Usability Tweaks {{Fc|Green|[1.2.1]}}''
 
</div></br>
</div></br>


==== {{Fc|Blue|Widget Addon - Keep It Clean - Bathing In Skyrim - Dirt and Blood}} ====
==== {{Fc|Green|More Informative Console}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/19250/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/34502/? Nexus]  
  - Author: Linthar
  - Author: AubeD
  - Version: 1.2.1
  - Version: 1.7.2
- Plugins: 1 ESL


  {{ui|MAIN}} ''Widget Addon - Keep It Clean - Bathing In Skyrim - Dirt and Blood (FOMOD)''
  {{ui|MAIN}} ''More Informative Console 1.2.1''
{{Fomod|
*Need Mods Integration
**What Need Mod do you use?
***◉ None of the above
****Install}}
</div></br>
</div></br>


===Part C: UI Nordic===
==== {{Fc|Red|moreHUD SE}} ====
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-02-C) UI Appearance}}.
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/12688/? Nexus]
</div>
- Author: Ahzaab
-----
- Version: 5.2.2.0
- Plugins: 1 ESL


==== {{Fc|Red|NORDIC UI - Interface Overhaul}} ====
{{ui|MAIN}} ''moreHUD SE Light Master - AE''
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/49881/? Nexus]
- Author: Dopesan
- Version: 2.4.1


  {{ui|MAIN}} ''NORDIC UI (Final Design)''
  {{Fc|Highlight|Note:}} Required for {{Fc|Red|Curator's Companion}}.
{{Fomod|
</div></br>
*Choose your Poison
**Main
***☑ HUD (SkyHUD)
***☑ Boxes
***☑ Race Menu (Vanilla)
***☑ Dialogue Menu
***☑ Favorite Menu
***☑ Icons
***☑ Pause Menu (Journal)
***☑ Map Markers
***☑ Skill Menu
***☑ Skill Menu 3D Visuals
***☑ Start Menu
***☑ Start Menu 3D Background
***☑ Game Menus
***☑ UI Sounds
***☑ TDM Patch
***☑ SkyHUD Preset
**Loading Screen
***◉ Default
****Install}}
</div></div></br>


==== {{Fc|Green|Nordic UI AE Patch}} ====
==== {{Fc|Red|moreHUD Inventory Edition}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18619/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/65334/? Nexus]  
  - Author: Ahzaab
  - Author: BigTV
  - Version: 2.1.3.0
  - Version: 1.0


  {{ui|MAIN}} ''Nordic UI AE Patch''
  {{ui|MAIN}} ''moreHUD Inventory Edition Loose Version - AE''
</div></div></br>


==== {{Fc|Green|NORDIC UI - Constructible Object Custom Keyword System}} ====
{{Fc|Highlight|Note:}} Required for {{Fc|Red|Curator's Companion}}.
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
</div></br>
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/81749/? Nexus]  
 
  - Author: Parapets Dopesan Ashingda
==== {{Fc|Blue|SkyHUD}} ====
  - Version: 1.0.1
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/463/? Nexus]  
  - Author: SkyHUD Team
  - Version: 0.90.1B


  {{ui|MAIN}} ''NORDIC UI - Constructible Object Custom Keyword System''
  {{ui|MAIN}} ''SkyHUD v090B v4 {{Fc|Blue|[0.90B]}}''
{{ui|UPDATE}} ''Patch - SkyHUD v090B}}''
{{Fomod|
{{Fomod|
*Select One
*Check
**Patch
**What's New
***◉ Frostfall Compatible
***◉ Proceed
****Next
*Install
**Please select installation type
***◉ Loose Files
****Next
*Example Presets
**Choose a preset
***◉ SkyHUD Oblivion
****Next
*Miscellaneous
**Optional
***◉ Install iHUD compatibility patch
****Install}}
****Install}}
</div></br>
</div></div></br>


==== {{Fc|Green|NORDIC UI Markers}} ====
==== {{Fc|Blue|TrueHUD - HUD Additions}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/72209/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/62775/? Nexus]  
  - Author: Crazq
  - Author: Ersh
  - Version: 4.0
  - Version: 1.1.8
- Plugins: 1 ESL
 
{{ui|MAIN}} ''TrueHUD''
</div></br>


  {{ui|MAIN}} ''NORDIC UI Markers (QUESTION UNDISCOVER MARK)''
===Step 9: Maps and Widgets===
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Red|I-C-09 Maps and Widgets}}.
</div></br>
</div></br>


==== {{Fc|Green|Colorful Nordic UI Markers}} ====
==== {{Fc|Blue|A Clear Map of Skyrim and Other Worlds}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/76981/? Nexus]  
* {{User:DrPharmDawg/Tag|Compact}}
  - Author: CyborgArmGun
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/56367/? Nexus]  
  - Version: 1.4
  - Author: DoubleYou
  - Version: 4.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''Colorful NORDIC UI Markers''
  {{ui|MAIN}} ''A Clear Map of Skyrim and Other Worlds FOMOD''
</div></br>


==== {{Fc|Green|NORDIC UI - Miscellaneous Patches}} ====
{{Fc|Highlight|Note:}} Create an empty {{Fc|Orange|A Clear Map of Skyrim and Other Worlds Patches}} mod. Move all plugins except {{Fc|Orange|A Clear Map of Skyrim.esp}} to the new mod. Do not activate the patch.
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/54102/? Nexus]
- Author: myztikrice
- Version: 1.8.2


{{ui|MAIN}} ''Nordic UI - Miscellaneous Patches''
{{Fomod|
{{Fomod|
*Step1
*Options
**moreHUD Inventory
**Core Files
***◉ Sunhelm
***☑ Core Files
**Stats Menu
**DynDOLOD rules
***◉ Experience + 2.4.1 colored icons
***◉ DynDOLOD 3
**Even Better MessageBox Controls
**LOD Setup
***☑ Install
***◉ No DynDOLOD LOD32
**Extended Hotkey System
**Other Worlds
***☑ Beyond Reach
***☑ Falskaar
***☑ Midwood Isle
***☑ Wyrmstooth
***☑ Vominheim
**Optional Components
***☑ Remove Clouds
****Next
*Patches
**Patches
***☐ Select Nothing
***☐ Select Nothing
**MCM
***◉ Even Wider Rescaled MCM
**Remove QuickSave from System Menu
***☑ Install
**Loading Screen
***☑ Install
**Tween Menu
***☑ Install
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|NORDIC UI - SkyUI AIO Survival (SAS) Patch -- Sunhelm - Frostfall - CC Survival Mode}} ====
==== {{Fc|Blue|Atlas Map Markers SE - Updated with MCM}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/63879/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/24104/? Nexus]  
  - Author: infernalryan
  - Author: Kronixx and kryptopyr
  - Version: 1.1
  - Version: 2.7
- Plugins: 1 ESP


  {{ui|MAIN}} ''NORDIC UI - SkyUI AIO Survival (SAS) Patch''
  {{ui|MAIN}} ''Atlas Map Markers''
{{Fomod|
*Main
**Base Files
***☑ Base Files
**Extended Menu?
***◉ Yes
**moreHUD (Inventory Edition) Patch?
***◉ Yes
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Nordic...ish - A TrueHUD preset based on Nordic UI}} ====
==== {{Fc|Blue|Quest Markers Restored}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/63212/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/20195/? Nexus]  
  - Author: AceAmir and urbon
  - Author: thetrader
  - Version: 1.1.1
  - Version: 1.2.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''Nordic-ish - A Preset for TrueHUD based on Nordic UI''
  {{ui|MAIN}} ''Quest Markers Restored''
</div></br>
</div></br>


==== {{Fc|Green|Sovngarde - Mist's Font Replacer}} ====
==== {{Fc|Blue|A Matter of Time - A HUD clock widget}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/386/? Nexus]  
* {{User:DrPharmDawg/Tag|Compact}}
  - Author: Koveich
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/12937/? Nexus]  
  - Version: 8.9
  - Author: SkyAmigo
  - Version: v3.0.0a4
- Plugins: 1 ESL
 
{{ui|MAIN}} ''AMatterOfTime_v3_0_0_alpha_4''


  {{ui|MAIN}} ''Sovngarde - A Nordic Font Bold V8.9''
  {{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|AMatterOfTime.esp}}.
</div></br>
</div></br>


==== {{Fc|Green|Font Overhaul - Natural Typefaces for Skyrim -- FONTS}} ====
==== {{Fc|Green|Detection Meter}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/63057/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/2880/? Nexus]  
  - Author: Maxsu and WilliamsWang
  - Author: mfcfbro
  - Version: v1.11
  - Version: 2.1.1


  {{ui|MAIN}} ''Font Overhaul - All In One Installer''
  {{ui|MAIN}} ''Detection Meter-v1.11''
{{Fomod|
*Info
**Info
***☑ Okay
****Next
*Patches
**Patches
***◉ Sovngarde - A Nordic Font
****Next
*Configure Fonts
**Interface
***◉ Fertigo Pro (1.0 Default)
**Book
***◉ Morris Roman (1.0 Default)
**Handwritten
***◉ Anke Calligraphic FG (1.0 Default)
**Realistic Print
***◉ Don't Install
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|No More Laser-Printed Book}} ====
==== {{Fc|Green|Detection Meter - NG}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/462/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77350/? Nexus]  
  - Author: Fhaarkas
  - Author: Maxsu
  - Version: 1.0
  - Version: 1.11


  {{ui|MAIN}} ''No More Laser-Printed Book''
  {{ui|MAIN}} ''Detection Meter v1.11 AE Support''
</div></br>
</div></br>


==== {{Fc|Green|Skyrim Character Sheet}} ====
==== {{Fc|Green|SkyALERT - Detection Meter Vanilla Presets}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/56069/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/72045/? Nexus]  
  - Author: mlthelama
  - Author: Xaliber
  - Version: 1.0.3
  - Version: 1.0


  {{ui|MAIN}} ''SkyrimCharacterSheet''
  {{ui|MAIN}} ''Detection Meter Redesign - SkyALERT''
{{Fomod|
*Choose a variation
**Designs
***◉ Design 03 (Nordic)
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Skyrim SE Skill Interface Re-Texture}} ====
==== {{Fc|Green|Oxygen Meter}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/1523/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/57452/? Nexus]  
  - Author: Arndas
  - Author: powerofthree
  - Version: v4.1
  - Version: 1.3.0


  {{ui|MAIN}} ''SSIRT SE v4.1''
  {{ui|MAIN}} ''Oxygen Meter''
 
{{Fomod|
{{Fc|Highlight|Note:}} The {{Fc|Orange|FOMOD}} is completely cosmetic. Choose what you like.
*Main
**DLL
***◉ SSE v1.6.629+ ("Anniversary Edition")
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Dear Diary Dark Mode - SkyUI Menus Replacer SE}} ====
==== {{Fc|Green|Oxygen Meter 2 - Nordic UI like Skin}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/60837/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69567/? Nexus]  
  - Author: uranreactor
  - Author: kuroishitam
  - Version: 1.1.1
  - Version: 1.2.1
 
{{ui|MAIN}} ''Oxygen Meter 2 Nordic like Skin''
</div></br>


  {{ui|MAIN}} ''Dear Diary Dark Mode (texts - white color)''
==== {{Fc|Blue|Widget Addon - Keep It Clean - Bathing In Skyrim - Dirt and Blood}} ====
{{Fomod|
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
*Welcome
* {{User:DrPharmDawg/Tag|New}}
**Note about config file
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/34502/? Nexus]
***☑ Next
- Author: AubeD
****Next
- Version: 1.7.2
*Journal, Stats, System Menu
- Plugins: 1 ESL
**Install Journal, Stats, System Menu?
 
***◉ No
  {{ui|MAIN}} ''Widget Addon - Keep It Clean - Bathing In Skyrim - Dirt and Blood (FOMOD)''
****Next
{{Fomod|
*Mod Configuration Menu
*Need Mods Integration
**Install Mod Configuration Menu?
**What Need Mod do you use?
***◉ No
***◉ None of the above
*Map Menu
****Install}}
**Install Map Menu?
</div></br>
***◉ No
 
****Next
===Part C: Nordic UI===
*Inventory, Magic, Crafting etc Menu
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
**Install Inventory etc replacer?
{{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-C-10 UI Appearance}}.
***◉ No
</div>
****Next
-----
*Favorites Menu
 
**Install Favorites Menu?
==== {{Fc|Red|NORDIC UI - Interface Overhaul}} ====
***◉ No
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
****Next
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/49881/? Nexus]
*Book Menu
- Author: Dopesan
**Install Book Menu?
- Version: 2.4.1
***◉ No
 
****Next
{{ui|MAIN}} ''NORDIC UI (Final Design)''
*Lockpicking Menu
{{Fomod|
**Install Lockpicking Menu?
*Choose your Poison
***◉ No
**Main
****Next
***☑ HUD (SkyHUD)
*Stats menu
***☑ Boxes
**Install Stats menu?
***☑ Race Menu (Vanilla)
***◉ No
***☑ Dialogue Menu
****Next
***☑ Favorite Menu
*Levelup Menu
***☑ Icons
**Install Levelup Menu replacer?
***☑ Pause Menu (Journal)
***◉ No
***☑ Map Markers
****Next
***☑ Skill Menu
*Sleep-Wait Menu
***☑ Skill Menu 3D Visuals
**Install Sleep-Wait Menu replacer?
***Start Menu
***◉ No
***☑ Start Menu 3D Background
****Next
***☑ Game Menus
*Messageboxes
***☑ UI Sounds
**Install Messageboxes replacer?
***☑ TDM Patch
***◉ No
***☑ SkyHUD Preset
****Next
**Loading Screen
*Tutorials Menu
***◉ Default
**Install Tutorials Menu replacer?
****Install}}
***◉ No
</div></div></br>
****Next
 
*Training Menu
==== {{Fc|Green|Nordic UI AE Patch}} ====
**Install Training Menu replacer?
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
***◉ No
* {{User:DrPharmDawg/Tag|New}}
****Next
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/65334/? Nexus]
*Tab Menu
- Author: BigTV
**Install Tab Menu replacer?
- Version: 1.0
***◉ No
 
****Next
{{ui|MAIN}} ''Nordic UI AE Patch''
*Loading Menu
</div></div></br>
**Install Loading Menu replacer?
 
***◉ No
==== {{Fc|Green|NORDIC UI - Constructible Object Custom Keyword System}} ====
****Next
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
*Start Menu
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/81749/? Nexus]
**Install Main Menu frames replacer?
- Author: Parapets Dopesan Ashingda
***◉ No
- Version: 1.0.1
**Install Main Menu background replacer?
 
***◉ No
{{ui|MAIN}} ''NORDIC UI - Constructible Object Custom Keyword System''
****Next
{{Fomod|
*HUD Menu
*Select One
**Install HUD?
**Patch
***◉ No
***◉ Frostfall Compatible
**Compass Navigation Overhaul
****Install}}
***◉ No
</div></br>
****Next
 
*Dialogue Menu
==== {{Fc|Green|NORDIC UI Markers}} ====
**Install Dialogue Menu?
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
***◉ No
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/72209/? Nexus]
****Next
- Author: Crazq
*Quick Loot Menu
- Version: 4.0
**Install QuickLootRE replacer?
 
***◉ No
{{ui|MAIN}} ''NORDIC UI Markers (QUESTION UNDISCOVER MARK)''
****Next
</div></br>
*Skyrim Character Sheet
**Install Skyrim Character Sheet replacer?
***◉ Yes
****Next
*Wheel Menu
**Install Wheel Menu replacer
***◉ No
****Next
*Cursors
**Replace the cursor?
***◉ Yes, animated
****Next
*Install Map and Compass Markers?
***◉ No
****Next
*Font
**Reaplce the main font?
***◉ No
****Next
*New UI Sounds
**Install new UI sounds?
***◉ No
****Next
*Miscellaneous
**Console Improvements
***◉ None
**Loading Spinner Removal
***◉ Yes
****Next
*Thank you!
**Finish Installation
***☑ Don't forget to check config.txt
****Install}}
</div></div></br>


====CHECKPOINT 2====  
==== {{Fc|Green|Colorful Nordic UI Markers}} ====
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|COMPACT & ESL:}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/76981/? Nexus]
  - AMatterOfTime.esp
  - Author: CyborgArmGun
  - iHUD.esp
  - Version: 1.4


  {{Fc|Highlight|ESL:}}
  {{ui|MAIN}} ''Colorful NORDIC UI Markers''
- BetterContainerControls.esp
 
{{Fc|Highlight|COUNTS:}} Ensure counts are as follows:
- Mods: +39 = {{Fc|Orange|88}}
- Plugins: +15 = {{Fc|Orange|101}} (ESMs = 18, ESPs = 5, ESMs + ESPs = 23, ESLs = 78)
 
{{Fc|Highlight|LOOT:}}
- Sort Load Order with {{Fc|Orange|LOOT}}.
</div></br>
</div></br>


==STEP 3: FIXES==
==== {{Fc|Green|NORDIC UI - Miscellaneous Patches}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/54102/? Nexus]
- Author: myztikrice
- Version: 1.8.2


===Part A: Mesh Fixes===
  {{ui|MAIN}} ''Nordic UI - Miscellaneous Patches''
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
{{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-03-A) Mesh Fixes}}.
</div>
-----
 
==== {{Fc|Blue|Static Mesh Improvement Mod - SMIM}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/659/? Nexus]
- Author: Brumbek
- Version: 2.08
- Plugins: 1 ESP
 
  {{ui|MAIN}} ''SMIM SE 2-08''
{{Fomod|
{{Fomod|
*Main Installer Choice
*Step1
**Skyrim Game Version and Install Choices
**moreHUD Inventory
***◉ Skyrim 2016 Special Edition: Everything
***◉ Sunhelm
**Stats Menu
***◉ Experience + 2.4.1 colored icons
**Even Better MessageBox Controls
***☑ Install
**Extended Hotkey System
***☐ Select Nothing
**MCM
***◉ Even Wider Rescaled MCM
**Remove QuickSave from System Menu
***☑ Install
**Loading Screen
***☑ Install
**Tween Menu
***☑ Install
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|SMIM Barrel Expansion - Mead Barrel - Oil Barrel - Butter Churn}} ====
==== {{Fc|Green|NORDIC UI - SkyUI AIO Survival (SAS) Patch -- Sunhelm - Frostfall - CC Survival Mode}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/63879/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67676/? Nexus]  
  - Author: infernalryan
  - Author: wankingSkeever
  - Version: 1.1
  - Version: 0.1.1


  {{ui|MAIN}} ''SMIM Barrel Expansion - Mead Barrel - Oil Barrel - Butter Churn''
  {{ui|MAIN}} ''NORDIC UI - SkyUI AIO Survival (SAS) Patch''
{{Fomod|
*Main
**Base Files
***☑ Base Files
**Extended Menu?
***◉ Yes
**moreHUD (Inventory Edition) Patch?
***◉ Yes
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Static Mesh improvement Mod - SMIM - Quality Addon}} ====
==== {{Fc|Green|Nordic...ish - A TrueHUD preset based on Nordic UI}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/63212/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/44388/? Nexus]  
- Author: AceAmir and urbon
  - Author: Pfuscher and Brumbek and Rudy
- Version: 1.1.1
  - Version: 1.3
 
{{ui|MAIN}} ''Nordic-ish - A Preset for TrueHUD based on Nordic UI''
</div></br>
 
==== {{Fc|Green|Sovngarde - Mist's Font Replacer}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/386/? Nexus]  
  - Author: Koveich
  - Version: 8.9


  {{ui|MAIN}} ''Smim - Quality Addon''
  {{ui|MAIN}} ''Sovngarde - A Nordic Font Bold V8.9''
</div></br>
</div></br>


==== {{Fc|Green|Static Mesh Improvement Mod Improvement Mod}} ====
==== {{Fc|Green|Font Overhaul - Natural Typefaces for Skyrim -- FONTS}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/2880/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/55543/? Nexus]  
  - Author: mfcfbro
  - Author: Novelyst
  - Version: 2.1.3
  - Version: 1.7.1


  {{ui|MAIN}} ''Static Mesh Improvement Mod Improvement Mod''
  {{ui|MAIN}} ''Font Overhaul - All In One Installer''
{{Fomod|
{{Fomod|
*Optional
*Info
**Meshes
**Info
***☐ Select Nothing
***☑ Okay
**Textures
***☐ Select Nothing
****Next
****Next
*Patches
*Patches
**Mods
**Patches
***☑ Dynamic Things Alternative
***◉ Sovngarde - A Nordic Font
***☑ Real Rabbits HD
***☑ Wiseman's Flora Fixes
***☑ SMIM Quality Add-On
****Next
****Next
*Real Rabbits HD
*Configure Fonts
**Shell
**Interface
***◉ No Shell
***◉ Fertigo Pro (1.0 Default)
**Book
***◉ Morris Roman (1.0 Default)
**Handwritten
***◉ Anke Calligraphic FG (1.0 Default)
**Realistic Print
***◉ Install
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Wiseman303's Flora Fixes - Revamped}} ====
==== {{Fc|Green|Skyrim Character Sheet}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/56069/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/28197/? Nexus]  
  - Author: mlthelama
  - Author: Wiseman303 and NeverLost
  - Version: 1.1.4
  - Version: 3.2


  {{ui|MAIN}} ''WM's Flora Fixes - Revamped (No Scripts)''
  {{ui|MAIN}} ''SkyrimCharacterSheet''
{{ui|OPT}} ''WM's Flora Fixes - SMIM Patch''
</div></br>
</div></br>


==== {{Fc|Green|Major Cities Mesh Overhaul}} ====
==== {{Fc|Green|Skyrim SE Skill Interface Re-Texture}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/49259/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/1523/? Nexus]  
  - Author: raiserfx
  - Author: Arndas
  - Version: 1.3a
  - Version: v4.1
 
{{ui|MAIN}} ''SSIRT SE v4.1''


  {{ui|MAIN}} ''Major Cities Mesh Overhaul SE''
  {{Fc|Highlight|Note:}} The {{Fc|Orange|FOMOD}} is completely cosmetic. Choose what you like.
</div></br>
</div></br>


==== {{Fc|Blue|Skyrim Landscape and Water Fixes}} ====
==== {{Fc|Green|Dear Diary Dark Mode - SkyUI Menus Replacer SE}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Patch}} {{User:DrPharmDawg/Tag|Update}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/60837/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/26138/? Nexus]
  - Author: uranreactor
  - Author: WiZkiD - lilebonymace
  - Version: 1.1.1
  - Version: v7.7
- Plugins: 1 ESL


  {{ui|MAIN}} ''Skyrim Landscape and Water Fixes - FOMOD''
  {{ui|MAIN}} ''Dear Diary Dark Mode (texts - white color)''
 
{{Fc|Highlight|Note:}} Create an empty {{Fc|Orange|Skyrim Landscape and Water Fixes - Patches}} mod. Move all plugins except {{Fc|Orange|Landscape and Water Fixes.esp}} to the new mod. Do not activate the patch.
{{Fomod|
{{Fomod|
*
*Welcome
**Options
**Note about config file
***☐ Select Nothing
***☑ Next
**Patches
****Next
***☑ Landscape Fixes for Grass Mods
*Journal, Stats, System Menu
***☑ Navigator
**Install Journal, Stats, System Menu?
***☑ Tundra Homestead AE CC Content
***◉ No
***☑ Northern Marsh Bridges
****Next
**Patches
*Mod Configuration Menu
***◉ None
**Install Mod Configuration Menu?
**Walkway Wall FIX
***◉ No
***◉ SMIM
*Map Menu
****Install}}
**Install Map Menu?
</div></br>
***◉ No
 
****Next
==== {{Fc|Green|Unofficial Material Fix}} ====
*Inventory, Magic, Crafting etc Menu
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
**Install Inventory etc replacer?
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/21027/? Nexus]
***◉ No
- Author: Elzee
****Next
- Version: 1.17.0
*Favorites Menu
 
**Install Favorites Menu?
{{ui|MAIN}} ''Unofficial Material Fix''
***◉ No
</div></br>
****Next
 
*Book Menu
==== {{Fc|Green|Assorted mesh fixes}} ====
**Install Book Menu?
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
***◉ No
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/32117/? Nexus]
****Next
- Author: wankingSkeever
*Lockpicking Menu
- Version: 0.78
**Install Lockpicking Menu?
 
***◉ No
{{ui|MAIN}} ''Assorted mesh fixes''
****Next
</div></br>
*Stats menu
 
**Install Stats menu?
==== {{Fc|Blue|Dlizzio's Mesh Fixes}} ====
***◉ No
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
****Next
* {{User:DrPharmDawg/Tag|Patch}}
*Levelup Menu
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/39260/? Nexus]
**Install Levelup Menu replacer?
- Author: deleted93399393
***◉ No
- Version: 2.3
****Next
- Plugins: 1 ESL
*Sleep-Wait Menu
 
**Install Sleep-Wait Menu replacer?
{{ui|MAIN}} ''Dlizzio's Mesh Fixes''
***◉ No
{{ui|OPT}} ''HD LODs Textures SE Mesh Fix {{Fc|Blue|[1.0]}}''
{{ui|OPT}} ''Noble Skyrim Material Fix {{Fc|Blue|[1.0]}}''
 
{{Fc|Highlight|Note:}} Install the {{ui|OPT}} files as a separate mod and name it {{Fc|Orange|Dlizzio's Mesh Fixes - Patches}}. Do not activate the patch.
</div></br>
 
==== {{Fc|Green|Flickering Meshes Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/53957/? Nexus]
- Author: nicola89b
- Version: 2.1
 
{{ui|MAIN}} ''Flickering Meshes Fix''
{{Fomod|
*Main Cities
**Riften
***◉ No parallax version
**Solitude
***◉ No parallax version
**Whiterun
***◉ No parallax version
**Markrth
***◉ No parallax version
**Windhelm
***◉ No parallax version
****Next
****Next
*Towns and Villages
*Messageboxes
**Whiterun and Windhelm Hold's farmhouses
**Install Messageboxes replacer?
***◉ Farmhouses Without Parallax
***◉ No
**Solitude Hold's farmhouses
****Next
***◉ Farmhouses Without Parallax
*Tutorials Menu
**Markarth Hold's farmhouses
**Install Tutorials Menu replacer?
***◉ Farmhouses Without Parallax
***◉ No
****Next
*Training Menu
**Install Training Menu replacer?
***◉ No
****Next
*Tab Menu
**Install Tab Menu replacer?
***◉ No
****Next
*Loading Menu
**Install Loading Menu replacer?
***◉ No
****Next
****Next
*Compatibility Choices
*Start Menu
**Select what you are using
**Install Main Menu frames replacer?
***◉ SMIM
***◉ No
***◉ Water for ENB
**Install Main Menu background replacer?
****Install}}
***◉ No
</div></br>
****Next
 
*HUD Menu
==== {{Fc|Green|Water in Wells - mesh-only animated wells}} ====
**Install HUD?
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
***◉ No
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/57268/? Nexus]
**Compass Navigation Overhaul
- Author: wankingSkeever
***◉ No
- Version: 0.7
****Next
 
*Dialogue Menu
{{ui|MAIN}} ''Water in Wells - mesh-only animated wells''
**Install Dialogue Menu?
 
***◉ No
{{Fc|Highlight|Note:}} In the {{ui|FOMOD}}, select the {{Fc|Orange|(No Parallax)}} option in each set.
****Next
</div></br>
*Quick Loot Menu
 
**Install QuickLootRE replacer?
==== {{Fc|Green|Water in Wash Basins - Mesh-only Replacer}} ====
***◉ No
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
****Next
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/59333/? Nexus]
*Skyrim Character Sheet
- Author: Mura
**Install Skyrim Character Sheet replacer?
- Version: 1.2
***◉ Yes
 
****Next
{{ui|MAIN}} ''Water in Wash Basins''
*Wheel Menu
</div></br>
**Install Wheel Menu replacer
 
***◉ No
==== {{Fc|Green|Armor Mesh Fixes SE}} ====
****Next
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
*Cursors
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/39704/? Nexus]
**Replace the cursor?
- Author: RenaPG
***◉ Yes, animated
- Version: 1.1
****Next
 
*Install Map and Compass Markers?
{{ui|MAIN}} ''Armor Mesh Fixes {{Fc|Green|[1.0]}}''
***◉ No
 
****Next
{{Fc|Highlight|Note:}} The {{ui|UPDATE}} file is not needed.
*Font
</div></br>
**Reaplce the main font?
 
***◉ No
==== {{Fc|Green|Blackreach Tentacle Mesh Fix}} ====
****Next
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
*New UI Sounds
* {{User:DrPharmDawg/Tag|New}}
**Install new UI sounds?
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/43083/? Nexus]
***◉ No
- Author: wankingSkeever
****Next
- Version: 0.1
*Miscellaneous
**Console Improvements
***◉ None
**Loading Spinner Removal
***◉ Yes
****Next
*Thank you!
**Finish Installation
***☑ Don't forget to check config.txt
****Install}}
</div></div></br>


  {{ui|MAIN}} ''Blackreach Tentacle Mesh Fix''
====CHECKPOINT: C====
</div></br>
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
  {{Fc|Highlight|COMPACT & ESL:}}
- AMatterOfTime.esp
- iHUD.esp
 
{{Fc|Highlight|ESL:}}
- BetterContainerControls.esp


==== {{Fc|Green|Creation Club Asset Patch}} ====
{{Fc|Highlight|COUNTS:}} Ensure counts are as follows:
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Mods: +45 = {{Fc|Orange|128}}
* {{User:DrPharmDawg/Tag|New}}
  - Plugins: +17 = {{Fc|Orange|103}} (ESMs = 17, ESPs = 6, ESMs + ESPs = 23, ESLs = 80)
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/65084/? Nexus]
- Author: Remiros
- Version: 1.2


  {{ui|MAIN}} ''Creation Club Asset Patch''
  {{Fc|Highlight|LOOT:}}
- Sort Load Order with {{Fc|Orange|LOOT}}.
</div></br>


  {{Fc|Highlight|Note:}} Select default {{ui|FOMOD}} choices.
==PART D: FIXES==
===Step 11: Mesh Fixes===
Mod to fix meshes.
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-D-11) Mesh Fixes}}.
</div></br>
</div></br>


==== {{Fc|Green|Dragon Mound Dirt FIX}} ====
==== {{Fc|Blue|Static Mesh Improvement Mod - SMIM}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/659/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69119/? Nexus]  
  - Author: Brumbek
  - Author: RemmyKun
  - Version: 2.08
  - Version: 2.0
- Plugins: 1 ESP


  {{ui|MAIN}} ''Dragon Mound Dirt FIX''
  {{ui|MAIN}} ''SMIM SE 2-08''
{{Fomod|
*Main Installer Choice
**Skyrim Game Version and Install Choices
***◉ Skyrim 2016 Special Edition: Everything
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|First Person Sneak Strafe-Walk Stutter Fix}} ====
==== {{Fc|Green|Static Mesh improvement Mod - SMIM - Quality Addon}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/31165/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/44388/? Nexus]  
  - Author: UrbanCMC
  - Author: Pfuscher and Brumbek and Rudy
  - Version: 1.0
  - Version: 1.5


  {{ui|MAIN}} ''First Person Sneak Strafe-Walk Stutter Fix''
  {{ui|MAIN}} ''SMIM Quality Addon 1.5''
</div></br>
</div></br>


==== {{Fc|Green|Fixed Nordic Metal Grate}} ====
==== {{Fc|Green|Wiseman303's Flora Fixes - Revamped}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/28197/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/80079/? Nexus]  
  - Author: Wiseman303 and NeverLost
  - Author: GGUNIT
  - Version: 3.2
  - Version: 1.0


  {{ui|MAIN}} ''Fixed Nordic metal grate''
  {{ui|MAIN}} ''WM's Flora Fixes - Revamped (No Scripts)''
{{ui|OPT}} ''WM's Flora Fixes - SMIM Patch''
</div></br>
</div></br>


==== {{Fc|Green|High Hrothgar Fixed}} ====
==== {{Fc|Green|Static Mesh Improvement Mod Improvement Mod}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Patch}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/55543/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/55254/? Nexus]  
  - Author: Novelyst
  - Author: Outpowner
  - Version: 1.11.0
  - Version: 1.02


  {{ui|MAIN}} ''High Hrothgar Fixed''
  {{ui|MAIN}} ''Static Mesh Improvement Mod Improvement Mod''
{{ui|OPT}} ''High Hrothgar Fixed - Lux Patch''
{{Fomod|
 
*Optional
{{Fc|Highlight|Note:}} Install the {{ui|OPT}} files as a separate mod and name it {{Fc|Orange|High Hrothgar Fixed - Lux Patch}}. Do not activate the patch.
**Meshes
</div></br>
***☐ Select Nothing
 
**Textures
==== {{Fc|Green|Ice Wraith Teeth Collision Fixes}} ====
***☐ Select Nothing
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
****Next
* {{User:DrPharmDawg/Tag|New}}
*Patches
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/71599/? Nexus]  
**Mods
  - Author: sync67
***☑ Dynamic Things Alternative
  - Version: 1.1.0
***☑ Real Rabbits HD
 
***☑ Wiseman's Flora Fixes
  {{ui|MAIN}} ''Ice Wraith Teeth Collision Fixes''
***☑ SMIM Quality Add-On
****Next
*Real Rabbits HD
**Shell
***◉ No Shell
****Install}}
</div></br>
 
==== {{Fc|Green|Major Cities Mesh Overhaul}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/49259/? Nexus]  
  - Author: raiserfx
  - Version: 1.3a
 
  {{ui|MAIN}} ''Major Cities Mesh Overhaul SE''
</div></br>
</div></br>


==== {{Fc|Blue|Labyrinthian Shalidor's Maze Fixes}} ====
==== {{Fc|Blue|Skyrim Landscape and Water Fixes}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/52239/? Nexus]  
* {{User:DrPharmDawg/Tag|Patch}}
  - Author: wankingSkeever
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/26138/? Nexus]
  - Version: 0.3
  - Author: WiZkiD - lilebonymace
  - Version: v9.1
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Labyrinthian Shalidor's Maze Fixes''
  {{ui|MAIN}} ''Skyrim Landscape and Water Fixes - FOMOD''


  {{Fc|Highlight|Note:}} Hide {{Fc|Orange|meshes/dungeons/exterior}} folder.
  {{Fc|Highlight|Note:}} Create an empty {{Fc|Orange|Skyrim Landscape and Water Fixes - Patches}} mod. Move all plugins except {{Fc|Orange|Landscape and Water Fixes.esp}} to the new mod. Do not activate the patch.
</div></br>
{{Fomod|
 
*
==== {{Fc|Green|No More Swirl Effects From Absorb}} ====
**Options
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
***☐ Select Nothing
- Download: [https://www.nexusmods.com/skyrim/mods/77848/? Nexus]
**Patches - Creation Club
- Author: Ashen
***☑ Alternative Armors - Elven Hunter
- Version: 1.0
***☑ Farming
 
***☑ Hendraheim
{{ui|MAIN}} ''No More Swirl Effects from Absorb - nif''
***☑ Tundra Homested
**Walkway Wall Mesh Fix
***◉ SMIM
**Patches - ELFX Interiors
***◉ None
**Patches - Navigator
***◉ Navigator (ESL Version)
**Patches - Other
***☑ Landscape Fixes for Grass Mods
***☑ Northern Marsh Bridges
****Next
*Crops Ownership
**Ownership patches
***☐ Select Nothing
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Nordic Ruins Rubble Pile - Mesh Improvement}} ====
==== {{Fc|Green|Unofficial Material Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/21027/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/79508/? Nexus]  
  - Author: Elzee
  - Author: Pieter82
  - Version: 1.17.0
  - Version: 1.1


  {{ui|MAIN}} ''Nordic Ruins Rubble Pile Mesh Improvement SE V1_1''
  {{ui|MAIN}} ''Unofficial Material Fix''
</div></br>
</div></br>


==== {{Fc|Blue|Skyrim Project Optimization SE}} ====
==== {{Fc|Green|Assorted mesh fixes}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/14084/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/32117/? Nexus]  
  - Author: Ported by - Pritster5 - Originally created by - rgabriel15
  - Author: wankingSkeever
  - Version: 1.5
  - Version: 0.111
- Plugins: 1 ESL


  {{ui|MAIN}} ''Skyrim SE - Project Optimization - ESL VERSION ''
  {{ui|MAIN}} ''Assorted Mesh Fixes''
</div></br>
</div></br>


==== {{Fc|Green|Wood Wall Trap Mesh and UV Fix}} ====
==== {{Fc|Blue|Dlizzio's Mesh Fixes}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
* {{User:DrPharmDawg/Tag|Patch}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/78686/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/39260/? Nexus]
  - Author: Pieter82
  - Author: deleted93399393
  - Version: 1.0
  - Version: 2.3
- Plugins: 1 ESL


  {{ui|MAIN}} ''Wood Wall Trap _ Mesh and UV Fix''
  {{ui|MAIN}} ''Dlizzio's Mesh Fixes''
</div></br>
{{ui|OPT}} ''HD LODs Textures SE Mesh Fix {{Fc|Blue|[1.0]}}''
{{ui|OPT}} ''Noble Skyrim Material Fix {{Fc|Blue|[1.0]}}''


==== {{Fc|Green|Word Wall Transparency Fix for ENB}} ====
{{Fc|Highlight|Note:}} Install the {{ui|OPT}} files as a separate mod and name it {{Fc|Orange|Dlizzio's Mesh Fixes - Patches}}. Do not activate the patch.
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/41463/? Nexus]
- Author: wankingSkeever
- Version: 0.2
 
{{ui|MAIN}} ''Word Wall Transparency Fix for ENB''
</div></br>
</div></br>


===Part B: Script Fixes===
==== {{Fc|Green|Flickering Meshes Fix}} ====
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
{{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-03-B) Script Fixes}}.
</div>
-----
 
==== {{Fc|Green|Comprehensive Attack Speed Patch - SKSE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/53957/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/89042/? Nexus]  
  - Author: nicola89b
  - Author: Noah
  - Version: 2.3
  - Version: 1.0.1.1


  {{ui|MAIN}} ''CASP Main File''
  {{ui|MAIN}} ''Flickering Meshes Fix''
</div></br>
{{Fomod|
 
*Main Cities
==== {{Fc|Green|CritterSpawn Congestion Fix}} ====
**Riften
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
***◉ No parallax version
* {{User:DrPharmDawg/Tag|New}}
**Solitude
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67276/? Nexus]
***◉ No parallax version
- Author: Excinerus
**Whiterun
- Version: 1.3
***◉ No parallax version
 
**Markrth
{{ui|MAIN}} ''Critter Spawn Congestion Fix 1.3''
***◉ No parallax version
**Windhelm
***◉ No parallax version
****Next
*Towns and Villages
**Whiterun and Windhelm Hold's farmhouses
***◉ Farmhouses Without Parallax
**Solitude Hold's farmhouses
***◉ Farmhouses Without Parallax
**Markarth Hold's farmhouses
***◉ Farmhouses Without Parallax
****Next
*Compatibility Choices
**Select what you are using
***☑ SMIM
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Dragonactorscript infinite loop fix}} ====
==== {{Fc|Green|Water in Wells - mesh-only animated wells}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/57268/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/87940/? Nexus]  
  - Author: wankingSkeever
  - Author: Blackread
  - Version: 0.8
  - Version: 1.3.1
 
{{ui|MAIN}} ''Water in Wells - mesh-only animated wells''
 
{{Fc|Highlight|Note:}} In the {{ui|FOMOD}}, select the {{Fc|Orange|(No Parallax)}} option in each set.
</div></br>


{{ui|MAIN}} ''Dragonactorscript Infinite Loop Fix - FOMOD''
==== {{Fc|Green|Water in Wash Basins - Mesh-only Replacer}} ====
{{Fomod|
*Choose your version
**Options
***◉ Main - fail silently
****Next
*Patches - Main
**Patches
***☐ Select Nothing
****Install}}
</div></br>
 
==== {{Fc|Green|Fish Plaque Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/59333/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67227/? Nexus]  
  - Author: Mura
  - Author: wankingSkeever
  - Version: 1.2
  - Version: 1.2


  {{ui|MAIN}} ''Fish Plaque Fix''
  {{ui|MAIN}} ''Water in Wash Basins''
</div></br>
</div></br>


==== {{Fc|Green|Happy Puzzle Pillars - Convenient activation}} ====
==== {{Fc|Green|Armor Mesh Fixes SE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/39704/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/21958/? Nexus]  
  - Author: RenaPG
  - Author: underthesky
  - Version: 1.1
  - Version: 1.0
 
{{ui|MAIN}} ''Armor Mesh Fixes {{Fc|Green|[1.0]}}''


  {{ui|MAIN}} ''Happy Puzzle Pillars''
  {{Fc|Highlight|Note:}} The {{ui|UPDATE}} file is not needed.
</div></br>
</div></br>


==== {{Fc|Green|Vanilla Script (micro)Optimizations}} ====
==== {{Fc|Green|Creation Club Asset Patch}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/54061/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/65084/? Nexus]  
  - Author: Subhuman0100
  - Author: Remiros
  - Version: 1.16a
  - Version: 1.2
 
{{ui|MAIN}} ''Creation Club Asset Patch''


  {{ui|MAIN}} ''Vanilla Script microOptimizations''
  {{Fc|Highlight|Note:}} Select default {{ui|FOMOD}} choices.
</div></br>
</div></br>


==== {{Fc|Green|Vanilla Scripting Enhancements}} ====
==== {{Fc|Green|Dragon Mound Dirt FIX}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/69119/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/68139/? Nexus]  
  - Author: RemmyKun
  - Author: Nightfallstorm and JR
  - Version: 2.0
  - Version: 2.0


  {{ui|MAIN}} ''Loose Version''
  {{ui|MAIN}} ''Dragon Mound Dirt FIX''
</div></br>
</div></br>


==== {{Fc|Green|Unnecessarily Fixed Fixed Dragon Stalking Fix}} ====
==== {{Fc|Green|First Person Sneak Strafe-Walk Stutter Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/55518/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/31165/? Nexus]  
  - Author: KirbonatedBeverage
  - Author: UrbanCMC
  - Version: 1.0
  - Version: 1.0


  {{ui|MAIN}} ''Fixed Fixed Dragon Stalking Fix''
  {{ui|MAIN}} ''First Person Sneak Strafe-Walk Stutter Fix''
</div></br>
</div></br>


===Part C: Gameplay Fixes===
==== {{Fc|Green|Fixed Nordic Metal Grate}} ====
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-03-C) Gameplay Fixes}}.
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/80079/? Nexus]
</div>
- Author: GGUNIT
-----
- Version: 1.0


==== {{Fc|Red|Weapons Armor Clothing and Clutter Fixes}} ====
{{ui|MAIN}} ''Fixed Nordic metal grate''
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
</div></br>
* {{User:DrPharmDawg/Tag|Core}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18994/? Nexus]
- Author: kryptopyr
- Version: 2.9.2
- Plugins: 1 ESP


{{ui|MAIN}} ''Weapons Armor Clothing and Clutter Fixes''
==== {{Fc|Blue|Labyrinthian Shalidor's Maze Fixes}} ====
{{Fomod|
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
*Weapons Armor Clothing Clutter Fixes
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/52239/? Nexus]
**Main File
- Author: wankingSkeever
***☑ WACCF
- Version: 0.3
****Next
- Plugins: 1 ESL
*Textures
**Texture Resolution
***◉ 2K (default)
****Next
*Patches
**Orcish Weapons
***◉ None
**Bashed Patch
***☐ Select Nothing
****Next
*Options
**Optional Files
***☐ Select Nothing
****Next
*Documentation
**Documentation
***☑ Documentation
**Credits
***☑ Credits
****Install}}
</div></br>


==== {{Fc|Red|Armor and Clothing Extension}} ====
{{ui|MAIN}} ''Labyrinthian Shalidor's Maze Fixes''
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Core}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/19002/? Nexus]
- Author: kryptopyr and Gamwich
- Version: 1.5.1
- Plugins: 1 ESP


  {{ui|MAIN}} ''Armor and Clothing Extension''
  {{Fc|Highlight|Note:}} Hide {{Fc|Orange|meshes/dungeons/exterior}} folder.
</div></br>
</div></br>


==== {{Fc|Red|AI Overhaul SSE}} ====
==== {{Fc|Blue|Navigator - Navmesh Fixes)}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/21654/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/52641/? Nexus]  
  - Author: mnikjom SpiderAkiraC
  - Author: tarlazo
  - Version: 1.8.3
  - Version: 1.5.8
  - Plugins: 1 ESP
  - Plugins: 1 ESP, 1 ESL
 
{{ui|MAIN}} ''Navigator - Navmesh Fixes''


  {{ui|MAIN}} ''AI Overhaul 1.8.3''
  {{Fc|Highlight|Note:}} Create an empty {{Fc|Orange|Navigator - Navmesh Fixes Patches}} mod. Move all plugins except {{Fc|Orange|Navigator-NavFixes.esl}} to the new mod. Do not activate the patch.
{{Fomod|
{{Fomod|
*Mod Options
*Navigator
**Main .esp Options
**All-In-One
***◉ AI Overhaul 1.8 (Recommended)
***◉ .esl
**Modular
***☐ Select Nothing
****Next
*Patches and Extras
**Sunder and Wraithguard
***◉ Navigator AIO
**Abandoned Prison
***◉ Abandoned Prison AS - LAL
**Skyrim Sewers
***☑ Skyrim Sewers
**Vigilant
***☑ Vigilant
**Broken Oar script tweak
**Rift Watchtower
***☑ Rift Watchtower
***☑ Broken Oar exit
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Blue|Bad Service - Tavern Servers Leave You Alone}} ====
==== {{Fc|Green|No More Swirl Effects From Absorb}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Port}} {{User:DrPharmDawg/Tag|Esl}}
  - Download: [https://www.nexusmods.com/skyrim/mods/77848/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrim/mods/71809/? Nexus]  
  - Author: Ashen
  - Author: Rooker
  - Version: 1.0
  - Version: 1.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''Bad Service Main 1_0''
  {{ui|MAIN}} ''No More Swirl Effects from Absorb - nif''
 
{{Fc|Highlight|Note:}} Port and ESL {{Fc|Orange|Bad Service.esp}}.
</div></br>
</div></br>


==== {{Fc|Blue|Better Third Person Selection - BTPS}} ====
==== {{Fc|Blue|Skyrim Project Optimization SE}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/14084/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/64339/? Nexus]  
  - Author: Ported by - Pritster5 - Originally created by - rgabriel15
  - Author: Shrimperator
  - Version: 1.5
  - Version: 0.5.8
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Better Third Person Selection (AE - SE)''
  {{ui|MAIN}} ''Skyrim SE - Project Optimization - ESL VERSION ''
</div></br>
</div></br>


==== {{Fc|Blue|BlockSteal Papyrus}} ====
==== {{Fc|Green|Wood Wall Trap Mesh and UV Fix}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/32605/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/78686/? Nexus]  
  - Author: shumkar
  - Author: Pieter82
  - Version: 1.2
  - Version: 1.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''BlockSteal Papyrus STANDARD ESP FE''
  {{ui|MAIN}} ''Wood Wall Trap _ Mesh and UV Fix''
</div></br>
</div></br>


==== {{Fc|Blue|Breakable Equipment System}} ====
==== {{Fc|Green|Word Wall Transparency Fix for ENB}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Patch}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/41463/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/23686/? Nexus]  
  - Author: wankingSkeever
  - Author: Suzutsuki
  - Version: 0.3
  - Version: 1.11.2
- Plugins: 1 ESP


  {{ui|MAIN}} ''Breakable Equipment System''
  {{ui|MAIN}} ''Word Wall Transparency Fix for ENB''
{{ui|OPT}} ''Breakable Equipment System - Honed Metal Patch''
 
{{Fc|Highlight|Note:}} Install the {{ui|OPT}} file as a separate mod and name it {{Fc|Orange|Honed Metal Patch - Breakable Equipment System}}. Do not activate the patch.
</div></br>
</div></br>


==== {{Fc|Red|Complete Crafting Overhaul Remastered}} ====
===Step 12: Script Fixes===
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
Mods that fix scripting issues.
* {{User:DrPharmDawg/Tag|Core}}
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/28608/? Nexus]  
{{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-D-12) Script Fixes}}.
  - Author: kryptopyr
</div>
  - Version: 2.5.2
-----
- Plugins: 1 ESP
 
==== {{Fc|Green|Scripts Carefully Reworked Optimized and Tactfully Enhanced (SCROTE) - Simply Optimized Scripts AIO}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/97155/? Nexus]  
  - Author: ferrari365
  - Version: 1.0.2


  {{ui|MAIN}} ''Complete Crafting Overhaul Remastered''
  {{ui|MAIN}} ''SCROTE Loose Files Version''
</div></br>
</div></br>


==== {{Fc|Blue|Disarming Traps Is Dangerous}} ====
==== {{Fc|Green|CritterSpawn Congestion Fix}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/21691/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67276/? Nexus]  
  - Author: Skepmanmods
  - Author: Excinerus
  - Version: 1.0
  - Version: 1.54
- Plugins: 1 ESL


  {{ui|MAIN}} ''Disarming Traps Is Dangerous ESL Version''
  {{ui|MAIN}} ''Critter Spawn Congestion Fix''
</div></br>
</div></br>


==== {{Fc|Blue|Grind stuff}} ====
==== {{Fc|Green|Dragonactorscript infinite loop fix}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Compact}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/87940/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/4922/? Nexus]  
  - Author: Blackread
  - Author: Axhoff
  - Version: 1.3.2
  - Version: 1.0a
- Plugins: 1 ESL


  {{ui|MAIN}} ''Grind Stuff SE Edition v1.0a''
  {{ui|MAIN}} ''Dragonactorscript Infinite Loop Fix - FOMOD''
 
{{Fomod|
{{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|Grind_stuff.esp}}
*Choose your version
</div></br>
**Options
 
***◉ Main - fail silently
==== {{Fc|Blue|HearthFires Display Case Fix SE}} ====
****Next
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
*Patches - Main
* {{User:DrPharmDawg/Tag|Compact}}
**Patches
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/15104/? Nexus]
***☐ Select Nothing
- Author: RealPuPpEt
****Install}}
- Version: 1.0
</div></br>
- Plugins: 1 ESL


{{ui|MAIN}} ''HearthFires Display Case Fix SE''
==== {{Fc|Green|Fish Plaque Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67227/? Nexus]
- Author: wankingSkeever
- Version: 1.2


  {{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|Hearthfires Display Case Fix SE.esp}}.
  {{ui|MAIN}} ''Fish Plaque Fix''
</div></br>
</div></br>


==== {{Fc|Blue|Hearthfires Houses Building Fix}} ====
==== {{Fc|Blue|NPC Stuck in Bleedout fix}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/27298/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/95489/? Nexus]  
  - Author: Ice885
  - Author: wankingSkeever
  - Version: 0.1
  - Version: 0.1.3
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Hearthfires Houses Building Fix''
  {{ui|MAIN}} ''NPC Stuck in Bleedout fix''
</div></br>
</div></br>


==== {{Fc|Blue|PTC's Hearthfire Mods}} ====
==== {{Fc|Green|Vanilla Script (micro)Optimizations}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Compact}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/54061/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/28999/? Nexus]  
  - Author: Subhuman0100
  - Author: PatchesTheClown
  - Version: 1.17
  - Version: 1.0
 
  - Plugins: 3 ESL
  {{ui|MAIN}} ''Vanilla Script microOptimizations''
</div></br>


{{ui|MAIN}} ''Better Apiaries''
==== {{Fc|Green|Vanilla Scripting Enhancements}} ====
  {{ui|MAIN}} ''Functional Butter Churns''
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{ui|MAIN}} ''Hearthfire Cellar Entrances''
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/68139/? Nexus]
  - Author: Nightfallstorm and JR
  - Version: 3.0


  {{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|Better Apiary.esp}}, {{Fc|Orange|Functional Butter Churns.esp}}, and {{Fc|Orange|Hearthfire Cellar Entrance.esp}}.
  {{ui|MAIN}} ''Loose Version''
</div></br>
</div></br>


==== {{Fc|Blue|Improved Traps}} ====
==== {{Fc|Blue|Zero Bounty Hostility Fix}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/17592/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/95989/? Nexus]  
  - Author: kryptopyr and Wiseman303
  - Author: wankingSkeever
  - Version: 2.5
  - Version: 0.4
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Improved Traps (Dangerous Edition)''
  {{ui|MAIN}} ''Zero Bounty Hostility Fix''
</div></br>
</div></br>


==== {{Fc|Blue|More Appropriate Outfits For NPCs (SPID)}} ====
===Step 13: Gameplay Fixes===
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/72635/? Nexus]
  {{Fc|Highlight|Create a separator:}} {{Fc|Red|I-D-13) Gameplay Fixes}}.
- Author: JobiWanUK
</div>
- Version: 1.02
-----
- Plugins: 1 ESL


{{ui|MAIN}} ''More Appropriate Outfits For NPCs''
==== {{Fc|Red|Weapons Armor Clothing and Clutter Fixes}} ====
</div></br>
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Core}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18994/? Nexus]
- Author: kryptopyr
- Version: 2.9.5
- Plugins: 1 ESP


==== {{Fc|Blue|Myrwatch - Editable Home Cells (Cell Bug Workaround)}} ====
  {{ui|MAIN}} ''Weapons Armor Clothing and Clutter Fixes''
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/64108/? Nexus]
- Author: Jelidity
- Version: 1.1.1
- Plugins: 1 ESP, 1 ESL
 
  {{ui|MAIN}} ''Myrwatch - House Fix''
{{ui|OPT}} ''Myrwatch - House Fix - USCCCP Patch''
</div></br>
 
==== {{Fc|Blue|Navigator - Navmesh Fixes)}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/52641/? Nexus]
- Author: tarlazo
- Version: 1.4.4
- Plugins: 1 ESP, 1 ESL
 
{{ui|MAIN}} ''Navigator - Navmesh Fixes''
 
{{Fc|Highlight|Note:}} Create an empty {{Fc|Orange|Navigator - Navmesh Fixes Patches}} mod. Move all plugins except {{Fc|Orange|Navigator-NavFixes.esl}} to the new mod. Do not activate the patch.
{{Fomod|
{{Fomod|
*Navigator
*Weapons Armor Clothing Clutter Fixes
**All-In-One
**Main File
***◉ .esl
***☑ WACCF
**Modular
****Next
*Textures
**Texture Resolution
***◉ 2K (default)
****Next
*Patches
**Orcish Weapons
***◉ None
**Bashed Patch
***☐ Select Nothing
***☐ Select Nothing
****Next
****Next
*Extras
*Options
**Rift Watchtower
**Optional Files
***☑ Rift Watchtower
***☐ Select Nothing
**Skyrim Sewers
****Next
***☑ Skyrim Sewers
*Documentation
**Vigilant
**Documentation
***☑ Vigilant
***☑ Documentation
**Broken Oar script tweak
**Credits
***☑ Broken Oar exit
***☑ Credits
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Blue|No Silly Physics Damage - Carts Pots Bones etc}} ====
==== {{Fc|Red|Armor and Clothing Extension}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/36132/? Nexus]  
* {{User:DrPharmDawg/Tag|Core}}
  - Author: Corsafire
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/19002/? Nexus]  
  - Version: 2
  - Author: kryptopyr and Gamwich
  - Plugins: 1 ESL
  - Version: 1.5.2
  - Plugins: 1 ESP
 
{{ui|MAIN}} ''Armor and Clothing Extension''
{{ui|OPT}} ''Armor and Clothing Extension - SPID Patch {{Fc|Red|[1.4]}}''


  {{ui|MAIN}} ''No Silly Physics Damage (esl)''
  {{Fc|Highlight}} Install the {{ui|OPT}} file as a separate mod and name it {{Fc|Red|Armor and Clothing Extension - SPID Patch}}.
</div></br>
</div></br>


==== {{Fc|Blue|NPCs don't follow through doors while talking}} ====
==== {{Fc|Red|Armor and Clothing Extension - SPID Patch}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/66998/? Nexus]
* {{User:DrPharmDawg/Tag|Patch}}
- Author: Zerahar
- Version: 1.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''NPC's don't follow through doors while talking''
  {{Fc|Highlight|Note:}} Place this patch completed from the previous mod here and {{ui|Activate}} it.
</div></br>
</div></br>


==== {{Fc|Blue|QUARK - Qwinn's Ultimate Amulet Restoration Kit}} ====
==== {{Fc|Red|AI Overhaul SSE}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18177/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/21654/? Nexus]
  - Author: Qwinn
  - Author: mnikjom SpiderAkiraC
  - Version: 1.3.1
  - Version: 1.8.5
  - Plugins: 1 ESL
  - Plugins: 1 ESP


  {{ui|MAIN}} ''QUARK - Amulet Restoration Kit v1_3_1''
  {{ui|MAIN}} ''AI Overhaul 1.8.5 AE 1.6.1130''
{{Fomod|
{{Fomod|
*Choose type of plugins to install
*Mod Options
**Plugin Options
**Main .esp Options
***◉ ESPFE plugins
***◉ AI Overhaul 1.8 (Recommended)
****Next
*Normal ESP USSEP and WACCF compatible installation
**Plugin Options
***☑ AmuletsShowOnEverything.esp
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Blue|Random Encounter Tweaks SE}} ====
==== {{Fc|Blue|Bad Service - Tavern Servers Leave You Alone}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/53300/? Nexus]  
* {{User:DrPharmDawg/Tag|Port}} {{User:DrPharmDawg/Tag|Esl}}
  - Author: AndrealphusVIII
  - Download: [https://www.nexusmods.com/skyrim/mods/71809/? Nexus]  
  - Version: 1.1
  - Author: Rooker
  - Version: 1.0
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Random Encounter Tweaks SE {{Fc|Blue|[1.0]}}''
  {{ui|MAIN}} ''Bad Service Main 1_0''
 
{{Fc|Highlight|Note:}} Port and ESL {{Fc|Orange|Bad Service.esp}}.
</div></br>
</div></br>


==== {{Fc|Green|Simple Dual Sheath}} ====
==== {{Fc|Blue|BlockSteal Papyrus}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Set}} {{User:DrPharmDawg/Tag|Patch}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/32605/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/50049/? Nexus]  
- Author: shumkar
  - Author: SlavicPotato
- Version: 1.2
  - Version: 1.5.6
- Plugins: 1 ESL
 
{{ui|MAIN}} ''BlockSteal Papyrus STANDARD ESP FE''
</div></br>
 
==== {{Fc|Blue|Breakable Equipment System}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Patch}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/23686/? Nexus]  
  - Author: Suzutsuki
  - Version: 1.11.2
- Plugins: 1 ESP


  {{ui|MAIN}} ''Simple Dual Sheath for 1.6.629 and newer''
  {{ui|MAIN}} ''Breakable Equipment System''
  {{ui|OPT}} ''XPMSSE Left Hand Sheath Rotation Fix {{Fc|Red|[4.80]}}''
  {{ui|OPT}} ''Breakable Equipment System - Honed Metal Patch''


  {{Fc|Highlight|Note:}} Install the {{ui|OPT}} file as a separate mod and name it {{Fc|Orange|XPMSE Left Hand Sheath Rotation Fix}}. Do not activate the patch.
  {{Fc|Highlight|Note:}} Install the {{ui|OPT}} file as a separate mod and name it {{Fc|Orange|Honed Metal Patch - Breakable Equipment System}}. Do not activate the patch.
</div></br>
</div></br>


==== {{Fc|Green|Sprint Sneak Movement Speed Fix}} ====
==== {{Fc|Red|Complete Crafting Overhaul Remastered}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
* {{User:DrPharmDawg/Tag|Core}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/86631/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/28608/? Nexus]  
  - Author: SlavicPotato
  - Author: kryptopyr
  - Version: 1.1.1
  - Version: 2.5.9
- Plugins: 1 ESP


  {{ui|MAIN}} ''Sprint Sneak Movement Speed Fix''
  {{ui|MAIN}} ''Complete Crafting Overhaul Remastered''
</div></br>
</div></br>


==== {{Fc|Blue|Survival Control Panel}} ====
==== {{Fc|Blue|Disarming Traps Is Dangerous}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/21691/? Nexus]
- Author: Skepmanmods
- Version: 1.0
- Plugins: 1 ESL
 
{{ui|MAIN}} ''Disarming Traps Is Dangerous ESL Version''
</div></br>
 
==== {{Fc|Blue|Fish Anywhere With Water}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/41891/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/60915/? Nexus]  
  - Author: Parapets and colinswrath
  - Author: wankingSkeever
  - Version: 1.1.2
  - Version: 0.5
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Survival Control Panel''
  {{ui|MAIN}} ''Fish Anywhere With Water''
</div></br>
</div></br>


==== {{Fc|Blue|Time Flies SE}} ====
==== {{Fc|Blue|Grind stuff}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Compact}}
* {{User:DrPharmDawg/Tag|Compact}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/39426/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/4922/? Nexus]  
  - Author: dfxyz1 Akezhar Wolfpack49
  - Author: Axhoff
  - Version: 6.3.1
  - Version: 1.0a
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Time Flies SE''
  {{ui|MAIN}} ''Grind Stuff SE Edition v1.0a''


  {{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|TimeFlies.esp}}.
  {{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|Grind_stuff.esp}}
</div></br>
</div></br>


====CHECKPOINT 3====  
==== {{Fc|Blue|HearthFires Display Case Fix SE}} ====
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
{{Fc|Highlight|PORT:}}
* {{User:DrPharmDawg/Tag|Compact}}
  - Bad Service.esp
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/15104/? Nexus]
- Author: RealPuPpEt
- Version: 1.0
- Plugins: 1 ESL


  {{Fc|Highlight|ESL:}}
  {{ui|MAIN}} ''HearthFires Display Case Fix SE''
- Bad Service.esp


  {{Fc|Highlight|COMPACT AND ESL:}}
  {{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|Hearthfires Display Case Fix SE.esp}}.
- Grind_stuff.esp
- Hearthfires Display Case Fix SE.esp
- Better Apiary.esp
- Functional Butter Churns.esp
- Hearthfire Cellar Entrance.esp
- TimeFlies.esp
 
{{Fc|Highlight|COUNTS:}} Ensure counts are as follows:
- Mods: +39 = {{Fc|Orange|88}}
- Plugins: +15 = {{Fc|Orange|101}} (ESMs = 18, ESPs = 5, ESMs + ESPs = 23, ESLs = 78)
 
{{Fc|Highlight|LOOT:}}
- Sort Load Order with {{Fc|Orange|LOOT}}.
</div></br>
</div></br>


==STEP 4: Audio==
==== {{Fc|Blue|Hearthfires Houses Building Fix}} ====
 
===Part A: Dialogue===
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
{{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-04-A) Dialogue}}.
</div>
-----
 
==== {{Fc|Blue|Configurable Commentary Rate Slider}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/27298/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/38670? Nexus]
  - Author: Ice885
  - Author: Roadhouse699 at 2am
  - Version: 0.3
  - Version: 1.2L
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Configurable Commentary Rate''
  {{ui|MAIN}} ''Hearthfires Houses Building Fix''
</div></br>
</div></br>


==== {{Fc|Blue|Guard Dialogue Overhaul SE}} ====
==== {{Fc|Blue|PTC's Hearthfire Mods}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/22075? Nexus]
* {{User:DrPharmDawg/Tag|Compact}}
  - Author: Eckss
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/28999/? Nexus]  
  - Version: 2.18
  - Author: PatchesTheClown
  - Plugins: 1 ESP
  - Version: 1.0
  - Plugins: 3 ESL


  {{ui|MAIN}} ''Guard Dialogue Overhaul SE''
  {{ui|MAIN}} ''Better Apiaries''
{{ui|MAIN}} ''Functional Butter Churns''
{{ui|MAIN}} ''Hearthfire Cellar Entrances''


  {{Fc|Highlight|Optional:}} Hide {{Fc|Orange|Guard Dialogue Overhaul.modgroups}} file.
  {{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|Better Apiary.esp}}, {{Fc|Orange|Functional Butter Churns.esp}}, and {{Fc|Orange|Hearthfire Cellar Entrance.esp}}.
</div></br>
</div></br>


==== {{Fc|Green|Guard Dialogue Overhaul - UHDAP Patch}} ====
==== {{Fc|Blue|Improved Traps}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/17592/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/36366? Nexus]
  - Author: kryptopyr and Wiseman303
  - Author: mnikjom Eckss sharrken
  - Version: 2.5
  - Version: 1.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''Guard Dialogue Overhaul - UHDAP Patch''
  {{ui|MAIN}} ''Improved Traps (Dangerous Edition)''
</div></br>
</div></br>


==== {{Fc|Red|Relationship Dialogue Overhaul - RDO SE}} ====
==== {{Fc|Blue|Arrow Limiter SSE}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/1187/? Nexus]
* {{User:DrPharmDawg/Tag|Compact}}
  - Author: cloudedtruth
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/7744/? Nexus]
  - Version: Final
  - Author: Lofgren
  - Plugins: 1 ESP
  - Version: 1.11
  - Plugins: 1 ESL
 
{{ui|MAIN}} ''Arrow Limiter''


  {{ui|MAIN}} ''Relationship Dialogue Overhaul - RDO Final''
  {{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|LFGAmmoLimiter.esp}}.
</div></br>
</div></br>


==== {{Fc|Red|Relationship Dialogue Overhaul - Update and MCM}} ====
==== {{Fc|Blue|Potions and Lockpicks Limiter}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/44601/? Nexus]
* {{User:DrPharmDawg/Tag|Compact}}
  - Author: cloudedtruth
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/42703/? Nexus]
  - Version: 1.0.5
  - Author: Lofgren
  - Version: 1.0
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Relationship Dialogue Overhaul - Update and MCM 1.0.5''
  {{ui|MAIN}} ''Lockpick and Potion Limity''
 
{{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|LockpickPotionLimiter.esp}}.
</div></br>
</div></br>


==== {{Fc|Blue|Misc Dialogue Edits }} ====
==== {{Fc|Blue|More Appropriate Outfits For NPCs (SPID)}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/28904/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/72635/? Nexus]  
  - Author: GOsteW and lilebonymace
  - Author: JobiWanUK
  - Version: 1.8.5
  - Version: 1.02
  - Plugins: 2 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Misc Dialogue Edits''
  {{ui|MAIN}} ''More Appropriate Outfits For NPCs {{Fc|Blue|[1.03]}}''
{{Fomod|
**Patches
***☑ Alternate Start - Live Another Life
****Install}}
</div></br>
</div></br>


==== {{Fc|Blue|More Dialogue Options }} ====
==== {{Fc|Blue|Myrwatch - Editable Home Cells (Cell Bug Workaround)}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/28905/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/64108/? Nexus]  
  - Author: GOsteW and lilebonymace
  - Author: Jelidity
  - Version: 1.4
  - Version: 1.1.1
  - Plugins: 2 ESL
  - Plugins: 1 ESP, 1 ESL


  {{ui|MAIN}} ''More Dialogue Options - for Misc Dialogue Edits''
  {{ui|MAIN}} ''Myrwatch - House Fix''
  {{ui|UPDATE}} ''More Dialogue Options - Farengar hotfix''
  {{ui|OPT}} ''Myrwatch - House Fix - USCCCP Patch''
{{Fomod|
*
**Pathces
***☑ Guard Dialogue Overhaul
****Install}}
</div></br>
</div></br>


==== {{Fc|Blue|NPC Dialogue Audio Enhancer}} ====
==== {{Fc|Blue|No Silly Physics Damage - Carts Pots Bones etc}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/36132/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/40040/? Nexus]
  - Author: Corsafire
  - Author: Skyrimaguas
  - Version: 2
  - Version: 1.0
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''NPC Dialogue Audio Enhancer''
  {{ui|MAIN}} ''No Silly Physics Damage (esl)''
</div></br>
</div></br>


==== {{Fc|Blue|NPCs React To Necromancy (And More)}} ====
==== {{Fc|Blue|NPCs don't follow through doors while talking}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/66998/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/70428/? Nexus]
  - Author: Zerahar
  - Author: JaySerpa
  - Version: 1.0
  - Version: 1.02
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''NPCs React to Necromancy''
  {{ui|MAIN}} ''NPC's don't follow through doors while talking''
</div></br>
</div></br>


==== {{Fc|Blue|Sleeping Expanded - Animations and NPC reactions}} ====
==== {{Fc|Blue|NPCs Wear Amulets of Mara PLUS}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/66125/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/59250/? Nexus]
  - Author: JaySerpa
  - Author: JaySerpa
  - Version: 1.22
  - Version: 2.03
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Sleeping Expanded''
  {{ui|MAIN}} ''NPCs Wear Amulets of Mara''
</div></br>
</div></br>


==== {{Fc|Blue|Bandit Lines Expansion}} ====
==== {{Fc|Blue|Pickpocket Reset}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/13838/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/63733/? Nexus]
  - Author: TheRegisteredOne
  - Author: JaySerpa
  - Version: 1.1.1
  - Version: 1.07
  - Plugins: 1 ESL
  - Plugins: 2 ESL


  {{ui|MAIN}} ''Bandit Lines Expansion''
  {{ui|MAIN}} ''Pickpocket Reset''
{{ui|OPT}} ''Dark Elf Voices For Bandits''
</div></br>
</div></br>


==== {{Fc|Blue|Civil War Lines Expansion}} ====
==== {{Fc|Blue|QUARK - Qwinn's Ultimate Amulet Restoration Kit}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18177/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77566/? Nexus]
  - Author: Qwinn
  - Author: JaySerpa
  - Version: 1.3.1
  - Version: 1.06
  - Plugins: 1 ESL
  - Plugins: 2 ESL


  {{ui|MAIN}} ''Civil War Lines Expansion''
  {{ui|MAIN}} ''QUARK - Amulet Restoration Kit v1_3_1''
{{ui|OPT}} ''No Idles For Guards Optional Patch''
{{Fomod|
</div></br>
*Choose type of plugins to install
**Plugin Options
***◉ ESPFE plugins
****Next
*Normal ESP USSEP and WACCF compatible installation
**Plugin Options
***☑ AmuletsShowOnEverything.esp
****Install}}
</div></br>


==== {{Fc|Blue|Forsworn and Thalmor Lines Expansion}} ====
==== {{Fc|Blue|Random Encounter Tweaks SE}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/53300/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/80188/? Nexus]
  - Author: AndrealphusVIII
  - Author: JaySerpa
  - Version: 1.1
  - Version: 1.01
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Forsworn and Thalmor Lines Expansion''
  {{ui|MAIN}} ''Random Encounter Tweaks SE {{Fc|Blue|[1.0]}}''
</div></br>
</div></br>


==== {{Fc|Blue|Vampire Lines Expansion}} ====
==== {{Fc|Blue|Stop Overencumbered Scavenging}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/62514/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/83484/? Nexus]
  - Author: Ashen
  - Author: JaySerpa
  - Version: 1.02
  - Version: 1.01
  - Plugins: 1 ESL
  - Plugins: 2 ESL


  {{ui|MAIN}} ''Vampire Lines Expansion''
  {{ui|MAIN}} ''Stop Overencumbered Scavenging''
{{ui|OPT}} ''Orc Addon for Vampire Lines Expansion''
</div></br>
</div></br>


==== {{Fc|Blue|Serana Dialogue Add-On}} ====
==== {{Fc|Blue|Survival Control Panel}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/32161/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/41891/? Nexus]  
  - Author: Martimius
  - Author: Parapets and colinswrath
  - Version: 3.3.2
  - Version: 1.1.2
  - Plugins: 1 ESP
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Serana Dialogue Add-On SE''
  {{ui|MAIN}} ''Survival Control Panel''
</div></br>
</div></br>


===Part B: Sound Effects===
==== {{Fc|Blue|Time Flies SE}} ====
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
{{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-04-B) Sound Effects}}.
* {{User:DrPharmDawg/Tag|Compact}}
</div>
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/39426/? Nexus]
-----
- Author: dfxyz1 Akezhar Wolfpack49
- Version: 8.1.2
- Plugins: 1 ESL


==== {{Fc|Red|Audio Overhaul for Skyrim SE}} ====
{{ui|MAIN}} ''Time Flies SE''
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Core}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/12466/? Nexus]
- Author: David Jegutidse
- Version: 4.0.1
- Plugins: 1 ESP, 1 ESL


  {{ui|MAIN}} ''Audio Overhaul Skyrim (4.0.1)''
  {{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|TimeFlies.esp}}.
</div></br>


  {{Fc|Highlight|Optional:}} Hide the {{Fc|Orange|Audio Overhaul Skyrim.modgroups}} file.
====CHECKPOINT: D====
{{Fomod|
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
*Audio Overhaul for Skyrim (4.0.0)
  {{Fc|Highlight|PORT:}}
**Installer
- Bad Service.esp
***☑ Continue
****Next
*Audio Overhaul for Skyrim (4.0.0)
**Main Files
***☑ Audio Overhaul for Skyrim
**Requirements
***☑ Engine Fixes
***☑ Sound Record Distributor (1.3.0+)
****Next
*Audio Overhaul for Skyrim (4.0.0)
**Conflict Resolution
***☑ Enhanced Blood Textures
**Consistency Plugins
***☐ Select Nothing
****Next
*Installation Complete
**Thank You!
***☑ Thank You!
****Install}}
</div></br>


==== {{Fc|Green|Saints and Seducers - Audio Overhaul Skyrim Patch}} ====
{{Fc|Highlight|ESL:}}
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Bad Service.esp
* {{User:DrPharmDawg/Tag|New}}
 
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/75388/? Nexus]
{{Fc|Highlight|COMPACT AND ESL:}}
  - Author: cbgreely
  - Grind_stuff.esp
  - Version: 1.0
- Hearthfires Display Case Fix SE.esp
  - Plugins: 1 ESL
- Better Apiary.esp
- Functional Butter Churns.esp
- Hearthfire Cellar Entrance.esp
- LFGAmmoLimiter.esp
- LockpickPotionLimiter.esp
  - TimeFlies.esp
 
{{Fc|Highlight|COUNTS:}} Ensure counts are as follows:
  - Mods: +56 = {{Fc|Orange|184}}
  - Plugins: +39 = {{Fc|Orange|142}} (ESMs = 18, ESPs = 12, ESMs + ESPs = 30, ESLs = 112)
 
{{Fc|Highlight|LOOT:}}
- Sort Load Order with {{Fc|Orange|LOOT}}.
</div></br>
 
==PART E: AUDIO==


  {{ui|MAIN}} ''Saints and Seducers - Audio Overhaul Skyrim Patch''
===Step 14: Dialogue===
Mods to overhaul how NPCs communicate with the player.
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Red|I-E-14) Dialogue}}.
</div></br>
</div></br>


==== {{Fc|Red|Immersive Sounds - Compendium}} ====
==== {{Fc|Blue|Unofficial High Definition Audio Project}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Core}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18115/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/523/? Nexus]
  - Author: sharrken
  - Author: lazygecko
  - Version: 1.0
  - Version: 3.0
  - Plugins: 6 ESL
  - Plugins: 1 ESP


  {{ui|MAIN}} ''Immersive Sounds Compendium SSE 3.0''
  {{ui|MAIN}} ''Music - HQ''
{{Fomod|
{{ui|MAIN}} ''Voices EN - Part 1''
*Main Files
{{ui|MAIN}} ''Voices EN - Part 2''
**Immersive Sounds – Compendium
</div></br>
***☑ Main Files (Required)
 
****Next
==== {{Fc|Blue|Configurable Commentary Rate Slider}} ====
*Melee Options
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
**Weapon Impact Options
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/38670? Nexus]
***◉ IS Default (Extra Bloody)
- Author: Roadhouse699 at 2am
**Unarmed Impact Options
- Version: 1.2L
***◉ S'wit Fighter Turbo
- Plugins: 1 ESL
**Weapon Draw/Sheathe Options
 
***◉ Semi-Smooth Equip
{{ui|MAIN}} ''Configurable Commentary Rate''
****Next
</div></br>
*Ranged Weapon Options
 
**Bow Shot Options
==== {{Fc|Blue|Guard Dialogue Overhaul SE}} ====
***◉ High Fantasy (Shorter Arrow Whistle)
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
**Bow Pull Options
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/22075? Nexus]
***◉ Alternate
- Author: Eckss
**Arrow Impact Options
- Version: 3.0
***◉ High Fantasy
- Plugins: 1 ESL
****Next
 
*Bonus Weaponry Options Options
{{ui|MAIN}} ''Guard Dialogue Overhaul - ESL''
**Extra Weaponry Options
 
***☑ Extra Gory Killmove Sounds
{{Fc|Highlight|Note:}} Hide {{Fc|Orange|Guard Dialogue Overhaul.modgroups}} file.
****Next
</div></br>
*Magic Options
**Soul Trap Options
***◉ Soul Suck
**Restoration Options
***◉ Templar
**Firebolt Options
***◉ Swooshy
****Next
*Creature Options
**Creature Options
***☑ Well-Mannered Wolves
***☑ Sensible Storm Atronachs
****Next
*Nirnroot Options
**Nirnroot Options
***◉ High Fantasy
**Misc Options
***☐ Select Nothing
****Install}}
</div></div></br>


==== {{Fc|Red|Audio Overhaul - Immersive Sounds Integration (AOS - ISC Compatibility Patch)}} ====
==== {{Fc|Red|Relationship Dialogue Overhaul - RDO SE}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/36761/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/1187/? Nexus]
  - Author: Dylan James - lazygecko
  - Author: cloudedtruth
  - Version: 1.1.0
  - Version: Final
  - Plugins: 1 ESL
  - Plugins: 1 ESP


  {{ui|MAIN}} ''Audio Overhaul Skyrim - Immersive Sounds Compendium Integration (1.1.0)''
  {{ui|MAIN}} ''Relationship Dialogue Overhaul - RDO Final''
</div></br>
</div></br>


==== {{Fc|Green|Phoenix Compendium}} ====
==== {{Fc|Red|Relationship Dialogue Overhaul - Update and MCM}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/55221/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/44601/? Nexus]
  - Author: Satafinix
  - Author: cloudedtruth
  - Version: 2.2.1
  - Version: 1.0.5
- Plugins: 1 ESL
 
{{ui|MAIN}} ''Relationship Dialogue Overhaul - Update and MCM 1.0.5''
</div></br>
 
==== {{Fc|Blue|Misc Dialogue Edits }} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/28904/? Nexus]
- Author: GOsteW and lilebonymace
- Version: 1.9.5.2
- Plugins: 2 ESL


  {{ui|MAIN}} ''Phoenix Compendium v2.2.1''
  {{ui|MAIN}} ''Misc Dialogue Edits''
{{Fomod|
{{Fomod|
*Phoenix Compendium
**Patches
**Phoenix Compendium
***☑ Alternate Start - Live Another Life
***☑ Procced
****Install}}
****Next
</div></br>
*Enigma Series Reworks
 
**Unique Voice Reworks
==== {{Fc|Blue|More Dialogue Options }} ====
***☑ Enigma Series -All In One-
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
***☑ Daedric Enigma -All In One-
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/28905/? Nexus]
***☑ Valthume: Dragon Priest
- Author: GOsteW and lilebonymace
***☑ Ebony Warrior
- Version: 1.5.1
***☑ Harkon
- Plugins: 2 ESL
***☑ Miraak's
 
***☑ Sinding
{{ui|MAIN}} ''More Dialogue Overhaul''
***☑ Tsun
{{Fomod|
***☑ Vyrthur
*
****Next
**Pathces
*Enigma Series Chapter 3
***☑ (manual) Guard Dialogue Overhaul - ESL version
**Wild Life
****Install}}
***☑ The Book Of The Wild -Enigma Series Chapter 3-
</div></br>
****Next
 
*Monster Pack 1
==== {{Fc|Blue|NPC Dialogue Audio Enhancer}} ====
**Monster
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
***☑ Arachnid -Spiders Sounds Rework SFX-
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/40040/? Nexus]
***☑ Atronach (Fire)
- Author: Skyrimaguas
***☑ Atronach (Storm)
- Version: 1.0
***☑ Atronach (Frost)
- Plugins: 1 ESL
***☑ SIRIN -Hagraven Sounds Rework-
 
***☑ Falmer Sounds -The Betrayed Remaster-
{{ui|MAIN}} ''NPC Dialogue Audio Enhancer''
***☑ Dwarven Centurion Re-Engaged (Voiced Rework)
</div></br>
***☑ Wyrm - Dragons Sounds Rework -
 
****Next
==== {{Fc|Blue|Bandit Lines Expansion}} ====
*Monster Pack 2
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
**Undead
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/63733/? Nexus]
***☑ Banshee
- Author: JaySerpa
***☑ Barghest
- Version: 1.09
***☑ Draugr
- Plugins: 1 ESL
***☑ Gargoyle
 
***☑ Ghosts
{{ui|MAIN}} ''Bandit Lines Expansion''
***☑ Skeletons
</div></br>
****Next
 
*Colossus -Giants SFX Voice Rework
==== {{Fc|Blue|Brawl Lines Expansion and Fixes}} ====
**Colossus -Giants SFX Voice Rework
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
***◉ Colossus
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/94070/? Nexus]
****Next
- Author: JaySerpa
*Player Character Reworks
- Version: 1.0.2
**Player character
- Plugins: 1 ESL
***☐ Select Nothing
 
****Next
{{ui|MAIN}} ''Brawl Lines Expansion''
*Airgetlam -Modern Magic Sounds Rework-
</div></br>
**Airgetlam -Modern Magic Sounds Rework-
 
***◉ Airgetlam -Modern Magic Sounds Rework- Main
==== {{Fc|Blue|Civil War Lines Expansion}} ====
****Next
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
*Phoenix Legacy
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77566/? Nexus]
**Phoenix Legacy
- Author: JaySerpa
***☑ Phoenix Legacy: Music
- Version: 1.06
***☑ Phoenix Legacy: UI
- Plugins: 2 ESL
****Next
*Eviscerate
**Main
***☑ Eviscerate -Main-
**Lower Volume
***☐ Select Nothing
****Next
*Equus - Horses Sounds Redesigned -
**Equus - Horses Sounds Redesigned -
***☐ Select Nothing
**Equus - Author's Cut -
***☑ Equus - Author's Cut -
****Next
*Patch Hub
**Airgetlam RE4.1-ISC Compatibility Patch
***☑ Airgetlam RE4.1-ISC Compatibility Patch
**Eviscerate -ISC Compatibility Patch
***☑ Eviscerate -ISC Compatibility Patch
****Next
*Complete
**Setup Complete
***☑ Complete
****Install}}
</div></div></br>


==== {{Fc|Green|Bard Instrumentals Mostly - Sing Rarely}} ====
{{ui|MAIN}} ''Civil War Lines Expansion''
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
{{ui|OPT}} ''No Idles For Guards Optional Patch''
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/10927/? Nexus]  
</div></br>
  - Author: BanjoBunny
 
==== {{Fc|Blue|Falmer Servant Lines Expansion}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/120995/? Nexus]
  - Author: JaySerpa
  - Version: 1.0
  - Version: 1.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''Bard Instrumentals Mostly - Sing Rarely''
  {{ui|MAIN}} ''Falmer Servant Lines Expansion''
</div></br>
</div></br>


==== {{Fc|Green|Better Animal Footsteps}} ====
==== {{Fc|Blue|Forsworn and Thalmor Lines Expansion}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrim/mods/24805/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/80188/? Nexus]
  - Author: Volnaiskra
  - Author: JaySerpa
  - Version: 1.5
  - Version: 1.02
- Plugins: 1 ESL


  {{ui|MAIN}} ''Better Animal Footsteps 1.5''
  {{ui|MAIN}} ''Forsworn and Thalmor Lines Expansion''
{{Fomod|
</div></br>
*Custom
**Select one option
***◉ Install all of the footstep sounds
****Next
*Custom
**Optional Pets of Skyrim patch
***☐ Select Nothing
****Install}}
</div></div></br>


==== {{Fc|Green|Better Horse Pain Sounds}} ====
==== {{Fc|Blue|Immersive Rejections}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrim/mods/12608/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67930/? Nexus]
  - Author: Yuatari
  - Author: JaySerpa
  - Version: 1
  - Version: 1.13
- Plugins: 1 ESL


  {{ui|MAIN}} ''Better Horse Pain Sounds''
  {{ui|MAIN}} ''Immersive Rejections''
</div></br>
</div></br>


==== {{Fc|Green|Brutal Combat Sounds}} ====
==== {{Fc|Blue|NPCs React To Frenzy}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/107492/? Nexus]
  - Download: [https://www.nexusmods.com/skyrim/mods/57442/? Nexus]
  - Author: JaySerpa
  - Author: dabeasttv367
  - Version: 1.0
  - Version: 1.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''BrutalCombatSounds''
  {{ui|MAIN}} ''NPCs React To Frenzy''
</div></br>
</div></br>


==== {{Fc|Green|Draugr don't breathe SSE}} ====
==== {{Fc|Blue|NPCs React To Invisibility}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/91480/? Nexus]
  - Download: [https://www.nexusmods.com/skyrim/mods/18543/? Nexus]
  - Author: JaySerpa
  - Author: RJinthematrix
  - Version: 1.11
  - Version: 1
- Plugins: 1 ESL


  {{ui|MAIN}} ''Dragonpriests don't breathe loose files version''
  {{ui|MAIN}} ''NPCs React To Invisibility''
{{ui|MAIN}} ''Draugr Don't Breathe SSE esp version loose files version''
</div></br>
</div></br>


==== {{Fc|Blue|IHSS - Improved Horse Step Sounds}} ====
==== {{Fc|Blue|NPCs React To Necromancy (And More)}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Compact}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/70428/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/848/? Nexus]
  - Author: JaySerpa
  - Author: Crystan
  - Version: 1.02
  - Version: 2.2
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Improved Horse Step Sounds - Special Edition''
  {{ui|MAIN}} ''NPCs React to Necromancy''
 
{{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|IHSS.esp}}.
</div></br>
</div></br>


==== {{Fc|Green|Lower Sounding Thieves Guild Door}} ====
==== {{Fc|Blue|Sleeping Expanded - Animations and NPC reactions}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrim/mods/1826/? Nexus]
- Author: John Kelly
- Version: 1.0
 
{{ui|MAIN}} ''LowerVolume {{Fc|Green|[1]}}''
</div></br>
 
==== {{Fc|Blue|No More Crunchy Death Sounds SSE}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/16574/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/59250/? Nexus]
  - Author: Rjinthematrix
  - Author: JaySerpa
  - Version: 1
  - Version: 1.23
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''no crunchy death sounds ESP-FE {{Fc|Blue|[1.1]}}''
  {{ui|MAIN}} ''Sleeping Expanded {{Fc|Blue|[1.22]}}''
</div></br>
</div></br>


==== {{Fc|Green|Realistic wolf howls}} ====
==== {{Fc|Blue|Vampire Lines Expansion}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrim/mods/30636/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/83484/? Nexus]
  - Author: Korvik
  - Author: JaySerpa
  - Version: 1.1
  - Version: 1.01
- Plugins: 2 ESL


  {{ui|MAIN}} ''Realistic Wolf Howls Less barks {{Fc|Green|[1.4]}}''
  {{ui|MAIN}} ''Vampire Lines Expansion''
{{ui|OPT}} ''Orc Addon for Vampire Lines Expansion''
</div></br>
</div></br>


==== {{Fc|Green|Skeletons don't breathe SSE}} ====
==== {{Fc|Blue|Serana Dialogue Add-On}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/18542/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/32161/? Nexus]
  - Author: RJinthematrix
  - Author: Martimius
  - Version: 1
  - Version: 4.1.1.3
- Plugins: 1 ESP


  {{ui|MAIN}} ''skeletons don't breathe SSE loose files version''
  {{ui|MAIN}} ''Serana Dialogue Add-On SE''
</div></br>
</div></br>


==== {{Fc|Green|Sound Hammering Sounds}} ====
===Step 15: Sound Effects===
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
Mods that add or change sound effects.
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/5592/? Nexus]
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Author: sialivi
  {{Fc|Highlight|Create a separator:}} {{Fc|Red|I-E-15) Sound Effects}}.
- Version: 1.0
</div></br>


{{ui|MAIN}} ''Sound Hammering Sounds''
==== {{Fc|Red|Audio Overhaul for Skyrim SE}} ====
</div></br>
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Core}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/12466/? Nexus]
- Author: David Jegutidse
- Version: 4.1.3
- Plugins: 1 ESP


==== {{Fc|Green|Thundering Shouts}} ====
{{ui|MAIN}} ''Audio Overhaul for Skyrim (4.1.3)''
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/14352/? Nexus]
- Author: greentea101
- Version: 1.1


  {{ui|OPT}} ''Thundering Shouts Loose files (main file version)''
  {{Fc|Highlight|Note:}} Hide the {{Fc|Orange|Audio Overhaul Skyrim.modgroups}} file.
{{Fomod|
*Audio Overhaul for Skyrim (4.1.2)
**Main Files
***☑ Required Files
****Next
*Requirements and Recommendations
**Requirements
***☑ Engine Fixes
***☑ Sound Record Distributor
**Recommended
***☑ Acoustic Space Improvement Fixes
***☑ Reverb Interior Sounds Expansion
****Next
*Addons
**Mods
***☐ Select Nothing
****Next
*Installation Complete
**Thank You!
***☑ Thank You!
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|Heart of the Beast - Werewolf Sound and Texture Overhaul}} ====
==== {{Fc|Green|Saints and Seducers - Audio Overhaul Skyrim Patch}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrim/mods/13779/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/75388/? Nexus]
  - Author: NsJones
  - Author: cbgreely
- Version: 1.8
 
{{ui|MAIN}} ''Alpha werewolf sounds - VERY VICIOUS AND AGGRESSIVE {{Fc|Green|[1.7]}}''
</div></br>
 
===Part C: Music===
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
{{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-04-C) Music}}.
</div>
-----
 
==== {{Fc|Blue|BA Bard Songs}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrim/mods/47202/? Nexus]
- Author: Shiiholude
- Version: 1.3
- Plugins: 1 ESL
 
{{ui|MAIN}} ''BA_BardSongs_FOMOD''
{{Fomod|
*Bard Songs
**BA Bard Songs
***◉ AIO
****Install}}
</div></br>
 
==== {{Fc|Blue|Around the Fire - Skyrim Fan-Made Music}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrim/mods/36144/? Nexus]
- Author: OrganicView aka CaptainCreepy
  - Version: 1.0
  - Version: 1.0
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Around the Fire''
  {{ui|MAIN}} ''Saints and Seducers - Audio Overhaul Skyrim Patch''
</div></br>
</div></br>


==== {{Fc|Blue|Melodies of Civilization - Skyrim Fan-Made Music}} ====
==== {{Fc|Red|Immersive Sounds - Compendium}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
* {{User:DrPharmDawg/Tag|Core}}
  - Download: [https://www.nexusmods.com/skyrim/mods/30014/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/523/? Nexus]
  - Author: OrganicView aka CaptainCreepy
  - Author: lazygecko
  - Version: 1.01
  - Version: 3.0
  - Plugins: 1 ESL
  - Plugins: 1 ESP


  {{ui|MAIN}} ''Melodies of Civilization 1.01''
  {{ui|MAIN}} ''Immersive Sounds Compendium SSE 3.0''
</div></br>
 
==== {{Fc|Blue|Dawnguard Music Overhaul - Skyrim Fan-made Music}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrim/mods/48613/? Nexus]
- Author: OrganicView aka CaptainCreepy
- Version: 1.0
- Plugins: 2 ESL
 
{{ui|MAIN}} ''Dawnguard Music Overhaul - Combat Module''
{{ui|MAIN}} ''Dawnguard Music Overhaul - Main Module''
</div></br>
 
==== {{Fc|Blue|Hun Lovaas - Skyrim Fan-Made combat music}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrim/mods/16123/? Nexus]
- Author: OrganicView aka CaptainCreepy
- Version: 1.0
- Plugins: 1 ESL
 
{{ui|OPT}} ''Hun - Lovaas - ESP flagged as ESL''
</div></br>
 
==== {{Fc|Blue|Still - Skyrim Inspired Music}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrim/mods/19401/? Nexus]
- Author: OrganicView aka CaptainCreepy
- Version: 1.01
- Plugins: 1 ESL
 
{{ui|OPT}} ''Still - ESP flagged as ESL''
</div></br>
 
==== {{Fc|Blue|The Elder Songs - Fanmade Music Expansion}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrim/mods/27504/? Nexus]
- Author: Matness
- Version: 3.1.2
- Plugins: 7 ESL
 
{{ui|OPT}} ''The Elder Songs - Complete''
{{Fomod|
{{Fomod|
*Install the modules you want to use
*Main Files
**Select modules
**Immersive Sounds – Compendium
***☑ Explore Module
***☑ Main Files (Required)
***☑ Combat Module
***☑ Town Module
***☑ Castle Module
***☑ Tavern Module
**Select Dungeon Tracks
***☑ Dungeon Atmospheric
***☑ Dungeon Melodic
****Next
****Next
*Compatibility Patches
*Melee Options
**Celtic Music in Skyrim
**Weapon Impact Options
***◉ None
***◉ IS Default (Extra Bloody)
**Combat Compatibility
**Unarmed Impact Options
***◉ None
***◉ S'wit Fighter Turbo
**Still - Skyrim Inspired Music
**Weapon Draw/Sheathe Options
***☐ Select Nothing
***◉ Semi-Smooth Equip
**Around The Fire - Skyrim Fan-Made Music
****Next
***☐ Select Nothing
*Ranged Weapon Options
**Melodies of Civilization - Skyrim Fan-Made Music
**Bow Shot Options
***◉ None
***◉ High Fantasy (Shorter Arrow Whistle)
**Bow Pull Options
***◉ Alternate
**Arrow Impact Options
***◉ High Fantasy
****Next
*Bonus Weaponry Options Options
**Extra Weaponry Options
***☑ Extra Gory Killmove Sounds
****Next
****Next
*Main Menu Replacer
*Magic Options
**Main Menu Replacer
**Soul Trap Options
***☐ Select Nothing
***◉ Soul Suck
**Restoration Options
***◉ Templar
**Firebolt Options
***◉ Swooshy
****Next
****Next
*Reminder
*Creature Options
**Main
**Creature Options
***☑ Important
***☑ Well-Mannered Wolves
***☑ Sensible Storm Atronachs
****Next
****Next
*Thank You!
*Nirnroot Options
**Done
**Nirnroot Options
***☑ Thank you for installing my mod!
***◉ High Fantasy
**Misc Options
***☐ Select Nothing
****Install}}
****Install}}
</div></br>
</div></div></br>


==== {{Fc|Red|SkyRem Guide Custom Settings}} ====
==== {{Fc|Red|Audio Overhaul - Immersive Sounds Integration (AOS - ISC Compatibility Patch)}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/26789/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/36761/? Nexus]
  - Author: DrPharmDawg
  - Author: Dylan James - lazygecko
  - Version: 9.0.0
  - Version: 1.1.0
- Plugins: 1 ESL


  {{ui|MAIN}} ''SkyRem Custom Settings''
  {{ui|MAIN}} ''Audio Overhaul Skyrim - Immersive Sounds Compendium Integration (1.1.0)''
 
{{Fc|Highlight|Note:}} If not using the music mods from this section, hide the {{Fc|Orange|Music Patch.esp}} plugin.
</div></br>
</div></br>


====CHECKPOINT 4====
==== {{Fc|Green|Phoenix Compendium}} ====
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/55221/? Nexus]
- Author: Satafinix
- Version: 2.3.0


{{Fc|Highlight|COUNTS:}}
  {{ui|MAIN}} ''Phoenix Compendium 2.3.0''
- Mods: +45 = {{Fc|Orange|133}}
{{Fomod|
- Plugins: +36 = {{Fc|Orange|137}} (ESMs = 18, ESPs = 14, ESMs + ESPs = 32, ESLs = 105)
*Phoenix Compendium
 
**Phoenix Compendium
{{Fc|Highlight|LOOT:}}
***☑ Procced
- Sort Load Order with {{Fc|Orange|LOOT}}.
****Next
</div></br>
*Enigma Series Reworks
 
**Unique Voice Reworks
==STEP D: ANIMATION ==
***☑ Enigma Series -All In One-
 
***☑ Daedric Enigma -All In One-
===Part 1: Animation===
***☑ Valthume: Dragon Priest
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
***☑ Ebony Warrior
{{Fc|Highlight|Create a separator:}} {{Fc|Orange|I-D-01) Animation}}.
***☑ Harkon
</div>
***☑ Miraak's
-----
***☑ Sinding
==== {{Fc|Red|Project New Reign - Nemesis Unlimited Behavior Engine}} ====
***☑ Tsun
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
***☑ Vyrthur
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/60033 Nexus]
****Next
- Author: Shikyo Kira
*Enigma Series Chapter 3
- Version: v0.84-beta
**Wild Life
 
***☑ The Book Of The Wild -Enigma Series Chapter 3-
  {{ui|MAIN}} ''Nemesis Unlimited Behavior Engine''
****Next
 
*Monster Pack 1
{{Fc|highlight|Executable:}} Add {{Fc|Orange|Nemesis}} as an executable to MO2.
**Monster
        Binary = {{ui|Nemesis Unlimited Behavior Engine.EXE}}
***☑ Insectoid - Chaurus Sounds Rework -
        Argument = Leave Blank
***☑ Ash Spawn
 
***☑ Arachnid -Spiders Sounds Rework SFX-
{{Fc|Highlight|Note:}} Nemesis requires {{Fc|Red|.Net 5.0 SDK}}.
***☑ Atronach (Fire)
</div></br>
***☑ Atronach (Storm)
 
***☑ Atronach (Frost)
==== {{Fc|Red|Animation Motion Revolution}} ====
***☑ SIRIN -Hagraven Sounds Rework-
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
***☑ Falmer Sounds -The Betrayed Remaster-
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/50258/? Nexus]
***☑ Dwarven Centurion Re-Engaged (Voiced Rework)
- Author: alexsylex
***☑ Wyrm - Dragons Sounds Rework -
- Version: 1.5.3
****Next
 
*Monster Pack 2
{{ui|MAIN}} ''Animation Motion Revolution''
**Undead
</div></br>
***☑ Banshee
 
***☑ Barghest
==== {{Fc|Red|Dynamic Animation Replacer}} ====
***☑ Draugr
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
***☑ Gargoyle
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/33746/? Nexus]
***☑ Ghosts
- Author: Felisky
***☑ Skeletons
- Version: 1.1.3
 
{{ui|MAIN}} ''DynamicAnimationReplacerAE v1.1.3 for Skyrim 16629''
</div></br>
 
==== {{Fc|Red|True Directional Movement - Modernized Third Person Gameplay}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/51614/? Nexus]
- Author: Ersh
- Version: 2.2.3
- Plugins: 1 ESL
 
{{ui|MAIN}} ''True Directional Movement''
</div></br>
 
==== {{Fc|Green|Animation Queue Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/82395/? Nexus]
- Author: Ersh
- Version: 1.0.1
 
{{ui|MAIN}} ''Animation Queue Fix''
</div></br>
 
==== {{Fc|Green|Armor Type Specific Animations}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/38469/? Nexus]
- Author: xNEYRONx
- Version: 1.1a
 
{{ui|MAIN}} ''Armor Type Specific Animations''
{{Fomod|
*Introduction
**Intro group
***☑ Intro
****Next
****Next
*Installation
*Colossus -Giants SFX Voice Rework
**Installation
**Colossus -Giants SFX Voice Rework
***◉ Install All
***◉ Colossus
****Next
****Next
*Finish
*Player Character Reworks
**Thanks
**Player character
***☑ Thank you!
***☐ Select Nothing
****Install}}
**Penumbra - Addon -
</div></br>
***☐ Select Nothing
 
==== {{Fc|Green|cookeh's conditional and random animations - CCARA DAR}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/37783/? Nexus]
- Author: cookeh
- Version: 2.0.7
 
{{ui|MAIN}} ''CCARA DAR''
{{Fomod|
*Welcome!
**README
***☑ Thanks!
****Next
****Next
*Choose what you want
*Airgetlam -Modern Magic Sounds Rework-
**Select one
**Airgetlam -Modern Magic Sounds Rework-
***◉ Mix and match
***◉ Airgetlam -Modern Magic Sounds Rework- Main
****Next
****Next
*Mix and match
*Phoenix Legacy
**Select one
**Phoenix Legacy
***☑ Default idle
***☑ Phoenix Legacy: Music
***☑ Turn head idle
***☑ Phoenix Legacy: UI
***☑ Crouching idle
****Next
***☑ Block sun
*Eviscerate
***☑ Catch snowflake
**Main
***☑ Stroke hair
***☑ Eviscerate -Main-
**Lower Volume
***☐ Select Nothing
****Next
*Equus - Horses Sounds Redesigned -
**Equus - Horses Sounds Redesigned -
***☐ Select Nothing
**Equus - Author's Cut -
***☑ Equus - Author's Cut -
**Equus - Riley's Edit -
***☐ Select Nothing
****Next
*Animunculi Series
**Animunculi Series
***☑ Dwarven Centurion
***☑ Dwarven Sphere
***☑ Dwarven Spider
*Patch Hub
**Airgetlam RE4.1-ISC Compatibility Patch
***☑ Airgetlam RE4.1-ISC Compatibility Patch
**Eviscerate -ISC Compatibility Patch
***☑ Eviscerate -ISC Compatibility Patch
****Next
*Complete
**Setup Complete
***☑ Complete
****Install}}
****Install}}
</div></br>
</div></div></br>


==== {{Fc|Green|EVG Animation Variance}} ====
==== {{Fc|Green|Bard Instrumentals Mostly - Sing Rarely}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/38534/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/10927/? Nexus]  
  - Author: Everglaid
  - Author: BanjoBunny
  - Version: 1.1
  - Version: 1.0


  {{ui|MAIN}} ''EVG Animation Variance 1.1''
  {{ui|MAIN}} ''Bard Instrumentals Mostly - Sing Rarely''
{{Fomod|
*Install Type
**Options
***◉ Recommended
****Next
*Thank you for installing
**Thank you
***☑ Thank you
****Install}}
</div></br>
</div></br>


==== {{Fc|Blue|EVG Conditional Idles}} ====
==== {{Fc|Blue|IHSS - Improved Horse Step Sounds}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/34006/? Nexus]
* {{User:DrPharmDawg/Tag|Compact}}
  - Author: Everglaid
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/848/? Nexus]
  - Version: 1.42
  - Author: Crystan
  - Version: 2.2
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''EVG Conditional Idles''
  {{ui|MAIN}} ''Improved Horse Step Sounds - Special Edition''
{{Fomod|
*Options
**Required
***☑ Core Modules
****Next
*Thank you for installing
**Thank you
***☑ Thank you
****Install}}
</div></br>


==== {{Fc|Green|Don't sheathe bound weapons DAR animations}} ====
{{Fc|Highlight|Note:}} Compact and ESL {{Fc|Orange|IHSS.esp}}.
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/70354/? Nexus]
- Author: samuelga24
- Version: 1.3
 
{{ui|MAIN}} ''Don't sheat bound weapons''
</div></br>
</div></br>


==== {{Fc|Blue|Draw 2 - Dual Weapon Equip-Unequip Animations}} ====
==== {{Fc|Blue|No More Crunchy Death Sounds SSE}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/45579/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/16574/? Nexus]  
  - Author: Korodic
  - Author: Rjinthematrix
  - Version: 1.6
  - Version: 1
  - Plugins: 1 ESL
  - Plugins: 1 ESL


  {{ui|MAIN}} ''Draw 2''
  {{ui|MAIN}} ''no crunchy death sounds ESP-FE {{Fc|Blue|[1.1]}}''
</div></br>
</div></br>


==== {{Fc|Green|Dual Wield Improved Animation SSE}} ====
==== {{Fc|Green|Sound Hammering Sounds}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/5592/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/5012/? Nexus]
  - Author: sialivi
  - Author: me
  - Version: 1.0
  - Version: 1


  {{ui|MAIN}} ''Dual Wield SSE''
  {{ui|MAIN}} ''Sound Hammering Sounds''
</div></br>
</div></br>


==== {{Fc|Green|Enhanced 1st Person Parry Animation for SSE}} ====
==== {{Fc|Green|Thundering Shouts}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/20374/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/14352/? Nexus]
  - Author: 5poiler
  - Author: greentea101
  - Version: 1.1
  - Version: 1.1


  {{ui|MAIN}} ''1stPerson Parry Animation''
  {{ui|OPT}} ''Thundering Shouts Loose files (main file version)''
{{Fomod|
*Options
**Main Files
***☑ 00 All except Dual Wield
**Optional Files
***☑ 04 Dual wield
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|D13 Faster GET UP STAND UP animation vanilla friendly SSE}} ====
==== {{Fc|Green|Heart of the Beast - Werewolf Sound and Texture Overhaul}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/5890/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrim/mods/13779/? Nexus]
  - Author: DarkAngel13 Argonil
  - Author: NsJones
  - Version: 2.1
  - Version: 1.8


  {{ui|MAIN}} ''D13 Faster Get Up Stand Up SSE''
  {{ui|MAIN}} ''Alpha werewolf sounds - VERY VICIOUS AND AGGRESSIVE {{Fc|Green|[1.7]}}''
</div></br>
</div></br>


==== {{Fc|Green|Gesture Animation Remix (DAR)}} ====
==== {{Fc|Red|SkyRem Guide Custom Settings}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/26789/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/64420/? Nexus]  
  - Author: DrPharmDawg
  - Author: CHIMgarden
  - Version: 10.0.0
  - Version: 1.9.9


  {{ui|MAIN}} ''Gesture Animation Remix (DAR) - main archive''
  {{ui|MAIN}} ''SkyRem Custom Settings''
</div></br>
</div></br>


==== {{Fc|Green|Lively Children Animations (DAR)}} ====
====CHECKPOINT: E====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
* {{User:DrPharmDawg/Tag|New}}
 
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67557/? Nexus]
{{Fc|Highlight|COUNTS:}}
  - Author: CHIMgarden
  - Mods: +32 = {{Fc|Orange|216}}
- Version: 1.0.0
  - Plugins: +35 = {{Fc|Orange|177}} (ESMs = 18, ESPs = 16, ESMs + ESPs = 34, ESLs = 143)


  {{ui|MAIN}} ''Lively Children Animations (DAR)''
  {{Fc|Highlight|LOOT:}}
- Sort Load Order with {{Fc|Orange|LOOT}}.
</div></br>
</div></br>


==== {{Fc|Blue|No Spinning Death Animation}} ====
==PART F: ANIMATION ==
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/1432/? Nexus]
- Author: dDefinder
- Version: 1.31
- Plugins: 1 ESP


  {{ui|MAIN}} ''No Spinning Death Animation''
===Step 16: Animation===
Mods that add animation.
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
  {{Fc|Highlight|Create a separator:}} {{Fc|Red|I-F-16) Animation}}.
</div></br>
</div></br>


==== {{Fc|Blue|Sky Idles SE}} ====
==== {{Fc|Red|Project New Reign - Nemesis Unlimited Behavior Engine}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/45794/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/60033 Nexus]
  - Author: juhaaaa
  - Author: Shikyo Kira
  - Version: 5.0.3
  - Version: v0.84-beta
  - Plugins: 2 ESL
 
  {{ui|MAIN}} ''Nemesis Unlimited Behavior Engine''


  {{ui|MAIN}} ''Sky Idles''
  {{Fc|highlight|Executable:}} Add {{Fc|Orange|Nemesis}} as an executable to MO2.
{{ui|MAIN}} ''Sky Idles FOMOD {{Fc|Blue|[v4.4.3]}}''
        Binary = {{ui|Nemesis Unlimited Behavior Engine.EXE}}
        Argument = Leave Blank


{{Fomod|
{{Fc|Highlight|Note:}} Nemesis requires {{Fc|Red|.Net 5.0 SDK}}.
*Welcome
**-
***☑ Continue
****Next
*AE and SE, VR or LE
**Choose version
***◉ AE SE
****Next
*FNIS or Nemesis
**Choose version
***◉ Nemisis
****Next
*NPC Idles
**Choose either
***◉ Install NPC add on
****Next
*Last step
**Good...
***☑ Bye!
****Install}}
</div></br>
</div></br>


==== {{Fc|Blue|SmoothCam}} ====
==== {{Fc|Red|Animation Motion Revolution}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/41252/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/50258/? Nexus]  
  - Author: mwilsnd
  - Author: alexsylex
  - Version: 1.7
  - Version: 1.5.3
- Plugins: 1 ESL


  {{ui|MAIN}} ''SmoothCam''
  {{ui|MAIN}} ''Animation Motion Revolution''
{{Fomod|
*Version
**Select Version
***◉ SmoothCam AE
****Next
*Plugin
**Select Plugin Type
***◉ ESL
****Install}}
</div></br>
</div></br>


==== {{Fc|Green|SmoothCam - SynErgy Preset}} ====
==== {{Fc|Red|Animation Queue Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/46655/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/82395/? Nexus]
  - Author: Syn
  - Author: Ersh
  - Version: 0.6
  - Version: 1.0.1


  {{ui|MAIN}} ''SmoothCam - SynErgy Preset v0.6''
  {{ui|MAIN}} ''Animation Queue Fix''
</div></br>
</div></br>


==== {{Fc|Green|Take a Seat - New DAR Sitting Animations}} ====
==== {{Fc|Red|Paired Animation Improvements}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/54193/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/99621/? Nexus]
  - Author: JaySerpa
  - Author: Ersh
  - Version: 1.0
  - Version: 1.0.2


  {{ui|MAIN}} ''Take a Seat - DAR Animations''
  {{ui|MAIN}} ''Paired Animation Improvements''
</div></br>
</div></br>


==== {{Fc|Blue|UNDERDOG - Animations}} ====
==== {{Fc|Red|Open Animation Replacer}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/51811/? Nexus]  
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/92109/? Nexus]
  - Author: Hiro
  - Author: Ersh
  - Version: 1.9.1
  - Version: 2.3.6
  - Plugins: -1 ESP, 1 ESL (Replaces No Spinning Death Animation ESP with ESL)
 
{{ui|MAIN}} ''Open Animation Replacer''
</div></br>
 
==== {{Fc|Green|Open Animation Replacer - Detection Plugin}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/104806/? Nexus]
  - Author: Nonameron
- Version: 2.1.1


  {{ui|MAIN}} ''UNDERDOG - Animations 1.9.1''
  {{ui|MAIN}} ''Open Animation Replacer - Detection Plugin''
{{Fomod|
*Introduction
**Introduction
***☑ Introduction
****Next
*Sneak Attacks and Sneak Power Attack
**Sneak Attacks
***◉ Sneak Attacks Main
****Next
*Falling Animations
**Falling Animations
***☑ Falling Replacer
****Next
*Death Animations
**Death Animations
***☑ Death Animations
****Next
*No Spinning Death Animation Patch
**No Spinning Death Animation
***◉ No Spinning Death Animation esl
****Next
*Jump Animations
**Jump Animations
***☐ Select Nothing
****Next
*Torch Standing Idles
**Torch Standing Idles
***☑ Indoors
****Next
*More Ninja Stuff
**More Ninja Stuff
***☐ Select Nothing
****Next
*Sneak Idles
**Sneak Idles
***☑ Sneak Idle Torch
****Next
*Sneak Movement
**Sneak Movement
***◉ Sneak Movement No Crawling
****Next
*Injured Idles
**Injured Idles
***☑ Injured Idle Tier 1
***☑ Injured Idle Tier 2
***☑ Injured Idle Tier 3
****Next
*Injured Movement
**Injured Movement
***☑ Injured Movement
****Next
*Regular Movement
**Regular Movement
***☑ Regular Movement Walk Run
***☑ Regular Movement Sprint
***☑ Regular Movement Faster Sprint
****Next
*DisableTurnAnimation
**DisableTurnAnimation
***☑ DisableTurnAnimation
****Next
*Outro
**Outro
***☑ Thanks for Downloading UNDERDOG
****Install}}
</div></br>
</div></br>


==== {{Fc|Red|XP32 Maximum Skeleton Special Extended - XPMSSE}} ====
==== {{Fc|Green|Open Animation Replacer - IED Conditions}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/1988/? Nexus]
  - Download: [https://www.nexusmods.com/skyrimspecialedition/mods/98308/? Nexus]
  - Author: Team XPMSE
  - Author: SlavicPotato
  - Version: 4.81
  - Version: 1.0.2
- Plugins: 1 ESP


  {{ui|MAIN}} ''XP32 Maximum Skeleton Special Extended''
  {{ui|MAIN}} ''Open Animation Replacer - IED conditions''
{{Fomod|
</div></br>
*Skeleton
 
**Meshes
==== {{Fc|Red|True Directional Movement - Modernized Third Person Gameplay}} ====
***☑ Skeleton Meshes
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
***☑ Creature Meshes
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/51614/? Nexus]
**Animation Rig Map
- Author: Ersh
***◉ Physics Extensions
- Version: 2.2.6
- Plugins: 1 ESL
 
{{ui|MAIN}} ''True Directional Movement''
</div></br>
 
==== {{Fc|Green|Arm Movement Animations (OAR)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/62849/? Nexus]
- Author: CHIMgarden
- Version: 2.2.0
 
{{ui|MAIN}} ''Arm Movement Animations (OAR)''
</div></br>
 
==== {{Fc|Green|Armor Type Specific Animations}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/38469/? Nexus]
- Author: xNEYRONx
- Version: 1.1a
 
{{ui|MAIN}} ''Armor Type Specific Animations''
{{Fomod|
*Introduction
**Intro group
***☑ Intro
****Next
****Next
*Character Creation
*Installation
**Character Creation
**Installation
***◉ Racemenu
***◉ Install All
****Next
****Next
*Character Creation
*Finish
**Weapon Style Randomizer for NPCs
**Thanks
***◉ None
***☑ Thank you!
****Next
****Install}}
*Animation Variants
</div></br>
**Belt-Fastened Quivers
 
***◉ None
==== {{Fc|Green|cookeh's conditional and random animations - CCARA DAR}} ====
**Dagger on Back
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
***◉ None
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/37783/? Nexus]
**Dagger on Hip
- Author: cookeh
***◉ None
- Version: 2.0.7
**Magic
 
***◉ None
{{ui|MAIN}} ''CCARA DAR''
**Sword on Back
{{Fomod|
***◉ None
*Welcome!
**Sword on Hip
**README
***◉ None
***☑ Thanks!
****Next
****Next
*First Person Animation
*Choose what you want
**Axe - Warning! Missing Sounds!
**Select one
***☐ Select Nothing
***◉ Mix and match
**Sword - Warning! Missing Sounds!
***◉ None
****Next
****Next
*Mounted Combat Animations
*Mix and match
**Axe - Warning! Missing Sounds!
**Select one
***☐ Select Nothing
***☑ Default idle
**Bow
***☑ Turn head idle
***☑ Crouching idle
***☑ Block sun
***☑ Catch snowflake
***☑ Stroke hair
****Install}}
</div></br>
 
==== {{Fc|Green|Customizable Faster Woodcutting Animation - OAR or DAR}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/73857/? Nexus]
- Author: MaskedRPGFan
- Version: 2.0.0
 
{{ui|MAIN}} ''Customizable Faster Woodcutting Animation - OAR''
{{Fomod|
*Speed
**Speed
***◉ 50% Faster
****Install}}
</div></br>
 
==== {{Fc|Green|EVG Animation Variance}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/38534/? Nexus]
- Author: Everglaid
- Version: 1.1
 
{{ui|MAIN}} ''EVG Animation Variance 1.1''
{{Fomod|
*Install Type
**Options
***◉ Recommended
****Next
*Thank you for installing
**Thank you
***☑ Thank you
****Install}}
</div></br>
 
==== {{Fc|Blue|EVG CLAMBER - Slope Animations}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/114653/? Nexus]
- Author: Everglaid - miken1ke - Ersh
- Version: 1.0
- Plugins: 1 ESL
 
{{ui|MAIN}} ''EVG CLAMBER - Slope Animations 1.0''
{{Fomod|
*Core
**Main Files
***☑ Install
****Intall}}
</div></br>
 
==== {{Fc|Blue|EVG Conditional Idles}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/34006/? Nexus]
- Author: Everglaid
- Version: 1.51
- Plugins: 1 ESL
 
{{ui|MAIN}} ''EVG Conditional Idles''
{{Fomod|
*Options
**Required
***☑ Core Modules
****Next
*Thank you for installing
**Thank you
***☑ Thank you
****Install}}
</div></br>
 
==== {{Fc|Green|D13 Faster GET UP STAND UP animation vanilla friendly SSE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/5890/? Nexus]
- Author: DarkAngel13 Argonil
- Version: 2.1
 
{{ui|MAIN}} ''D13 Faster Get Up Stand Up SSE''
</div></br>
 
==== {{Fc|Green|Gesture Animation Remix (DAR)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/64420/? Nexus]
- Author: CHIMgarden
- Version: 2.1.1
 
{{ui|MAIN}} ''Gesture Animation Remix (DAR) - main archive''
</div></br>
 
==== {{Fc|Blue|Immersive Interactions - Animated Actions}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/47670/? Nexus]
- Author: JaySerpa
- Version: 1.78
- Plugins: 1 ESP
 
{{ui|MAIN}} ''Immersive Interactions - Animated Actions''
</div></br>
 
==== {{Fc|Green|Lively Children Animations (DAR)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/67557/? Nexus]
- Author: CHIMgarden
- Version: 2.2.1
 
{{ui|MAIN}} ''Lively Children Animations (DAR)''
</div></br>
 
==== {{Fc|Green|More powerful mining animations SE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/72979/? Nexus]
- Author: KEI
- Version: V1
 
{{ui|MAIN}} ''More_powerful_mining_SE_V1''
</div></br>
 
==== {{Fc|Green|Pretty Combat Animations (PCA) SE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/3761/? Nexus]
- Author: dualsun
- Version: 1.4392
 
{{ui|MAIN}} ''Pretty Combat Animations (PCA) SE''
{{Fomod|
*PCA - Pretty Combat Animations - SE
** PCA - Install Guide
***☑ Pretty Combat Animations
****Next
*Sneak
**Sneak Style Options
***◉ Style 01
****Next
*Sneak Additional Option
**Sneak Additional Option
***☐ Select Nothing
****Next
*Karate
**Karate Style Option
***☐ Select Nothing
***☐ Select Nothing
**Sword - Warning! Missing Sounds!
****Next
***◉ None
*Crossbow
****Next
**Crossbow Option
*Compatibility Patches
***☑ Crossbow
**The Joy of Perspective
****Next
***◉ None
*Bow
**Schlongs of Skyrim
**Bow Option
***◉ None
***◉ Vanilla
****Next
****Next
*Compatibility Patches
*Sneak Bow Option
**Deadly Mutation
**Bow Additional Option
***◉ None
***◉ Vanilla
****Next
****Next
*Compatibility Patches
*Additional Bow Option
**Enderal
**Additional Bow
***◉ None
***☐ Select Nothing
****Next
*2hm
**GreatSword Style Option
***◉ Vanilla
****Next
*2hw
**BattleAxe and WarHammer Style Option
***◉ Vanilla
****Next
*2h Additional Option
**2h Weapon Additional Option
***☐ Select Nothing
****Install}}
</div></br>
 
==== {{Fc|Green|Reanimated NPC Animations}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/79079/? Nexus]
- Author: TheCyclist
- Version: 1.21
 
{{ui|MAIN}} ''Reanimated NPC Animations - OAR''
</div></br>
 
==== {{Fc|Green|Read the Room - Immersive and Animated Helmet Management}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/77605/? Nexus]
- Author: istayzoomin
- Version: 2.2.1
 
{{ui|MAIN}} ''Read the Room''
</div></br>
 
==== {{Fc|Blue|SmoothCam}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/41252/? Nexus]
- Author: mwilsnd
- Version: 1.7
- Plugins: 1 ESL
 
{{ui|MAIN}} ''SmoothCam''
{{Fomod|
*Version
**Select Version
***◉ SmoothCam AE
****Next
*Plugin
**Select Plugin Type
***◉ ESL
****Install}}
</div></br>
 
==== {{Fc|Green|SmoothCam - SynErgy Preset}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/46655/? Nexus]
- Author: Syn
- Version: 1.0
 
{{ui|MAIN}} ''SmoothCam - SynErgy Preset v1.0''
</div></br>
 
==== {{Fc|Green|Take a Seat - New DAR Sitting Animations}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/54193/? Nexus]
- Author: JaySerpa
- Version: 1.01
 
{{ui|MAIN}} ''Take a Seat - OAR Animations''
</div></br>
 
==== {{Fc|Green|UNDERDOG - Animations}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/51811/? Nexus]
- Author: Hiro
- Version: 2.1.0
 
{{ui|MAIN}} ''Underdog Animations''
{{Fomod|
*Introduction
**Intro for version 2.0
***☑ Intro
****Next
*Torches
**Torch Module
***☑ 2. Torch Module
****Next
*Sneak
**Sneak Module
***☑ 3. Sneak Idles
***☑ 4. Sneak Movement
****Next
*Ninja
**Ninja
***☐ Select Nothing
****Next
*Fall
**Fall
***☑ 8. Fall Generic
***☑ 9. Fall Cushioned
****Next
*Jump
**Jump
***☐ Select Nothing
****Next
*Injured
**Injured Module
***☑ 12. Injured Idles
***☑ 13. Injured Jump
***☑ 14. Injured Movement
****Next
*Taunt
**Taunt
***☐ Select Nothing
****Next
*Cheer
**Cheer
***☑ 16. Feminine Cheer
***☑ 17. Cheering Female
***☑ 17. Cheering Male
***☑ 18. Hopping Female
***☑ 18. Hopping Male
***☑ 19. Rally cheer
****Next
*Dance Drunk
**Dance Drunk
***☑ 24. Drunk Idles
****Next
*Sit
**Sit
***☑ 25. Sitting Elder Idle
***☑ 26. Sitting Looking around Idle
***☑ 29. Sitting Talking
***☑ 30. Sitting Laughing
***☑ 31. Telling A Secret
***☑ 32. Cheering
***☑ 33. Sit to Standing Clap
***☑ 34. Sitting Clap
****Next
*Greet
**Greet
***☑ 39. Angry Female
***☑ 40. Angry Frown
***☑ 41. Dismiss
***☑ 43. Threaten
***☑ 44. I kill you Gesture
***☑ 45. Pointing Kids
***☑ 48. Bow
****Next
*Idle
**Idles
***☑ 50. Bashful
***☑ 52. Telling A Secret
***☑ 56. Nervous Looking around idles
****Next
*Generic Idles
**Generic Idles
***☑ 58. Sword And Shield Idles
***☑ 59. Great Sword Idles
***☑ 60. Bow Idles
****Next
*Special Walk Run Sprint
**Walk Run Idles
***☑ 61. Swagger Walk Male Female
***☑ 63. Orc Walk Run Male Female
***☑ 64. Walking Market Male Female
***☑ 65. Happy Bar Walk Young Male
***☑ 67. Sad Walk Idles
***☑ 68. Old People Walk Run Idle
***☑ 68a. Old People Grelod Calixto Walk Idle
***☑ 70. Courier Run
***☑ 71. Coward Run
***☑ 72. Happy Child Walk
**Sprint
***☑ 77. Normal Sprint
***☑ 78. Stronger Sprint
****Next
*Zombie Illusion Fire
**Zombie Module
***☑ 79. Zombie Module
**Illusion
***☑ 80. Frenzy
***☑ 81. Fear
***☑ 81a. Terrified Taking Cover
**Agonizing Fire
***☑ 82. Agonizing Fire
****Next
*Outro
**Thank you
***☑ Thank you!
****Install}}
</div></br>
 
==== {{Fc|Green|Weapon Styles - Draw-Sheathe animations for IED}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/85085/? Nexus]
- Author: GiraPomba
- Version: 2.2
 
{{ui|MAIN}} ''Weapon Styles for IED''
{{Fomod|
*Installation
**Main Files
***☑ Core files
***☑ Shield animations
**Optional Files
***☑ Dual Wield Fix
****Install}}
</div></br>
 
==== {{Fc|Red|XP32 Maximum Skeleton Special Extended - XPMSSE}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/1988/? Nexus]
- Author: Team XPMSE
- Version: 5.06
- Plugins: 1 ESP
 
{{ui|MAIN}} ''XP32 Maximum Skeleton Special Extended''
{{Fomod|
*Installation
**Installation
***◉ Extended
****Next
*Rigs
**Animation Rig Map
***◉ None
****Next
*Ingame Customizing
**Character and Weapons
***◉ RaceMenu + XPMS(SE) MCM
****Next
*Randomizer
**Weapon Style
***◉ SFW - Out of Sync
****Next
*Animation Replacers for XPMS(S)E MCM
**Belt-Fastened Quivers
***◉ None
**Dagger on Back
***◉ None
**Dagger on Hip
***◉ None
**Magic
***◉ None
**Sword on Back
***◉ None
**Sword on Hip
***◉ None
****Next
*Animation Replacers for First Person
**Axe - Warning! Missing Sounds!
***☐ Select Nothing
**Sword - Warning! Missing Sounds!
***◉ None
****Next
*Animation Replacers for Mounted Combat
**Axe - Warning! Missing Sounds!
***☐ Select Nothing
**Bow
***☐ Select Nothing
**Sword - Warning! Missing Sounds!
***◉ None
****Next
*Compatibility Patches
**Compatibility Patches
***☐ Select Nothing
****Install}}
</div></br>
 
==== {{Fc|Red|XP32 Maximum Skeleton Special Extended - Fixed Scripts}} ====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/44252/? Nexus]
- Author: Team XPMSE - cskriffin - Umgak
- Version: 1.0
 
{{ui|MAIN}} ''XP32 Maximum Skeleton Special Extended - Fixed Scripts''
</div></br>
 
==== {{Fc|Green|XPMSE Left Hand Sheath Rotation Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Patch}}
 
{{Fc|Highlight|Note:}} Place this patch completed from the previous mod here and {{ui|Activate}} it.
</div></br>
 
==== {{Fc|Blue|XPMSSE Weapon Styles Uncloaked}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/54720/? Nexus]
- Author: chuckseven1
- Version: 1.0.0
- Plugins: 1 ESL
 
{{ui|MAIN}} ''XPMSSE Weapons Uncloaked''
</div></br>
 
===Step 17: Spell Animations===
Mods that add spell casting animation.
<div class="py-2 whitebd mwhitebg" style="margin:5px; border: 2px solid; border-radius:5px">
{{Fc|Highlight|Create a separator:}} {{Fc|Red|I-F-17) Spell Animations}}.
</div></br>
 
==== {{Fc|Green|Smooth Magic Casting Animation}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/45799/? Nexus]
- Author: lSmoothl
- Version: 4.2
 
{{ui|MAIN}} ''Smooth Magic Casting Animation''
</div></br>
 
==== {{Fc|Green|Smooth Staff Animation}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/54883/? Nexus]
- Author: lSmoothl
- Version: 1.3
 
{{ui|MAIN}} ''Smooth Magic Casting Animation''
</div></br>
 
==== {{Fc|Green|Pretty Combat Animations (PCA) - Spell Master (SPM) SE}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/5215/? Nexus]
- Author: Dualsun
- Version: 1.03
 
{{ui|MAIN}} ''Pretty Combat Animations (PCA) - Spell Master (Hands Cast) SE''
{{ui|MAIN}} ''Pretty Combat Animations (PCA) - Spell Master (Staffs Cast) SE''
{{Fomod|
*PCA - Spell Master
**PCA - Spell Master
PCA - Spell Master (Description)
***☐ Select Nothing
****Next
*Spell Master
**Spell Master MAG Groups
***☑ Spell Master MAG
****Next
*Spell Master Additional Option
**Select one or more of these options:
**Spell Master MAG Group - Additional Option
***☑ Dualcast Selfrelease Additional Fold Hands Style1
****Next
*Spell Master Additional Option
**Spell Master MAG Group - Additional Option
***☐ Select Nothing
****Next
*Spell Master Additional Option
**Spell Master MAG Group - Additional Option
***☐ Select Nothing
****Install}}
{{Fomod|
*PCA - Spell Master
**PCA - Spell Master
PCA - Spell Master - Staff (Description)
***☐ Select Nothing
****Next
*Spell Master
**Spell Master Staff Group
***☑ Spell Master - Staff
****Install}}
</div></br>
 
==== {{Fc|Green|Goetia Animations - Magic Spell Casting}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/70204/? Nexus]
- Author: Verolevi
- Version: 1.4
 
{{ui|MAIN}} ''Goetia Animations - Magic Spell Casting''
</div></br>
 
==== {{Fc|Green|Goetia Animations - Enchanted Staves}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/71110/? Nexus]
- Author: Verolevi
- Version: 1.51
 
{{ui|MAIN}} ''Goetia Animations - Enchanted Staves''
</div></br>
 
==== {{Fc|Green|New Animation for Magic Casting (OAR version)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/104120/? Nexus]
- Author: Neumeria
- Version: 1.0
 
{{ui|MAIN}} ''New Animation for Magic Casting SSE (OAR version)''
</div></br>
 
==== {{Fc|Green|YY Animation Replacer - Mystic Knight (OAR version)}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/104081/? Nexus]
- Author: Neumeria
- Version: 1.0
 
{{ui|MAIN}} ''YY Animation Replacer - Mystic Knight(OAR version)''
</div></br>
 
==== {{Fc|Green|Olivier Magic Casting}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://drive.google.com/file/d/1tj686VIBWryVAkqYqTJLTBuN8kVzuIWU/view Google Drive]
- Author: Olivier
- Version: 0
 
{{ui|MAIN}} ''Olivier Magic Casting''
</div></br>
 
==== {{Fc|Green|Diverse Magic Casting Animations}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/112574 Nexus]
- Author: Mathieu
- Version: 1.3
 
{{ui|MAIN}} ''Diverse Magic Casting Animations''
{{Fomod|
*Introduction
**Introduction
***☑ I have all the requirements.
****Next
*Player Animations
**Which animation do you want your character to use?
***◉ Race Dependent
****Next
*Staff Animations
**Do you want the distribution of Staff animations?
***◉ Yes
****Next
*Magic Idles
**Do you want to distribute Magic Idles randomly to NPCs?
***◉ No
****Install}}
****Install}}
</div></br>
</div></br>


==== {{Fc|Red|XP32 Maximum Skeleton Special Extended - Fixed Scripts}} ====
====CHECKPOINT: F====
<div class="py-2 redbd mredbg" style="margin:5px; border: 2px solid; border-radius:5px">
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/44252/? Nexus]
- Author: Team XPMSE - cskriffin - Umgak
- Version: 1.0
 
{{ui|MAIN}} ''XP32 Maximum Skeleton Special Extended - Fixed Scripts''
</div></br>
 
==== {{Fc|Green|XPMSE Left Hand Sheath Rotation Fix}} ====
<div class="py-2 greenbd mgreenbg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|Patch}}
 
{{Fc|Highlight|Note:}} Place this patch completed from the previous mod here and {{ui|Activate}} it.
</div></br>
 
==== {{Fc|Blue|XPMSSE Weapon Styles Uncloaked}} ====
<div class="py-2 bluebd mbluebg" style="margin:5px; border: 2px solid; border-radius:5px">
* {{User:DrPharmDawg/Tag|New}}
- Download: [https://www.nexusmods.com/skyrimspecialedition/mods/54720/? Nexus]
- Author: chuckseven1
- Version: 1.0.0
- Plugins: 1 ESL
 
{{ui|MAIN}} ''XPMSSE Weapons Uncloaked''
</div></br>
 
====CHECKPOINT 5====
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
<div style="border:2px solid White; margin:5px;background-color:#202020; border-radius:5px"><br>
  {{Fc|Highlight|COUNTS:}}
  {{Fc|Highlight|COUNTS:}}
  - Mods: +20 = {{Fc|Orange|153}}
  - Mods: +40 = {{Fc|Orange|256}}
  - Plugins: +8 = {{Fc|Orange|145}} (ESMs = 18, ESPs = 15, ESMs + ESPs = 33, ESLs = 112)
  - Plugins: +8 = {{Fc|Orange|185}} (ESMs = 18, ESPs = 18, ESMs + ESPs = 36, ESLs = 149)


  {{Fc|Highlight|LOOT:}}
  {{Fc|Highlight|LOOT:}}

Latest revision as of 13:08, September 17, 2024

Skyrimse flare.png

SkyRem Guide

Skyrim Roleplay Enhancement Modding Guide for Special Edition (SAE) v10.0.0

by: DrPharmDawg


SkyRem Guide Pages

Home Page
Section I <-----
Section II
Section III
Section IV
Section V
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 [Not updated].

Section I


PART A: SETUP

Step 1: Start Fresh

The SkyRem Guide requires a freshly installed, never modified Skyrim Special Edition (Anniversary Edition) Version 1.6.1170.

Note: This guide includes the paid upgrade of AE, but is not required. Adjustments can be made to account for use without it. Checkpoint counts include everything.

If Steam is in the Program Files directory, install it elsewhere. The ideal scenario is on a SSD drive separate from the OS to avoid modding issues.

Starting with a clean setup helps ensure there are no remnants of a previous modding experience gone awry and prevent unintended results/issues with the final product. Restore vanilla from the Vanilla Backup (which is created at the end of the Setup) or remove, re-download, and re-install. If restoring, skip down to Step 4 of this part.

1. Delete the files in the Skyrim Special Edition folder.
2. Open Steam and click [Library].
3. Right-click The Elder Scrolls V: Skyrim Special Edition in the left pane and choose [Properties].
4. Under Installed Files, click [Verify integrity of game files] and allow Steam to reacquire the files.

Set up the base INIs and reacquire CC files as follows.

1. Launch Skyrim through Steam to initialize (create the base INI files). Accept the default settings as these will be adjusted later anyway.
2. Click [Download] when prompted to reacquire the CC content.
3. Close Skyrim (but leave Steam open).

Turning off the Steam Overlay and disabling updates are optional, but highly recommended to prevent accidental overlay popup and conflicts, and prevent updates that may render a modded Skyrim unplayable due to a patch/update from Bethesda that does not work with installed mods. While still in Steam:

1. Click [Steam] and [Settings] in the tool bar.
2. Click the [In-Game] tab and untick the [Enable the Steam Overlay while in-game], and close the Settings window.
3. Click [Library], right-click [Elder Scrolls V: Skyrim Special Edition], and select [Properties].
4. Click the [Updates] tab, and under Automatic Updates, change the drop-down to [Only update this game when I launch it].

Setup a folder structure to keep things organized. Currently, there should be a Steam. In the same location, create three more folders: Mod Organizer, Backup and Tools. The end result should look something like this:

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

Step 2: Install Tools

For a properly modded Skyrim, a number of modding tools will be needed. These are not themselves mods, but tools to ensure everything works as intended once the guide is complete.

Mod Organizer 2

  • TOOL
- Download: Nexus
- Author: Tannin-MO2 Team
- Version: 2.5.2
[MAIN] Mod Organizer 2
Install: Manually download and run the executable, installing to a Mod Organizer folder int he same folder as the Steam folder. Use the default and Run MO2.
         1. At the Creating a new instance prompt, select the following:
            A. [Create a portable instance]
            B. [Skyrim Special Edition]
            C. [Steam]
            D. Tick [Use profile-specific game INI files] and [Use profile-specific save games] and click [Next]
            E. [Next]
            F. [Finish]
            G. [Do Nothing]
Setup: In MO2, complete the following:
       1. Click [Configure settings and workarounds] icon (last icon in tool bar; wrench + driver).
          A. Under [General], untick [Check for updates].
          B. [Optional] Under [Theme], select [dark] under the Style heading.
          C. Under [Mod List], untick [Display mods installed outside MO]. There is no reason to show these, and the Step Check counts do not include them.
          D. Under [Nexus], click the [Connect to Nexus] button and [Associate with "Download with manager" links].
          E. Under [Workarounds], update Steam info if needed, then click [OK] to close the settings window.
       2. Click [Configure Profiles] icon (ID Card).
          A. [Create] two new profiles naming them Vanilla and SkyRem. Highlight the Vanilla profile and click [Select].
          B. Reopen the [Configure Profiles] window and highlight the Default} profile.
          C. Click [Remove] and then [Close].
Executable: Some tools need to be setup to run through MO2 to utilize its VFS. These include an Executable note requiring the steps below.
         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 are automatically included when 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. Add text that should be included in the [Arguments] field if noted.
         6. Click [OK] to add and exit the window, or [Apply] to add and keep the window open to add more executables.


Skyrim Special Edition Creation Kit

  • TOOL
- Download: Steam
- Author: Bethesda
- Version: 1.6.1130.0
Setup: The CK is needed to port mods, and is used to modify plugins and create new mods. It will need some INI adjustments to ensure it works properly and efficiently.
       1. Download and install Skyrim Special Edition: Creation Kit from Steam.
       2. Launch the CK through Steam. When asked to if you want to unpack Scripts.zip, select [YES]. This may take a few minutes.
       3. Once the scripts are unpacked and the CK completes loading, [Exit] the CK.
       4. In MO2, right-click in the mod list and select [All Mods] and [Create empty mod above] named Creation Kit Custom INI.
       5. Right-click this empty mod and [Open in Explorer].
       6. Create a new folder named Root.
       7. Inside this folder, create a new text file named CreationKitCustom.ini.
       8. Open this new INI file and paste the lines below. Save and exit.
[General]
bAllowMultipleMasterFiles=1
bAllowMultipleMasterLoads=1

[MESSAGES]
bBlockMessageBoxes=1


Kezyma's Root Builder for Mod Organizer

  • TOOL
- Download: Nexus
- Author: Kezyma
- Version: 5.0.5
[MAIN] Root Builder 5.0.5
Install: Manually download and extract into the Mod Organizer/Plugins folder. Close and restart MO2 to ensure Root Builder is listed under Tools (puzzle icon).
Root Builder: Mods that require this type of install should be completed as follows:
              1. Select the [Manual] install option.
              2. Create a Root directory by right-clicking the [Data] label and choosing [Create directory...].
              3. Move indicated files not to be managed by MO2's VFS into this Root directory. These are files normally installed into the Skyrim folder.
              4. Click [OK] and ignore any warnings.


Creation Kit Platform Extended for Skyrim

  • TOOL
- Download: Nexus
- Author: Nukem-perchik71
- Version: 0.4-b59
[MAIN] CK Platform Extended 0.4-b59
Root Builder: Manually install all files into a Root directory.


LOOT

  • TOOL
- Download: GitHub
- Author: WrinklyRobot
- Version: 0.23.1
[MAIN] loot_0.23.1-win64.exe
Install: Manually download and run the installer. Install to the Tools folder.


SSEEdit

  • TOOL
- Download: Nexus
- Author: ElminsterAU and the xEdit team
- Version: 4.1.5f
[MAIN] SSEEdit 4.1.5f
Install: Manually download and extract into the Tools folder under SSEEdit.
Executable: Add SSEEdit as an executable to MO2.
            Binary = [SSEEdit.EXE]
            Argument = [-c:"X:\Mod Organizer\Mods\SSEEdit Cache\"]
            ☑ Create files in mod instead of overwrite (*): [SSEEdit Cache]
Executable: Add SSEEdit QuickAutoClean as an executable to MO2.
            Binary = [SSEEditQuackAutoClean.EXE]
            Argument = [-dontcache]
Note: Create an empty SSEEdit Cache mod.


Unofficial Mator Smash Updated

  • TOOL
- Download: Nexus
- Author: matortheeternal (Uploaded by chuckseven1)
- Version: 2.0.0-beta-5
- [NOTE:] Trying beta-5
[OLD] Mator Smash Updated [2.0.0-beta-2]
Note: Install the 2.0.0-beta-2 version under OLD FILES. More current versions have been throwing unnecessary errors with this setup.
Install: Manually download and extract into the Tools folder under Mator Smash.
Executable: Add Mator Smash as an executable to MO2.
            Binary = [MatorSmash.EXE]
            Argument = Leave Blank
            ☑ Create files in mod instead of overwrite (*): [Smashed Patch]


Mator Smash Rules

  • TOOL
- Download: Nexus
- Author: alazymodder
- Version: .11
[MAIN] Mator Smash Rules
Install: Manually download and extract into the Tools/Mator Smash folder. Move the files from the extracted Mator Smash Rules folder into the /settings/Skyrim folder.


Cathedral Assets Optimizer

  • TOOL
- Download: Nexus
- Author: G_k
- Version: 5.3.15
[MAIN] Cathedral Assets Optimizer 64
Install: Manually download and extract into the Tools folder under Asset Optimizer.
Setup: Run CAO outside of MO2.
       1. Under [Profile], select SSE.
       2. Tick [Show advanced settings].
       3. Under the BSA tab: Untick all options under the Base header.
       4. Under the Meshes tab: Tick [Process meshes], [Necessary optimization], and [Always process headparts].
       5. Under the Textures tab: Tick [Process textures] and [Necessary optimization].
       6. Under the Animations tab: Tick [Necessary optimization].
       7. Close CAO. This will be the default settings. Use this unless otherwise specifically instructed to change settings within a mod card.


Synthesis

  • TOOL
- Download: GitHub
- Author: Noggog
- Version: 0.29.2
[MAIN] 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
            ☑ Create files in mod instead of overwrite (*): [Synthesis Patch]
Note: After installing, run Synthesis through MO2, selecting [Skyrim] and [Skyrim Special Edition]. Ensure the required files are present. Download and install as required using the provided links in the pop-ups.


xLODGen

  • TOOL
- Download: STEP
- Author: Sheson
- Version: beta 117
[MAIN] xLODGen beta 117
Install: Manually download and extract into the Tools folder under xLODGen.
Executable: Add xLODGen as an executable to MO2.
            Binary = [xLODGenx64.EXE]
            Argument = [-sse]
            ☑ Create files in mod instead of overwrite (*): [xLODGen Output]


DynDOLOD 3 Alpha

  • TOOL
- Download: Nexus
- Author: Sheson
- Version: Alpha-180
[MAIN] DynDOLOD 3.00
Install: Manually download and extract into the Tools folder under DynDOLOD.
Executable: Add TexGen as an executable to MO2.
            Binary = [TexGenx64.EXE]
            Argument = [-sse]
            ☑ Create files in mod instead of overwrite (*): [TexGen Output]
Executable: Add DynDOLOD as an executable to MO2.
            Binary = [DynDOLODx64.EXE]
            Argument = [-sse]
            ☑ Create files in mod instead of overwrite (*): [DynDOLOD Output]


Skyrim Script Extender (SKSE)

  • TOOL
- Download: SilverLock
- Author: Ian Patterson, Stephen Abel, Paul Connelly, and Brendan Borthwick (ianpatt, behippo, scruggsywuggsy the ferret, and purple lunchbox)
- Version: 2.2.6
[MAIN] Current Anniversary Edition build 2.2.6 (game version 1.6.1170)
Root Builder: Manually install skse64_1_6_1170.dll and skse64_loader.exe into a Root directory. MO2 should manage the Scripts folder.
Executable: Add SKSE as an executable to MO2.
            Binary = [skse64_loader.EXE]
            Argument = Leave Blank
Setup: Like Skyrim and CK, SKSE requires an INI file.
       1. Right-click Skyrim Script Extender (SKSE) in MO2's left pane and select [Open in Explorer].
       2. Create a new folder named SKSE and open it.
       3. Create a file named SKSE.INI and open it.
       4. Copy and paste the following into the new file, save and close.
[Display]
iTintTextureResolution=2048

[General]
ClearInvalidRegistrations=1


Bethini Pie (Performance INI Editor)

  • TOOL
- Download: Nexus
- Author: DoubleYou
- Version: 4.11
[MAIN] Bethini Pie
Install: Manually download and extract into the Tools folder under BethINI.
Executable: Add BethINI as an executable to MO2.
       Binary = [Bethini.EXE]
       Argument = Leave Blank
Setup: Select [Skyrim Special Edition] and leave the default settings for the paths.
       1. Basic: Click Presets [Reset to Default] button, then the [High] button, and lastly the [Apply Recommended Tweaks] button.
       2. General: Untick [Autosaves] and all [Save on...] options (4).
       2. Gameplay: Tick [NPCs Use Ammo] and [Remove Borders].
                    Untick [Tutorials].
                    Set [3rd Person Arrow Tilt-up Angle] to 0.7.
                    Set [Over-Encumbered Reminder] to 60.
                    Set [Book Open Time] to 200.
       4. Interface: Untick [Bethesda Modding Platform] and [Mod Manager Menu].
       5. Environment: Set Grass [Density] to 60.
                       Untick Water >> [Reflect Sky].
       6. Shadows: Untick [Ambient Occlusion].
       7. Visuals: Set Sun >> [Sun Base Size] to 200 and [Sun Glare Size] to 282
                   Set Effects >> [Particles] to 4500.
                   Untick Effects >> [Lens Flare].
                   Tick Effects >> [Anamorphic Lens Flare].
       8. View Distance: Set Distant Details >> [Tree LOD Distance] to 0.


Batch Plugin Cleaner for Mod Organizer

  • TOOL
- Download: Nexus
- Author: bluebuiy
- Version: 7
[MAIN] BatchPluginCleaner
Install: Manually download and extract into the Plugins folder under Mod Organizer.


ACMOS Road Generator

  • TOOL
- Download: Nexus
- Author: DoubleYou
- Version: 4.0
[MAIN] ACMOS Road Generator
Install: Manually download and extract into the Tools folder under Road Generator.
Executable: Add Road Generator as an executable to MO2.
            Binary = [ACMOS Road Generator.EXE]
            Argument = Leave Blank
            ☑ Create files in mod instead of overwrite (*): [Road Generator Output]


ENB Series Binaries

  • TOOL
- Download: ENB Dev
- Author: Boris Vorontsov
- Version: 0.502
[MAIN] v0.502
Install: Manually download and extract into the Tools folder under ENB Binaries. 
Root Builder: Manually install d3d11.dll and d3dcompiler_46e.exe into a Root directory of an empty mod named ENB Binaries.


PI-CHO ENB ( Based on Silent Horizons)

- Download: Nexus
- Author: HaeVakSa
- Version: N8.6
[MAIN] 1. PI-CHO ENB H.E N8.6 - Cathedral Weather-B2
Note: Manually download and extract into the [Tools] folder under ENB.
Root Builder: Manually install 0. Skyrim SE Folder into a Root folder of an empty mod named ENB - Pi-Cho.



Step 3: Clean The Masters

Some vanilla files contain ITMs (Identical To Master) and UDRs (Undelete and Disable Record). These may be harmless, but some have reported issues if not cleaned. To do this, make a copy of the current ESM and ESL files in the Skyrim >> Data folder and place them in a safe place. The files in the original location will then be cleaned, packaged into a mod, and then replaced with the originals (copied to a safe place) in order to keep the entire Skyrim folder as vanilla as possible.

Do the masters really need to be cleaned with SE? There is plenty of opinions for and against. Cleaning them has never resulted in any negative effects, therefore this guide continues to include this step to be safe (and it makes LOOT happy).

1. Navigate to the Skyrim >> Data folder.
2. Copy and paste the ESL and ESM files (except Skyrim.ESM) to a temporary folder. There are a total of 79.
3. In MO2, click the [Tools] icon (puzzle icon) and select [Clean Plugins].
4. Click [Select All] and click [Clean].

This will run the SSEEdit QuickAutoClean function on each of the plugins, one at a time. SSEEdit will open, run, close, and repeat for each plugin. This may take a few minutes. Once completed, the Dawnguard plugin needs a few additional steps to properly clean.

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 right-clicking it under the [02] Dawnguard.esm header in the right pane and select [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 [Sub-Block 1] in the left pane and [Remove] the entire sub-block.
8. Exit SSEEdit, saving Dawnguard.ESM.

To preserve vanilla Skyrim, the cleaned plugins will be placed in a mod, and the originals that were stored in a temporary location moved back to the Skyrim >> Data folder.

1. Navigate to the Skyrim >> Data folder. Select the 79 plugins just cleaned (again, do not include Skyrim.ESM) and create an archive.
2. In MO2, click [Install a new mod from an archive] icon (second icon), and open this archive, naming the mod Cleaned Masters.
3. Move the original files from the temporary location back to the Skyrim >> Data folder, letting them overwrite the cleaned files.
4. Delete the archive file and the temporary location.

Step 4: Make A Backup

To prevent restarting from scratch [again], create a complete backup of everything up to this point. If something goes wrong, this will be the restore point, and steps 1-3 can be skipped. Backup the entire /Steam/SteamApps/Common/Skyrim Special Edition/ folder, and place the archive in the Backup folder, naming it Skyrim Vanilla Backup. Do the same with the Mod Organizer folder and the Tools folder, resulting in 3 backup files in the Backup folder.

CHECKPOINT: A


COUNTS:
- Mods: +0 = 0
- Plugins: +80 = 80 (ESMs = 15, ESPs = 0, ESMs + ESPs = 15, ESLs = 65)


PART B: BASE

Step 5: Base Mods

Step 5 is about getting some base mods installed in order to get in game as soon as possible so that subsequent steps can be tested properly.

Create a separator: I-B-05 Base Mods.


Creation Kit Custom INI

Note: Place the Creation Kit Custom INI mod completed earlier here and [Activate] it.


Creation Kit Platform Extended

Note: Place the Creation Kit Platform Extended mod completed earlier here and [Activate] it.


SSEEdit Cache

Note: Place the SSEEdit Cache mod completed earlier here and [Activate] it.


Skyrim Script Extender (SKSE)

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


ENB Series

Note: Place the SSEEdit Cache mod completed earlier here and [Activate] it.


ENB - Pi-Cho

Note: Place the SSEEdit Cache mod completed earlier here and [Activate] it.


Cleaned Masters

- Plugins: 0 (Replaces base plugins)
Note: Place the Cleaned Masters mod completed earlier here and [Activate] it.


Project Clarity AIO - Skyrim Textures Redone

- Download: Nexus 
- Author: Iconic
- Version: 3.2
[MAIN] Project Clarity AIO Half Res Loose}}


Creation Club Anniversary Cleaned and Upscaled

- Download: Nexus 
- Author: kartoffel
- Version: 1.1
[MAIN] CC_Content_Anniversary_Cleaned_and_Upscaled [1]
[UPDATE] CC_Content_Anniversary_Cleaned_and_Upscaled_Update
FOMOD Instructions
  • well?
    • WELL?
      • ◉ INSTALL EVERYTHING
        • Next
  • MWAHAHAHA
    • poggers
      • ☑ poggers
        • Install


Unofficial Skyrim Special Edition Patch

  • CORE
- Download: Nexus 
- Author: Unofficial Patch Project Team
- Version: 4.3.2
- Plugins: 1 ESM
[MAIN] Unofficial Skyrim Special Edition Patch
Note: Hide Unofficial Skyrim Special Edition Patch.modgroups file.


Unofficial Skyrim Creation Club Content Patches

  • CORE
- Download: Nexus 
- Author: garthand
- Version: 7.2
- Plugins: 1 ESL
[MAIN] Unofficial Skyrim Creation Club Content Patch
FOMOD Instructions
  • Options
    • Options
      • ◉ Merged
        • Install


Unofficial Skyrim Modder's Patch - USMP SE

  • CORE
- Download: Nexus 
- Author: The Community - PlagueHush - sattyre
- Version: 2.6.3
- Plugins: 1 ESM
[MAIN] Unofficial Skyrim Modder's Patch - USMP SE 2.6.3


Alternate Start - Live Another Life - SSE

- Download: Nexus 
- Author: Arthmoor
- Version: 4.1.4
- Plugins: 1 ESP
[MAIN] Alternate Start - Live Another Life


New Beginnings - Live Another Life Extension SSE

- Download: Nexus 
- Author: Original by Flo27 SSE version by Kelsenellenelvian
- Version: 1.3
- Plugins: 1 ESP
[MAIN] Alternate Start -- New Beginnings


Alternate Start Voiced

- Download: Nexus 
- Author: CinnaMewRoll
- Version: 2.3
[MAIN] ASLAL Voice Pack



Step 6: Resources

Step 6 installs mods that are primarily resources for other mods (papyrus extenders, various frameworks, etc.) These mods do little or even nothing alone, but are required for other mods to work properly.

Create a separator: I-B-06 Mod Resources.


Address Library for SKSE Plugins

- Download: Nexus 
- Author: meh321
- Version: 11
[MAIN] All in one (Anniversary Edition)
Note: Required for Animation Motion Revolution, Base Object Swapper, Bug Fixes, Experience, Incremental Injuries, KID, Scrambled Bugs, and more.
Note: Delete all SKSE >> Plugins files except versionlib-1-7-1170-0.bin and versionlib-1-7-1170-0-1.bin.


PapyrusUtil SE - Modders Scripting Utility Functions

- Download: Nexus 
- Author: exiledviper meh321
- Version: 4.4
[MAIN] PapyrusUtil AE SE - Scripting Utility Functions
Note: Required for Dirt and Blood, Curator's Companion.


Andrealphus' Papyrus Functions

- Download: Nexus 
- Author: AndrealphusVIII
- Version: 1.4.3
[MAIN] Andrealphus' Papyrus Functions
Note: Required for Experience, Incremental Injuries, KID, Scrambled Bugs, and more.


Dylbills Papyrus Functions

- Download: Nexus 
- Author: Dylbill
- Version: 7.2
[MAIN] DbMiscFunctions
Note: Required for Timed Lockpicking


Papyrus Tweaks NG

- Download: Nexus 
- Author: Nightfallstorm
- Version: 4.1.0
[MAIN] Papyrus Tweaks 4.1.0


powerofthree's Tweaks

  • CUSTOM
- Download: Nexus 
- Author: powerofthree
- Version: 1.11.0
[MAIN] powerofthree's Tweaks
Note: The INI file (under optional) is provided by the SkyRem Custom Settings and is therefore not needed.
Note: Required for Spell Perk Item Distributor (SPID).
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6.629+ ("Anniversary Edition")
        • Install


powerofthree's Papyrus Extender

- Download: Nexus 
- Author: powerofthree
- Version: 5.8.0
[MAIN] Papyrus Extender
Note: Required for Dynamic Things Alternative, Frozen Electrocuted Combustion, Sidequests of Skyrim.
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6.1130+ ("Anniversary Edition")
        • Install


AnimObject Swapper

- Download: Nexus 
- Author: powerofthree
- Version: 1.1.0
[MAIN] AnimObject Swapper
Note: Required for Sharpen Other Swords II.
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6.629+ ("Anniversary Edition")
        • Install


Base Object Swapper

- Download: Nexus 
- Author: powerofthree
- Version: 3.3.0
[MAIN] Base Object Swapper
Note: Required for Cathedral 3D Mountain Flowers, Dyanmic Things Alternate, and others being considered for guide.
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6.1130+ ("Anniversary Edition")
        • Install


Behavior Data Injector

- Download: Nexus 
- Author: Maxsu and Dropkicker
- Version: v0.13
[MAIN] Behavior Data Injector
Note: Required for Combat Pathing Revolution.


Behavior Data Injector Universal Support

- Download: Nexus 
- Author: doodlum
- Version: v0.13.0.1
[MAIN] Behavior Data Injector Universal Support


Container Item Distributor

- Download: Nexus 
- Author: ThirdEyeSqueegee
- Version: 2.1.0
[MAIN] Container Item Distributor


Crafting Recipe Distributor

- Download: Nexus 
- Author: powerofthree
- Version: 3.0.0
[MAIN] Crafting Recipe Distributor
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6+ ("Anniversary Edition")
        • Install


Custom Skills Framework

- Download: Nexus 
- Author: meh321 and Parapets
- Version: 3.1.0
[MAIN] Custom Skills Framework


Description Framework

- Download: Nexus 
- Author: Nightfallstorm and JaySerpa
- Version: 2.1.1
[MAIN] Description Framework


Dynamic Magic Modification Framework (DMMF)

- Download: Nexus 
- Author: _kmatt_
- Version: 1.0.1
- Plugins: 1 ESL
[MAIN] Dynamic Magic Modification Framework


ENB Helper SE

- Download: Nexus 
- Author: aers
- Version: 2.2.0
[MAIN] ENB Helper SE 2.2 for 1.6.629 and up
Note: Required for use of ENB.


FormList Manipulator - FLM

- Download: Nexus 
- Author: MaskedRPGFan
- Version: 1.7.1
[MAIN] FormList Manipulator - FLM}}
Note: Required for Andrealphus' Bleedout Revamp, Crafting Requires Tools - Extended, FormList Patch Collection.


Fuz Ro D-Oh - Silent Voice

- Download: Nexus 
- Author: shadeMe
- Version: 2.3
[MAIN] Fuz Ro D'oh
Note: Required for use of mods that add unvoiced Dialogue.


IFrame Generator RE AE Support

- Download: Nexus 
- Author: doodlum
- Version: v1.03.1
[MAIN] IFrame Generator RE AE Support
Note: Required for TK Dodge.


JContainers SE

- Download: Nexus 
- Author: silvericed
- Version: 4.2.9
[MAIN] CJContainers SE
Note: There are multiple main files with this name. Get SKSE 2.2.6 / SSE (SAE) 1.6.1170 version.
Note: Required for MCM Recorder, Violens.


Keyword Item Distributor (KID)

- Download: Nexus 
- Author: powerofthree
- Version: 3.4.0
[MAIN] Keyword Item Distributor
Note: Required for Armor Enchantments Drain Vitality, Know Your Enemies, and others being considered for guide.
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6+ ("Anniversary Edition")
        • Install


MCO Universal Support

- Download: Nexus 
- Author: doodlum
- Version: 1.0
[MAIN] MCO Universal Support
Note: Required for Attack - MCO.


Payload Interpreter

- Download: Nexus 
- Author: dTry alexsylex
- Version: 1.0.1
[MAIN] Payload Interpreter [V1.1.0]
Note: Required for Attack - MCO.


Perk Entry Point Extender

- Download: Nexus 
- Author: Noah
- Version: 1.2.0.5
[MAIN] PEPE Main File
Note: Required for Magic Casting Utilities, Stagger and Knockdown Perk Entries.


Recursion Monitor

- Download: Nexus 
- Author: Nightfallstorm
- Version: 1.2
[MAIN] Recursion Fix


Scaleform Translation Plus Plus NG - Updated

- Download: Nexus 
- Author: Ryan---VersuchDrei
- Version: 1.0.0
[MAIN] Scaleform Translation Plus Plus NG - Updated
Note: Required for Whose Quest Is It Anyway NG.


Sound Record Distributor

- Download: Nexus
- Author: doodlum
- Version: 1.5.1
[MAIN] Sound Record Distributor


Spell Perk Item Distributor (SPID)

- Download: Nexus 
- Author: powerofthree
- Version: 7.1.3
[MAIN] Spell Perk Item Distributor
Note: Required for Dirt and Blood, Enemy (R)Evolution, Just Cast It, SPID for Footprints.
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6.629+ ("Anniversary Edition")
        • Install


SSE Display Tweaks

  • CUSTOM
- Download: Nexus 
- Author: SlavicPotato
- Version: 0.5.16
[MAIN] SSE Display Tweaks


SSE Engine Fixes (skse64 plugin)

  • CUSTOM
- Download: Nexus
- Author: aers - Nukem - Ryan
- Version: 6.1.1
[MAIN] (Part 1) SSE Engine Fixes for 1.6.1170 and newer [6.2]
[MAIN] (Part 2) Engine Fixes - skse64 Preloader and TBB Lib
Install: Install Part 1 as a normal mod, naming it SSE Engine Fixes - Part 1.
Root Builder Install: Create an empty mod and name it SSE Engine Fixes - Part 2, with a Root folder. Move all files of Part 2 into this Root folder.
Note: Required for Scrambled Bugs.


SSE Engine Fixes - Part 2

Note: Place the SSE Engine Fixes - Part 2 mod completed earlier here and [Activate] it.


SSE FPS Stabilizer

- Download: Nexus 
- Author: Shizof
- Version: 1.1.9
[MAIN] SSE FPS Stabilizer - FOMOD Installer
FOMOD Instructions
  • Select Game
    • Select Game
      • ◉ Skyrim Special Edition
        • Next
  • Select Game Version
    • Select SSE Version
      • ◉ 1.6.640
        • Next
  • Select Quality
    • Select Plugin
      • ◉ HIGH
        • Install



Step 7: SKSE Fixes

Mods that rely on SKSE to make essential adjustments and fixes to the base game.

Create a separator: I-B-07 SKSE Fixes.


Actor Limit Fix

- Download: Nexus 
- Author: meh321
- Version: 9
[MAIN] Actor Limit Fix - Anniversary Edition (1.6.629.0 and later)


Animated Static Reload Fix - NG

- Download: Nexus 
- Author: Maxsu
- Version: 1.0.1
[MAIN] Animated Static Reload Fix - NG


Barter Limit Fix

- Download: Nexus 
- Author: powerofthree and KernalsEgg
- Version: 1.0
[MAIN] Barter Limit Fix


Bug Fixes SSE

- Download: Nexus 
- Author: meh321
- Version: 10
[MAIN] Bug Fixes SSE - Anniversary Edition (1.6.629.0 and later)


Combat Music Fix SKSE

- Download: Nexus 
- Author: dTry
- Version: 1.0
[MAIN] Combat Music Fix SKSE - AE


Comprehensive Attack Rate Patch - SKSE

- Download: Nexus 
- Author: NoahBoddie
- Version: 1.1.2.11
[MAIN] CARP Main File


Equip Enchantment Fix

- Download: Nexus 
- Author: SlavicPotato
- Version: 1.3.6
[MAIN] Equip Enchantment Fix for 1.6.629 and newer


Fix Note icon for SkyUI (SKSE64 plugin)

- Download: Nexus 
- Author: 0xC0000005
- Version: 1.2.6
[MAIN] FixNotesForSkyUI Skyrim AE


NPC AI Process Position Fix - NG

- Download: Nexus 
- Author: Maxsu alandtse doodlez
- Version: 1.1.1
[MAIN] NPC AI Process Position Fix - NG
FOMOD Instructions
  • Files
    • Plugin
      • ☑ DLL and INI file
    • Patches
      • ◉ None
        • Install


Scrambled Bugs

  • CUSTOM
    PATCH
- Download: Nexus 
- Author: meh321 and KernalsEgg
- Version: 21
[MAIN] Scrambled Bugs - Anniversary Edition (1.6.629.0 and later)
[OPT] Script Effect Archetype Crash Fix
[OPT] Vendor Respawn Fix
Note: Install the [OPT] files as a separate mod and name it Scrambled Bugs - Optional Fixes.


Scrambled Bugs - Optional Fixes

  • PATCH
Note: Place this patch completed from the previous mod here and [Activate] it.


Sprint Sneak Movement Speed Fix

- Download: Nexus 
- Author: SlavicPotato
- Version: 1.1.2
[MAIN] Sprint Sneak Movement Speed Fix


Stagger Effect Fix

- Download: Nexus 
- Author: Maxsu and SkyHorizon
- Version: 1.0.2
[MAIN] Stagger Effect Fix


Step 8: SKSE Gameplay

Mods that rely on SKSE to make gameplay and mechanic changes.

Create a separator: I-B-08 SKSE Gameplay.


Alternate Conversation Camera

  • CUSTOM
- Download: Nexus 
- Author: NasiGorengCumi
- Version: 2.4.5-AE
[MAIN] Alternate Conversation Camera [V2.4.6-AE]


Better Combat Escape - SSE

- Download: Nexus 
- Author: Maxsu
- Version: v0.83
[MAIN] Better Combat Escape - SSE V0.83


Better Combat Escape - NG

- Download: Nexus 
- Author: doodlum
- Version: 1.0.1
[MAIN] Better Combat Escape - NG


Better Jumping SE

  • CUSTOM
- Download: Nexus 
- Author: meh321 and z65536
- Version: 1.8.6
[MAIN] Better Jumping AE


Classic Paralysis

- Download: Nexus 
- Author: powerofthree
- Version: 3.3.1
[MAIN] Classic Paralysis
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6.629+ ("Anniversary Edition")
        • Install


Don't send me there again (dosemetha)

- Download: Nexus 
- Author: vagonumero12
- Version: 1.0
[MAIN] Don't send me there again
FOMOD Instructions
  • Main
    • DLL
      • ◉ AE (newer versions)
        • Install


Don't Stay in The Water

- Download: Nexus 
- Author: DevourerPi
- Version: 5.0
[MAIN] NPC Water AI Fix for SkyrimAE [5.0-fix]


Encounter Zones Unlocked SE

- Download: Nexus 
- Author: underthesky and z65536
- Version: 1.5.4
[MAIN] Encounter Zones Unlocked AE


Enhanced Invisibility

- Download: Nexus 
- Author: powerofthree
- Version: 1.3.0
[MAIN] Enhanced Invisibility
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6.629+ ("Anniversary Edition")
        • Install


Experience

  • CUSTOM
- Download: Nexus 
- Author: zax
- Version: 3.4.5
[MAIN] Experience
FOMOD Instructions
  • Step 1
    • Plugin version
      • ◉ AE
        • Next
  • Step 2
    • Aspect Ratio
      • ◉ 16:9
        • Install


I'm Walkin' Here

- Download: Nexus 
- Author: Ryan
- Version: 1.7.0
[MAIN] I'm Walkin' Here


Immersive Equipment Displays

- Download: Nexus 
- Author: SlavicPotato
- Version: 1.7.4
[MAIN] Immersive Equipment Displays for 1.6.629 and newer


Improved Camera SE

- Download: Nexus 
- Author: ArranzCNL
- Version: 1.1.1
[MAIN] Improved Camera SE


Locational Encounter Zones

- Download: Nexus 
- Author: doodlez and Delta
- Version: 1.0.2
[MAIN] Locational Encounter Zones


Magic Casting Utilities

- Download: Nexus 
- Author: Asrak
- Version: 0.2.0
[MAIN] MCU - 0.3.0 - Main files [0.3.0]
[Install:] Hide MCU_Examples.ESP.
[Note:] Required for SkyRem mods.


Mum's the Word NG

- Download: Nexus 
- Author: Ryan---VersuchDrei
- Version: 2.1
[MAIN] Mum's the Word


Read Or Take SKSE

- Download: Nexus 
- Author: powerofthree
- Version: 1.4.0
[MAIN] Read or Take SKSE
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6.629+ ("Anniversary Edition")
        • Install


Skyrim Priority SE - skse plugin

- Download: Nexus 
- Author: Boring3
- Version: 3.4.0
[MAIN] Skyrim Priority SE AE (3.4.0)


Simple Dual Sheath

  • CUSTOM
    PATCH
- Download: Nexus 
- Author: SlavicPotato
- Version: 1.5.7
[MAIN] Simple Dual Sheath for 1.6.629 and newer
[OPT] XPMSSE Left Hand Sheath Rotation Fix [4.80]
Note: Install the [OPT] file as a separate mod and name it XPMSE Left Hand Sheath Rotation Fix. Do not activate the patch.


Stagger and Knockdown Perk Entries

- Download: Nexus 
- Author: vintagedice
- Version: 2.0.0
[MAIN] Stagger knockdown Perk Entries DLL
[Note:] Required for SkyRem mods.


Stay At The System Page - AE

- Download: Nexus 
- Author: Magus80
- Version: v1.0.1
[MAIN] Stay At The System Page - AE


To Your Face SE - AE - VR

- Download: Nexus 
- Author: underthesky and xILARTH
- Version: 1.0r
[MAIN] To Your Face AE [V1.0s]


Use or Take SKSE

- Download: Nexus 
- Author: powerofthree
- Version: 1.2.0
[MAIN] Use Or Take SKSE
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6.629+ ("Anniversary Edition")
        • Install


Which Key NG

- Download: Nexus 
- Author: kpvw
- Version: 1.1
[MAIN] Which Key NG


Whose Quest Is It Anyway NG

- Download: Nexus 
- Author: Ryan---VersuchDrei
- Version: 1.5
[MAIN] Whose Quest Is It Anyway


Yes Im Sure

- Download: Nexus 
- Author: Ryan
- Version: 1.7.0
[MAIN] YesImSure


CHECKPOINT: B


COUNTS:
- Mods: +83 = 83
- Plugins: +6 = 86 (ESMs = 17, ESPs = 2, ESMs + ESPs = 19, ESLs = 67)
LOOT:
- Sort Load Order with LOOT.


PART C: INTERFACE

Step 8: UI Behavior

User interface behavior adjustments.

Create a separator: I-C-08 UI Behavior.


SkyUI

- Download: Nexus 
- Author: SkyUI Team
- Version: 5.2SE
- Plugins: 1 ESP
[MAIN] SkyUI_5_2_SE
Note: Required for A Matter Of Time, Animation mods, Atlas Map Markers, Better Container Controls, Breakable Equipment System, Combo Combat, CCOR, and many more.


SkyUI AIO Survival (SAS)

- Download: Nexus 
- Author: BVN
- Version: 7.4
- Plugins: 1 ESL
[MAIN] SAS 7.4 AE 1.6.640
FOMOD Instructions
  • Main
    • Base Files
      • ☑ Base Files
    • Main Interface
      • ◉ SAS
    • Survival Mode
      • ◉ CC Survival Mode
        • Next
  • Extended Menu (SAS only)
    • Extended Menu?
      • ◉ Yes
        • Next
  • Enjoy!
    • Note:
      • ☑ Final Touches
        • Install


ElSopa - Colored SkyUI Active Effect Icons SE

- Download: Nexus 
- Author: ElSopa
- Version: 1.1
[MAIN] ElSopa - Colored SkyUI Active Effect Icons


UIExtensions

- Download: Nexus 
- Author: Expired
- Version: 1.2.0
- Plugins: 1 ESP
[MAIN] UIExtensions v1-2-0
Note: Required for MCM Recorder.


MCM Helper

- Download: Nexus 
- Author: Parapets
- Version: 1.4.0
- Plugins: 1 ESL
[MAIN] MCM Helper SE
Note: Required for use of various MCMs.


MCM Recorder

- Download: Nexus 
- Author: MrowrPurr
- Version: 1.0.7
- Plugins: 1 ESL
[MAIN] MCM Recorder


Racemenu

- Download: Nexus 
- Author: Expired
- Version: 0.4.19.14
- Plugins: 1 ESP
[MAIN] RaceMenu Anniversary Edition v0-4-19-14
Note: Hide RaceMenuPlugin.esp.


Another RaceMenu Rotation Mod

- Download: Nexus 
- Author: DarkMatterValkyrie
- Version: 1.2.1
[MAIN] Another Player Rotation Mod


Better Container Controls for SkyUI

  • ESL
- Download: Nexus 
- Author: CDCooley
- Version: 3.1
- Plugins: 1 ESL
[MAIN] BCC-SkyUI-v31
Note: ESL BetterContainerControls.esp. ESL-Flagging the ESP is preferred over the actual ESL file.


Custom Skills Menu - A Custom Skills Framework Unified Menu

- Download: Nexus 
- Author: OsmosisWrench
- Version: 1.1.5
- Plugins: 1 ESL
[MAIN] Custom Skill Menu
[MAIN] Custom Skill Menu Basic Icon Pack [1.0]
Install: Install the second [Main] file as a separate mod naming it Custom Skill Menu - Icons.


Custom Skill Menu - Icons

Note: Place the Custom Skill Menu - Icons mod completed earlier here and [Activate] it.


Dynamic Activation Key

- Download: Nexus 
- Author: JaySerpa
- Version: 1.02
- Plugins: 1 ESL
[MAIN] Dynamic Activation Key
Note: Required for Immersive Interactions.


Dynamic Activation Key - MCM

- Download: Nexus 
- Author: MaskedRPGFan
- Version: 1.2.0
- Plugins: 1 ESL
[MAIN] Dynamic Activation Key - MCM


Dynamic Activation Key - Addons Collection

- Download: Nexus 
- Author: MaskedRPGFan
- Version: 2.1.1
- Plugins: 1 ESL
[MAIN] Dynamic Activation Key - Addons Collection


Immersive HUD - iHUD Special Edition

  • COMPACT
- Download: Nexus 
- Author: Gopher
- Version: 0.2b
- Plugins: 1 ESL
[MAIN] Immersive HUD - iHUD
Note: Compact and ESL iHUD.esp.


Infinity UI

- Download: Nexus 
- Author: alexsylex
- Version: 2.0.2
[MAIN] Infinity UI
Note: Required for Compass Navigation Overhaul.


Compass Navigation Overhaul

- Download: Nexus 
- Author: alexsylex
- Version: 2.2.0
[MAIN] Compass Navigation Overhaul


Constructible Object Custom Keyword System

- Download: Nexus 
- Author: Parapets
- Version: 1.1.1
[MAIN] Crafting Categories for SkyUI


Constructible Object Custom Keyword System NG

- Download: Nexus 
- Author: Parapets-Meridiano
- Version: 1.0.1
[MAIN] Constructible Object Custom Keyword System NG


Cooking Categories Improvement (Constructible Object Custom Keyword System - Fixes)

- Download: Nexus 
- Author: Dylan James - Parapets
- Version: 2.0.1
- Plugins: 1 ESL
[MAIN] Cooking Categories Improvement (2.0.1)


Constructible Object Custom Keyword System - Light Usability Tweaks

- Download: Nexus 
- Author: LoLzies
- Version: 1.1
[MAIN] Constructible Object Custom Keyword System - Light Usability Tweaks [1.2.1]


More Informative Console

- Download: Nexus 
- Author: Linthar
- Version: 1.2.1
[MAIN] More Informative Console 1.2.1


moreHUD SE

- Download: Nexus 
- Author: Ahzaab
- Version: 5.2.2.0
- Plugins: 1 ESL
[MAIN] moreHUD SE Light Master - AE
Note: Required for Curator's Companion.


moreHUD Inventory Edition

- Download: Nexus 
- Author: Ahzaab
- Version: 2.1.3.0
[MAIN] moreHUD Inventory Edition Loose Version - AE
Note: Required for Curator's Companion.


SkyHUD

  • CUSTOM
- Download: Nexus 
- Author: SkyHUD Team
- Version: 0.90.1B
[MAIN] SkyHUD v090B v4 [0.90B]
[UPDATE] Patch - SkyHUD v090B}}
FOMOD Instructions
  • Check
    • What's New
      • ◉ Proceed
        • Next
  • Install
    • Please select installation type
      • ◉ Loose Files
        • Next
  • Example Presets
    • Choose a preset
      • ◉ SkyHUD Oblivion
        • Next
  • Miscellaneous
    • Optional
      • ◉ Install iHUD compatibility patch
        • Install


TrueHUD - HUD Additions

- Download: Nexus 
- Author: Ersh
- Version: 1.1.8
- Plugins: 1 ESL
[MAIN] TrueHUD


Step 9: Maps and Widgets

Create a separator: I-C-09 Maps and Widgets.


A Clear Map of Skyrim and Other Worlds

  • COMPACT
- Download: Nexus 
- Author: DoubleYou
- Version: 4.0
- Plugins: 1 ESL
[MAIN] A Clear Map of Skyrim and Other Worlds FOMOD
Note: Create an empty A Clear Map of Skyrim and Other Worlds Patches mod. Move all plugins except A Clear Map of Skyrim.esp to the new mod. Do not activate the patch.
FOMOD Instructions
  • Options
    • Core Files
      • ☑ Core Files
    • DynDOLOD rules
      • ◉ DynDOLOD 3
    • LOD Setup
      • ◉ No DynDOLOD LOD32
    • Other Worlds
      • ☑ Beyond Reach
      • ☑ Falskaar
      • ☑ Midwood Isle
      • ☑ Wyrmstooth
      • ☑ Vominheim
    • Optional Components
      • ☑ Remove Clouds
        • Next
  • Patches
    • Patches
      • ☐ Select Nothing
        • Install


Atlas Map Markers SE - Updated with MCM

- Download: Nexus 
- Author: Kronixx and kryptopyr
- Version: 2.7
- Plugins: 1 ESP
[MAIN] Atlas Map Markers


Quest Markers Restored

- Download: Nexus 
- Author: thetrader
- Version: 1.2.0
- Plugins: 1 ESL
[MAIN] Quest Markers Restored


A Matter of Time - A HUD clock widget

  • COMPACT
- Download: Nexus 
- Author: SkyAmigo
- Version: v3.0.0a4
- Plugins: 1 ESL
[MAIN] AMatterOfTime_v3_0_0_alpha_4
Note: Compact and ESL AMatterOfTime.esp.


Detection Meter

- Download: Nexus 
- Author: Maxsu and WilliamsWang
- Version: v1.11
[MAIN] Detection Meter-v1.11


Detection Meter - NG

- Download: Nexus 
- Author: Maxsu
- Version: 1.11
[MAIN] Detection Meter v1.11 AE Support


SkyALERT - Detection Meter Vanilla Presets

- Download: Nexus 
- Author: Xaliber
- Version: 1.0
[MAIN] Detection Meter Redesign - SkyALERT
FOMOD Instructions
  • Choose a variation
    • Designs
      • ◉ Design 03 (Nordic)
        • Install


Oxygen Meter

- Download: Nexus 
- Author: powerofthree
- Version: 1.3.0
[MAIN] Oxygen Meter
FOMOD Instructions
  • Main
    • DLL
      • ◉ SSE v1.6.629+ ("Anniversary Edition")
        • Install


Oxygen Meter 2 - Nordic UI like Skin

- Download: Nexus 
- Author: kuroishitam
- Version: 1.2.1
[MAIN] Oxygen Meter 2 Nordic like Skin


Widget Addon - Keep It Clean - Bathing In Skyrim - Dirt and Blood

  • NEW
- Download: Nexus 
- Author: AubeD
- Version: 1.7.2
- Plugins: 1 ESL
[MAIN] Widget Addon - Keep It Clean - Bathing In Skyrim - Dirt and Blood (FOMOD)
FOMOD Instructions
  • Need Mods Integration
    • What Need Mod do you use?
      • ◉ None of the above
        • Install


Part C: Nordic UI

Create a separator: I-C-10 UI Appearance.

NORDIC UI - Interface Overhaul

- Download: Nexus 
- Author: Dopesan
- Version: 2.4.1
[MAIN] NORDIC UI (Final Design)
FOMOD Instructions
  • Choose your Poison
    • Main
      • ☑ HUD (SkyHUD)
      • ☑ Boxes
      • ☑ Race Menu (Vanilla)
      • ☑ Dialogue Menu
      • ☑ Favorite Menu
      • ☑ Icons
      • ☑ Pause Menu (Journal)
      • ☑ Map Markers
      • ☑ Skill Menu
      • ☑ Skill Menu 3D Visuals
      • ☑ Start Menu
      • ☑ Start Menu 3D Background
      • ☑ Game Menus
      • ☑ UI Sounds
      • ☑ TDM Patch
      • ☑ SkyHUD Preset
    • Loading Screen
      • ◉ Default
        • Install


Nordic UI AE Patch

  • NEW
- Download: Nexus 
- Author: BigTV
- Version: 1.0
[MAIN] Nordic UI AE Patch


NORDIC UI - Constructible Object Custom Keyword System

- Download: Nexus 
- Author: Parapets Dopesan Ashingda
- Version: 1.0.1
[MAIN] NORDIC UI - Constructible Object Custom Keyword System
FOMOD Instructions
  • Select One
    • Patch
      • ◉ Frostfall Compatible
        • Install


NORDIC UI Markers

- Download: Nexus 
- Author: Crazq
- Version: 4.0
[MAIN] NORDIC UI Markers (QUESTION UNDISCOVER MARK)


Colorful Nordic UI Markers

- Download: Nexus 
- Author: CyborgArmGun
- Version: 1.4
[MAIN] Colorful NORDIC UI Markers


NORDIC UI - Miscellaneous Patches

- Download: Nexus 
- Author: myztikrice
- Version: 1.8.2
[MAIN] Nordic UI - Miscellaneous Patches
FOMOD Instructions
  • Step1
    • moreHUD Inventory
      • ◉ Sunhelm
    • Stats Menu
      • ◉ Experience + 2.4.1 colored icons
    • Even Better MessageBox Controls
      • ☑ Install
    • Extended Hotkey System
      • ☐ Select Nothing
    • MCM
      • ◉ Even Wider Rescaled MCM
    • Remove QuickSave from System Menu
      • ☑ Install
    • Loading Screen
      • ☑ Install
    • Tween Menu
      • ☑ Install
        • Install


NORDIC UI - SkyUI AIO Survival (SAS) Patch -- Sunhelm - Frostfall - CC Survival Mode

- Download: Nexus 
- Author: infernalryan
- Version: 1.1
[MAIN] NORDIC UI - SkyUI AIO Survival (SAS) Patch
FOMOD Instructions
  • Main
    • Base Files
      • ☑ Base Files
    • Extended Menu?
      • ◉ Yes
    • moreHUD (Inventory Edition) Patch?
      • ◉ Yes
        • Install


Nordic...ish - A TrueHUD preset based on Nordic UI

- Download: Nexus 
- Author: AceAmir and urbon
- Version: 1.1.1
[MAIN] Nordic-ish - A Preset for TrueHUD based on Nordic UI


Sovngarde - Mist's Font Replacer

- Download: Nexus 
- Author: Koveich
- Version: 8.9
[MAIN] Sovngarde - A Nordic Font Bold V8.9


Font Overhaul - Natural Typefaces for Skyrim -- FONTS

- Download: Nexus 
- Author: mfcfbro
- Version: 2.1.3
[MAIN] Font Overhaul - All In One Installer
FOMOD Instructions
  • Info
    • Info
      • ☑ Okay
        • Next
  • Patches
    • Patches
      • ◉ Sovngarde - A Nordic Font
        • Next
  • Configure Fonts
    • Interface
      • ◉ Fertigo Pro (1.0 Default)
    • Book
      • ◉ Morris Roman (1.0 Default)
    • Handwritten
      • ◉ Anke Calligraphic FG (1.0 Default)
    • Realistic Print
      • ◉ Install
        • Install


Skyrim Character Sheet

- Download: Nexus 
- Author: mlthelama
- Version: 1.1.4
[MAIN] SkyrimCharacterSheet


Skyrim SE Skill Interface Re-Texture

- Download: Nexus 
- Author: Arndas
- Version: v4.1
[MAIN] SSIRT SE v4.1
Note: The FOMOD is completely cosmetic. Choose what you like.


Dear Diary Dark Mode - SkyUI Menus Replacer SE

- Download: Nexus 
- Author: uranreactor
- Version: 1.1.1
[MAIN] Dear Diary Dark Mode (texts - white color)
FOMOD Instructions
  • Welcome
    • Note about config file
      • ☑ Next
        • Next
  • Journal, Stats, System Menu
    • Install Journal, Stats, System Menu?
      • ◉ No
        • Next
  • Mod Configuration Menu
    • Install Mod Configuration Menu?
      • ◉ No
  • Map Menu
    • Install Map Menu?
      • ◉ No
        • Next
  • Inventory, Magic, Crafting etc Menu
    • Install Inventory etc replacer?
      • ◉ No
        • Next
  • Favorites Menu
    • Install Favorites Menu?
      • ◉ No
        • Next
  • Book Menu
    • Install Book Menu?
      • ◉ No
        • Next
  • Lockpicking Menu
    • Install Lockpicking Menu?
      • ◉ No
        • Next
  • Stats menu
    • Install Stats menu?
      • ◉ No
        • Next
  • Levelup Menu
    • Install Levelup Menu replacer?
      • ◉ No
        • Next
  • Sleep-Wait Menu
    • Install Sleep-Wait Menu replacer?
      • ◉ No
        • Next
  • Messageboxes
    • Install Messageboxes replacer?
      • ◉ No
        • Next
  • Tutorials Menu
    • Install Tutorials Menu replacer?
      • ◉ No
        • Next
  • Training Menu
    • Install Training Menu replacer?
      • ◉ No
        • Next
  • Tab Menu
    • Install Tab Menu replacer?
      • ◉ No
        • Next
  • Loading Menu
    • Install Loading Menu replacer?
      • ◉ No
        • Next
  • Start Menu
    • Install Main Menu frames replacer?
      • ◉ No
    • Install Main Menu background replacer?
      • ◉ No
        • Next
  • HUD Menu
    • Install HUD?
      • ◉ No
    • Compass Navigation Overhaul
      • ◉ No
        • Next
  • Dialogue Menu
    • Install Dialogue Menu?
      • ◉ No
        • Next
  • Quick Loot Menu
    • Install QuickLootRE replacer?
      • ◉ No
        • Next
  • Skyrim Character Sheet
    • Install Skyrim Character Sheet replacer?
      • ◉ Yes
        • Next
  • Wheel Menu
    • Install Wheel Menu replacer
      • ◉ No
        • Next
  • Cursors
    • Replace the cursor?
      • ◉ Yes, animated
        • Next
  • Install Map and Compass Markers?
      • ◉ No
        • Next
  • Font
    • Reaplce the main font?
      • ◉ No
        • Next
  • New UI Sounds
    • Install new UI sounds?
      • ◉ No
        • Next
  • Miscellaneous
    • Console Improvements
      • ◉ None
    • Loading Spinner Removal
      • ◉ Yes
        • Next
  • Thank you!
    • Finish Installation
      • ☑ Don't forget to check config.txt
        • Install


CHECKPOINT: C


COMPACT & ESL:
- AMatterOfTime.esp
- iHUD.esp
ESL:
- BetterContainerControls.esp
COUNTS: Ensure counts are as follows:
- Mods: +45 = 128
- Plugins: +17 = 103 (ESMs = 17, ESPs = 6, ESMs + ESPs = 23, ESLs = 80)
LOOT:
- Sort Load Order with LOOT.


PART D: FIXES

Step 11: Mesh Fixes

Mod to fix meshes.

Create a separator: I-D-11) Mesh Fixes.


Static Mesh Improvement Mod - SMIM

- Download: Nexus
- Author: Brumbek
- Version: 2.08
- Plugins: 1 ESP
[MAIN] SMIM SE 2-08
FOMOD Instructions
  • Main Installer Choice
    • Skyrim Game Version and Install Choices
      • ◉ Skyrim 2016 Special Edition: Everything
        • Install


Static Mesh improvement Mod - SMIM - Quality Addon

- Download: Nexus 
- Author: Pfuscher and Brumbek and Rudy
- Version: 1.5
[MAIN] SMIM Quality Addon 1.5


Wiseman303's Flora Fixes - Revamped

- Download: Nexus 
- Author: Wiseman303 and NeverLost
- Version: 3.2
[MAIN] WM's Flora Fixes - Revamped (No Scripts)
[OPT] WM's Flora Fixes - SMIM Patch


Static Mesh Improvement Mod Improvement Mod

- Download: Nexus 
- Author: Novelyst
- Version: 1.11.0
[MAIN] Static Mesh Improvement Mod Improvement Mod
FOMOD Instructions
  • Optional
    • Meshes
      • ☐ Select Nothing
    • Textures
      • ☐ Select Nothing
        • Next
  • Patches
    • Mods
      • ☑ Dynamic Things Alternative
      • ☑ Real Rabbits HD
      • ☑ Wiseman's Flora Fixes
      • ☑ SMIM Quality Add-On
        • Next
  • Real Rabbits HD
    • Shell
      • ◉ No Shell
        • Install


Major Cities Mesh Overhaul

- Download: Nexus 
- Author: raiserfx
- Version: 1.3a
[MAIN] Major Cities Mesh Overhaul SE


Skyrim Landscape and Water Fixes

  • PATCH
- Download: Nexus
- Author: WiZkiD - lilebonymace
- Version: v9.1
- Plugins: 1 ESL
[MAIN] Skyrim Landscape and Water Fixes - FOMOD
Note: Create an empty Skyrim Landscape and Water Fixes - Patches mod. Move all plugins except Landscape and Water Fixes.esp to the new mod. Do not activate the patch.
FOMOD Instructions
    • Options
      • ☐ Select Nothing
    • Patches - Creation Club
      • ☑ Alternative Armors - Elven Hunter
      • ☑ Farming
      • ☑ Hendraheim
      • ☑ Tundra Homested
    • Walkway Wall Mesh Fix
      • ◉ SMIM
    • Patches - ELFX Interiors
      • ◉ None
    • Patches - Navigator
      • ◉ Navigator (ESL Version)
    • Patches - Other
      • ☑ Landscape Fixes for Grass Mods
      • ☑ Northern Marsh Bridges
        • Next
  • Crops Ownership
    • Ownership patches
      • ☐ Select Nothing
        • Install


Unofficial Material Fix

- Download: Nexus 
- Author: Elzee
- Version: 1.17.0
[MAIN] Unofficial Material Fix


Assorted mesh fixes

- Download: Nexus 
- Author: wankingSkeever
- Version: 0.111
[MAIN] Assorted Mesh Fixes


Dlizzio's Mesh Fixes

  • PATCH
- Download: Nexus
- Author: deleted93399393
- Version: 2.3
- Plugins: 1 ESL
[MAIN] Dlizzio's Mesh Fixes
[OPT] HD LODs Textures SE Mesh Fix [1.0]
[OPT] Noble Skyrim Material Fix [1.0]
Note: Install the [OPT] files as a separate mod and name it Dlizzio's Mesh Fixes - Patches. Do not activate the patch.


Flickering Meshes Fix

- Download: Nexus 
- Author: nicola89b
- Version: 2.3
[MAIN] Flickering Meshes Fix
FOMOD Instructions
  • Main Cities
    • Riften
      • ◉ No parallax version
    • Solitude
      • ◉ No parallax version
    • Whiterun
      • ◉ No parallax version
    • Markrth
      • ◉ No parallax version
    • Windhelm
      • ◉ No parallax version
        • Next
  • Towns and Villages
    • Whiterun and Windhelm Hold's farmhouses
      • ◉ Farmhouses Without Parallax
    • Solitude Hold's farmhouses
      • ◉ Farmhouses Without Parallax
    • Markarth Hold's farmhouses
      • ◉ Farmhouses Without Parallax
        • Next
  • Compatibility Choices
    • Select what you are using
      • ☑ SMIM
        • Install


Water in Wells - mesh-only animated wells

- Download: Nexus
- Author: wankingSkeever
- Version: 0.8
[MAIN] Water in Wells - mesh-only animated wells
Note: In the [FOMOD], select the (No Parallax) option in each set.


Water in Wash Basins - Mesh-only Replacer

- Download: Nexus
- Author: Mura
- Version: 1.2
[MAIN] Water in Wash Basins


Armor Mesh Fixes SE

- Download: Nexus 
- Author: RenaPG
- Version: 1.1
[MAIN] Armor Mesh Fixes [1.0]
Note: The [UPDATE] file is not needed.


Creation Club Asset Patch

- Download: Nexus 
- Author: Remiros
- Version: 1.2
[MAIN] Creation Club Asset Patch
Note: Select default [FOMOD] choices.


Dragon Mound Dirt FIX

- Download: Nexus 
- Author: RemmyKun
- Version: 2.0
[MAIN] Dragon Mound Dirt FIX


First Person Sneak Strafe-Walk Stutter Fix

- Download: Nexus 
- Author: UrbanCMC
- Version: 1.0
[MAIN] First Person Sneak Strafe-Walk Stutter Fix


Fixed Nordic Metal Grate

- Download: Nexus 
- Author: GGUNIT
- Version: 1.0
[MAIN] Fixed Nordic metal grate


Labyrinthian Shalidor's Maze Fixes

- Download: Nexus 
- Author: wankingSkeever
- Version: 0.3
- Plugins: 1 ESL
[MAIN] Labyrinthian Shalidor's Maze Fixes
Note: Hide meshes/dungeons/exterior folder.


Navigator - Navmesh Fixes)

- Download: Nexus 
- Author: tarlazo
- Version: 1.5.8
- Plugins: 1 ESP, 1 ESL
[MAIN] Navigator - Navmesh Fixes
Note: Create an empty Navigator - Navmesh Fixes Patches mod. Move all plugins except Navigator-NavFixes.esl to the new mod. Do not activate the patch.
FOMOD Instructions
  • Navigator
    • All-In-One
      • ◉ .esl
    • Modular
      • ☐ Select Nothing
        • Next
  • Patches and Extras
    • Sunder and Wraithguard
      • ◉ Navigator AIO
    • Abandoned Prison
      • ◉ Abandoned Prison AS - LAL
    • Skyrim Sewers
      • ☑ Skyrim Sewers
    • Vigilant
      • ☑ Vigilant
    • Broken Oar script tweak
    • Rift Watchtower
      • ☑ Rift Watchtower
      • ☑ Broken Oar exit
        • Install


No More Swirl Effects From Absorb

- Download: Nexus 
- Author: Ashen
- Version: 1.0
[MAIN] No More Swirl Effects from Absorb - nif


Skyrim Project Optimization SE

- Download: Nexus 
- Author: Ported by - Pritster5 - Originally created by - rgabriel15
- Version: 1.5
- Plugins: 1 ESL
[MAIN] Skyrim SE - Project Optimization - ESL VERSION 


Wood Wall Trap Mesh and UV Fix

- Download: Nexus 
- Author: Pieter82
- Version: 1.0
[MAIN] Wood Wall Trap _ Mesh and UV Fix


Word Wall Transparency Fix for ENB

- Download: Nexus
- Author: wankingSkeever
- Version: 0.3
[MAIN] Word Wall Transparency Fix for ENB


Step 12: Script Fixes

Mods that fix scripting issues.

Create a separator: I-D-12) Script Fixes.

Scripts Carefully Reworked Optimized and Tactfully Enhanced (SCROTE) - Simply Optimized Scripts AIO

- Download: Nexus 
- Author: ferrari365
- Version: 1.0.2
[MAIN] SCROTE Loose Files Version


CritterSpawn Congestion Fix

- Download: Nexus 
- Author: Excinerus
- Version: 1.54
[MAIN] Critter Spawn Congestion Fix


Dragonactorscript infinite loop fix

- Download: Nexus 
- Author: Blackread
- Version: 1.3.2
[MAIN] Dragonactorscript Infinite Loop Fix - FOMOD
FOMOD Instructions
  • Choose your version
    • Options
      • ◉ Main - fail silently
        • Next
  • Patches - Main
    • Patches
      • ☐ Select Nothing
        • Install


Fish Plaque Fix

- Download: Nexus 
- Author: wankingSkeever
- Version: 1.2
[MAIN] Fish Plaque Fix


NPC Stuck in Bleedout fix

- Download: Nexus 
- Author: wankingSkeever
- Version: 0.1.3
- Plugins: 1 ESL
[MAIN] NPC Stuck in Bleedout fix


Vanilla Script (micro)Optimizations

- Download: Nexus 
- Author: Subhuman0100
- Version: 1.17
[MAIN] Vanilla Script microOptimizations


Vanilla Scripting Enhancements

- Download: Nexus 
- Author: Nightfallstorm and JR
- Version: 3.0
[MAIN] Loose Version


Zero Bounty Hostility Fix

- Download: Nexus 
- Author: wankingSkeever
- Version: 0.4
- Plugins: 1 ESL
[MAIN] Zero Bounty Hostility Fix


Step 13: Gameplay Fixes

Create a separator: I-D-13) Gameplay Fixes.

Weapons Armor Clothing and Clutter Fixes

  • CORE
- Download: Nexus 
- Author: kryptopyr
- Version: 2.9.5
- Plugins: 1 ESP
[MAIN] Weapons Armor Clothing and Clutter Fixes
FOMOD Instructions
  • Weapons Armor Clothing Clutter Fixes
    • Main File
      • ☑ WACCF
        • Next
  • Textures
    • Texture Resolution
      • ◉ 2K (default)
        • Next
  • Patches
    • Orcish Weapons
      • ◉ None
    • Bashed Patch
      • ☐ Select Nothing
        • Next
  • Options
    • Optional Files
      • ☐ Select Nothing
        • Next
  • Documentation
    • Documentation
      • ☑ Documentation
    • Credits
      • ☑ Credits
        • Install


Armor and Clothing Extension

  • CORE
- Download: Nexus 
- Author: kryptopyr and Gamwich
- Version: 1.5.2
- Plugins: 1 ESP
[MAIN] Armor and Clothing Extension
[OPT] Armor and Clothing Extension - SPID Patch [1.4]
 Install the [OPT] file as a separate mod and name it Armor and Clothing Extension - SPID Patch.


Armor and Clothing Extension - SPID Patch

  • PATCH
Note: Place this patch completed from the previous mod here and [Activate] it.


AI Overhaul SSE

- Download: Nexus
- Author: mnikjom SpiderAkiraC
- Version: 1.8.5
- Plugins: 1 ESP
[MAIN] AI Overhaul 1.8.5 AE 1.6.1130
FOMOD Instructions
  • Mod Options
    • Main .esp Options
      • ◉ AI Overhaul 1.8 (Recommended)
        • Install


Bad Service - Tavern Servers Leave You Alone

  • PORT
    ESL
- Download: Nexus 
- Author: Rooker
- Version: 1.0
- Plugins: 1 ESL
[MAIN] Bad Service Main 1_0
Note: Port and ESL Bad Service.esp.


BlockSteal Papyrus

- Download: Nexus 
- Author: shumkar
- Version: 1.2
- Plugins: 1 ESL
[MAIN] BlockSteal Papyrus STANDARD ESP FE


Breakable Equipment System

  • PATCH
- Download: Nexus 
- Author: Suzutsuki
- Version: 1.11.2
- Plugins: 1 ESP
[MAIN] Breakable Equipment System
[OPT] Breakable Equipment System - Honed Metal Patch
Note: Install the [OPT] file as a separate mod and name it Honed Metal Patch - Breakable Equipment System. Do not activate the patch.


Complete Crafting Overhaul Remastered

  • CORE
- Download: Nexus 
- Author: kryptopyr
- Version: 2.5.9
- Plugins: 1 ESP
[MAIN] Complete Crafting Overhaul Remastered


Disarming Traps Is Dangerous

- Download: Nexus 
- Author: Skepmanmods
- Version: 1.0
- Plugins: 1 ESL
[MAIN] Disarming Traps Is Dangerous ESL Version


Fish Anywhere With Water

- Download: Nexus 
- Author: wankingSkeever
- Version: 0.5
- Plugins: 1 ESL
[MAIN] Fish Anywhere With Water


Grind stuff

  • COMPACT
- Download: Nexus 
- Author: Axhoff
- Version: 1.0a
- Plugins: 1 ESL
[MAIN] Grind Stuff SE Edition v1.0a
Note: Compact and ESL Grind_stuff.esp


HearthFires Display Case Fix SE

  • COMPACT
- Download: Nexus 
- Author: RealPuPpEt
- Version: 1.0
- Plugins: 1 ESL
[MAIN] HearthFires Display Case Fix SE
Note: Compact and ESL Hearthfires Display Case Fix SE.esp.


Hearthfires Houses Building Fix

- Download: Nexus 
- Author: Ice885
- Version: 0.3
- Plugins: 1 ESL
[MAIN] Hearthfires Houses Building Fix


PTC's Hearthfire Mods

  • COMPACT
- Download: Nexus 
- Author: PatchesTheClown
- Version: 1.0
- Plugins: 3 ESL
[MAIN] Better Apiaries
[MAIN] Functional Butter Churns
[MAIN] Hearthfire Cellar Entrances
Note: Compact and ESL Better Apiary.esp, Functional Butter Churns.esp, and Hearthfire Cellar Entrance.esp.


Improved Traps

- Download: Nexus 
- Author: kryptopyr and Wiseman303
- Version: 2.5
- Plugins: 1 ESL
[MAIN] Improved Traps (Dangerous Edition)


Arrow Limiter SSE

  • COMPACT
- Download: Nexus
- Author: Lofgren
- Version: 1.11
- Plugins: 1 ESL
[MAIN] Arrow Limiter
Note: Compact and ESL LFGAmmoLimiter.esp.


Potions and Lockpicks Limiter

  • COMPACT
- Download: Nexus
- Author: Lofgren
- Version: 1.0
- Plugins: 1 ESL
[MAIN] Lockpick and Potion Limity
Note: Compact and ESL LockpickPotionLimiter.esp.


More Appropriate Outfits For NPCs (SPID)

- Download: Nexus 
- Author: JobiWanUK
- Version: 1.02
- Plugins: 1 ESL
[MAIN] More Appropriate Outfits For NPCs [1.03]


Myrwatch - Editable Home Cells (Cell Bug Workaround)

- Download: Nexus 
- Author: Jelidity
- Version: 1.1.1
- Plugins: 1 ESP, 1 ESL
[MAIN] Myrwatch - House Fix
[OPT] Myrwatch - House Fix - USCCCP Patch


No Silly Physics Damage - Carts Pots Bones etc

- Download: Nexus 
- Author: Corsafire
- Version: 2
- Plugins: 1 ESL
[MAIN] No Silly Physics Damage (esl)


NPCs don't follow through doors while talking

- Download: Nexus 
- Author: Zerahar
- Version: 1.0
- Plugins: 1 ESL
[MAIN] NPC's don't follow through doors while talking


NPCs Wear Amulets of Mara PLUS

- Download: Nexus 
- Author: JaySerpa
- Version: 2.03
- Plugins: 1 ESL
[MAIN] NPCs Wear Amulets of Mara


Pickpocket Reset

- Download: Nexus 
- Author: TheRegisteredOne
- Version: 1.1.1
- Plugins: 1 ESL
[MAIN] Pickpocket Reset


QUARK - Qwinn's Ultimate Amulet Restoration Kit

- Download: Nexus 
- Author: Qwinn
- Version: 1.3.1
- Plugins: 1 ESL
[MAIN] QUARK - Amulet Restoration Kit v1_3_1
FOMOD Instructions
  • Choose type of plugins to install
    • Plugin Options
      • ◉ ESPFE plugins
        • Next
  • Normal ESP USSEP and WACCF compatible installation
    • Plugin Options
      • ☑ AmuletsShowOnEverything.esp
        • Install


Random Encounter Tweaks SE

- Download: Nexus 
- Author: AndrealphusVIII
- Version: 1.1
- Plugins: 1 ESL
[MAIN] Random Encounter Tweaks SE [1.0]


Stop Overencumbered Scavenging

- Download: Nexus 
- Author: Ashen
- Version: 1.02
- Plugins: 1 ESL
[MAIN] Stop Overencumbered Scavenging


Survival Control Panel

- Download: Nexus 
- Author: Parapets and colinswrath
- Version: 1.1.2
- Plugins: 1 ESL
[MAIN] Survival Control Panel


Time Flies SE

  • COMPACT
- Download: Nexus 
- Author: dfxyz1 Akezhar Wolfpack49
- Version: 8.1.2
- Plugins: 1 ESL
[MAIN] Time Flies SE
Note: Compact and ESL TimeFlies.esp.


CHECKPOINT: D


PORT:
- Bad Service.esp
ESL:
- Bad Service.esp
COMPACT AND ESL:
- Grind_stuff.esp
- Hearthfires Display Case Fix SE.esp
- Better Apiary.esp
- Functional Butter Churns.esp
- Hearthfire Cellar Entrance.esp
- LFGAmmoLimiter.esp
- LockpickPotionLimiter.esp
- TimeFlies.esp
COUNTS: Ensure counts are as follows:
- Mods: +56 = 184
- Plugins: +39 = 142 (ESMs = 18, ESPs = 12, ESMs + ESPs = 30, ESLs = 112)
LOOT:
- Sort Load Order with LOOT.


PART E: AUDIO

Step 14: Dialogue

Mods to overhaul how NPCs communicate with the player.

Create a separator: I-E-14) Dialogue.


Unofficial High Definition Audio Project

- Download: Nexus 
- Author: sharrken
- Version: 1.0
- Plugins: 6 ESL
[MAIN] Music - HQ
[MAIN] Voices EN - Part 1
[MAIN] Voices EN - Part 2


Configurable Commentary Rate Slider

- Download: Nexus
- Author: Roadhouse699 at 2am
- Version: 1.2L
- Plugins: 1 ESL
[MAIN] Configurable Commentary Rate


Guard Dialogue Overhaul SE

- Download: Nexus
- Author: Eckss
- Version: 3.0
- Plugins: 1 ESL
[MAIN] Guard Dialogue Overhaul - ESL
Note: Hide Guard Dialogue Overhaul.modgroups file.


Relationship Dialogue Overhaul - RDO SE

- Download: Nexus
- Author: cloudedtruth
- Version: Final
- Plugins: 1 ESP
[MAIN] Relationship Dialogue Overhaul - RDO Final


Relationship Dialogue Overhaul - Update and MCM

- Download: Nexus
- Author: cloudedtruth
- Version: 1.0.5
- Plugins: 1 ESL
[MAIN] Relationship Dialogue Overhaul - Update and MCM 1.0.5


Misc Dialogue Edits

- Download: Nexus
- Author: GOsteW and lilebonymace
- Version: 1.9.5.2
- Plugins: 2 ESL
[MAIN] Misc Dialogue Edits
FOMOD Instructions
    • Patches
      • ☑ Alternate Start - Live Another Life
        • Install


More Dialogue Options

- Download: Nexus
- Author: GOsteW and lilebonymace
- Version: 1.5.1
- Plugins: 2 ESL
[MAIN] More Dialogue Overhaul
FOMOD Instructions
    • Pathces
      • ☑ (manual) Guard Dialogue Overhaul - ESL version
        • Install


NPC Dialogue Audio Enhancer

- Download: Nexus
- Author: Skyrimaguas
- Version: 1.0
- Plugins: 1 ESL
[MAIN] NPC Dialogue Audio Enhancer


Bandit Lines Expansion

- Download: Nexus
- Author: JaySerpa
- Version: 1.09
- Plugins: 1 ESL
[MAIN] Bandit Lines Expansion


Brawl Lines Expansion and Fixes

- Download: Nexus
- Author: JaySerpa
- Version: 1.0.2
- Plugins: 1 ESL
[MAIN] Brawl Lines Expansion


Civil War Lines Expansion

- Download: Nexus
- Author: JaySerpa
- Version: 1.06
- Plugins: 2 ESL
[MAIN] Civil War Lines Expansion
[OPT] No Idles For Guards Optional Patch


Falmer Servant Lines Expansion

- Download: Nexus
- Author: JaySerpa
- Version: 1.0
- Plugins: 1 ESL
[MAIN] Falmer Servant Lines Expansion


Forsworn and Thalmor Lines Expansion

- Download: Nexus
- Author: JaySerpa
- Version: 1.02
- Plugins: 1 ESL
[MAIN] Forsworn and Thalmor Lines Expansion


Immersive Rejections

- Download: Nexus
- Author: JaySerpa
- Version: 1.13
- Plugins: 1 ESL
[MAIN] Immersive Rejections


NPCs React To Frenzy

- Download: Nexus
- Author: JaySerpa
- Version: 1.0
- Plugins: 1 ESL
[MAIN] NPCs React To Frenzy


NPCs React To Invisibility

- Download: Nexus
- Author: JaySerpa
- Version: 1.11
- Plugins: 1 ESL
[MAIN] NPCs React To Invisibility


NPCs React To Necromancy (And More)

- Download: Nexus
- Author: JaySerpa
- Version: 1.02
- Plugins: 1 ESL
[MAIN] NPCs React to Necromancy


Sleeping Expanded - Animations and NPC reactions

- Download: Nexus
- Author: JaySerpa
- Version: 1.23
- Plugins: 1 ESL
[MAIN] Sleeping Expanded [1.22]


Vampire Lines Expansion

- Download: Nexus
- Author: JaySerpa
- Version: 1.01
- Plugins: 2 ESL
[MAIN] Vampire Lines Expansion
[OPT] Orc Addon for Vampire Lines Expansion


Serana Dialogue Add-On

- Download: Nexus
- Author: Martimius
- Version: 4.1.1.3
- Plugins: 1 ESP
[MAIN] Serana Dialogue Add-On SE


Step 15: Sound Effects

Mods that add or change sound effects.

Create a separator: I-E-15) Sound Effects.


Audio Overhaul for Skyrim SE

  • CORE
- Download: Nexus
- Author: David Jegutidse
- Version: 4.1.3
- Plugins: 1 ESP
[MAIN] Audio Overhaul for Skyrim (4.1.3)
Note: Hide the Audio Overhaul Skyrim.modgroups file.
FOMOD Instructions
  • Audio Overhaul for Skyrim (4.1.2)
    • Main Files
      • ☑ Required Files
        • Next
  • Requirements and Recommendations
    • Requirements
      • ☑ Engine Fixes
      • ☑ Sound Record Distributor
    • Recommended
      • ☑ Acoustic Space Improvement Fixes
      • ☑ Reverb Interior Sounds Expansion
        • Next
  • Addons
    • Mods
      • ☐ Select Nothing
        • Next
  • Installation Complete
    • Thank You!
      • ☑ Thank You!
        • Install


Saints and Seducers - Audio Overhaul Skyrim Patch

- Download: Nexus
- Author: cbgreely
- Version: 1.0
- Plugins: 1 ESL
[MAIN] Saints and Seducers - Audio Overhaul Skyrim Patch


Immersive Sounds - Compendium

  • CORE
- Download: Nexus
- Author: lazygecko
- Version: 3.0
- Plugins: 1 ESP
[MAIN] Immersive Sounds Compendium SSE 3.0
FOMOD Instructions
  • Main Files
    • Immersive Sounds – Compendium
      • ☑ Main Files (Required)
        • Next
  • Melee Options
    • Weapon Impact Options
      • ◉ IS Default (Extra Bloody)
    • Unarmed Impact Options
      • ◉ S'wit Fighter Turbo
    • Weapon Draw/Sheathe Options
      • ◉ Semi-Smooth Equip
        • Next
  • Ranged Weapon Options
    • Bow Shot Options
      • ◉ High Fantasy (Shorter Arrow Whistle)
    • Bow Pull Options
      • ◉ Alternate
    • Arrow Impact Options
      • ◉ High Fantasy
        • Next
  • Bonus Weaponry Options Options
    • Extra Weaponry Options
      • ☑ Extra Gory Killmove Sounds
        • Next
  • Magic Options
    • Soul Trap Options
      • ◉ Soul Suck
    • Restoration Options
      • ◉ Templar
    • Firebolt Options
      • ◉ Swooshy
        • Next
  • Creature Options
    • Creature Options
      • ☑ Well-Mannered Wolves
      • ☑ Sensible Storm Atronachs
        • Next
  • Nirnroot Options
    • Nirnroot Options
      • ◉ High Fantasy
    • Misc Options
      • ☐ Select Nothing
        • Install


Audio Overhaul - Immersive Sounds Integration (AOS - ISC Compatibility Patch)

- Download: Nexus
- Author: Dylan James - lazygecko
- Version: 1.1.0
- Plugins: 1 ESL
[MAIN] Audio Overhaul Skyrim - Immersive Sounds Compendium Integration (1.1.0)


Phoenix Compendium

- Download: Nexus
- Author: Satafinix
- Version: 2.3.0
[MAIN] Phoenix Compendium 2.3.0
FOMOD Instructions
  • Phoenix Compendium
    • Phoenix Compendium
      • ☑ Procced
        • Next
  • Enigma Series Reworks
    • Unique Voice Reworks
      • ☑ Enigma Series -All In One-
      • ☑ Daedric Enigma -All In One-
      • ☑ Valthume: Dragon Priest
      • ☑ Ebony Warrior
      • ☑ Harkon
      • ☑ Miraak's
      • ☑ Sinding
      • ☑ Tsun
      • ☑ Vyrthur
        • Next
  • Enigma Series Chapter 3
    • Wild Life
      • ☑ The Book Of The Wild -Enigma Series Chapter 3-
        • Next
  • Monster Pack 1
    • Monster
      • ☑ Insectoid - Chaurus Sounds Rework -
      • ☑ Ash Spawn
      • ☑ Arachnid -Spiders Sounds Rework SFX-
      • ☑ Atronach (Fire)
      • ☑ Atronach (Storm)
      • ☑ Atronach (Frost)
      • ☑ SIRIN -Hagraven Sounds Rework-
      • ☑ Falmer Sounds -The Betrayed Remaster-
      • ☑ Dwarven Centurion Re-Engaged (Voiced Rework)
      • ☑ Wyrm - Dragons Sounds Rework -
        • Next
  • Monster Pack 2
    • Undead
      • ☑ Banshee
      • ☑ Barghest
      • ☑ Draugr
      • ☑ Gargoyle
      • ☑ Ghosts
      • ☑ Skeletons
        • Next
  • Colossus -Giants SFX Voice Rework
    • Colossus -Giants SFX Voice Rework
      • ◉ Colossus
        • Next
  • Player Character Reworks
    • Player character
      • ☐ Select Nothing
    • Penumbra - Addon -
      • ☐ Select Nothing
        • Next
  • Airgetlam -Modern Magic Sounds Rework-
    • Airgetlam -Modern Magic Sounds Rework-
      • ◉ Airgetlam -Modern Magic Sounds Rework- Main
        • Next
  • Phoenix Legacy
    • Phoenix Legacy
      • ☑ Phoenix Legacy: Music
      • ☑ Phoenix Legacy: UI
        • Next
  • Eviscerate
    • Main
      • ☑ Eviscerate -Main-
    • Lower Volume
      • ☐ Select Nothing
        • Next
  • Equus - Horses Sounds Redesigned -
    • Equus - Horses Sounds Redesigned -
      • ☐ Select Nothing
    • Equus - Author's Cut -
      • ☑ Equus - Author's Cut -
    • Equus - Riley's Edit -
      • ☐ Select Nothing
        • Next
  • Animunculi Series
    • Animunculi Series
      • ☑ Dwarven Centurion
      • ☑ Dwarven Sphere
      • ☑ Dwarven Spider
  • Patch Hub
    • Airgetlam RE4.1-ISC Compatibility Patch
      • ☑ Airgetlam RE4.1-ISC Compatibility Patch
    • Eviscerate -ISC Compatibility Patch
      • ☑ Eviscerate -ISC Compatibility Patch
        • Next
  • Complete
    • Setup Complete
      • ☑ Complete
        • Install


Bard Instrumentals Mostly - Sing Rarely

- Download: Nexus 
- Author: BanjoBunny
- Version: 1.0
[MAIN] Bard Instrumentals Mostly - Sing Rarely


IHSS - Improved Horse Step Sounds

  • COMPACT
- Download: Nexus
- Author: Crystan
- Version: 2.2
- Plugins: 1 ESL
[MAIN] Improved Horse Step Sounds - Special Edition
Note: Compact and ESL IHSS.esp.


No More Crunchy Death Sounds SSE

- Download: Nexus 
- Author: Rjinthematrix
- Version: 1
- Plugins: 1 ESL
[MAIN] no crunchy death sounds ESP-FE [1.1]


Sound Hammering Sounds

- Download: Nexus 
- Author: sialivi
- Version: 1.0
[MAIN] Sound Hammering Sounds


Thundering Shouts

- Download: Nexus
- Author: greentea101
- Version: 1.1
[OPT] Thundering Shouts Loose files (main file version)


Heart of the Beast - Werewolf Sound and Texture Overhaul

- Download: Nexus
- Author: NsJones
- Version: 1.8
[MAIN] Alpha werewolf sounds - VERY VICIOUS AND AGGRESSIVE [1.7]


SkyRem Guide Custom Settings

- Download: Nexus 
- Author: DrPharmDawg
- Version: 10.0.0
[MAIN] SkyRem Custom Settings


CHECKPOINT: E


COUNTS:
- Mods: +32 = 216
- Plugins: +35 = 177 (ESMs = 18, ESPs = 16, ESMs + ESPs = 34, ESLs = 143)
LOOT:
- Sort Load Order with LOOT.


PART F: ANIMATION

Step 16: Animation

Mods that add animation.

Create a separator: I-F-16) Animation.


Project New Reign - Nemesis Unlimited Behavior Engine

- Download: Nexus
- Author: Shikyo Kira
- Version: v0.84-beta
[MAIN] Nemesis Unlimited Behavior Engine
Executable: Add Nemesis as an executable to MO2.
       Binary = [Nemesis Unlimited Behavior Engine.EXE]
       Argument = Leave Blank
Note: Nemesis requires .Net 5.0 SDK. 


Animation Motion Revolution

- Download: Nexus 
- Author: alexsylex
- Version: 1.5.3
[MAIN] Animation Motion Revolution


Animation Queue Fix

- Download: Nexus
- Author: Ersh
- Version: 1.0.1
[MAIN] Animation Queue Fix


Paired Animation Improvements

- Download: Nexus
- Author: Ersh
- Version: 1.0.2
[MAIN] Paired Animation Improvements


Open Animation Replacer

- Download: Nexus
- Author: Ersh
- Version: 2.3.6
[MAIN] Open Animation Replacer


Open Animation Replacer - Detection Plugin

- Download: Nexus
- Author: Nonameron
- Version: 2.1.1
[MAIN] Open Animation Replacer - Detection Plugin


Open Animation Replacer - IED Conditions

- Download: Nexus
- Author: SlavicPotato
- Version: 1.0.2
[MAIN] Open Animation Replacer - IED conditions


True Directional Movement - Modernized Third Person Gameplay

- Download: Nexus
- Author: Ersh
- Version: 2.2.6
- Plugins: 1 ESL
[MAIN] True Directional Movement


Arm Movement Animations (OAR)

- Download: Nexus
- Author: CHIMgarden
- Version: 2.2.0
[MAIN] Arm Movement Animations (OAR)


Armor Type Specific Animations

- Download: Nexus
- Author: xNEYRONx
- Version: 1.1a
[MAIN] Armor Type Specific Animations
FOMOD Instructions
  • Introduction
    • Intro group
      • ☑ Intro
        • Next
  • Installation
    • Installation
      • ◉ Install All
        • Next
  • Finish
    • Thanks
      • ☑ Thank you!
        • Install


cookeh's conditional and random animations - CCARA DAR

- Download: Nexus
- Author: cookeh
- Version: 2.0.7
[MAIN] CCARA DAR
FOMOD Instructions
  • Welcome!
    • README
      • ☑ Thanks!
        • Next
  • Choose what you want
    • Select one
      • ◉ Mix and match
        • Next
  • Mix and match
    • Select one
      • ☑ Default idle
      • ☑ Turn head idle
      • ☑ Crouching idle
      • ☑ Block sun
      • ☑ Catch snowflake
      • ☑ Stroke hair
        • Install


Customizable Faster Woodcutting Animation - OAR or DAR

- Download: Nexus
- Author: MaskedRPGFan
- Version: 2.0.0
[MAIN] Customizable Faster Woodcutting Animation - OAR
FOMOD Instructions
  • Speed
    • Speed
      • ◉ 50% Faster
        • Install


EVG Animation Variance

- Download: Nexus
- Author: Everglaid
- Version: 1.1
[MAIN] EVG Animation Variance 1.1
FOMOD Instructions
  • Install Type
    • Options
      • ◉ Recommended
        • Next
  • Thank you for installing
    • Thank you
      • ☑ Thank you
        • Install


EVG CLAMBER - Slope Animations

- Download: Nexus
- Author: Everglaid - miken1ke - Ersh
- Version: 1.0
- Plugins: 1 ESL
[MAIN] EVG CLAMBER - Slope Animations 1.0
FOMOD Instructions
  • Core
    • Main Files
      • ☑ Install
        • Intall


EVG Conditional Idles

- Download: Nexus
- Author: Everglaid
- Version: 1.51
- Plugins: 1 ESL
[MAIN] EVG Conditional Idles
FOMOD Instructions
  • Options
    • Required
      • ☑ Core Modules
        • Next
  • Thank you for installing
    • Thank you
      • ☑ Thank you
        • Install


D13 Faster GET UP STAND UP animation vanilla friendly SSE

- Download: Nexus 
- Author: DarkAngel13 Argonil
- Version: 2.1
[MAIN] D13 Faster Get Up Stand Up SSE


Gesture Animation Remix (DAR)

- Download: Nexus 
- Author: CHIMgarden
- Version: 2.1.1
[MAIN] Gesture Animation Remix (DAR) - main archive


Immersive Interactions - Animated Actions

- Download: Nexus 
- Author: JaySerpa
- Version: 1.78
- Plugins: 1 ESP
[MAIN] Immersive Interactions - Animated Actions


Lively Children Animations (DAR)

- Download: Nexus 
- Author: CHIMgarden
- Version: 2.2.1
[MAIN] Lively Children Animations (DAR)


More powerful mining animations SE

- Download: Nexus 
- Author: KEI
- Version: V1
[MAIN] More_powerful_mining_SE_V1


Pretty Combat Animations (PCA) SE

- Download: Nexus 
- Author: dualsun
- Version: 1.4392
[MAIN] Pretty Combat Animations (PCA) SE
FOMOD Instructions
  • PCA - Pretty Combat Animations - SE
    • PCA - Install Guide
      • ☑ Pretty Combat Animations
        • Next
  • Sneak
    • Sneak Style Options
      • ◉ Style 01
        • Next
  • Sneak Additional Option
    • Sneak Additional Option
      • ☐ Select Nothing
        • Next
  • Karate
    • Karate Style Option
      • ☐ Select Nothing
        • Next
  • Crossbow
    • Crossbow Option
      • ☑ Crossbow
        • Next
  • Bow
    • Bow Option
      • ◉ Vanilla
        • Next
  • Sneak Bow Option
    • Bow Additional Option
      • ◉ Vanilla
        • Next
  • Additional Bow Option
    • Additional Bow
      • ☐ Select Nothing
        • Next
  • 2hm
    • GreatSword Style Option
      • ◉ Vanilla
        • Next
  • 2hw
    • BattleAxe and WarHammer Style Option
      • ◉ Vanilla
        • Next
  • 2h Additional Option
    • 2h Weapon Additional Option
      • ☐ Select Nothing
        • Install


Reanimated NPC Animations

- Download: Nexus 
- Author: TheCyclist
- Version: 1.21
[MAIN] Reanimated NPC Animations - OAR


Read the Room - Immersive and Animated Helmet Management

- Download: Nexus 
- Author: istayzoomin
- Version: 2.2.1
[MAIN] Read the Room


SmoothCam

- Download: Nexus
- Author: mwilsnd
- Version: 1.7
- Plugins: 1 ESL
[MAIN] SmoothCam
FOMOD Instructions
  • Version
    • Select Version
      • ◉ SmoothCam AE
        • Next
  • Plugin
    • Select Plugin Type
      • ◉ ESL
        • Install


SmoothCam - SynErgy Preset

- Download: Nexus
- Author: Syn
- Version: 1.0
[MAIN] SmoothCam - SynErgy Preset v1.0


Take a Seat - New DAR Sitting Animations

- Download: Nexus
- Author: JaySerpa
- Version: 1.01
[MAIN] Take a Seat - OAR Animations


UNDERDOG - Animations

- Download: Nexus 
- Author: Hiro
- Version: 2.1.0
[MAIN] Underdog Animations
FOMOD Instructions
  • Introduction
    • Intro for version 2.0
      • ☑ Intro
        • Next
  • Torches
    • Torch Module
      • ☑ 2. Torch Module
        • Next
  • Sneak
    • Sneak Module
      • ☑ 3. Sneak Idles
      • ☑ 4. Sneak Movement
        • Next
  • Ninja
    • Ninja
      • ☐ Select Nothing
        • Next
  • Fall
    • Fall
      • ☑ 8. Fall Generic
      • ☑ 9. Fall Cushioned
        • Next
  • Jump
    • Jump
      • ☐ Select Nothing
        • Next
  • Injured
    • Injured Module
      • ☑ 12. Injured Idles
      • ☑ 13. Injured Jump
      • ☑ 14. Injured Movement
        • Next
  • Taunt
    • Taunt
      • ☐ Select Nothing
        • Next
  • Cheer
    • Cheer
      • ☑ 16. Feminine Cheer
      • ☑ 17. Cheering Female
      • ☑ 17. Cheering Male
      • ☑ 18. Hopping Female
      • ☑ 18. Hopping Male
      • ☑ 19. Rally cheer
        • Next
  • Dance Drunk
    • Dance Drunk
      • ☑ 24. Drunk Idles
        • Next
  • Sit
    • Sit
      • ☑ 25. Sitting Elder Idle
      • ☑ 26. Sitting Looking around Idle
      • ☑ 29. Sitting Talking
      • ☑ 30. Sitting Laughing
      • ☑ 31. Telling A Secret
      • ☑ 32. Cheering
      • ☑ 33. Sit to Standing Clap
      • ☑ 34. Sitting Clap
        • Next
  • Greet
    • Greet
      • ☑ 39. Angry Female
      • ☑ 40. Angry Frown
      • ☑ 41. Dismiss
      • ☑ 43. Threaten
      • ☑ 44. I kill you Gesture
      • ☑ 45. Pointing Kids
      • ☑ 48. Bow
        • Next
  • Idle
    • Idles
      • ☑ 50. Bashful
      • ☑ 52. Telling A Secret
      • ☑ 56. Nervous Looking around idles
        • Next
  • Generic Idles
    • Generic Idles
      • ☑ 58. Sword And Shield Idles
      • ☑ 59. Great Sword Idles
      • ☑ 60. Bow Idles
        • Next
  • Special Walk Run Sprint
    • Walk Run Idles
      • ☑ 61. Swagger Walk Male Female
      • ☑ 63. Orc Walk Run Male Female
      • ☑ 64. Walking Market Male Female
      • ☑ 65. Happy Bar Walk Young Male
      • ☑ 67. Sad Walk Idles
      • ☑ 68. Old People Walk Run Idle
      • ☑ 68a. Old People Grelod Calixto Walk Idle
      • ☑ 70. Courier Run
      • ☑ 71. Coward Run
      • ☑ 72. Happy Child Walk
    • Sprint
      • ☑ 77. Normal Sprint
      • ☑ 78. Stronger Sprint
        • Next
  • Zombie Illusion Fire
    • Zombie Module
      • ☑ 79. Zombie Module
    • Illusion
      • ☑ 80. Frenzy
      • ☑ 81. Fear
      • ☑ 81a. Terrified Taking Cover
    • Agonizing Fire
      • ☑ 82. Agonizing Fire
        • Next
  • Outro
    • Thank you
      • ☑ Thank you!
        • Install


Weapon Styles - Draw-Sheathe animations for IED

- Download: Nexus 
- Author: GiraPomba
- Version: 2.2
[MAIN] Weapon Styles for IED
FOMOD Instructions
  • Installation
    • Main Files
      • ☑ Core files
      • ☑ Shield animations
    • Optional Files
      • ☑ Dual Wield Fix
        • Install


XP32 Maximum Skeleton Special Extended - XPMSSE

- Download: Nexus
- Author: Team XPMSE
- Version: 5.06
- Plugins: 1 ESP
[MAIN] XP32 Maximum Skeleton Special Extended
FOMOD Instructions
  • Installation
    • Installation
      • ◉ Extended
        • Next
  • Rigs
    • Animation Rig Map
      • ◉ None
        • Next
  • Ingame Customizing
    • Character and Weapons
      • ◉ RaceMenu + XPMS(SE) MCM
        • Next
  • Randomizer
    • Weapon Style
      • ◉ SFW - Out of Sync
        • Next
  • Animation Replacers for XPMS(S)E MCM
    • Belt-Fastened Quivers
      • ◉ None
    • Dagger on Back
      • ◉ None
    • Dagger on Hip
      • ◉ None
    • Magic
      • ◉ None
    • Sword on Back
      • ◉ None
    • Sword on Hip
      • ◉ None
        • Next
  • Animation Replacers for First Person
    • Axe - Warning! Missing Sounds!
      • ☐ Select Nothing
    • Sword - Warning! Missing Sounds!
      • ◉ None
        • Next
  • Animation Replacers for Mounted Combat
    • Axe - Warning! Missing Sounds!
      • ☐ Select Nothing
    • Bow
      • ☐ Select Nothing
    • Sword - Warning! Missing Sounds!
      • ◉ None
        • Next
  • Compatibility Patches
    • Compatibility Patches
      • ☐ Select Nothing
        • Install


XP32 Maximum Skeleton Special Extended - Fixed Scripts

- Download: Nexus
- Author: Team XPMSE - cskriffin - Umgak
- Version: 1.0
[MAIN] XP32 Maximum Skeleton Special Extended - Fixed Scripts


XPMSE Left Hand Sheath Rotation Fix

  • PATCH
Note: Place this patch completed from the previous mod here and [Activate] it.


XPMSSE Weapon Styles Uncloaked

- Download: Nexus
- Author: chuckseven1
- Version: 1.0.0
- Plugins: 1 ESL
[MAIN] XPMSSE Weapons Uncloaked


Step 17: Spell Animations

Mods that add spell casting animation.

Create a separator: I-F-17) Spell Animations.


Smooth Magic Casting Animation

- Download: Nexus
- Author: lSmoothl
- Version: 4.2
[MAIN] Smooth Magic Casting Animation


Smooth Staff Animation

- Download: Nexus
- Author: lSmoothl
- Version: 1.3
[MAIN] Smooth Magic Casting Animation


Pretty Combat Animations (PCA) - Spell Master (SPM) SE

- Download: Nexus
- Author: Dualsun
- Version: 1.03
[MAIN] Pretty Combat Animations (PCA) - Spell Master (Hands Cast) SE
[MAIN] Pretty Combat Animations (PCA) - Spell Master (Staffs Cast) SE
FOMOD Instructions
  • PCA - Spell Master
    • PCA - Spell Master

PCA - Spell Master (Description)

      • ☐ Select Nothing
        • Next
  • Spell Master
    • Spell Master MAG Groups
      • ☑ Spell Master MAG
        • Next
  • Spell Master Additional Option
    • Select one or more of these options:
    • Spell Master MAG Group - Additional Option
      • ☑ Dualcast Selfrelease Additional Fold Hands Style1
        • Next
  • Spell Master Additional Option
    • Spell Master MAG Group - Additional Option
      • ☐ Select Nothing
        • Next
  • Spell Master Additional Option
    • Spell Master MAG Group - Additional Option
      • ☐ Select Nothing
        • Install
FOMOD Instructions
  • PCA - Spell Master
    • PCA - Spell Master

PCA - Spell Master - Staff (Description)

      • ☐ Select Nothing
        • Next
  • Spell Master
    • Spell Master Staff Group
      • ☑ Spell Master - Staff
        • Install


Goetia Animations - Magic Spell Casting

- Download: Nexus
- Author: Verolevi
- Version: 1.4
[MAIN] Goetia Animations - Magic Spell Casting


Goetia Animations - Enchanted Staves

- Download: Nexus
- Author: Verolevi
- Version: 1.51
[MAIN] Goetia Animations - Enchanted Staves


New Animation for Magic Casting (OAR version)

- Download: Nexus
- Author: Neumeria
- Version: 1.0
[MAIN] New Animation for Magic Casting SSE (OAR version)


YY Animation Replacer - Mystic Knight (OAR version)

- Download: Nexus
- Author: Neumeria
- Version: 1.0
[MAIN] YY Animation Replacer - Mystic Knight(OAR version)


Olivier Magic Casting

- Download: Google Drive
- Author: Olivier
- Version: 0
[MAIN] Olivier Magic Casting


Diverse Magic Casting Animations

- Download: Nexus
- Author: Mathieu
- Version: 1.3
[MAIN] Diverse Magic Casting Animations
FOMOD Instructions
  • Introduction
    • Introduction
      • ☑ I have all the requirements.
        • Next
  • Player Animations
    • Which animation do you want your character to use?
      • ◉ Race Dependent
        • Next
  • Staff Animations
    • Do you want the distribution of Staff animations?
      • ◉ Yes
        • Next
  • Magic Idles
    • Do you want to distribute Magic Idles randomly to NPCs?
      • ◉ No
        • Install


CHECKPOINT: F


COUNTS:
- Mods: +40 = 256
- Plugins: +8 = 185 (ESMs = 18, ESPs = 18, ESMs + ESPs = 36, ESLs = 149)
LOOT:
- Sort Load Order with LOOT.



End of Section I


SkyRem Guide Pages

Home Page
Section I <-----
Section II
Section III
Section IV
Section V
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.