About this mod
Guide that will provide a unique, Gothic-esque adventure.
- Requirements
- Permissions and credits
- Changelogs
- Donations
After many years and a few different approaches - total overhaul in Nordic Skyrim; full-on hardcore in YASHed - I was finally able to find the golden mean.
Don't try to change the game into something else. Improve the base game, then try adding fun stuff.
And if you want to play Dark Souls, then play Dark Souls :)
This Guide was made with advanced users in mind, so it will be expected that you have some basic knowledge about modding before you even start.
That said, even if you're a beginner consider giving The Northen Experience a chance.
Instructions are quite simple and you should be able to follow them without problems.
I put a lot of time into creating a stable and consistent game - both visually and in terms of gameplay.
It may not be everyone's cup of tea, but I hope that you'll like the end product.
By following this guide you won't have the ability to add additional mods, or remove the mods that are already included! Simply - there are no choices. Remember this before you start!
The guide contains some NSFW mods!
Creation Kit - installation and fixes
CREATION KIT
Mod Organizer 2 - profile setup, and basic changes
MOD ORGANIZER 2
Basic modding tools - xEdit, zEdit, Wrye Bash
BASIC TOOLS
Set up your xEdit for cleaning, cleaning masters, and backup (Optional Step)
CLEANING MASTERS
BETH INI
CONVERTING MODS
CLEANING MODS
Current SKSE version: 2.0.20
- (NEW) - Mod is new in the guide.
- [VERSION DEPENDENT] - The mod requires a specific version of Skyrim Script Extender 64.
- [1] [1/2] - At the end of each mod are my own notes on an ESP count. It is a good indicator of the number of ESPs associated with that mod.
- [ESPLite = 1] - Mod may have one or more ESL flagged files that don't count towards the 255 mod limit.
- [ESPLite] - You can add the ESL file header to ESP in SSEEdit to save a slot in the 255 ESP limit (guide).
- [ESPLite - C] - You can add the ESL file header to ESP in SSEEdit to save a slot in the 255 ESP limit. C means that it also requires Compacting FormIDs before adding the ESL header (guide).
- [CLEANING] - Mod needs to be cleaned in SSEEdit.
- [OLDRIM] - Mod from Skyrim Legendary Edition. If required, you will find CONVERSION instructions.
- [WATERFLOW] - You need to fix waterflow in xEdit (guide).
- [NAVMESH] - You need to fix the deleted NavMesh in CK (guide).
- [44] - Mod from Skyrim Special Edition that has a badly ported ESP (form 43). You need to resave this plugin in the Creation Kit.
- [CC] - Creation Club content aka paid mods. Something super optional. If you don't have this, just skip the mod.
OPTIONS: As I said in the introduction - you will have no choices in this guide. EVERYTHING is CORE to this guide and must be downloaded!
Sometimes, I'll write (Optional), but there are only a few mods in the guide with this tag.
If I write OR: between two or more mods, it's a straight choice between them.
If I write AND: between two mods, it means the next mod complements the previous one, and you need to download both.
If I write Download: it means you need to download the EXACT SAME FILE from a mod site in the shown order. Nothing more! Nothing less!
Main Files - install as one mod. If there is more than one Main File, you can install them as separate mods.
Update Files - merge with the Main File.
Optional Files - depends on you. You can merge it with the Main File or install it as a separate mod.
Miscellaneous Files - depends on you. You can merge it with the Main File or install it as a separate mod.
WHY?: The "Merge" option will merge two downloaded files into one, in your Left Panel. How to do it? Simply name both files the same.
GOOD TO KNOW: The "Replace" option in MO2, as the name suggests, replaces old files with newly installed ones (old files will be removed). Be careful with it!
Load order is exactly that. It's the order in which the game loads your mods, and it will load the mods at the top of the list first.
MO: The load order for your plugins can be found in the right panel on the main screen. The left panel is your load priority order, and MO will load all the assets from your mods in that order. Match the priority with the guide installation order.
NO LOOT? LOOT is an external tool, and its primary function is to sort your load order into one that works. Unfortunately, it doesn't place mods where they should go, and if you were to use it, you would still have to manually move many of them afterward. It is possible to update its metadata so that it remembers the changes you've made, and there is nothing wrong with this approach to managing your load order, but it isn't the one I took for myself, or for the guide.
THE GUIDES LOAD ORDER: Instead of using LOOT for the guide, I have included information on any changes that you should make to your load order at the end of each section. This way, by the time you have completed installation, your load order will also be correct. So if it doesn't say to move the plugin, it can be left where it is, in the order it was installed.
Other than guides, there really aren't any short cuts in modding, and it can be very time consuming. The more mods and tools that you use, the longer the process is going to take.
I think it's better to look at it as more of a hobby, but at the very least you should commit to it on some level, and accept that it's a lengthy process. What I'm saying is take your time, and don't try to break any speed records for getting the job done. You won't win any prizes, and you may end up with a broken game. Take time to get familiar with the tools you will use, read a mods description, and double, if not triple check everything you do.
1) [VERSION DEPENDENT] Address Library for SKSE Plugins
Contains header file and a database to make SKSE DLL plugins version independent easily. Remember! This mod doesn't magically make other mods SKSE version independent! These mods need to be updated by their authors to use Address Library.
Download: All in one (Special Edition) (Main Files)
SKSE VERSION CHECK: Make sure the version you use for either of these matches the version of SKSE that you're using.
1) SSE Engine Fixes (skse64 plugin)
One of the most essential mods in Skyrim Special Edition. The main purpose of this mod, is to fix an issue the game has concerning plugins. Your game can start losing performance when you have several plugins installed, it doesn't even have to be that many, and it still happens if the plugins are empty. It also fixes a lot of other issues with Skyrim engine, enables achievements when you have mods installed, fixes the false save corruption bug and much more.
Download: Manually download (Part 1) SSE Engine Fixes for 1.5.39 - 1.5.97 and install with your mod manager. Part 2 also needs to be manually downloaded, the contents extracted, and the three files need to be placed into your main Skyrim folder.
Note: If you have a problem with a corrupted save it means that you installed SSE Engine Fixes incorrectly. Simply download it once more.
EngineFixes.toml: Right-click on mod and click Open in Explorer. Now, go to the SKSE\Plugins. Go to the EngineFixes.toml and open it via Notepad++. Remember to save after you finish. You need to change these options again after each SSE Engine Fixes update!
Change these options:
- MaxStdio = 2048 -> MaxStdio = 4096
- RegularQuicksaves = false -> RegularQuicksaves = true
- SleepWaitTime = false -> SleepWaitTime = true
- AnimationLoadSignedCrash = true -> AnimationLoadSignedCrash = false
1) [VERSION DEPENDENT] .NET Script Framework
Framework for memory editing, native code hooking and writing DLL plugins in any .NET language.
Download: NetScriptFramework SkyrimSE v18 (Main Files)
SKSE VERSION CHECK: Make sure the version you use for either of these matches the version of SKSE that you're using.
1) Uninterrupted Invisibility
Game will not remove invisibility effect if you activate something (pick up item or open door for example).
Download: Uninterrupted Invisibility v2 (Main Files)
2) Uninterrupted Ethereal Form
Game will not remove ethereal form effect if you activate something (pick up item or open door for example).
Download: Uninterrupted Ethereal Form v2 (Main Files)
3) SSE Gameplay Tweaks
Adds various misc options to configure.
Download: GameplayTweaks v6 (Main Files)
IMPORTANT: Right-click on SSE Gameplay Tweaks in your left panel and select "Open in Explorer". Find NetScriptFramework\Plugins\GamePlayTweaks.config.txt and open it via Notepad or Notepad++.
Change these options:
- DisableAutoFullHeal.Enabled = False -> DisableAutoFullHeal.Enabled = True
Fixes some bugs with game code.
Download: Bug Fixes SSE (Special Edition) (Main Files)
2) Actor Limit Fix
Fixes a bug where if you have more than 128 actors in the same place they start floating around weirdly. Also fixes bug where NPC lips stop moving when a lot of them are nearby.
Download: Actor Limit Fix (Special Edition) (Main Files)
3) Scrambled Bugs
A collection of engine bug fixes and patches.
Download: Scrambled Bugs (Special Edition) (Main Files)
IMPORTANT: Right-click on Scrambled Bugs in your left panel and select "Open in Explorer". Find DLLPlugins\ScrambledBugs.json and open it via Notepad or Notepad++.
Change this option:
- attachHitEffectArt = false -> attachHitEffectArt = true
- powerAttackStamina = false -> powerAttackStamina = true
- teammateDifficulty = false -> teammateDifficulty = true
AND:
Script Effect Archetype Crash Fix
Prevents a crash that occurs when multiple magic effect projectiles with the script effect archetype simultaneously hit a single target.
Download: Script Effect Archetype Crash Fix (Optional Files)
Note: In the FOMOD pick: 1.5.97.0- (Special Edition).
AND:
Vendor Respawn Fix
Prevents the inventories of merchants from respawning when saving and loading the game.
Download: Vendor Respawn Fix (Optional Files)
Note: In the FOMOD pick: 1.5.97.0- (Special Edition).
4) More Informative Console
An excellent mod which will display a lot more information for whatever you click on whilst in the console.
Download: More Informative Console 1.1.0 SE (Old Files)
5) Animation Limit Crash Fix SSE
The patch fixes the crash on game loading when you install too many animations. May also give you increased fps and loading speed.
Download: SrtCrashFix_SSE v0.3 Beta (Main Files)
6) No Grass In Objects
Stops grass from growing out of rocks, floorboards, bedrolls, crates, roads and other objects. Also allows drawing grass outside of loaded cells.
Download: NGIO - Special Edition (1.5.97) (Main Files)
Download: StayAtSystemPageSE (Main Files)
8) Keyboard Shortcuts Fix
Enables keyboards shortcuts in-game. Alt-F4, volume keys, it just works!
Note: It's recommended to download it manually, and then add it to your mod manager.
Download: Keyboard Shortcuts Fix SE-AE (Main Files)
9) Remember Lockpick Angle - Updated
After breaking a lock-pick, the new lock-pick is placed at the same angle where the last one broke.
Download: Remember Lockpick Angle (Main Files)
10) Yes Im Sure
This mod disables annoying message prompts asking you if you're sure you'd like to craft/improve/exit menus.
Download: YesImSure (Old Files) <-- use 1.5.0 version
11) No Lockpick Activate (SKSE) - Updated
Stops the inventory menu automatically showing after unlocking a container, also stops doors opening when picked.
Download: No Lockpck Activate (Main Files)
12) ConsoleUtilSSE
This mod enables papyrus scripts to execute console commands.
Download: ConsoleUtilSSE (Old Files) <-- use 1.2.0 version
13) I'm Walkin' Here
Prevents NPCs from pushing you while YOU'RE WALKIN' 'ERE and having a chat with your friends :)
Download: I'm Walkin' Here (Old Files) <-- use 1.5.0 version
14) Console Commands Extender
Extends and adds console commands.
Download: Console Commands Extender (Main Files)
15) Better Jumping SE
Allows jumping while sprinting.
Download: Better Jumping SE (Main Files)
16) Player Rotation in ShowRaceMenu
This mod makes it possible to rotate the player character using right-clicking and mouse dragging in ShowRaceMenu.
Download: Player Rotation in ShowRaceMenu v1.0.0 for SkyrimSE (Main Files)
17) Equip Enchantment Fix
Fixes engine bugs where item enchantments don't apply when equipped or stop working while the item is still equipped.
Download: Equip Enchantment Fix for 1.5.39 - 1.6.353 (Main Files)
18) ConsolePlusPlus
Adds copy paste into console and caches console commands between game sessions.
Download: ConsolePlusPlus 1.4.0 (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
19) Regen Adjuster SKSE
SKSE Plugin to let you choose regen values outright or based on conditions.
Download: Regen Adjuster (Main Files)
IMPORTANT: Right-click on Regen Adjuster SKSE in your left panel and select "Open in Explorer". Find SKSE/Plugins/RegenAdjuster.ini and open it via Notepad or Notepad++.
Change:
- fHealRate=0.70 -> fHealRate=0
- fSneakHealRate=0.70 -> fSneakHealRate=0
- fRunHealRate=0.70 -> fRunHealRate=0
- fBlockHealRate=0.70 -> fBlockHealRate=0
- fSprintHealRate=0.70 -> fSprintHealRate=0
- fSwimHealRate=0.70 -> fSwimHealRate=0
- fCombatHealRateMult=0.70 -> fCombatHealRateMult=0
20) powerofthree's Tweaks
Collection of engine bug fixes and tweaks.
Download: powerofthree's Tweaks SE (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
21) Spell Perk Item Distributor (SPID)
An SKSE plugin that can be used to add spells/leveled spells/perks/items/leveled items/shouts/packages/outfits to every NPC in the game, using config files.
Download: Spell Perk Item Distributor (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
22) Enhanced Reanimation
An SKSE plugin that improves and fixes bugs with Reanimation effects.
Download: Enhanced Reanimation SE (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
23) Vampires Cast No Shadow 2
SKSE plugin that stops vampires from casting shadows when out in the sun.
Download: Vampires Cast No Shadow 2 (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
24) Experience
Gain levels by completing quests and exploring. Skills don't contribute to character's level anymore!
Download: Experience (Main Files)
Note: In the FOMOD pick: SE, whatever aspect ratio you need.
AND:
Experience - Custom ini for Northern Experience
Custom .ini for Experience mod.
Download: Experience - Custom ini for Northern Experience 1.5 (Miscellaneous Files)
AND:
Thief Experience (Experience Add-on) - [ESPLite = 1]
Add-on for Experience mod, adding xp gained from Pickpocket and Lockpicking.
Download: Thief Experience (Main Files)
25) (NEW) Unequip Quiver NG
Unequip quiver when not using a ranged weapon.
Download: Unequip Quiver NG (Main Files)
26) Mfg Fix
This mod fixes ModifyFaceGen(mfg) console command and adds some more fixes (like blinking for player).
Download: MfgFix (Main Files)
AND:
MfgFix NG
Version independent implementation of MfgFix with new functions and animated expression transitions.
Download: MFgFixNG (Main Files)
27) Essential Favorites
SKSE plugin that prevents favorited items from being sold, crafted, disarmed, disenchanted, or dropped.
Download: Essential Favorites (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
28) powerofthree's Papyrus Extender
SKSE64 plugin that extends Papyrus script functionality, with over 275 new Papyrus functions, and 29 events.
Download: Papyrus Extender (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
29) Animated Static Reload Fix
SKSE plugin that fixed a game engine bug: static object's loop animation not re-activated after loaded saved.
Download: Animated Static Reload Fix - SSE (Main Files)
30) Base Object Swapper
SKSE plugin and framework for swapping base objects and references, using config files.
Download: Base Object Swapper (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
31) Don't Stay in The Water
A SKSE64 plug-in, fixes the bug that stupid enemies may stay in the water and look at you angrily but just don't come up.
Download: NPC Water AI Fix for SkyrimSE (Main Files)
IMPORTANT: Mod will create log file each time you'll start the game and it will place it inside Overwrite folder. It won't break anything, but I like to keep my Overwrite folder clean. To fix this "issue" right-click on mod and click Open in Explorer. Now, go to the SKSE\Plugins. Right-click and select New > Text Document. Name it: NPCWaterAIFix.log.
32) Keyword Item Distributor (KID)
SKSE plugin that distributes keywords to weapons/armor/magic effects/ingestibles and other items, using config files.
Download: Keyword Item Distributor 5.6.1 (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
33) Skyrim Priority SE AE - skse plugin
Make Skyrim always take most of CPU usage. Increase FPS and Prevent suddenly lag caused by other processes.
Download: Skyrim Priority SE AE (3.4.0) (Main Files)
34) Combat Music Fix NG Updated
Simple SKSE plugin to fix the never-ending combat music bug.
Download: Combat Music Fix NG (Main Files)
35) Favorite Misc Items
SKSE plugin that allows you to favorite books/soul gems/keys and other misc items.
Download: Favorite Misc Items (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
36) Simple Block Sparks- Script Free
SKSE plugin that spawns sparks effect on weapon/shield while block attack, visual effect only.
Download: Simple Block Sparks - v0.31 SE (Main Files)
37) No Crime Teleport RE
Simple SKSE plugin fixing the annoying teleportation after paying a fine.
Download: No Crime Teleport SE (Main Files)
38) Killmove Paralysis Prevention
SKSE plugin that prevents victim from getting paralyzed during killmove. Useful if you're using weapons with paralyze enchantment.
Download: KillmoveParalysisFix SE (Main Files)
39) NPC AI Process Position Fix - NG
The plugin will detect every waiting, sleeping, and fast travel event, and calculate the time difference. If the time difference is longer than the Minimum Trigger Hours, the updating position function will trigger and all the humanoid character NPCs who matches the conditions will be updated the position by the mod's functions, sending them to the correct place in the correct time.
Download: NPC AI Process Position Fix - NG (Main Files)
Note: In the FOMOD pick: AI Overhaul.
40) Sound Fix for Large Sector Drives
Skyrim's engine has a bug that causes audio to not play most of the time when the game is installed to a drive with a sector size other than 512 (usually referred to as Advanced Format). This is an SKSE plugin that fixes the bug.
Download: Sound Fix for Large Sector Drives (Main Files)
41) Scaleform Translation Plus Plus
This plugin enables native translation nesting present within SkyUI, as well as English fallbacks.
Download: ScaleformTranslationPP (Old Files) <- use 1.4.1 version
42) Whose Quest Is It Anyway
Swaps the "Quest items cannot be removed..." message for a more descriptive message informing you which quest the item belongs to.
Download: Whose Quest Is It Anyway (Old Files)
43) Splashes Of Skyrim
SKSE plugin that adds projectile based water splashes and ripples, and underwater explosions.
Download: Splashes of Skyrim (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
44) AnimObject Swapper
SKSE plugin and framework for swapping AnimObjects, using config files.
Download: AnimObject Swapper (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
45) ENB Light Inventory Fix (ELIF)
SKSE plugin that fixes the messed up zoom and rotation of items with ENB particle lights.
Download: ELIF - Legacy (Main Files)
46) Recursion Monitor
Detects broken papyrus scripts stuck in recursion and prevents huge framerate lag.
Download: Recursion Fix (Main Files)
47) Barter Limit Fix
SKSE plugin that fixes trading with merchants with more than 32,767 gold.
Download: Barter Limit Fix (Main Files)
48) Aurora Fix
SKSE plugin which fixes auroras getting stuck when transitioning between worldspaces.
Download: Aurora Fix- (Main Files)
49) Better Combat Escape - SSE
A SKSE plugin that improve the vanilla game combat escape\stopping mechanism, to prevent you stucking at combat state with super far away enemy.
Download: Better Combat Escape - SSE V0.83 (Main Files)
50) PAPER
Plugin to expose new functions and events to Skyrim's "Papyrus" scripting language.
Download: PAPER (Main Files)
51) Sound Record Distributor
SKSE framework which allows sounds to be distributed at runtime, greatly simplifying audio mods and patches.
Download: Sound Record Distributor (Main Files)
52) Slayable Offspring SKSE
SKSE plugin that makes children killable.
Download: Slayable Offspring SKSE (Main Files)
53) Improved Help Command - SE - AE
Quickly find item IDs in console by filtering to which type you need. e.g. help axe WEAP, help gem CELL.
Download: Improved Help Command SE (Main Files)
54) Animation Queue Fix
Fixes the queue getting overloaded when a lot of animations are queued for loading at the same time.
Download: Animation Queue Fix (Main Files)
55) Notification Filter - Remove unwanted notifications
SKSE plugin that allows hiding notifications based on customizable rules.
Download: Notification Filter (Main Files)
56) Locational Encounter Zones
SKSE plugin which makes enemies guarding a location the same level as the ones inside.
Download: Locational Encounter Zones (Main Files)
57) Papyrus Tweaks NG
Collection of fixes, tweaks and performance improvements for Skyrim's script engine.
Download: Papyrus Tweaks 4.1.0 (Main Files)
58) Sprint Sneak Movement Speed Fix
Fixes the game applying wrong movement speed if the character draws, sheathes or shouts while sprinting or sneaking.
Download: Sprint Sneak Movement Speed Fix (Main Files)
59) Dual Casting Fix
SKSE plugin that fixes a vanilla bug which causes the game to treat dual cast spells as if they were single cast.
Download: Dual Casting Fix (Main Files)
60) RemoveAllItems Freeze Fix
SKSE plugin which attempts to address an issue with corrupted game state which results in random freezes. Important for jail, the quests Diplomatic Immunity and Mind of Madness, and more.
Download: RemoveAllItems Freeze Fix (Main Files)
61) Camera Persistence Fixes
Fixes free camera position and other issues caused by the game not serializing certain camera data to save.
Download: Camera Persistence Fixes (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
62) Perk Entry Point Extender
Perk Entries, exposed and expanded.
Download: PEPE Main File (Main Files)
63) Instantly Skip Dialogue NG
This SKSE plugin allows the player to skip dialogue instantly, bypassing the 750 millisecond delay. This includes dialogue that's normally unskippable (Hermaeus Mora, Molag Bal, Augur of Dunlain, etc.).
Download: Instantly Skip Dialogue NG (Main Files)
64) Comprehensive Attack Rate Patch - SKSE
The weapon speed fix to put an end to them all.
Download: CARP Main File (Main Files)
65) Kill Caps Lock NG
A tiny SKSE plugin that prevents the Caps Lock key from setting text input to ALL CAPS. The Caps Lock key will still work as a hotkey.
Download: Kill Caps Lock NG (Main Files)
66) Disk Cache Enabler
Use disk cache for IO for less disk activity.
Download: DiskCacheEnabler-1.2 (Main Files)
67) Papyrus Ini Manipulator
This SKSE64 plugin adds the ability to read and write ini files using Papyrus scripting.
Download: Papyrus Ini Manipulator (Main Files)
68) Backported Extended ESL Support
Adds support for the extended plugin (ESL) range introduced in game version 1.6.1130 to versions 1.5.97, 1.6.659, and anything in between.
Download: BEES-1_2 (Main Files)
69) Rogue's Gallery
A miscellaneous papyrus library.
Download: RG Main File (Main Files)
70) Beard Mask Fix for Skyrim 1.5
Hides facial hair when wearing items using slot 44.
Download: Beard Mask Fix for Skyrim 1.5 (Main Files)
71) Simple Dual Sheath
Makes equipped left hand weapons and both staves visible on the player or NPCs. Works with any weapon.
Download: Simple Dual Sheath for 1.5.39 - 1.6.353 (Main Files)
AND:
Simple Dual Sheath Tweaks
Some small tweaks for Simple Dual Sheath.
Download: Simple Dual Sheath Tweaks (Scabbards) (Main Files)
72) Paired Animation Improvements
A SKSE plugin that lets annotated events in paired animations work like in normal animations. Also causes the game to create synchronized animation bindings on demand, freeing up a few hundred animation slots for use by animation replacers.
Download: Paired Animation Improvements (Main Files)
73) Sky Reflection Fix
SKSE plugin which fixes the sky in reflections.
Download: Sky Reflection Fix (Main Files)
74) Andrealphus' Papyrus Functions
This resource is a collection of new native papyrus functions, achieved through the power of SKSE and CommonLibSSE NG.
Download: Andrealphus' Papyrus Functions (Main Files)
75) Alchemy XP Fix
Fixes a bug where you don't get XP for discovering ingredient effects when creating a potion.
Download: Alchemy XP Fix (Main Files)
76) Wash That Blood Off 2
Wash that blood off and clean your armor and weapons in rain or water.
Download: Wash That Blood Off 2 (Main Files)
77) Universal (SKSE) Rim Lighting Fix
SKSE DLL that will fix rim lighting (glow) issues with equipped armor, clothing, creatures, and a variety of other objects.
Download: Universal Rim Lighting Fix (Main Files)
78) Container Distribution Framework
SKSE framework that distributes items to container references based on rules such as location, reference, count, item keyword etc.
Download: Container Distribution Framework (Main Files)
AND:
Container Distribution Framework for Skyrim 1.5
Port of Container Distribution Framework by SeaSparrow to Skyrim version 1.5.97.
Download: Container Distribution Framework for Skyrim 1.5 (Main Files)
79) (NEW) LeveledList Crash Fix
Simple SKSE mod that prevents AddForm from adding forms to leveled lists with 255 items, preventing crashes.
AND:
(NEW) LeveledList Crash Fix for Skyrim 1.5
Port of LeveledList Crash Fix by SeaSparrow to Skyrim version 1.5.97.
Download: LeveledList Crash Fix for Skyrim 1.5 (Main Files)
80) (NEW) Savefile Grouping Fix
Fixes a save game bug that causes custom savefiles to not get properly assigned to the file group of the character they were created on.
1) [VERSION DEPENDENT] Fuz Ro D-oh - Silent Voice
It makes the lips move and slows the subtitles down for voiceless NPCs added by mods.
Download: Fuz Ro D'oh 1.7 (Old Files)
IMPORTANT: Mod will create log file each time you'll start the game and it will place it inside Overwrite folder. It won't break anything, but I like to keep my Overwrite folder clean. To fix this "issue" right-click on mod and click Open in Explorer. Now, go to the SKSE\Plugins. Right-click and select New > Text Document. Name it: Fuz Ro D'oh. Change the file extension to .ini. Open it via Notepad++. Copy and paste the following (and save the changes!):
[General]
WordsPerSecondSilence=2
SkipEmptyResponses=1
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
2) [VERSION DEPENDENT] To Your Face SE and VR
NPCs will not speak greetings towards the Dragonborn's back. Jaay!
Download: To Your Face SE (Main Files)
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
3) [VERSION DEPENDENT] Alternate Conversation Camera
Makes conversation with NPCs more immersive by zooming in to their faces. Fully supports both 1st and 3rd person camera, also supports on sitting and lock-on states. Includes "Witcher 3" camera style.
Download: Alternate Conversation Camera (Main Files) <- 2.4.4 version
IMPORTANT: We want to disable letter box option. Right-click on Alternate Conversation Camera in your left panel and select "Open in Explorer". Find SKSE/Plugins/AlternateConversationCamera.ini and open it via Notepad or Notepad++.
Change this option:
- fCameraSpeed=500 -> fCameraSpeed=780
- bForceFirstPerson=0 -> bForceFirstPerson=1
- bForceThirdPerson=1 -> bForceThirdPerson=0
- bLetterBox=1 -> bLetterBox=0
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
4) [VERSION DEPENDENT] Mum's the Word
Removes the stolen tag from worthless items you steal, so long as no one notices.
Download: Mum's the Word (Main Files)
IMPORTANT: Right-click on Mum's the Word in your left panel and select "Open in Explorer". Find SKSE/Plugins/MumsTheWord.json and open it via Notepad or Notepad++.
Change:
- "costThreshold": 500 -> "costThreshold": 100
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
5) [VERSION DEPENDENT] JContainers SE
Extends Skyrim SE Papyrus scripts (or SKSE/C++ plugins) with JSON based serializable data structures like arrays and maps. Embedded Lua interpreter.
Download: JContainers SE 4.1.13 (Main Files)
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
6) [VERSION DEPENDENT] Fix Note icon for SkyUI (SKSE64 plugin)
A SKSE64 plugin that fixes the Letter/Note icon and type for SkyUI.
Download: FixNotesForSkyUI Skyrim SE 1.5.97 (Main Files)
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
1) FSMP - Faster HDT-SMP
SKSE plugin-based physics extender allowing application of the bullet physics library's skinned mesh physics to actor models in Skyrim.
Download: Faster HDT-SMP (Main Files)
Note: In the FOMOD pick: NOT CUDA, No AVX (if you REALLY know what you're doing, you can pick different option), No MCM - Extreme performance.
2) [VERSION DEPENDENT] CBPC - Physics with Collisions for SSE and VR
Breast-Butt-Belly-Vagina collisions that work out of the box.
Download: CBPC - Fomod installer - MAIN FILE (Main Files)
Note: In the FOMOD pick: Skyrim Special Edition, SSE 1.5.97, CBBE Sevenbase (you can change it later if you decide to use bodyslide with smaller boobs), 60 fps (recommended for the guide, you can use different value), 2, A Lot Reduced (30%), A Lot Reduced (30%), A Lot Reduced (30%), Install Gravity Config.
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
1) FormList Manipulator - FLM
SKSE plugin that allows you to add Forms to FormLists at game startup using configuration files In order to reduce the number of conflicts between mods.
Download: FormList Manipulator - FLM (Main Files)
1) Item Equip Restrictor
SKSE based framework for restricting item equip/spell cast if requirements are not met, using keywords.
Download: Item Equip Restrictor (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
2) Item Equip Restrictor - Armor Gender Equip Restriction for Various Mods
Blocks player and NPCs from wearing modded armors intended for a specific gender. Male players cannot wear female oriented armor/clothes and vice-versa.
Download: KID config (Main Files)
Skyrim's physics engine (HAVOK) is designed to run at 60 fps. If your game runs on higher framerates some bugs can appear (Water splash sounds, water flickering, animals flying, objects moving by themselves, etc...). If you want to have more than 60 FPS, you need to do a few things.
1) SSE Display Tweaks
All-in-one solution for playing at higher framerates. OSD compatible physics fix, borderless fullscreen performance improvement, refresh rate control, highly configurable frame rate limiting plus a few bugfixes and optimizations.
Download: SSE Display Tweaks (Main Files)
IMPORTANT: Right-click on SSE Display Tweaks in your left panel and select "Open in Explorer". Find SKSE/Plugins/SSEDisplayTweaks.ini and open it via Notepad or Notepad++.
Change this option:
- FramerateLimit=240 -> FramerateLimit=60 (OPTIONAL - I prefer to cap my FPS to make sure that physic won't break)
- LoadScreenFilter=false -> LoadScreenFilter=true
- LoadScreenBlock=All -> LoadScreenBlock=DynDOLOD.esm
1) Unofficial High Definition Audio Project (UHDAP) - [ESPLite = 6]
This improves the quality of the vanilla music and sounds, especially if you have an ear for such things.
Download: Music - HQ, Voices EN - Part 1, Voices EN - Part 2 (Main Files)
Note: Load order of these plugins doesn't matter.
WHY?: These .esp files are used solely for loading the .bsa files (they are empty apart from the file header), and because they are ESL flagged files, they don't count towards the .esp limit - so you don't need to extract the BSA's to avoid hitting the 253 esp limit. All of these files were packed into BSA's to improve loading times (the game will load faster when it needs to load a few BSA's rather than thousands of loose files).
2) Unofficial Skyrim Special Edition Patch (USSEP) - [1]
This is a very important mod, because it fixes many of the bugs that Bethesda didn't fix. It also makes tweaks for consistency and adds things that should have been in the base game.
Download: Unofficial Skyrim Special Edition Patch (Main Files)
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
WHY?: This one is a little funny. It doesn't have .dll, but it's still game version dependent. Why? USSEP incorporates Creation Club keywords. If USSEP can't find CC keywords, the game will suddenly crash. That's why it's impossible to use the newest version of USSEP with an older version of Skyrim.
3) Skyrim Landscape and Water Fixes - [ESPLite = 3]
This mod corrects numerous graphic glitches around Tamriel worldspace.
Download: Skyrim Landscape and Water Fixes - FOMOD (Main Files)
Note: In the FOMOD pick: 1.5.97 .esm-s and USSEP, SMIM, None, None, Landscape Fixes for Grass Mods.
4) Skyrim Fixes Collection - [ESPLite = 1]
Collection of bug fixes and consistency changes.
Download: Skyrim Fixes Collection (Main Files)
5) Landscape Fixes For Grass Mods - [1]
Reduce grass clipping with grass mods.
Download: Landscape Fixes For Grass Mods (Main Files)
AND:
Complementary Grass Fixes - [ESPLite = 1]
Addon to LFFGM aimed at correcting clipping issues for particularly dense grass mods.
Download: Complementary Grass Fixes (Main Files)
Note: In the FOMOD don't pick anything.
6) Guard Dialogue Overhaul SE (GDO) - [1]
More dialogue, more realism, and more respect. This mod alters the guard dialogue, changing it from something that breaks your immersion in the world of Skyrim, to something that actually increases it. All in the original voices and fully compliant with lore.
Download: Guard Dialogue Overhaul - ESP (Main Files)
WHY?: Mod is based on Injected Records and Keywords systems. Thanks to them, you can make the mod compatible with absolutely everything, without adding GDO as a master for the file. It's very useful, especially for mod authors.
AND:
Guard Dialogue Overhaul - UHDAP Patch
Remastered voices from Guard Dialogue Overhaul.
Download: Guard Dialogue Overhaul - UHDAP Patch (Main Files)
AND:
GuardsTalk
Adds keywords for Guard Dialogue Overhaul to many items via the magic of Keyword Item Distributor.
Download: GuardsTalk (Main Files)
7) Weapons Armor Clothing and Clutter Fixes (WACCF) - [1]
Fixes bugs and inconsistencies for Skyrim's weapons, armors, clothing, jewelry, and clutter items.
Download: Weapons Armor Clothing and Clutter Fixes (Main Files)
Note: In the FOMOD pick: 2K, LeanWolf's Better-Shaped Weapons with Greatsword Scabbard.
8) Armor and Clothing Extension (ACE) - [1]
It adds more diversity to armour, clothes, and edits NPC's outfits.
Download: Armor and Clothing Extension (Main Files)
9) SkyUI - [1] [ESPLite]
It changes the interface for inventory and magic. It also allows SKSE mods to use the MCM. MCM stands for Mod Configuration Menu, and it allows you to customize a mod in game. This is essential when you're using SKSE, because most SKSE mods use MCM.
Note: It's recommended to download it manually, and then add it to your mod manager.
Download: SkyUI_5_2_SE (Main Files)
WARNING: You need to add Skyrim.esm as a master to fix errors inside the plug-in.
Right-click on SkyUI_SE.esp and select Add Masters.
Check Skyrim.esm and then click OK.
Exit and save your changes.
AND:
SkyUI - Ghost Item Bug Fix
Fixes the issue where SkyUI favourite groups may not equip correctly under certain circumstances, such as after upgrading items.
Download: SkyUI - Ghost Item Bug Fix (Main Files)
10) MCM Helper - [ESPLite = 1]
Simplifies the creation of Mod Configuration Menus and extends them with powerful new features, such as persistent INI settings and hotkey registration.
Download: MCM Helper SE (1.5.97 BACKPORT) (Miscellaneous Files)
11) Skyrim Unbound Reborn (Alternate Start) - [1]
Skyrim Unbound is designed for generic roleplay with more freedom of choice than other alternate start mods. Check THIS F.A.Q. if you want to know more about changes from this mod. REALLY, READ THIS FAQ!
Download: Skyrim Unbound Reborn (Main Files)
Note: In the FOMOD pick: Uncheck addons if needed, None, None, None, None, None, uncheck all patches.
AND:
Skyrim Unbound - Fixes
Fixes and upgrades for Skyrim Unbound.
Download: Skyrim Unbound - UHDAP Sounds (Optional Files)
12) Relationship Dialogue Overhaul (RDO) - [1]
It adds 5000 lines of voiced dialogue for followers to use.
Download: Relationship Dialogue Overhaul - RDO Final (Main Files)
AND:
Relationship Dialogue Overhaul - Update and MCM - [ESPLite = 1]
Patch that adds MCM and all other stuff from 2.0 version of Relationship Dialogue Overhaul (Oldrim).
Download: Relationship Dialogue Overhaul - Update and MCM 1.0.5 (Main Files)
AND:
Relationship Dialogue Overhaul - UHDAP Patch
Higher quality sounds for RDO.
Download: Relationship Dialogue Overhaul - UHDAP Patch (Main Files)
AND:
RDO - Northern Experience Preset
Custom preset for RDO.
Download: RDO - Northern Experience Preset (Miscellaneous Files)
AND:
Relationship Dialogue Overhaul - Update and MCM - Settings Loader
Adds the ability to save and load settings in MCM for Relationship Dialogue Overhaul - Update and MCM by mnikjom. Automatically loads saved settings at startup, so you don't have to spend time in MCM again with each new game.
Download: Relationship Dialogue Overhaul - Update and MCM - Settings Loader (Main Files)
13) Autorun - [ESPLite = 1]
Automatically runs console commands on game start and when a save is loaded.
Download: Autorun (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Text Files tab and select Autorun.txt. Write:
cl off
SetGS fPhysicsDamage1Mass 9999999
Click Close, then Yes when asked about saving changes.
14) Navigator - Navmesh Fixes - [ESPLite = 1]
Navmesh improvements.
Download: Navigator - Navmesh Fixes (Main Files)
Note: In the FOMOD pick: ESP-FE, None, Broken Oar exit.
1) Butterflies Land True - [ESPLite = 1]
A bug fix for fixing bugs. BLT works to correct and fine-tune all Butterfly landing zones in Skyrim. Everywhere in Skyrim.
Download: Butterflies Land True - ESPFE Alternate Version (Optional Files)
2) Weapon Speed Effects Fix - [ESPLite = 1]
Effects that change your weapon speed are bugged if two are active at the same time. This mod fixes that.
Download: Weapon Speed Effects Fix (Main Files)
3) Wiseman303's Flora Fixes - Revamped
Fixed several minor issues in vanilla meshes.
Download: WM's Flora Fixes - Revamped (No Scripts) (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide meshes/dlc02/plants/dlc2horker01.nif and meshes/dlc02/plants/dlc2horkermeat01.nif.
4) Serana's Hood Fix
Fixes Serana's infamous hood.
Download: Serana's Hood Fix (Main Files)
Note: In the FOMOD pick Realistic.
5) No grass in caves - [1] [ESPLite - C]
Simple mod to remove grass in a few caves.
Download: No Grass In Caves (Main Files)
6) NARC Remade - No Animals Report Crimes for Skyrim SE - [ESPLite = 1]
Tired of that chicken going up to the guards and being a nark? Annoyed because that one bear ratted you out? Upset because horses are snitches? Then this is the mod for you!
Download: NARC Remade 1.1.0 (Main Files)
Note: In the FOMOD pick: NARC, nothing on second page (uncheck patches if needed).
7) Armor Mesh Fixes SE
A collection of miscellaneous fixes for Vanilla male armor meshes.
Download: Armor Mesh Fixes (Main Files)
8) Chillwind Depths CTD Fix - [ESPLite = 1]
If you have CTDs in Chillwind Depths, this might help.
Download: Chillwind Depths (Main Files)
9) Dawnguard Rune Axe Bug Fix - [ESPLite = 1]
Bunch of fixes for the Dawnguard Rune Axe.
Download: Dawnguard Rune Axe Fix v1.0 (Main Files)
10) Diverse Skyrim - Battle of Whiterun Fix - [ESPLite = 1]
Fix for Battle of Whiterun scene. It adds a condition to the vanilla AI package to check the voice type before trying to run the package. This means that soldiers that can cheer will and soldiers that cannot cheer will not try to, and therefore will not lock up the scene. It doesn't require Diverse Skyrim to work (it may fix the same problem with similar mods).
Download: Diverse Skyrim Battle of Whiterun Fix (Main Files)
11) Suffer at Kynareth's - [ESPLite = 1]
Prevents the 'Wounded Soldier' and the 'Sickly Farmer' at the Temple of Kynareth from "walking" on the altars. Also replaces the outfit of the soldier to match the Whiterun garrison in case of a Stormcloaks victory.
Download: Suffer at Kynareth's (Main Files)
12) Modern Clap Bug Fix
Prevents NPCs from going into the cheer idle animation when casting certain spells nearby them.
Download: Modern Clap Bug Fix (Main Files)
13) Mannequin Management - [ESPLite = 1]
System for keeping mannequins in place.
Download: Mannequin Management (Main Files)
14) High Gate Ruins Puzzle Reset Fix
Fixes High Gate Ruins Puzzle not resetting properly, blocking off half the dungeon on subsequent visits.
Download: High Gate Ruins Puzzle Reset Fix (Main Files)
15) Nilheim BQ Fix - [ESPLite = 1]
This fixes the "missing Nilheim bandit" bug in the radiant quest 'Bounty: Bandit Boss' (BQ01).
Download: Nilheim BQ Fix (Main Files)
16) Labyrinthian Shalidor's Maze Fixes - [ESPLite = 1]
Tiny fix for some of Shalidor's Maze's issues.
Download: Labyrinthian Shalidor's Maze Fixes (Main Files)
17) College of Winterhold Quest Start Fixes - [ESPLite = 1]
Fixes bugs where College of Winterhold MG07 "The Staff of Magnus" and MG08 "The Eye of Magnus" refuses to start due to unfilled reserved quest aliases.
Download: College of Winterhold Quest Start Fixes (Main Files)
Note: In the FOMOD pick: Vanilla (Regular).
18) Nordic Carved Clipping Fix - [ESPLite = 1]
This is a simple mod that fixes an issue I had with the Nordic Carved Armor where two handed weapons would clip into the armor.
Download: Nordic Carved Clipping Fix (Main Files)
19) Source of Stalhrim Quest Fix - [ESPLite = 1]
Allows to seamlessly start the quest "A New Source of Stalhrim" if it gets stuck.
Download: Source of Stalhrim Quest Fix (Main Files)
20) Mount Anthor Dragon Fix - [ESPLite = 1]
This fixes the "missing dragon" bug at Mount Anthor.
Download: Mount Anthor Dragon Fix (Main Files)
21) Drunk Sinking Head Idle Fix SE
This simply fixes the horrible drunk sinking head idle.
Download: Drunk Sinking Head Idle Fix SE (Main Files)
22) Hearthfire BYOH Mesh Fixes
Corrects the drooping visible when using some texture replacers in the Hearthfire BYOH player homes.
Download: Hearthfire BYOH Mesh Fixes (Main Files)
23) Ebony Mail Effect Shader Fix - [ESPLite = 1]
Fixes the ebony mail effect shader not affecting hair.
Download: Ebony Mail Effect Shader Fix (Main Files)
24) Stamina of Steeds - [ESPLite = 1]
A simple fix for an annoying horse sprint bug.
Download: Stamina of Steeds (Main Files)
25) dunPOISoldiersRaidOnStart Script Tweak - [ESPLite = 1]
Deals with the dunPOISoldiersRaidOnStart script and the dunPOIReachForswornRaidQST quest.
Download: dunPOISoldiersRaidOnStart Script Tweak (Main Files)
26) Shalidor's Maze Puzzle Sound Fix (Labyrinthian) - [ESPLite = 1]
Adds a sound effect to the otherwise silent stone shutter puzzles in Shalidor's Maze within Labyrinthian.
Download: Shalidor's Maze Sound Fix (Main Files)
27) TrapSwingingWall Script Fix
Sometimes the scripts attached to the spike wall traps stay active forever after leaving the dungeons. This tries to fix the issue.
Download: TrapSwingingWall Script Fix (Main Files)
Note: In the FOMOD pick: Improved Traps.
28) Spiders of Solstheim - Transparency Fix
Solstheim Spiders have a barely noticeable transparency, which causes numerous visual glitches. This mod removes it.
Download: Spiders of Solstheim - Transparency Fix (Main Files)
AND:
Spiders of Solstheim - ENB Light - Community Shader Light Limit Fix Light - [ESPLite = 1]
Adds ENB light to magic spiders and related items from Dragonborn DLC.
Download: Spiders of Solstheim - ENB Light - Scrambled Bugs version (Main Files)
AND:
Spiders of Solstheim ENB Light - ELIF Patch
Patch.
Download: Spiders of Solstheim ENB Light - ELIF Patch (Main Files)
29) WIDeadBodyCleanupScript Crash Fix
Fixes a rare crash when saving due to wideadbodycleanupscript.
Download: WIDeadBodyCleanupScript Crash Fix (Main Files)
30) Wiseman303's Critter Fixes - [OLDRIM]
Fixes collision on critters so they can be walked through, while still allowing them to be hit by projectiles and melee attacks. Makes insect ingredients float on water, and miscellaneous other fixes to critter meshes and physics.
Download: WM Critter Fixes v1_06 (Main Files)
Note: In the FOMOD don't pick anything.
CONVERSION: Fix meshes via Assets Optimizer (TNE - Convert Mod profile).
31) Modern Toggle Walk-Run Fix SE
This mod fixes the old issue of Shift key sticking after leaving conversation or killcam mode.
Download: Modern Toggle Walk-Run Fix (Main Files)
32) Floating Ash Pile Fix
Fix floating ash piles by making them fall down to the ground.
Download: Floating Ash Pile Fix (Main Files)
33) Neloth's Experimental Subject Quest (DLC2TTR4a) Fix
Fixes Neloth's Experimental Subject Quest (DLC2TTR4a) getting stuck.
Download: Neloth's Experimental Subject Quest (DLC2TTR4a) Fix (Main Files)
34) Mage Armor Script Fix
Fix major lag/crashes when using mage armor.
Download: MageArmorScriptFix (Main Files)
35) Dwemer Gates Don't Reset - [ESPLite = 1]
Prevents the mysterious, pesky Dwemer Gatekeepers from re-closing what you left opened. Gates, passages, portcullises, bridges, barred doors and whatnots no longer reset when the cell does.
Download: Dwemer Gates Don't Reset (Main Files)
Note: In the FOMOD pick: Dwemer Only, ESP-FE.
36) King Olaf's Fire Festival Not Ending Fix
Retroactively fixes The Burning of King Olaf Fire Festival being stuck.
Download: King Olaf's Fire Festival Not Ending Fix (Main Files)
37) Charge Dialogue Fix - [1] [ESPLite]
This mod is a simple edit that adds "not in combat/critical" conditions to the dialogue that normally plays when you run into people. So people will still get mad at you for running into them around town, but won’t utter ridiculous last words when you smack them with your sword.
Download: Charge Dialogue Fix (Main Files)
38) Andrealphus' Exploit Fixes - [ESPLite = 26]
A compilation of various fixes to common exploits.
Download: Andrealphus Exploit Fixes FOMOD (Main Files)
Note: In the FOMOD pick: pick everything except 9.
39) CritterSpawn Congestion Fix
A fix for the bug spawner, clogging your script engine, causing stacks to be dumped and bugs to be spawned.
Download: CritterSpawn Congestion Fix (Main Files)
40) Proving Honor Companions Quest Progression Fix - [ESPLite = 1]
Makes sure that Vilkas will greet you when you return with the Fragment of Wuuthrad, even if you didn't enter Whiterun through the main gate, and allows you to continue the Companions questline normally.
Download: Proving Honor Companions Quest Progression Fix (Main Files)
41) Fugitive Piss Off - [ESPLite = 1]
Ever been interrupted by a 'Fugitive' guy in the midst of battle, while the bandits keep on bashing you? A simple dialogue tweak preventing the event from triggering while in combat or sneaking.
Download: Fugitive Piss Off (Main Files)
42) Vanilla Scripting Enhancements
Optimize certain vanilla scripts with PO3 Extender to reduce script lag when using lots of mods.
Download: Loose Version (Main Files)
43) OnMagicEffectApply Replacer
Frequent call fix of OnMagicEffectApply event in different scripts.
Download: OnMagicEffectApply Replacer Effective (Main Files)
44) Optimized USSEP Valdr Quest
Fix and optimize the USKPdunMossMotherValdrAliasScript of USSEP using Po3's extender.
Download: Optimized USSEP Valdr Quest (Main Files)
45) Trinity Restored Karliah Gate Fix - [ESPLite = 1]
Fixes the issue that Karliah does not open the gate after you decide to take the oath and she simply walks away.
Download: ESP-FE (Main Files)
46) Twitching Plates Fix - [ESPLite = 1]
This is a fix for twitching plates on tables, in inns and houses.
Download: Twitching Plates Fix (Main Files)
47) Unaggressive Dragon Priests Fix - [ESPLite = 1]
This is my attempt at fixing unaggressive dragon priests.
Download: Unaggressive Dragon Priests Fix (Main Files)
48) FUS RO DON'T - PushActorAway Crash Prevention Script Tweak
If the game tries to throw an NPC with PushActorAway, but the NPC hasn't fully loaded in yet, the game will crash. This mod adds checks to two vanilla scripts to make sure the caster and target both have their 3D fully loaded before trying to use PushActorAway, which stops the NPC from being thrown if the game isn't ready and prevents the crash.
Download: FUS RO DON'T - PushActorAway Crash Prevention Script Tweak (Main Files)
49) Farm Hat 01 Clipping Fix
Fixes minor clipping on farm hat 01.
Download: Farm Hat 01 Clipping Fix (Main Files)
50) Keywords Fixed - [ESPLite = 1]
Fixes various keywords being miss-matched (or not applied at all) to relevant locations in the game.
Download: Keywords Fixed - USEEP - ESL (Main Files)
51) Solitude Empty Landscape Fix - [ESPLite = 1]
Fix the landscape emptiness behind the city walls in both worldspaces, Solitude and Skyrim.
Download: Solitude Empty Landscape Fix (Main Files)
52) Ore Vein Texture Fix - [ESPLite = 1]
Fixes ore veins so they don't abruptly change textures after being mined.
Download: Ore Vein Texture Fix (Main Files)
53) Ethereal Immunity
A bug fix to stop traps from "hitting" ethereal actors and applying diseases to them, among other things.
Download: Ethereal Immunity (Main Files)
Note: In the FOMOD pick: Vanilla.
54) Dwemer Ballista Crash fix - [ESPLite = 1]
Fix for crash after killing a ballista.
Download: Ballistacrashfix (Main Files) <- second Main File!
55) Thieves Guild Dialogue Fix - USSEP Compatible - [ESPLite = 1]
USSEP compatible version of the essential fix to the thieves guild members dialogue system to prevent them spilling their life stories pretty much as soon as you meet them.
Download: Thieves Guild Dialogue Fix - USSEP Compatible (Main Files)
56) Standing Ambusher Fix - [ESPLite = 1]
Fix for standing ambushing actors.
Download: Standing Ambusher Fix (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Rename StandingAmbusherFix.esl to StandingAmbusherFix.esp. Now, activate esp (it will be unchecked after renaming) and move it into proper position in load order.
57) Ench PeakValueModifier Fix - [ESPLite = 1]
Fix a bug that caused the same magic effect of enchanted equipment to accumulate.
Download: Ench PeakValueModifier Fix (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Rename EnchPeakValueModifierFix.esl to EnchPeakValueModifierFix.esp. Now, activate esp (it will be unchecked after renaming) and move it into proper position in load order.
58) Slow Effect Fixes - [1] [ESPLite]
Fixes slowing effects not applying properly, and stops them from stacking to prevent glitchy behavior and let other mods use SpeedMult modifiers more effectively.
Download: Slow Effect Fixes (Main Files)
59) Thunderbolt impact fix - [1] [ESPLite]
This mod fixes a bug where if you cast the spell "Thunderbolt" on certain ground surfaces it won't impact with the surface and won't leave a decal like it's supposed to.
Download: Thunderbolt Impact Fix (Main Files)
60) Durak Teleport Fix - [ESPLite = 1]
This mod fixes a vanilla bug that didn't limit the frequency of relocating Durak to speak to the player about joining the Dawnguard.
Download: Durak Teleport Fix (Main Files)
61) Summerset Shadows Banner Fix - [ESPLite = 1]
The Summerset Shadows banner is now able to be set ablaze by the swing of a torch.
Download: Summerset Shadows Banner Fix (Main Files)
62) Universal Solitude Carriage Seat Fix - [ESPLite = 1]
Fixes Solitude driver seat floating.
Download: Universal Solitude Carriage Seat Fix (Main Files)
Note: In the BAIN installer pick: USSEP Master.
63) Dragonsreach Conversation Fixes - [ESPLite = 1]
A very small mod that makes fixes to a few of the conversations in Dragonsreach.
Download: Dragonsreach Conversation Fixes v2.0 (Main Files)
64) NPCs don't follow through doors while talking - [ESPLite = 1]
Prevents npcs from following you outside if you exit their cell before they finish the conversation.
Download: NPC's don't follow through doors while talking (Main Files)
65) Thalmor Don't Report To Stormcloaks
Thalmor don't report crimes in holds controlled by stormcloaks.
Download: Thalmor Don't Report To Stormcloaks (Main Files)
66) Consistency Fix - Vampire Scouts Only Spawn at Night - [ESPLite = 1]
A tiny bugfix that makes it so that vampire scouts only spawn during the "night" when you have selected the correct side of the Dawnguard expansion.
Download: Consistency Fix - Vampire Scouts Only Spawn at Night (Main Files)
67) Glowing Spider Crash Fix - [ESPLite = 1]
Fix the game freeze brought to you by glowing spiders.
Download: Glowing Spider Crash Fix ESL (Main Files)
68) Consistency Fix - Ghostly Bards Play Ghostly Instruments - [ESPLite = 1]
Sometimes, the ghost shader does not apply to instruments played by ghosts. This is a fallback that makes the instruments played by ghosts blue, so the bug is not obvious.
Download: Ghostly Bards Play Ghostly Instruments (Main Files)
69) Geirmund's Hall Pull Chain - [ESPLite = 1]
Geirmund's Hall has an entrance you can't get back to, and the exit door sometimes doesn't open properly. Here's a workaround.
Download: Geirmund's Hall Pull Chain (Main Files)
70) Animals Swim (Sort of) - [ESPLite = 1]
Rabbits (and other animals) won't walk at the bottom of the sea anymore, they will float near the surface instead.
Download: Animals Swim (Sort Of) (Main Files)
71) Magic Student (WIChangeLocation04) Quest Fix
Fixes quest objective never disappearing from your quest log.
Download: Magic Student (WIChangeLocation04) Quest Fix (Main Files)
72) Robber's Gorge Fixes - [ESPLite = 1]
Fixes issues with Robber's Gorge robbers robbing you incorrectly.
Download: Robber's Gorge Fixes (Main Files)
73) Rock Traps Trigger Fixes - [ESPLite = 1]
Fixes some issues with bandit falling rock traps at Pinewatch and Knifepoint Ridge.
Download: Rock Traps Trigger Fixes (Main Files)
74) Glass Armor Male Mesh Fix
Fixes the UV Mapping issue on the male Glass cuirass, as well as symmetrizing the vertices.
Download: Glass Armor Male Mesh Fix (Main Files)
75) Keeper Carcette Expert Restoration Trainer Fix - [1] [ESPLite]
Keeper Carcette is an expert restoration trainer, but is bugged to only allow you to train while your restoration skill is less than 50. This mod fixes that.
Download: Keeper Carcette Expert Trainer Fix (Main Files)
76) Edmond's Ill Met By Moonlight - Hung Quest - Pathing Bug Fix - [ESPLite = 1]
The vanilla game has a bug that prevents Sinding from walking up to the bars of the jail cell to start the quest. This fixes that bug.
Download: Ill Met by Moonlight Fix (Main Files)
77) World Encounter Hostility Fix
Prevent vanilla world encounter NPCs from turning hostile when you cast non-hostile spells.
Download: World Encounter Hostility Fix -Performance Version (Main Files)
78) NPC Stuck in Bleedout fix - [ESPLite = 1]
Sometimes NPCs get stuck in bleedout forever with full health. This fixes that.
Download: NPC Stuck in Bleedout fix (Main Files)
79) Volkihar hostility fix - [ESPLite = 1]
Prevents vampires from Volkihar Castle from attacking the player when delivering Serana for the first time.
Download: Volkihar hostility fix (Main Files)
80) Adoption Spouse and Moving Fixes - [ESPLite = 1]
This mod patches many critical errors in the adoption and family scripts, provides full support for CC and AE houses, and functions as a retroactive fix for broken adoption states.
Download: Adoption Spouse and Moving Fixes v1.2.0 (Main Files)
81) Whirlwind Sprint Delayed Voice Fix - SSE - [ESPLite = 1]
Implements a workaround to ensure the second and third words of the Whirlwind Sprint shout will not play 1-2 seconds late.
Download: Whirlwind Sprint Delayed Voice Fix (Main Files)
82) Guardian Circle Fix - [ESPLite = 1]
This mod attempts to fix several issues with the Guardian Circle Spell.
Download: Guardian Circle Fix (Main Files)
83) Green Water Cubemap Fix - [ESPLite = 1]
Fix bug where water defaults to green cave cubemap after exiting interior location that has water in it.
Download: Green Water Cubemap Fix (Main Files)
84) Universal Cured Serana Eye Fix - [ESPLite = 1]
Fixes Serana's eyes reverting back to vampire eyes after installing appearance mods.
Download: Universal Cured Serana Eye Fix (Main Files)
85) Stuck on Screen Load Door Prompt Fix - [ESPLite = 1]
Fixes auto load door prompt getting stuck.
Download: Stuck on Screen Load Door Prompt Fix (Main Files)
86) Zero Bounty Hostility Fix - [ESPLite = 1]
Clears hostility that remains even after you pay bounty or kill witnesses. Works on vanilla holds only.
Download: Zero Bounty Hostility Fix (Main Files)
87) Irkngthand's Possible Bugs Fix - [ESPLite = 1]
Mercer Frey might be missing from Irkngthand Sanctuary, and that the TG08RisingWaterScript might get stuck in infinite loop. These are workarounds.
Download: Irkngthand's Possible Bugs Fix (Main Files)
88) Dragonactorscript infinite loop fix
If a dragon dies and you never get close enough to its corpse to absorb its soul, the script for that dragon will be stuck in your save forever, polling every second. This mod fixes that.
Download: Dragonactorscript Infinite Loop Fix - FOMOD (Main Files)
Note: In the FOMOD pick: Main - fail silently.
89) Spawnkiller's Vanilla Yngvild Bugfixes and Improvements - [ESPLite = 1]
Yngvild bugfixes and improvments.
Download: Vanilla Yngvild Bugfixes (Main Files)
90) Honningbrew Barrel Flickering Fix
Fixes a vanilla hidden barrel that stands out with flickering when using Random Barrel Roll.
Download: Honney Fix - Base Object Swapper version (Main Files)
91) MQ105SprintTriggerScript Fix - [ESPLite = 1]
Prevents the MQ105SprintTriggerScript from duplicating itself and getting stuck running forever in your save.
Download: MQ105 Duplicate Script Fix (Optional Files)
92) Windhelm Vendor Services Fix - [ESPLite = 1]
Sets two vendors in Windhelm to correctly sell from added vendor chests.
Download: Windhelm Vendor Services Fix (Main Files)
93) Jorrvaskr Vertical Hole Fix - [ESPLite = 1]
Fix the horrible vanilla Jorrvaskr vertical holes.
Download: Jorrvaskr Vertical Hole Fix (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Rename Jorrvaskr Vertical Hole Fix.esl to Jorrvaskr Vertical Hole Fix.esp. Now, activate esp (it will be unchecked after renaming) and move it into proper position in load order.
94) Shoeless Bandit Fix - [ESPLite = 1]
Gives shoes to a bandit with incomplete armor set.
Download: Shoeless Bandit Fix (Main Files)
95) magicAttachAshPileOnDeath and Disintegrate Perk Fix
Fixes the magicAttachAshPileOnDeath script.
Download: magicAttachAshPileOnDeath and Disintegrate Perk (Main Files)
Note: In the FOMOD pick: None.
96) Buy and Sell Torches - Bug Fix - [ESPLite = 1]
Bethesda wanted people to buy torches from general goods merchants, but it doesn't work. Now it works.
Download: Buy and Sell Torches - Bug Fix (Main Files)
97) EXCUSE ME I'M SLIDING HERE (EMISH) - Dragon Crash Land Markers Fix - [ESPLite = 1]
You may have realized that sometimes dragons crash land, slide on the ground and make a glorious scene. But sometimes they get stuck in the terrain and that's not so glorious. This mod aims to fix that.
Download: EMISH - Dragon Crash Land Markers Fix (Main Files)
98) Delphine Skyhaven Bugfix MQ203
Fixes delphine stuck when she enters Skyhaven temple for the first time.
Download: Delphine Skyhaven Fix (Main Files)
99) Whiterun Imperial Camp Fixes - [ESPLite = 1]
Fixes various issues around the Imperial Whiterun camp to eliminate clipping and improve NPC pathing.
Download: Whiterun Imperial Camp Fixes (Main Files)
100) Safer Spikes
Makes spikes such as those in the pit at Halted Stream Camp safer to approach from the side.
Download: Safer Spikes (Main Files)
101) Low Stamina Blocking Voice Consistency - [ESPLite = 1]
The plugin simply modify all the low stamina blocking dialogue condition so that they properly play according to character's gender and not forced to EvenToned voice type.
Download: Low Stamina Voice Consistency (Main Files)
102) Rise in the East CTD fix - [ESPLite = 1]
This is a fix for the CTD that occurs in Rise in the East.
Download: Rise in the East CTDfix (Main Files)
103) Shrouded Gloves Description Fix - [ESPLite = 1]
Small fix that rewords the description of the Shrouded Gloves and adds a description to the Shrouded Hand Wraps that matches the wording of the Active Effect of the Backstab Perk.
Download: Shrouded Gloves Description Fix (Main Files)
104) Soul Cairn Landscape Fixes - [1] [ESPLite]
Some fixes to landscape meshes in Soul Cairn.
Download: Soul Cairn Landscape Fixes (Main Files)
105) WI College Student Bug Fix
Fixes the most annoying world interaction with the college student asking the dragon born to cast a ward.
Download: WI College Student Fix (Main Files)
106) Solitude Cosmetic Patch - [1] [ESPLite] [CLEANING]
Just a small mod that patches flying, misplaced or otherwise bugged objects in Solitude.
Download: Solitude Cosmetic Patch (Main Files)
107) Scripts Carefully Reworked Optimized and Tactfully Enhanced (SCROTE) - Simply Optimized Scripts AIO
Various script fixes.
Download: SCROTE Loose Files Version (Main Files)
108) Apocrypha exit bug fix
Apocrypha bug - "You are unable to concentrate on what you're reading." fix.
Download: Apocrypha exit bug fix (Main Files)
109) Kill Miraak Spell Fix - Fix for Unlootable and Unkillable Miraak - [ESPLite = 1]
After defeating Miraak, sometimes Hermaeus Mora fails to kill him. Miraak still turns into a skeleton, but keeps floating in the air, and he doesn't actually die. This makes it impossible for the player to take any of his loot. This mod fixes that bug.
Download: Kill Miraak Spell Fix (Main Files)
110) Staves On Self Fix - [ESPLite = 1]
This mod fixes incorrect idle animations when using a staff that contains a spell that targets the caster.
Download: Staves On Self Fix (Main Files)
111) The Right to Remain Silent - [ESPLite = 1]
Prevents Wuunferth the Unliving from saying "Whatever you've heard I can do is probably true" if he's in jail.
Download: The Right to Remain Silent (Main Files)
112) Motionless Rocks Killing People Fix - [ESPLite = 1]
Fixes already fallen motionless rocks from falling rock traps killing NPCs that bump into them.
Download: Motionless Rocks Killing People Fix - For Player Too (Optional Files)
Load Order:
- Move Skyrim Landscape and Water Fixes - 1.5.97-Only Fixes.esp under Skyrim Landscape and Water Fixes.esp in your load order (right panel in MO2).
- Move Landscape and Water Fixes - Patch - LFfGM.esp under Landscape Fixes for Grass Mods.esp in your load order (right panel in MO2).
1) FileAccess Interface for Skyrim SE Scripts - FISSES - [1]
Easy to use interface for modders to save&reload in-game variables (e.g. MCM settings) to/from file.
Download: FileAccess Interface for Skyrim SE Scripts - FISSES (Special Edition) (Main Files)
2) UIExtensions - [1]
Adds various custom menus to Skyrim. Requirement for some mods.
Download: UIExtensions v1-2-0 (Main Files)
1) A Quality World Map - [1] [44] [ESPLite - C]
Improves the textures of the world map and adds roads.
Download: 9.0.1 A Quality World Map - Vivid with Stone Roads (Main Files)
CONVERSION: The ESP for the Vivid version is still in Form 43, and will need to be converted in the Creation Kit.
2) Dynamic snow For Map - [OLDRIM]
Improves the snow texture in the world map.
Download: Type 2 (Main Files)
Note: This mod contains only textures, so there is nothing to convert. Almost all oldrim textures are working without problems in Special Edition.
3) CoMAP - Common Marker Addon Project - [ESPLite = 3]
CoMAP is an SKSE based framework that allows the adding of custom map/compass marker designs, editing marker discovery music and changing marker assignments without any need for an esp. Ships with a large variety of built in marker types for you to use and premade config files for various mods.
Download: CoMAP (Main Files)
Note: In FOMOD pick: CoMAP Config Pack, Obscured Undiscovered Markers - Small Hollow Diamond, Hidden Until Discovered, Jorrvaskr Map Marker (Closed City), Altars and Shrines.
MapMarkerFramework.ini: Right-click on mod and click Open in Explorer. Now, go to the SKSE\Plugins. Go to the MapMarkersFramework.ini and open it via Notepad++. Remember to save after you finish. You need to change these options again after each CoMAP update!
Change these options:
- bObscuredUndiscovered=0 -> bObscuredUndiscovered=1
- fMarkerScale=1.0 -> fMarkerScale=0.75
- bObscuredUndiscovered=0 -> bObscuredUndiscovered=1
AND:
CoMAP 4 for Skyrim 1.5
Port of CoMAP v4 by Parapets and Jelidity to Skyrim version 1.5.97.
Download: CoMAP 4.0 for Skyrim 1.5 (Main Files)
4) Atlas Map Markers SE - Updated with MCM - [1]
More than 700 new map markers have been added to the game, that you can customize via MCM.
Download: Atlas Map Markers (Main Files)
AND:
Atlas Map Markers SE - Updated with MCM - Settings Loader
Saves settings as you change them, automatically loads settings on startup or game load, imports settings from an existing save, so you don't have to spend time in MCM again with each game.
Download: Atlas Map Markers SE - Updated with MCM - Settings Loader (Main Files)
5) Unique Map Weather
SKSE plugin which allows unique weather to be added to world maps.
Download: Unique Map Weather (Main Files)
AND:
Unique Map Weather - Vanilla Additions - [ESPLite = 1]
Addon for Unique Map Weather which adds unique weather to other maps.
Download: UMW - Vanilla Additions (Main Files)
6) (NEW) Local Map Upgrade
An SKSE plugin to overhaul the local maps. Placing custom markers in interiors, color keeping the fog of war, and some other fixes and improvements.
Download: LocalMapUpgrade (Main Files)
7) (NEW) HD Local Map
SKSE plugin which makes local maps use the full screen resolution.
Download: HD Local Map (Main Files)
1) Better Container Controls for SkyUI - [1] [ESPLite]
Do you get annoyed by the quantity prompt or wish you could put all of your ingredients away with a single command? Better Container Controls for SkyUI adds a few new useful features to the container menu.
Download: BCC-SkyUI-v31 (Main Files)
2) [VERSION DEPENDENT] SkyHUD
It offers alternative HUD presets in its FOMOD, and it's possible to customize them, or create your own.
Download: SkyHUD v090B v4 (Main Files), Patch - SkyHUD v090B (Update Files)
Note: In the FOMOD select the following options: Loose Files, None, Install iHUD compatibility patch.
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
3) Immersive HUD - iHUD - [1]
It allows the HUD to be toggled on and off with the X key. What shows when the HUD is active can be customized.
Download: Immersive HUD - iHUD (Main Files)
AND:
Immersive HUD - Northern Experience Preset
Custom preset for iHUD.
Download: Immersive HUD - Northern Experience Preset 1.1 (Miscellaneous Files)
AND:
Immersive HUD - Settings Loader - [ESPLite = 1]
Adds the ability to save and load settings in MCM for Immersive HUD - iHUD Special Edition. Automatically loads saved settings at startup, so you don't have to spend time in MCM again with each new game.
Download: Immersive HUD - Settings Loader (Main Files)
4) [VERSION DEPENDENT] MoreHUD SE - [ESPLite = 1]
It provides useful information about items, and enemies when you hover the mouse cursor over them.
Download: moreHUD SE Light Master- Pre AE (Optional Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Rename AHZmoreHUD.esl to AHZmoreHUD.esp. Now, activate esp (it will be unchecked after renaming) and move it into proper position in load order.
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
AND:
moreHUD - Northern Experience Preset
Custom preset for moreHUD.
Download: moreHUD - Northern Experience Preset (Miscellaneous Files)
AND:
moreHUD SE - Legacy Settings Loader
Automatically loads the user config file of the "moreHUD SE" mod after you start new game or install this mod, so you don't have to spend time in MCM again with each new game.
Download: moreHUD SE - Settings Loader (Main Files)
Note: In the FOMOD pick: Universal version.
5) [VERSION DEPENDENT] MoreHUD SE Inventory Edition
This mod brings some features from moreHUD into the inventory menu. From your inventory you can now see if enchantments are known by the player and other features. It also increases the Item Card size for mods that have long effect descriptions.
Download: moreHUD Inventory Edition Loose Version - Pre AE (Optional Files)
SKSE VERSION CHECK: Make sure this mod matches the current version of SKSE.
6) Sovngarde - Mist's Font Replacer
Really good font replacer.
Download: Sovngarde - A Nordic Font Bold V8.9 (Main Files)
AND:
Font Overhaul - Natural Typefaces for Skyrim -- FONTS
New font for notes.
Download: Font Overhaul - All In One Installer (Main Files)
Note: In the FOMOD pick: None, Skyrim Default, Morris Roman, Anke Calligraphic FG, Don't Install.
AND:
Fonts - Northern Experience Setup
Custom setup for the guide.
Download: Fonts - Northern Experience Setup 1.2 (Miscellaneous Files)
7) Convenient Reading UI - SE - [ESPLite = 1]
Quality of life improvements for the book menu: faster pages animation, configurable text size, configurable bottom bar.
Download: Convenient Reading (Main Files)
8) Skyrim Se Skill Interface Re-Texture
Re-textures the skill interface. It has a range of options included in a FOMOD.
Download: SSIRT SE v4.1 (Main Files)
Note: In FOMOD choose whatever option you like.
9) Extended UI - [1] [OLDRIM] [ESPLite - C]
Extended UI is a project that attempts to fix parts of the user interface. At the moment the intent is for Extended UI to be a complementary mod to SkyUI rather than to replace parts of SkyUI.
Download: Extended UI (Main Files)
CONVERSION: Unpack BSA via Assets Optimizer (TNE - Unpack BSA profile). Resave plugin in Creation Kit 64.
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide/Delete interface\console.swf and scripts\exui_consolemenu.pex.
AND:
Extended UI - Settings Loader
Saves settings as you change them, automatically loads settings on startup or game load, imports settings from an existing save, so you don't have to spend time in MCM again with each game.
Download: Extended UI - Settings Loader (Main Files)
10) Notification Overhaul SE - First (1st) Person Messages - [ESPLite = 1]
Notifications are now more immersive and they will blend in nicely with the game. Some notifications are colored appropriately for urgency, failure, or success.
Download: Notification Overhaul SE v2.0.1 (Main Files)
Note: Uncheck Optional folder and meta.ini when installing.
11) More Immersive Activations (SkyRem - Mia) - [ESPLite = 1]
A simple mod that changes the activation texts in many scenarios.
Download: SkyRem - Mia 2.1.3
12) Hide Quest Items in Container Menu - [ESPLite = 1]
Hides quest items from the player's inventory when in container menu since you can't put quest items in a container anyways.
Download: Hide Quest Items in Container Menu (Main Files)
13) Forget Spell
Too many spells cluttering your magic menu? Now you can forget them, directly from the menu!
Download: Forget Spell (1.5.97) (Old Files)
Note: In the FOMOD pick: Skyrim Special Edition, SkyUI.
14) Improved Loading Screen Colors - [ESPLite = 1]
Removes tint, contrast and saturation altering effects that are applied to loading screens, so that loading screens appear in their original colors. Most noticeable when using image based loading screens.
Download: Improved Loading Screen Colors (Main Files)
15) Too many notifications
The plugin makes notifications disappear when their number reaches their limit. They don't accumulate anymore!
Download: TooManyNotifications (Main Files)
16) Time Format Changer
Allows you to change the time and date format used by the game to anything you want.
Download: Time Format Changer (Latest version for SE) (Miscellaneous Files)
Note: In the FOMOD pick: Vanilla 24h.
17) Informed Mail Delivery - [ESPLite = 1]
This mod displays the names of delivered items.
Download: Informed Mail Delivery (Main Files)
Note: In the FOMOD pick: Green, Install.
18) Skyrim Character Sheet
A mod that lets you display Player Information in a Custom Windows, Faction Ranks, Thane hood and Champion of a Daedric Prince or Princess as well as one in the Inventory that updates with equip/unequip of Gear.
Download: SkyrimCharacterSheet (Main Files)
SkyrimCharacterSheet_Input.json: Right-click on mod and click Open in Explorer. Now, go to the SKSE\Plugins\SkyrimCharacterSheet. Go to the SkyrimCharacterSheet_Input.json and open it via Notepad++. Remember to save after you finish. You need to change these options again after each update!
Change this option:
- "inventory_enabled": true, -> "inventory_enabled": false,
19) TrueHUD - HUD Additions - [ESPLite = 1]
Very customizable actor info bars, boss bars, player widget, recent loot log and an API for other plugins to use. Modular and customizable through MCM.
Download: TrueHUD (Main Files)
20) Infinity UI
This SKSE plugin aims to put an end to incompatibilities between UI mods with an easy-to-use framework, allowing customization per UI element.
Download: Infinity UI (Main Files)
21) Compass Navigation Overhaul
This mod adds quality-of-life features and improvements to the compass, seen in games such as The Witcher 3, Horizon Zero Dawn, God of War, etc.
Download: Compass Navigation Overhaul (Main Files)
AND:
CoMAP 4 for Skyrim 1.5 - Compass Navigation Overhaul Patch
Patch.
Download: Compass Navigation Overhaul Patch (Optional Files)
22) Constructible Object Custom Keyword System
Improves the usability of the Constructible Object Menu with SkyUI with an extensible keyword-based category system.
Download: Crafting Categories for SkyUI (Main Files)
AND:
Constructible Object Custom Keyword System NG - [ESPLite = 1]
NG (SE) patch for "Constructible Object Custom Keyword System" mod by Parapets.
Download: Constructible Object Custom Keyword System NG (Main Files)
AND:
Cooking Categories Improvement (Constructible Object Custom Keyword System - Fixes) - [ESPLite = 1]
Adds thoughtful, zero-conflict sub-categories to the cooking and baking stations.
Download: Cooking Categories Improvement (2.0.1) (Main Files)
AND:
Constructible Object Custom Keyword System - Seperate Weapon and Armor
Improves the Constructible Object Custom Keyword System mod by splitting Armour and Weapon categories.
Download: Constructible Object Custom Keyword System - Seperate Weapon and Armor (Main Files)
AND:
Versatile Item and Group Re-Assignment - C.O.C.K.S. Enhanced - [ESPLite = 1]
Enhances the Constructible Object Custom Keyword System mod with additional categories and support for various popular mods.
Download: Versatile Item and Group Re-Assignment (Main Files)
23) Dear Diary Dark Mode - SkyUI Menus Replacer SE
Replacer for Skyrim interface in a dark fantasy style with some QoL improvements.
Download: Dear Diary Dark Mode (texts - white color) (Main Files)
Note: In the FOMOD pick: Yes, Yes, Yes, Yes 16:9 (or whatever res you need), Yes extended version, Yes, Yes, Yes Extended UI, Yes, Yes, Yes, Yes, Yes, Yes, Yes, No, No, Yes, No, Yes, No, Yes, No, Yes animated, No, No, No, 60 FPS More Informative Console, Yes.
AND:
Dear Diary Dark Mode - VIAGRA Patch
Patches the conflict for the SkyUI_SE_English.txt file between Versatile Item and Group Re-Assignment and Dear Diary Dark Mode and its derivative skins (Untarnished, New Horizons, etc).
Download: VIAGRA Dear Diary Dark Mode (Main Files)
24) Untarnished UI
A flat and modern interface replacer mod based on Dear Diary Dark Mode. This mod focuses on modernizing Skyrim’s interface while feeling similar to its original style.
Download: Untarnished UI 1.1.6 (Main Files)
Note: In the FOMOD pick: Yes, Default, No, Normal, Yes, No, Yes extended, Yes, Yes, Yes, Yes, No, Yes, Yes, Yes, Yes, Yes, Yes, No, Yes, Yes Extended UI, Yes, Yes, Yes no bar, No, No, Yes, No, Yes, Yes, No, Yes, No, Yes 3.4.2, Yes, No.
AND:
Untarnished UI - More Informative Console
A user interface patch for the great "More Informative Console" mod to fit Untarnished UI's artstyle.
Download: More Informative Console - Untarnished UI Patch (Main Files)
AND:
UIExtensions - Untarnished UI Patch
A user interface patch for the most important interfaces from the very popular "UIExtensions" mod to fit Untarnished UI's artstyle.
Download: Untarnished UI - UIExtensions Patch (Main Files)
Note: In the FOMOD pick: Install [Default], Install, Install, Playstation.
25) NORDIC UI - Interface Overhaul
HUD overhaul.
Download: NORDIC UI (Final Design) (Main Files)
Note: In the FOMOD pick: HUD (SkyHUD), None.
26) NORDIC UI - Miscellaneous Patches
Nordic UI's textures applied to various other mods.
Download: NORDIC UI - Miscellaneous Patches (Main Files)
Note: In the FOMOD pick: None, None, None, Loading Screen Install.
27) Nordic...ish - A TrueHUD preset based on Nordic UI
Preset for TrueHUD meant to emulate Nordic UI.
Download: Nordic-ish - A Preset for TrueHUD based on Nordic UI (Main Files), Nordic-Ish TrueHUD Recent Item Widget (Made by SwitchbackModding) (Update Files)
28) ElSopa - Colored SkyUI Active Effect Icons SE
Colored active effect icons.
Download: ElSopa - Colored SkyUI Active Effect Icons (Main Files)
29) Mist's Anthology Menus
Hand-drawn menu replacers for classic Elder Scrolls fans in multiple flavours.
Download: Mist's Anthology Menus - Dragon Aspect (Main Files)
30) Main Menu Design Replacer - Multilanguage - 60 FPS
This mod replaces the main menu interface with an more old school one.
Download: Main Menu Design Replacer (clean) (Main Files)
31) Starlit Lakes Loading Screens - [ESPLite = 1]
A collection of 100 new loading screens, accompanied by various snippets of Tamrielic and Skyrim-oriented lore.
Download: Starlit Lakes Loading Screens - SSE (Main Files)
32) Immersive Load Screen Message Overhaul - [ESPLite = 1]
Edits Skyrim SE's load screen messages to offer full immersion and better cohesion with mods. No more irrelevant gameplay tips.
Download: Immersive Load Screen Message Overhaul (Main Files)
33) Pastel SkyUI Markers
Pastel map markers for SkyUI.
Download: Pastel SkyUI SkyHUD (Main Files)
34) CoMap x Pastel Map Markers
Updates the icons provided by CoMap to have pastel colors that match the original Pastel Map Markers mod.
Download: CoMap x Pastel Map Markers (Main Files)
WARNING: At first MO2 will show you a warning that content of <data> doesn't look valid. Ignore it and click OK to install the mod. Click Ignore when another error will appear. Mod works just fine.
35) Use or Take SKSE
Simple SKSE plugin that allows you to use/equip/eat/drink OR take items.
Download: Use Or Take SKSE (Main Files)
Note: In the FOMOD pick: SSE v1.5.97 ("Special Edition").
36) Show Follower Carry Weight - [ESPLite = 1]
Show follower's current carry weight in trading menu.
Download: Show Follower Carry Weight (Main Files)
AND:
Show Mount Carry Weight
Script replacement for Show Follower Carry Weight, so it works with mounts.
Download: Show Mount Carry Weight (Main Files)
1) Inventory Interface Information Injector - [ESPLite = 1]
Inserts interesting information, including item icons, into inventory interface. Importantly, its innocuous injection implementation intrinsically ignores independently installed interface improvements.
Download: Inventory Interface Information Injector (SE) (Main Files)
AND:
Inventory Interface Information Injector for Skyrim 1.5
Port of Inventory Interface Information Injector by Parapets + Jelidity to Skyrim version 1.5.97.
Download: Inventory Interface Information Injector 1.5 (Main Files)
2) B.O.O.B.I.E.S (aka Immersive Icons) - [ESPLite = 1]
More item types, more colors, more icons.
Download: B.O.O.B.I.E.S (Immsersive Icons) (Main Files)
Note: In the FOMOD pick: Core Files, Druid Armor, JaySuS Swords SE, Royal Armory, Skyblivion's Akaviri Warblade, None, Dawnguard Arsenal, Inigo, Legends of Aetherium, Nether's Follower Framework, Relationship Dialogue Overhaul, Twilight Princess Armor, Unslaad, Wintersun - Faiths of Skyrim.
3) Object Categorization Framework
A framework that creates and distributes categories to items and other base objects from hundreds of mods using KID, FLM, and SPID.
Download: Object Categorization Framework (Main Files)
Note: In the FOMOD pick: Light, are Vegetables.
AND:
Object Categorization Framework - Some KID Patches - I4
Patches some mods to utilize Object Categorization Framework icons.
Download: OCF - Some KID Patches FOMOD (Main Files)
Note: In the FOMOD pick: Adventurer's Magic Backpack and Lantern, Gore, Inigo, Lucien, Remiel, Xelzaz.
4) The Handy Icon Collection Collective
The Handy Icon Collection Collective (T.H.I.C.C.) is a resource that provides icons packed into .swf files mainly for use with mods like Inventory Interface Information Injector.
Download: The Handy Icon Collection Collective (Main Files)
5) Aura's Scrumptious Supplement (A.S.S. for B.O.O.B.I.E.S.) - [ESPLite = 1]
Adds item types, colors, and icons for food and other ingestible items.
Download: A.S.S. for B.O.O.B.I.E.S. (Main Files)
Note: In the FOMOD pick: Colorful Food.
6) Phenomenally Enriched and Nuanced Ingredients for SkyUI (P.E.N.I.S. for B.O.O.B.I.E.S.) - [ESPLite = 1]
Adds item types, colors, and icons for alchemical ingredients.
Download: P.E.N.I.S. for B.O.O.B.I.E.S. (Main Files)
Note: In the FOMOD pick: Colorful Ingredients.
1) JS Lockpicking UI SE
Remade Skeleton Key model.
Download: 2k Textures (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide meshes/interface/lockpicking/lockpickshiv01.nif.
AND:
EASIER LOCKPICKING - Without Cheating - Nordic Retexture - [OLDRIM]
This mod retextures the locks in Skyrim to be more scratched and weathered looking. This gives more visual reference points to remember your lock pick placement. When a pick breaks, it's easier to find the spot you started from.
Download: Easier Lockpicking 1_2 - Nordic Locks (Main Files)
2) Security Overhaul SKSE - Lock Variations
SKSE based framework for replacing overused lock model with unique lock variants.
Download: Security Overhaul SKSE - Lock Variations (Main Files)
Note: In the FOMOD pick: 2K Textures, SSE v1.5.97 (Pre-"AE").
AND:
Ancient Dwemer Metal - My patches - Security Overhaul SKSE - Lock Variations
Retexture.
Download: Ancient Dwemer Metal - My patches - Security Overhaul SKSE - Lock Variations (Optional Files)
3) Security Overhaul SKSE - Lock Add-ons
Additional variant lock models for Security Overhaul SKSE - Lock Variations.
Download: Security Overhaul SKSE - Add-ons (Main Files)
Note: In the FOMOD pick: 2K Textures.
4) Security Overhaul SKSE - Regional Locks
Regional variant lock models for Security Overhaul SKSE - Lock Variations.
Download: Security Overhaul SKSE - Regional Locks (Main Files)
AND:
Ancient Dwemer Metal - My patches - Security Overhaul SKSE - Regional Locks
Retexture.
Download: Ancient Dwemer Metal - My patches - Security Overhaul SKSE - Regional Locks (Optional Files)
5) Security Overhaul SKSE - Some More Locks
Adds some more individual locks to the game.
Download: Security Overhaul SKSE - Some More Locks (Main Files)
Note: In the FOMOD pick: None, None, JS Common Cages SE, East Empire Strongbox Logo, Jail Doors With Handles.
6) Which Key NG
Replaces the lock level of a locked door or container with the name of the key if the player has the key in their inventory.
Download: Which Key NG (Main Files)
1) Description Framework
A framework for misc items to have a description in-game.
Download: Description Framework (Main Files)
2) CS' Campfire Item Descriptions
Adds item descriptions to the misc items from the Campfire mod.
Download: Campfire Item Description - ini file (Main Files)
1) Desktop Splash Screen
Displays a splash screen while launching the game with SKSE.
Download: Splash Screen (Main Files)
AND:
Desktop Splash Screen for TNE
New splash screen.
Download: Desktop Splash Screen for TNE (Miscellaneous Files)
Load Order:
- Move FISS.esp above Unofficial Skyrim Special Edition Patch.esp in your load order (right panel in MO2).
- Move TrueHUD.esl under FISS.esp in your load order (right panel in MO2).
1) Still - Skyrim Inspired Music - [ESPLite = 1]
Adds +35 minutes of soundtrack, heavily inspired by the original tracks.
Download: Still - ESP flagged as ESL (Optional Files)
2) Hun Lovaas - Skyrim Fan-Made Combat Music - [ESPLite = 1]
Another great music mod by the author of Still (mod above).
Download: Hun - Lovaas - ESP flagged as ESL (Optional Files)
3) The Northerner Diaries - Immersive Edition (music by Jeremy Soule) - [ESPLite = 1]
Adds a few tracks from Jeremy Soule's Northerner Diaries into Skyrim and Solstheim's exploration playlists.
Download: The Northerner Diaries - Immersive Edition ESL (Main Files)
4) Musical Lore (Soundtrack Mod By Nir Shor) - [1] [CLEANING]
This mod adds three lore friendly professionally produced music tracks to your skyrim playlists.
Download: Musical Lore V1.2 (Main Files)
5) Music of Tamriel - [1] [ESPLite]
Adds the soundtrack of Morrowind and Oblivion to the over-world of Skyrim using assets from the Dragonborn DLC.
Download: Music of Tamriel (Main Files)
6) The Elder Songs - Fanmade Music Expansion - [ESPLite = 7]
“The Elder Songs” is a music expansion mod which adds new music to the game.
Download: The Elder Songs - Complete (Main Files)
Note: In the FOMOD pick: Explore Module, Combat Module, Town Module, Castle Module, Tavern Module, Dungeon Atmospheric, Dungeon Melodic. Don't pick anything else.
7) Dreams and Nightmares Music Mod
This mod adds new and original music to the world of Skyrim. It includes euphoric, but also dark & melancholic Exploration tracks, Skyrim and Witcher inspired Combat tracks, as well as Castle-,Dungeon-, Tavern tracks.
Download: SKYRIM Dreams and Nightmares Music Mod (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide Skyrim Dreams & Nightmares(Personalized Music plugin).esp.
WARNING: You also need to create a new folder and move all the tracks there in order to make the Non-Personalized Music plugin to work.
Go to the Music folder.
Create new folder and name it "Dreams and Nightmares".
Move all other files to newly created folder.
AND:
Dreams and Nightmares - Non-Personalized Music - [ESPLite = 1]
An esp that adds the songs from Dreams and Nightmares in a standalone structure instead of Personalized Music structure so it can be used with other mods that use Personalized Music as base.
Download: Dreams and Nightmares - Non-Personalized Music (Main Files)
8) Melodies of Civilization - Skyrim Fan-Made Music - [ESPLite = 1]
Adds 25+ minutes of lore friendly/immersive music specifically written for Skyrim!
Download: Melodies of Civilization 1.01 (Main Files)
9) Around the Fire - Skyrim Fan-Made Music - [ESPLite = 1]
Doubles the amount of tavern tracks with lore-friendly/immersive music written specifically for Skyrim!
Download: Around the Fire (Main Files)
10) Dawnguard Music Overhaul - Skyrim Fan-made Music - [ESPLite = 2]
Enhances the Dawnguard questline with 11 new lore-friendly tracks, written specifically for the Dawnguard DLC, including tracks for the Harkon boss fight.
Download: Dawnguard Music Overhaul - Combat Module (Main Files), Dawnguard Music Overhaul - Main Module (Main Files)
1) Less Music - [ESPLIte = 1]
This mod adds short and dynamic pauses into Skyrim's music playlists. There will be variable breaks in between. You may hear two songs in a row, or a couple minutes silence. This increases the impact when a song actually begins to play. It makes the music more meaningful.
Download: Less Music (Main Files)
Note: In FOMOD pick: The Quiet Place.
1) Audio Overhaul for Skyrim SE (AOS) - [1]
AOS is an extensive sound overhaul aiming to make the soundscape more immersive, clear, responsive, impactful, and ultimately fun, while always aiming for maximum compatibility, performance, and coherency with the main game.
Download: Audio Overhaul for Skyrim (4.1.3) (Main Files)
Note: In the FOMOD don't pick anything.
2) Immersive Sounds - Compendium (ISC) - [1]
A dramatic and extensively customizable overhaul of Skyrim's sound.
Download: Immersive Sounds Compendium SSE 3.0 (Main Files)
Note: In FOMOD choose: IS Default (Extra Bloody), S'wit Fighter Turbo, Semi-Smooth Equip, Realistic - Twangy, IS Default, High Fantasy, Extra Gory Killmove Sounds, Smooth Weapon Swing, Silent Arrow Projectile Loop, Soul Suck, Templar, Swooshy, Demonic Draugr, Well-Mannered Wolves, Sensible Storm Atronachs, Silent Nirnoot Sound, Dungeon Ambiance, TESO Summoning, Silent Sneak Attack, Silent Player Ragdoll.
3) Audio Overhaul - Immersive Sounds Integration (AOS - ISC Compatibility Patch) - [ESPLite = 1]
An intelligently-made integration of the two largest and extensive audio mods available for Skyrim.
Download: Audio Overhaul Skyrim - Immersive Sounds Compendium Integration (1.1.0) (Main Files)
4) Sound Hammering Sounds
NPC's hammering on wood no longer sounds like they're hammering metal.
Download: Sound Hammering Sounds (Main Files)
5) IHSS - Improved Horse Step Sounds - [1] [ESPLite - C]
This mod improves the "hoovestep" sounds of the horses by adding "sound sets" for different surfaces.
Download: Improved Horse Step Sounds - Special Edition (Main Files)
6) Better Animal Footsteps - [OLDRIM]
Better Animal Footsteps improves the footstep sounds for many of Skyrim's animals, to make them more appropriate and immersive and/or less annoying and jarring.
Download: Better Animal Footsteps 1.5 (Main Files)
Note: In the FOMOD pick: Install all of the footstep sounds.
7) Small Animals FX
Tiny mod that lowers volume of footsteps from small animals.
Download: SmallAnimalFX1_0 (Main Files)
8) Foxes No Breath Sound SE
This mod will disable the asthmatic fox breathing.
Download: Foxes No Breath Sound SE - Audio Replacer (Main Files)
9) Quieter Draugr Shouts
This mod makes the ear-blasting draugr shouts a bit quieter.
Download: Quieter Draugr Shouts (Main Files)
10) Draugr don't breathe SSE
Removes breathing sound effects from draugr and dragon priests.
Download: Dragonpriests don't breathe loose files version (Main Files), Draugr Don't Breathe SSE esp version loose files version (Main Files)
11) Skeletons don't breathe SSE
Removes idle breathing sound from skeletons.
Download: skeletons don't breathe SSE loose files version (Main Files)
12) Ulfric Shout Fix - [1] [ESPLite]
A small fix that makes Ulfric Stormcloak actually speak the words of the Thu'um when he uses Unrelenting Force or Disarm.
Download: Ulfric shout fix (Main Files)
13) Realistic Husky Sounds SSE - [1] [ESPLite]
Adds over 60 all-new, high-quality husky sounds to the Dawnguard huskies including new attacks, barks, idle panting, groans, "talking", etc.
Download: Realistic Husky Sounds SE (Main Files)
14) Improved River Sound
Takes the short river sound loop, and replaces it with a much longer (and overall more realistic) sound clip.
Download: Improved River Sound - softer version (Optional Files)
15) Barefoot Footstep Extended SE - [ESPLite = 1]
This mod tries to expand the barefoot footstep sounds experience in Skyrim by adding sounds to surfaces like carpet, sand and metal, as well as creating barefoot sneaking sounds to all of these. Works for both Player and NPC characters.
Download: Barefoot Footstep Extended SE - BSA version (Main Files)
16) Realistic Dog Sounds - [ESPLite = 1]
Overhauls dog audio using sound assets from real wolfhounds!
Download: Realistic Dog Sounds (Main Files)
17) Soultrap Sound Edit - Calm Wind
Changes the loud soultrap thunder sound into a calm wind sound.
Download: Soultrap Sound Edit - Calm Wind v1 (Main Files)
18) Lower Sounding Thieves Guild Door - [OLDRIM]
Lowers the sound of the Thieve's Guild tomb door.
Download: LowerVolume (Main Files)
19) BA Bard Songs - [ESPLite = 1]
This mod adds bard drum, flute, and lute instrumental songs to the taverns.
Download: BA_BardSongs_FOMOD (Main Files)
Note: In the FOMOD pick: AIO.
20) Bass Dragons
Tweaks original dragon sfx files to add more bass.
Download: Bass Dragons (Main Files)
21) OMINOUS Dragon Soul Absorb Music - [OLDRIM]
New music to replace the Dragon Soul Absorb music.
Download: OMINOUS Dragon Soul Absorb Music (Main Files)
22) Better Whispering Door - Dark Brotherhood Black Door Voice Tweaked
Edited the black doors voice lines to be deeper, and in effect more menacing and easier on the ears.
Download: Better Whispering Door - Loose (Main Files)
23) Avanchnzel Dwemer Piston Sound Hotfix - [ESPLite = 1]
Changes the sound output model of OBJDwemerPistonA and OBJDwemerPistonB to reduce sound attenuation force, changes the sound category to ambient.
Download: Dwemer Piston Hotfix (Main Files)
24) Esbern Voice Consistency Fix
Replaces Esbern voice lines done by a different actor.
Download: Esbern Voice Consistency Fix (Main Files)
25) Regional Sounds Expansion (SRD - Wilds Dungeons Towns Ambience - Fixes) - [ESPLite = 1]
An extensive, standalone regional sound overhaul for towns, dungeons, and open-world – based and improved upon Audio Overhaul for Skyrim.
Download: Regional Sounds Expansion (2.0.0) (Main Files)
26) Ambient Bird Sounds Expanded (SRD) - [ESPLite = 1]
Adds more ambient bird sounds to the game using Sound Record Distributor to be conflict-free.
Download: Ambient Bird Sounds Expanded (Main Files)
27) Reverb Interior Sounds Expansion (SRD - Rain Thunder Ambience - Fixes) - [ESPLite = 3]
A thoughtful, vanilla-friendly remodel of the base game reverb, extended ambience, interior sounds, and more.
Download: Reverb Interior Sounds Expansion (1.5.0) (Main Files)
Note: In the FOMOD pick: Rain, Thunder, No - I am not.
28) More Distinct Diving Sound
Change the sound of water collision when jumping into deep water.
Download: More Distinct Diving Sound - Alternate Version (Main Files)
29) Smoothing of Splices
Fixes some bad splices in the core game via a mixture of splicing and AI.
Download: Smoothing-of-Splices (Main Files)
30) Realistic Pirate Sounds - [ESPLite = 1]
Adds three unique combat barks to pirate and sailor enemies.
Download: Realistic Pirate Sounds (Main Files)
31) Whales Off The Coast - [ESPLite = 1]
Uses Sound Record Distributor to play distant whale sounds while exploring coastal regions.
Download: Whales off the Coast (Main Files)
Note: In the FOMOD pick: Original.
LOD stands for level of detail, and refers to the level of detail for 3D objects in the distance.
Most mods include any LOD files that they need. They are required if they have added a new building, or any other object to the world, so that you can see them from a distance. Or if they had significantly changed the shape or look of a model from the vanilla game. A good example for the latter would be a new tree type. Without new LOD files, it would take it's vanilla appearance from a distance.
This section is for mods that improve the LOD's supplied with the vanilla game.
Generating LOD's will affect performance depending on quality choice.
BILLBOARDS: What are billboards? Billboards are textures, which when used with SSELODGEN (or DynDoLOD), allow for a personal treelod.dds to be created (or enhanced vanilla treelod.dds). This allows for greater flexibility when it comes to installing tree mods as you can generate your own custom tree lod. LODs are 2D meshes that have the billboard texture pasted on them. This obviously helps performance as it doesn't have to render 3D models for the whole world. Moreover, the size of the generated 2D mesh in the LODs is determined by the text files.
1) DynDOLOD Resources SE 3
Core files for DynDOLOD. Make sure to use a DynDOLOD Resources version that at least matches the DynDOLOD standalone version, and never use it with older versions.
Download: DynDOLOD Resources SE 3.00 (Main Files)
Note: In the FOMOD take all Visual Options and Desync Birds of Prey from Misc Options.
2) DynDOLOD Modders Resource Fixes
Adds various missing normal maps used by trees from Modders Resources.
Download: All In One (Main Files)
3) DynDOLOD DLL NG
DynDOLOD DLL NG is a SKSE64 plugin and its accompanying papyrus scripts for the large reference bugs workarounds by DynDOLOD 3.
Download: DynDOLOD DLL NG and Scripts 3.00 (Main Files)
Note: In the FOMOD pick: <= 1.6.640.
4) HD LODs Textures SE
HD LOD's for buildings and landscape.
Download: HD Lods Textures SE 1K V9.3 - DynDOLOD version (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide HD Lods SSE.bsa and HD Lods SSE.esp.
AND:
HD LODs Textures SE Mesh Fix
Small fix for one mesh.
Download: HD LODs Textures SE Mesh Fix (Optional Files)
5) Majestic Mountains - LODs
LODs made specifically for Majestic Mountains.
Download: DynDoLod V 3.0 Lod pack (all versions) (Optional Files)
Note: In the FOMOD pick: Darkside.
6) Less Bright Vvardenfell 3D Plume for ENB
Updated Red Mountain plume mesh to make it look less bright when using some ENB presets and upscaled/cleaned the textures.
Download: Less Bright Vvardenfell 3D Plume for ENB (Main Files)
7) LOD Model Library for DynDOLOD
Matching LOD models for SMIM, Happy Little Trees, FYX Shacks, Praedy's Soul Cairn, Skyrim Remastered and more.
Download: LOD Model Library - FOMOD (Main Files)
8) Windmills of Skyrim - LODs for DynDOLOD
LODs for WoS.
Download: Windmills of Skyrim - LODs for DynDOLOD (Main Files)
It's important that you install a texture quality that is suitable for your computer and the display of your monitor. Using more than you should will lead to fps drops and lag, and using to much will lead to a CTD. There will be times in the game that will put your computer to the test, such as in the civil war battles, and it needs to be able to handle those too.
As a rule, the larger the object, the better it is to have higher quality textures. So for example mountains 4K, and jewelery 1K or 2K max. You can afford to go higher in internal cells such as mines, because it's a smaller world space to calculate.
A mesh is the 3D shape of a model, and the texture is the sheet of detail that covers it. If you think about it in terms of a model kit, the model is the mesh and the paint job is the texture.
Many different types of mods include meshes and textures, but if a mod only includes textures, then they are generally referred to as texture mods. Even mods that only include meshes tend to be included in this category.
Meshes and textures don't conflict as they are two different types of files. Therefore if you install a mod that only improves the meshes of something, it's still worthwhile installing a mod that improves the textures. Let's look at an example.
The mod Leanwolf's Better Shaped Weapons includes new meshes for most of the weapons in game. If you only installed that, you would get the improved shape, but the weapons would still have vanilla textures. You could then install a mod like aMidianBorn's Weapons, which only includes textures, and now your weapons would have the improved meshes from Leanwolf's and the improved textures from aMidianBorn.
These mods are a great foundation to build upon, but you should notice a significant improvement in graphics with them alone.
1) Particle Patch for ENB - [ESPLite = 1]
Skyrim has quite a few object meshes that have their shaders or blending properties set incorrectly. As a result, when using ENB many of these objects look buggy or react to an incorrect category in enbseries.ini. This mod fixes that.
Download: Particle Patch for ENB (Main Files)
Note: In the FOMOD pick: Loose Files, Yes, Remove, Yes.
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide meshes/interface folder, textures/effects/gradients/gradwhitewater.dds file.
2) ENB Mesh Fixes - [OLDRIM]
Collection of mesh fixes for ENB users correcting problematic shader flags and other properties.
Download: ENB Mesh Fixes (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide: meshes/actors/dlc02 folder.
3) Simple Mesh Fixes
The mod corrects broken game models while keeping vanilla quality and improves few of them to look not so awful.
Download: Simple Mesh Fixes (Main Files)
4) Enhanced Textures Detail (UV-tweaks) - TNE Cut
UV mapping is the 3D modelling process of projecting a 2D image to a 3D model's surface. In the case of this mod, it can improve the texture quality of objects when close.
Download: Enhanced Textures Detail (UV-tweaks) - TNE Cut (Main Files)
5) Static Mesh Improvement Mod (SMIM) - [1] [ESPLite - C]
It replaces an huge number of the games meshes and includes some textures.
Download: SMIM SE 2-08 (Main Files)
Note: In the FOMOD pick Skyrim 2016 Special Edition: Everything.
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes/actors/ambient folder
meshes/landscape/dirtcliffs/dirtcliffs02moss.nif
AND:
SMIM 4K - Cleaned and Upscaled Textures for Static Mesh Improvement Mod
Complete texture replacer for the great SMIM. Textures have been cleaned and upscaled modern compression.
Download: 2k-1k Textures for Baked Potatoes (Optional Files)
Note: In the FOMOD pick Skyrim 2016 Special Edition: Everything.
6) Static Mesh improvement Mod - SMIM - Quality Addon
Improves many files of the great SMIM mod, providing visual upgrades.
Download: SMIM Quality Addon 1.5 (Main Files)
7) Static Mesh Improvement Mod Improvement Mod
A mod to improve the topology of a few badly poorly subdivided meshes in the staple Static Mesh Improvement Mod and eliminate jaggedness in some which it does not cover.
Download: Static Mesh Improvement Mod Improvement Mod (Main Files)
Note: In the FOMOD pick: Hawk, Real Rabbits HD, Wiseman's Flora Fixes, SMIM Quality Add-On, Shell.
8) SMIM Barrel Expansion - Mead Barrel - Oil Barrel - Butter Churn
High poly versions of mead barrels, oil barrels, and butter churns consistent with SMIM.
Download: SMIM Barrel Expansion - Mead Barrel - Oil Barrel - Butter Churn (Main Files)
9) Unofficial Material Fix
Fixes countless material bugs.
Download: Unofficial Material Fix (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide meshes/dlc02/architecture/riekling folder.
10) SMIM - Quality Addon - Unofficial Material Fix Patch
Patch for meshes.
Download: SMIM - Quality Addon - Unofficial Material Fix Patch (Main Files)
11) Major Cities Mesh Overhaul
This mod does improve meshes and also some textures of many buildings, terrain meshes and other objects, which are used in the major cities of Skyrim.
Download: Major Cities Mesh Overhaul SE (Main Files)
12) Assorted mesh fixes
Fixes an assorted set of vanilla nif files that were flagged incorrectly or looks incorrect when using ENB.
Download: Assorted Mesh Fixes (Main Files)
13) Skyrim Particle Patch for ENB - Assorted Mesh Fixes - Solitude Mesh Fixes Patch
Patch for meshes.
Download: Skyrim Particle Patch for ENB - Assorted Mesh Fixes - Solitude Mesh Fixes Patch (Main Files)
14) Assorted mesh fixes - UMF - SMIM QA - SMIM IM
Patch.
Download: Assorted mesh fixes - UMFi - SMIM QA - SMIM IM (Main Files)
15) Assorted mesh fixes - Major Cities Mesh Overhaul
Patch.
Download: Assorted mesh fixes - Major Cities Mesh Overhaul (Main Files)
16) Real 3D Walls
Real 3D Geometry for village walkways walls and stonehuts.
Download: Real 3D Walls (Main Files)
17) Project Clarity - Clutter TNE Repack
Thousands of textures covering hundreds of objects, this upscales all the clutter in Skyrim.
Download: Project Clarity - Clutter TNE Repack (Main Files)
18) Nordic Metalworks
Retextures the ugly Nordic metal stuff commonly found in Nordic ruins.
Download: Nordic Metalworks 2K (Main Files)
19) Ruins Clutter Improved (RCI)
It's similar to SMIM, but mainly covers ruins clutter.
Download: Ruins Clutter Improved SE Mod Manager (Main Files)
Note: In the FOMOD pick: Install Everything.
AND:
Ruins Clutter Improved 4K - Cleaned and Upscaled Textures
Upscaled textures for Ruins Clutter Improved, which improves textures and meshes and also corrects UV errors of many clutter objects, which can mostly be found in the dungeons of Skyrim.
Download: Ruins Clutter Improved 2K (Main Files)
Note: In the FOMOD pick: Install Everything.
AND:
Ruins Clutter Improved - Fixes
A patch for Ruins Clutter Improved SE that allows you to install other re-textures for the Enchanting Table and Bloody Rags.
Download: Ruins Clutter Improved - Fixes 1.2 (Main Files)
AND:
Higher resolution large portcullis collision mesh
Replaces the collision mesh on portcullislarge01.nif with one that respects the visible geometry.
Download: Portcullis Collision Fix (Ruins Clutter Improved) (Main Files)
20) Skyland Dawnguard
Complete texture overhaul of the Dawnguard DLC.
Download: Skyland Dawnguard (Main Files)
21) Langleys Textures Workshop - [OLDRIM]
Covers some misc objects, not covered by any other mod.
Download: Clutter (Main Files)
22) Project Clarity - Landscapes TNE Repack
Various textures.
Download: Project Clarity - Landscapes TNE Repack (Main Files)
23) Noble Skyrim Mod HD-2K
A fantastic mod that concentrates on architecture, but also includes a lot of landscape and furniture textures.
Download: B. Noble Skyrim - FULL PACK_Performance Edition (Main Files), NSM - SMIM Patch (Update Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab.
Hide or Delete:
textures\clutter\common\cratewood01.dds
textures\clutter\common\cratewood01_n.dds
textures\clutter\common\cratewood01weathered.dds
textures\clutter\common\cratewood02.dds
textures\clutter\common\cratewood02_n.dds
textures\clutter\common\cratewood02weathered.dds
textures\clutter\common\cratewood03.dds
textures\clutter\common\cratewood03_n.dds
textures\clutter\common\cratewood03weathered.dds
24) Skyland - A Landscape Texture Overhaul
Skyland is a AAA quality landscape texture package consisting of individual handcrafted materials generated from programmatic textures.
Download: Skyland - A Landscape Texture Overhaul 2k (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide meshes folder.
25) High Poly Project - [ESPLite = 1]
An on going project to improve the models of the game with more polygons , UV edits or just replace them all together.
Download: High Poly Project (Main Files)
Note: In the FOMOD pick Custom Installation. On second page: Hearthfire Breads, Solitude Ropes, Tents, Whiterun Clutter, Windhelm Throne, Bones, Burnt Corpses. On third page: Dragon Parts, Food, Hagraven, Hay, Ingredients, Smelter Coal. On forth page: Dungeons, Furniture. On last page: Sacks, Satchel, Torpor, Firewood, Mead Barrel.
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes\architecture\whiterun\wrclutter\wrbrazier01.nif
meshes\architecture\whiterun\wrclutter\wrbrazierbowl01.nif
AND:
High Poly Project - My fixes SE-AE - [ESPLite = 1]
Fixed the ashen and snowy chopping block. Snow texture for the snowy firewood. And more.
Download: HPP - My Fixes by Xtudo - AIO Campfire (Main Files)
26) Smoking Torches and Candles - [ESPLite = 1]
A modification that adds a smoke particle effect to torches used by the player and the NPCs as well as those mounted to the wall.
Download: Smoking Torches and Candles (Main Files)
Note: In the FOMOD pick: Smoking Torches (Subtle), Optimized, ESPFE.
27) Flickering Meshes Fix
This mod fix some visual flickering problem in certain zones of Skyrim.
Download: Flickering Meshes Fix (Main Files)
Note: In the FOMOD pick: None, No parallax version, No parallax version, No parallax version, No parallax version, None, Farmhouses Without Parallax, Farmhouses Without Parallax, Bright Waterfall Fix for ENB, SMIM.
28) (NEW) Skyland Bits and Bobs - A Clutter Overhaul
Skyland Bits and Bobs offers hundreds of all new textures for dozens clutter items found throughout Skyrim.
Download: Skyland bits and Bobs - Performance Version (Main Files)
29) Optimized Meshes - SMIM Chains
Lower poly meshes for the SMIM chains.
Download: Optimized Meshes - SMIM Chains (Main Files)
1) Blended Roads - [1] [ESPLite]
It adds new meshes for roads.
Download: Blended Roads (Main Files)
Note: In FOMOD pick: REALly Blended Roads, SMIM Compatibility Patch REALly Blended Roads.
2) Cleaner Bridges - No More Bridge Dirt
Removes the dirt along the sides of bridges for a cleaner look.
Download: Cleaner Bridges FOMOD Installer (Main Files)
Note: In FOMOD pick: Yes, Yes, REALly Blended Roads, Bridges.
3) Misc. Blended Road Fixes - [ESPLite = 1]
Fixes small issues when using Blended Roads.
Download: Misc. Blended Roads Fixes (Main Files)
4) Windhelm Bridge - Snow Fix
Replaces default Windhelm bridge texture with snow.
Download: Windhelm Bridge - Snow Fix (Main Files)
5) Parallax Bridges and Roads 4k-2k
Simple retexture of Skyrim's bridges and roads.
Download: Bridges 2k - No Parallax (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
textures\smim\landscape\bridges\smim_bridge_dirt.dds
textures\smim\landscape\bridges\smim_bridge_dirt_n.dds
1) Majestic Mountains - [1] [ESPLite = 2] [ESPLite - only MajesticMountains_Landscape.esm]
Truly exceptional mountains by the gifted T4GTR43UM3R. There are other great mountain mods, but none that make as many changes as this. It's more than a re-texture, because it adds a lot of new meshes, and makes other edits, which is what makes it so distinctive. Majestic Mountains is a more complex mountain mod, because it also edits the landscape, and therefore has the potential to clash with mods that do the same. This is already taken into account in the guide.
Download: 2. Majestic Mountains Darkside (Main Files)
Note: In the FOMOD pick: Non AE version, Moss Rocks ESL Version, None.
WARNING: You need to change "bEnableProjecteUVDiffuseNormals" to "1" in your SkyrimPrefs.
Click on sixth icon (Tools).
Select INI Editor in drop-down menu.
Go to skyrimprefs.ini
Find bEnableProjecteUVDiffuseNormals and make sure that is set to 1 (you can find it using CTRL+F). Save.
2) Majestic Mountains Double-Sided Patch
Double-sided meshes sourced from and updated in tandem with Majestic Mountains.
3) Skyrim - A Mountainous Experience
Improves and fixes many of the issues found in the mountain meshes around Skyrim.
Download: Skyrim - A Mountainous Experience Double Sided (Main Files)
4) Whiterun Skyforge - Reforged
Redone UV-Map for the Whiterun Skyforge.
Download: Whiterun Skyforge - Reforged (Main Files)
5) Darkside Mix for Majestic Mountains
Combination of textures from versions 2.4 and 2.3 of Majestic Mountains.
Download: Darkside Mix (Main Files)
6) Better Dirt Cliffs and Alphas
Overhaul of the meshes & alpha channels involved in blending the top of the dirt cliff with the roots, and the roots with the wall.
Download: Better Dirt Cliffs and Alphas (2K) (Miscellaneous Files)
7) HD Stone Quarry and Clay Deposit SE - [ESPLite = 1]
A high definition retexture for the Stone Quarry and Clay Deposit resources added by the Hearthfire DLC.
Download: HD Stone Quarry and Clay Deposit SE 2K v1.1 (Main Files)
AND:
HD Stone Quarry and Clay Deposit SE - Majestic Mountains
Texture patch for Majestic Mountains.
Download: HD Stone Quarry - Majestic Mountains Patch (Optional Files)
Note: In the FOMOD pick: Darkside.
8) Majestic Mountains Terrain Fix for Cell -1-26 - [ESPLite = 1]
A patch to fix broken terrain in Majestic Mountains.
Download: Shadow's Majestic Mountains Fix for Cell -1-26 (Main Files)
1) Tamrielic Textures SE 1 - Landscapes
A fresh and complete replacement of Skyrim landscape textures.
Download: Tamrielic Textures SE 1 Landscapes 2K (Main Files)
Note: Don't pick anything in the FOMOD - uncheck Majestic Mountains option if needed.
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes folder
textures/smim folder
textures/landscape/dirtcliffs folder
textures/landscape/mountains folder
textures/landscape/roads/bridge01.dds
textures/landscape/roads/bridge01_n.dds
textures/landscape/roads/roaddetails01.dds
textures/landscape/roads/roaddetails01_n.dds
textures/lod/bridge01lod.dds
textures/lod/bridge01lod_n.dds
textures/lod/coastbeach01lod.dds
textures/lod/coastbeach01lod_n.dds
textures/lod/coastbeach02lod.dds
textures/lod/coastbeach02lod_n.dds
textures/lod/coastbeachgrass01lod.dds
textures/lod/coastbeachgrass01lod_n.dds
textures/lod/coastoceanfloor01lod.dds
textures/lod/coastoceanfloor01lod_n.dds
textures/lod/fielddirtgrass01lod.dds
textures/lod/fielddirtgrass01lod_n.dds
textures/lod/frozenmarshdirtslopes01lod.dds
textures/lod/frozenmarshdirtslopes01lod_n.dds
textures/lod/riverbededgelod.dds
textures/lod/riverbededgelod_n.dds
textures/lod/riverbottomlod.dds
textures/lod/riverbottomlod_n.dds
textures/lod/rivermudlod.dds
textures/lod/rivermudlod_n.dds
textures/lod/rocks01lod.dds
textures/lod/rocks01lod_n.dds
2) MystiriousDawn's HD Skyrim Overhaul
A lot of quality textures from MystiriousDawn.
Download: LANDSCAPE ONLY TEXTURES - Mid Quality (Optional Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide everything except:
textures/landscape/fielddirtgrass01.dds
textures/landscape/fielddirtgrass01_n.dds
textures/landscape/frozenmarshdirtslopes01.dds
textures/landscape/frozenmarshdirtslopes01_n.dds
textures/landscape/riverbededge.dds
textures/landscape/riverbededge_n.dds
textures/landscape/riverbottom.dds
textures/landscape/riverbottom_n.dds
textures/landscape/rivermud.dds
textures/landscape/rivermud_n.dds
textures/landscape/rocks01.dds
textures/landscape/rocks01_n.dds
Landscape textures made with 3D Scans.
Download: Septentrional Landscapes 2k (Optional Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide everything except:
textures/effects folder
textures/landscape/dirt02.dds
dirt02_n.dds
fallforestdirt01.dds
fallforestdirt01_n.dds
fallforestleaves01.dds
fallforestleaves01_n.dds
fieldgrass01.dds
fieldgrass01_n.dds
frozenmarshgrass01.dds
frozenmarshgrass01_n.dds
grasssnow01.dds
grasssnow01_n.dds
mineralpoolterrace.dds
mineralpoolterrace_n.dds
pineforest02.dds
pineforest02_n.dds
volcanictundradirt01.dds
volcanictundradirt01_n.dds
volcanictundradirt02.dds
volcanictundradirt02_n.dds
volcanictundraminerals01.dds
volcanictundraminerals01_n.dds
IMPORTANT2: Double-click the mod in your left tab. Now, go to the Filetree tab. Right-click and rename these files:
textures/landscape/pineforest02.dds into pineforest03.dds
textures/landscape/pineforest02_n.dds into pineforest03_n.dds
textures/landscape/fieldgrass01.dds into fieldgrass02.dds
textures/landscape/fieldgrass01_n.dds into fieldgrass02_n.dds
4) Nordic Coast
Photoscanned textures that represent Skyrim's rocky, dark coast.
Download: Nordic Coast - 2K (Main Files)
5) Rally's Solstheim Landscapes
Texture replacer for Solstheim landscapes.
Download: Rally's Solstheim Landscapes 2K (Main Files)
6) Rally's Lava
Re-texture for lava.
Download: Rally's Lava 4K (Main Files)
1) OSHA-Compliant Sovengarde Mesh Fixes
Fixes UV, normals and meshes poking out in Sovengarde. Replaces Sovengarde's hazardous slanted stairs with more confidence-inducing straight stairs.
Download: OSHA-Compliant Sovengarde Mesh Fixes (Main Files)
2) Soul Cairn HD
Awesome textures for Soul Cairn.
Download: Soul Cairn 2K - No Parallax (Main Files)
3) Soul Cairn Tower Cap Fix
Enhancement to the Soul Cairn tower cap mesh and texture.
Download: Soul Cairn Tower Cap Fix (Main Files)
4) Bonepile - Retexture - Pfuscher
Bonepile retexture.
Download: Bone pile - Retexture - Pfuscher (Main Files)
5) 4K Sovngarde Ox
Retexture of the Ox in Sovngarde.
Download: 2K Sovngarde Ox (Optional Files)
6) Spit of Sovngarde
This mod replaces the roasting oxen in the Hall of Valor with skewers of cooked meats.
Download: Spit of Sovngarde (Main Files)
7) Skyland Sovngarde
Re-textures Sovngarde.
Download: Skyland Sovngarde (Main Files)
8) Spice of Life - Orc Strongholds SE - [1] [ESPLite - C]
A mod that gives Orc Longhouses their own texture sets.
Download: Spice of Life - Orc Longhouses (Main Files)
Note: In FOMOD pick: 2k textures, LODs 1024.
WARNING: You need to manually forward USSEP changes to the plug-in via xEdit.
Right-click on plug-in that you want to patch (in this case - spice of life) and Apply Filter to show Conflicts.
Wait as everything loads.
Expand Cell and Worldspace. Now you'll see exactly what is conflicting with each other.
Left-click on it to see more information about the conflict. Find the conflict (scroll down). As you can see, SpiceOfLife doesn't have USSEP XCCM - Sky/Weather forwarded (red colour). This needs to be fixed.
Simply drag and drop conflicting record between the plug-ins. In this particular case, there is no need to make a new esp for a patch, because it only has one record that needs to be fixed.
The fixed record will appear as green.
Now click on Tamriel to check what is conflicting.
MHDT - Max Height Data. You don't need to touch it. There is no conflict (record appear as red, because xEdit saw that MHDT from SpiceOfLife is different than MHDT from Update.esm - there is nothing wrong with it).
Exit and save the changes.
9) (NEW) Scaffolding Over Sovngarde - Collision Overhaul - Corrective Kinetics
Simplifies the collision on the whalebonebridge leading to sovengarde. Fixes the jittering and character getting stuck on every other bone, on the expense of realism.
Download: Scaffolding Over Sovngarde (Main Files)
1) Rally's Riekling Outposts
Texture replacer for Riekling Outposts, including tents, stands, clutter and the Riekling Spears
Download: Rallys Riekling Outposts 2K (Main Files)
2) HD Falmer Armor - Weapons - Huts - Everything - Glow
Less potato looking textures, darkened abit.
Download: HD Falmer and Chaurus with Glow - xTxVxTx (Main Files)
3) Falmer Texture Overhaul
Re-textures Falmer clutter.
Download: 2K Falmer Overhaul (Main Files)
4) Aetherium Falmer Cave Ceiling Glow
Replaces the glowing textures on the ceiling of falmer caves with aetherium rocks.
Download: Aetherium Falmer Ceiling 2K (Main Files)
5) HD Reworked Shellbug
The modification brings Shellbug (creature, chitin and helmet) to stunning the highest 2/4K quality with 100% lore friendly look.
Download: HD Reworked Shellbug (Main Files)
6) Falmer Rag Animation and Texture Fix - [ESPLite = 1]
There are three animated meshes that ship with DLC01 that aren't referred to in the base game, but at least one of them is used in other mods. This mod fixes the spasms and a small texture alpha error present.
Download: Falmer Rag (Main Files)
7) Falmer Huts - Animated - [ESPLite = 1]
A Base Object Swapper based mesh replacer for falmer huts.
Download: Falmer Huts - Animated (Main Files)
Note: In the FOMOD pick: Colourful.
1) Better Dynamic Snow (BDS) - [2]
Better Dynamic Snow SE leverages the projected snow textures to ensure objects in snowy area are snow covered. New features provide even more immersion; giving the world a much greater lived-in feel.
Download: Better Dynamic Snow SE v3.6.0 (Main Files)
Note: In the FOMOD pick: Brighter Material Color, Default UVs, None.
2) Better Dynamic Ash SE (official) - [2] [ESPLite - only BetterDynamicAsh-DisableRefs.esm]
Does for ash in Solstheim what the previous mod does for snow.
Download: Better Dynamic Ash SE v2.1.1 (Main Files)
WARNING: When you're adding ESL flag, don't remove the ESM flag! You need them both.
3) Hyperborean Snow
New snow textures made with 3d scans.
Download: Hyperborean Snow 2K (Optional Files)
4) ProjectedDiffuse Patch Hub - Hyperborean Snow
A set of landscape/snow patches for modders adopting the projecteddiffuse (e.g. Better Dynamic Snow and/or Majestic Mountains). Each patch ensures snow01.dds/snow01_n.dds are matching projecteddiffuse.dds/projectednormal.dds for the relevant landscape.
Download: ProjectedDiffuse Patch - Hyperborean Snow 2k (Main Files)
5) Ice Cave Parallax Improved
Changes ice cave meshes to add parallax effects to those that don't have them, and improves the parallax on those that do.
Download: Ice Cave Parallax Improved 1.4.1 (Main Files)
6) Skyrim Remastered - Glaciers and Ice - [ESPLite = 1]
This mod improves the meshes and textures for most of the glaciers and ice used throughout Skyrim, including the dlcs.
Download: Skyrim Remastered - Glaciers and Ice Quality Version (Main Files), Skyrim Remastered - Glaciers and Ice Replacer ESP (Update Files), Skyrim Remastered - Glaciers and Ice LODs for DynDOLOD (Optional Files)
7) Skyrim 3D Ice Floes
Improves the meshes for flat ice flows.
Download: Skyrim 3D Icefloes (Main Files)
8) Skyrim SE Improved Puddles - [1] [ESPLite - C]
This mod makes several changes to improve the look of some of the puddles in Skyrim. New ice puddle textures have been created specifically for Windhelm. Also includes other fixes related to other puddles, drips, and splashes ethroughout Skyrim.
Download: Skyrim SE Improved Puddles FOMOD v1-4 for ENB users (Main Files)
Note: In the FOMOD pick 2048x2048 Resolution.
AND:
PUDDLES - My HD version SE
It removes all the ugly "squares" from puddles.
Download: PUDDLES - My HD version by Xtudo SE - SIP version 2K (Optional Files)
9) Actually flat flat snow drifts - fix hovering snow drift shadow with ENB
Makes the flat snow drifts (patches) actually flat by turning them into decals, thereby fixing the shadow under them when using ENB.
Download: Actually Flat Flat Snow Drifts (Main Files)
10) Simple Snow Improvements - Skyrim Fixes (BOS) - [ESPLite = 1]
A simple mod to improve the snow visuals on forgotten vanilla objects with Base Object Swapper support.
Download: Simple Snow Improvements - Skyrim Fixes (Main Files)
AND:
Simple Snow Improvements - Snow Forts (BOS) - [ESPLite = 1]
A simple addon to improve the snow visuals on forgotten forts all over Skyrim with Base Object Swapper support.
Download: Simple Snow Improvements - Snow Forts (Main Files)
AND:
Simple Snow Improvements - Solstheim Ruins (BOS) - [ESPLite = 1]
A simple mod to improve the snow visuals on forgotten Solstheim objects with "Base Object Swapper" support.
Download: Simple Snow Improvements - Solstheim Ruins (Main Files)
11) Dawnstar and Brandy-Mug Farm Fences Fixed (BOS)
Corrects a longstanding issue with Dawnstar and Brandy-Mug Farm which were using non-snowy versions of the Woven Fence.
Download: Dawnstar and Brandy-Mug Farm Fences Fixed (BOS) (Main Files)
12) Better Karstaag Skull Wall
Fixed UV and some geometry on the DLC02 Karstaag skull wall.
Download: Better Karstaag Skull Wall (Main Files)
13) Drift Material Fixes - [ESPLite = 1]
Fixes materials on the drifts/dunes in DLC01 and DLC02. No more snow on ash.
Download: Drift Material Fixes (Main Files)
14) Snowy Surfaces Sound Collision and Aesthetics - [ESPLite = 1]
Snowy Surfaces Sound, Collision and Aesthetics aims to fix a series of problems that have always affected models covered by snow such as DirtCliffs, RockPiles, MountainTrims, RockCliffs and others.
Download: Snowy Surfaces Sound Collision and Aesthetics (Main Files)
Note: In the FOMOD pick: Majestic Mountains, Majestic Mountains Standard Meshes.
1) Detailing the Eldrich - Higher-Res Apocrypha - Temple of Miraak - Black Books - [OLDRIM]
Detailing the Eldrich - A bump up in resolution for the realm of Apocrypha, Miraak's Temple, and the Black Books.
Download: Detailing the Eldrich - All-IN-ONE Installer Package (Main Files)
Note: In the FOMOD pick: High-Res Core Files, None.
2) Underground - a dungeon texture overhaul
Underground is a complete retexturing of all dungeons.
Download: Underground FOMOD (Main Files)
Note: In the FOMOD pick: Custom installation, then Caves, Mines, Nordic, Dwemer, Riften, Apocrypha.
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
textures\dungeons\nordic\ruinsgatelever.dds
textures\dungeons\nordic\ruinsgatelever_n.dds
textures\dungeons\nordic\ruinsgatetrap.dds
textures\dungeons\nordic\ruinsgatetrap_n.dds
textures\dungeons\nordic\ruinspuzzledoor01.dds
textures\dungeons\nordic\ruinspuzzledoor01_n.dds
textures\dungeons\nordic\ruinswooddoor01.dds
textures\dungeons\nordic\ruinswooddoor01_n.dds
3) Skyrim Remastered - Caves - [ESPLite = 1]
A retexture of Skyrim's caves, with a complete overhaul for the ice caves to make them look like actual ice.
Download: Skyrim Remastered - Caves 4K Non Parallax (Main Files), Skyrim Remastered - Caves New Icicles (Update Files), Skyrim Remastered - Caves Updated ESP (Update Files)
4) CC's HQ Caves
Retexture of the caves.
Download: CC's HQ Caves - 4K - 1.1 (Main Files)
Note: In the FOMOD pick: Dark.
5) CC's HQ Mines Redone
Retexture of the mines.
Download: CC's HQ Mines Redone - AiO - 1.5 (Main Files)
Note: In the FOMOD pick the 2k version.
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide everything except:
textures/dungeons/mines/minefloordirt01.dds.dds
textures/dungeons/mines/minefloordirt01_n.dds
6) Skyrim 3D High Hrothgar Steps
Improves the meshes for the steps leading to High Hrothgar.
Download: Skyrim 3D High Hrothgar Steps (Main Files)
7) Rudy HQ - Nordic Ruins SE
The best re-texture for nordic ruins on Nexus.
Download: Rudy HQ - Nordic Ruins SE version (Main Files), 4K textures for the ruins chests urns and a wood (Optional Files), Chests addon (Optional Files), Pots addon SE version (Optional Files), Ruin Levers addon SE version (Optional Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes\dungeons\nordic\exterior\dragonbridge01.nif
meshes\dungeons\nordic\exterior\nortempleentrancehall01.nif
meshes\dungeons\nordic\smrooms\norrmsmfloorraised01.nif
meshes\dungeons\nordic\smrooms\norrmsmfloorraised02.nif
8) HQ Vanilla Snow Elf Ruins Retexture
Remasters vanilla textures into high quality versions.
Download: HQ Vanilla SER Retexture 2K (Main Files)
9) Arri's Snow Elf Ruins Retexture Special Edition
A lovely re-texture of Snow Elf ruins.
Download: SSE 2K Textures (Main Files)
10) Cave Roots 4K
Re-textures of cave roots and mines roots.
Download: Cave Roots 4K (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide textures\landscape folder.
11) Nordic Ruins Rubble Pile - Mesh Improvement
High poly wooden poles for the various Nordic Ruins Rubble Piles.
Download: Nordic Ruins Rubble Pile Mesh Improvement SE V1_1 (Main Files)
12) 3D mine doors replacement
Changed the old door model to a brand new model.
Download: 3D mine doors replacement (Main Files)
13) HD Remastered Imperial Forts - Complex Parallax - 8k 4k 2k
Ultra photorealistic stony mossy forts.
Download: HD Remastered Imperial Forts - 4k (Main Files)
14) Skyland AIO (Not Only) - Better Imperial Forts
Improves meshes used in forts so Skyland (and many other, actually) textures would not suffer from tiling.
Download: Skyland AIO (Not Only) - Better Imperial Forts (Main Files)
Note: In the FOMOD pick: No parallax.
15) Project Clarity - Dungeons TNE Repack
Various textures.
Download: Project Clarity - Dungeons TNE Repack (Main Files)
16) Cave Brazier
Retexture for braziers found in caves, dungeons and pretty much everywhere else.
Download: Cave Brazier (Main Files)
17) Nordic Ruins Shaft Cap Mesh Fix - [ESPLite = 1]
A tiny mesh fix for norrmshaftmidcapbot01.nif.
Download: Nordic Ruins Shaft Cap Mesh Fix - BOS Version (Main Files)
1) Whiterun Mesh Fixes
Fixes various issues with meshes in Whiterun.
Download: Whiterun Mesh Fixes (Main Files)
AND:
Major Cities Mesh Overhaul - Whiterun Mesh Fixes
Patch.
Download: Major Cities Mesh Overhaul - Whiterun Mesh Fixes (Main Files)
2) Skyland Offset Shingles Fixed - Aligned Whiterun Roofs
Fix Skyland's misaligned Whiterun roofs.
Download: Skyland Offset Shingles Fixed - Whiterun Roofs (Main Files)
3) 3D Whiterun Trellis
Makes the vanilla Whiterun trellis 3D with custom meshes.
Download: 3D Whiterun Trellis v1.1 (Main Files)
4) 3D Trellis Improved - Gildergreen Plaza
Higher polygon meshes for Gildergreen plaza. Fixes hexagon columns, missing faces. Improves texturing.
Download: 3D Trellis Improved - Gildergreen Plaza (Main Files)
5) FYX - 3D Whiterun Guard Towers
Replaces 2D boards with a 3D boards and nails of the Whiterun guard towers. Fix some Uv’s, vertex color.
Download: FYX - 3D Whiterun Guard Towers (Main Files)
6) FYX - 3D Whiterun Castle Bridge
Replaces the 2D planks of the DragonsReach bridge with 3D planks.
Download: FYX - 3D Whiterun Castle Bridge - 3D Trellis (Main Files)
7) Whiterun Objects SMIMed - Major Cities Mesh Overhaul
New meshes for some ugly Whiterun objects.
Download: Whiterun Objects SMIMed - Major Cities Mesh Overhaul (Main Files)
8) FYX - Jorrvaskr
Fix some bugs, some UV's, fix tangent space, add alpha vertex, smooth stone and wood part, add back detail.
Download: A) FYX - Jorrvaskr (Main Files)
9) Whiterun Fence Walls Mesh Fix
Fixes most of the ugly texture seams on the crumbled fence walls surrounding the Whiterun.
Download: Whiterun Fence Walls Mesh Fix (Main Files)
10) Rest for the Weary - Better Beds in Whiterun Temple
More comfortable looking beds for the sick npcs in Whiterun Temple.
Download: Rest for the Weary (Main Files)
11) Higher Poly Whiterun City Wall Spikes
High poly meshes for the wooden wall spikes found at Dragonsreach.
Download: Higher Poly Whiterun City Wall Spikes SE V1_2 (Main Files)
12) Higher Poly Whiterun Guard Tower Spikes
High poly mesh for the Whiterun guard tower spikes.
Download: Higher Poly Whiterun Guard Tower Spikes SE V1_3 (Main Files)
13) Whiterun Wall Rubble Fixed - meshes without seams
This simple little mod fixes another long lasting annoyance: the texture seams/mismatch on the Whiterun wall rubble meshes.
Download: Whiterun Wall Rubble Fixed (Main Files)
14) Pfuscher UV fixes
Some small UV fixes.
Download: Pfuscher UV Fix 0.2 NO Parallax (Main Files)
15) Whiterun Objects SMIMed - Dragonsreach Stairs - and some other stairs too
A grate mod to improve and fix some meshes in the Wind and Cloud Districts.
Download: Whiterun Objects SMIMed - Dragonsreach Stairs (Main Files)
AND:
Whiterun Objects SMIMed - Dragonsreach Stairs - MCMO
Patch.
Download: Whiterun Objects SMIMed - Dragonsreach Stairs-MCMO (Main Files)
16) Chimney dark interior fix
This small mod fixes the black vertex colors of chimney mesh interior so they can be lightened up by fire.
Download: Chimney Vertex Color Patch (Main Files)
17) Skyrim Objects SMIMed - Warmaiden's Holes - MCMO
Patch.
Download: Skyrim Objects SMIMed - Warmaiden's Holes - MCMO (Main Files)
18) 3D Whiterun Trellis Expansion
Replaces 2D lattice wherever that horrible model is present using the improved model in the 3D Whiterun Trellis mod by SparrowPrince.
Download: 3D Whiterun Trellis Expansion - Metal Trellis (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes\architecture\whiterun\wrbuildings\wrcastleentrance01.nif
meshes\architecture\whiterun\wrbuildings\wrcastlemainbuilding01.nif
meshes\dlc02 folder
19) Whiterun Gatehouse Castle Walls Mesh Fix - with FYX and SMIM Patch
Fixes popping/flickering cornerstones, ugly texture seams and so on.
Download: Whiterun Gatehouse Fix with FYX (Main Files)
20) Skyland Whiterun
A complete texture overhaul of Whiterun utilizing real world 3D scanned textures for the greatest visuals.
Download: Skyland - Whiterun (Main Files)
21) (NEW) Illustrious Whiterun SE - 8K - Parallax
A Whiterun retexture.
Download: Illustrious Whiterun 2K (Main Files), Illustrious Whiterun - Nail Decal 2K (Update Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
textures\clutter folder
textures\architecture\whiterun\wrbasedirt01.dds
textures\architecture\whiterun\wrbasedirt01_n.dds
textures\architecture\whiterun\wrbasedirt01_p.dds
textures\architecture\whiterun\wrcitywall01.dds
textures\architecture\whiterun\wrcitywall01_n.dds
textures\architecture\whiterun\wrcitywall01_p.dds
textures\architecture\whiterun\wrcitywall01plaster.dds
textures\architecture\whiterun\wrcitywall01plaster_n.dds
textures\architecture\whiterun\wrcitywall02.dds
textures\architecture\whiterun\wrcitywall02_n.dds
textures\architecture\whiterun\wrcitywall02_p.dds
textures\architecture\whiterun\wrcitywalltopcap01.dds
textures\architecture\whiterun\wrcitywalltopcap01_n.dds
textures\architecture\whiterun\wrcitywalltopcap01_p.dds
textures\architecture\whiterun\wrfieldgrass01.dds
textures\architecture\whiterun\wrfieldgrass01_n.dds
textures\architecture\whiterun\wrfieldgrass01_p.dds
textures\architecture\whiterun\wrlandtundrarocksdecal01.dds
textures\architecture\whiterun\wrlandtundrarocksdecal01_n.dds
textures\architecture\whiterun\wrmarketstallroof01.dds
textures\architecture\whiterun\wrmarketstallroof01_n.dds
textures\architecture\whiterun\wrmossalpha01.dds
textures\architecture\whiterun\wrmossalpha01_n.dds
textures\architecture\whiterun\WRMossAlpha01_p.dds
textures\architecture\whiterun\wrplasterdecals.dds
textures\architecture\whiterun\wrplasterdecals_n.dds
textures\architecture\whiterun\wrplasterdecals_p.dds
textures\architecture\whiterun\wrplasterint01.dds
textures\architecture\whiterun\wrplasterint01_n.dds
textures\architecture\whiterun\wrplasterint01low.dds
textures\architecture\whiterun\wrplasterint01low_n.dds
textures\architecture\whiterun\wrplasterint01low_p.dds
textures\architecture\whiterun\wrslate01.dds
textures\architecture\whiterun\wrslate01_n.dds
textures\architecture\whiterun\wrslate02.dds
textures\architecture\whiterun\wrslate02_n.dds
textures\architecture\whiterun\wrslate02_p.dds
textures\architecture\whiterun\wrslatefloor01.dds
textures\architecture\whiterun\wrslatefloor01_n.dds
textures\architecture\whiterun\wrstonebase01.dds
textures\architecture\whiterun\wrstonebase01_n.dds
textures\architecture\whiterun\wrstonebase01_p.dds
textures\architecture\whiterun\wrstonebase02.dds
textures\architecture\whiterun\wrstonebase02_n.dds
textures\architecture\whiterun\wrstonebase02_p.dds
textures\architecture\whiterun\wrstoneblocks01.dds
textures\architecture\whiterun\wrstoneblocks01_n.dds
textures\architecture\whiterun\wrstonefloor01.dds
textures\architecture\whiterun\wrstonefloor01_n.dds
textures\architecture\whiterun\wrstonefloor01_p.dds
textures\architecture\whiterun\wrstonefloor02.dds
textures\architecture\whiterun\wrstonefloor02_n.dds
textures\architecture\whiterun\wrstonefloor02_p.dds
textures\architecture\whiterun\wrstonemortar01.dds
textures\architecture\whiterun\wrstonemortar01_n.dds
textures\architecture\whiterun\wrstonemortar01_p.dds
textures\architecture\whiterun\wrtemplekynarethmosaic.dds
textures\architecture\whiterun\wrtemplekynarethmosaic_m.dds
textures\architecture\whiterun\wrtemplekynarethmosaic_n.dds
textures\architecture\whiterun\wrtempletiles01.dds
textures\architecture\whiterun\wrtempletiles01_n.dds
textures\architecture\whiterun\WRTempleTiles01_p.dds
textures\architecture\whiterun\wrtemplewall01.dds
textures\architecture\whiterun\wrtemplewall01_n.dds
textures\architecture\whiterun\wrtemplewall01_p.dds
textures\architecture\whiterun\wrwoodplanks03.dds
textures\architecture\whiterun\wrwoodplanks03_n.dds
textures\architecture\whiterun\WRWoodPlanks03_p.dds
textures\architecture\whiterun\wrwoodplaster01.dds
textures\architecture\whiterun\wrwoodplaster01_n.dds
textures\architecture\whiterun\wrwoodplaster01_p.dds
AND:
(NEW) Illustrious Whiterun - Wood Addition
A retexture for some wood elements.
Download: Illustrious Whiterun 4-2K Wood Addition (Optional Files)
1) Northfire's Windhelm
Texture replacer for the city of Windhelm. Focusing on making it look like an ancient, but lived-in city.
Download: Northfires Windhelm (Main Files)
2) Better Windhelm Ground Meshes
Some changes and fixes for Windhelm meshes.
Download: Better Windhelm Ground Meshes (Main Files), Better Windhelm Ground Meshes - Valunstrad (Optional Files)
3) FYX - Candlehearth Hall Chimney
The chimney of "Candlehearth Hall" is now visible outside.
Download: FYX - Candlehearth Hall Chimney (Main Files)
4) FYX - Windhelm Stable Roof
Simply add a roof to Windhelm's stable. Repair broken mesh and fix uv's.
Download: FYX - Windhelm Stable Roof (Main Files)
5) Windhelm Fake Windows Fix - [ESPLite = 1]
Replace fake windows in Windhelm with actual window models.
Download: Windhelm Fake Windows Fix (Main Files)
AND:
Windhelm Fake Windows Fix - Assorted mesh fixes
Patch.
Download: Windhelm Fake Windows Fix - Assorted mesh fixes (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide: meshes\architecture\windhelm\whgrayquarters04.nif.
6) The Smallest Windhelm Mesh Fix
Fixes a couple insignificant bugs on a couple WH models.
Download: The Smallest Windhelm Mesh Fix (Main Files)
7) High Poly Windhelm Hawk Gate Bridge
Improved Windhelm's gate-bridge meshes.
Download: EVE - High Poly Windhelm Gate Bridge - WHgate3 (Main Files)
8) FYX - Palace of The Kings
Various fixes for the Palace of the Kings meshes.
Download: FYX - Palace of The Kings - LightMods (Main Files)
9) Snazzy Mesh Fixes - Windhelm Interiors
Fixes for some Windhelm interiors meshes.
Download: Snazzy Mesh Fixes - Windhelm Interiors (Main Files)
10) Better Rings for Windhelm Prison
Slight improvements to the rings hanging on the wall outside Windhelm prison.
Download: Better Rings for Windhelm Prison - ELFX version (Optional Files)
1) Frankly HD Markarth - The White City Redux
High resolution retexture of Markarth and Dwemer ruins with a much more epic vibe.
Download: Frankly HD Markarth - The White City Redux _2K_1.1 (Main Files), Frankly HD Markarth - The White City Redux - Missing texture patch (Update Files), Frankly HD Markarth - The White City Redux - Wood beams fix (Update Files)
Note: In the FOMOD choose Exterior Markarth, Interiors and Dwemer ruins.
2) Markarth - A Reflective Experience
Fixes some "bugs" with the vanilla markarth building meshes, as well as adding environment maps to all of them.
Download: Markarth - A Reflective Experience (Main Files)
3) Sconces of Skyrim - Markarth and Dwemer Braziers Improved
Fixes ugly Markarth and dwemer braziers.
4) Markarth Fixed AF
Markarth finally fully fixed, all buildings, terrains, clutters and landscape meshes have been carefully fixed and improved.
Download: Markarth Fixed AF (Main Files)
Note: In the FOMOD pick: Markarth Fixed AF Majestic Mountains (no parallax), Markarth Main Entrance Variant, Keep Main Entrance Variant, None, Market Silver Blood Inn Variant, None, None.
AND:
Markarth Fixed AF - DweFarm01 and DweFarm02 Mesh Fix - MARE
Patch.
Download: MFAF - DweFarm01 and DweFarm02 Mesh Fix - MARE (Main Files)
AND:
Markarth Fixed AF - UMF - SMIM QA
Patch.
Download: Markarth Fixed AF - UMF - SMIM QA (Main Files)
5) ALT - Markarth's Forge
Remesh of Markarth's forge.
Download: ALT - (A) Markarth's Forge (Main Files)
1) Skyland - Solitude
Skyland Solitude offers a truly realistic texture overhaul to the city of Solitude and the Blue Palace along with surrounding areas such as the docks bridge and stone structures and gates along with the Dominion consulate.
Download: Skyland Solitude (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide: meshes\architecture\solitude\sbridge01.nif file.
2) Blue Palace Dome Windows
Added missing windows of the Blue Palace's dome.
Download: Blue Palace Dome Windows (Main Files), Blue Palace Dome Windows - Flickering Meshes Fix (Optional Files)
3) Solitude Objects SMIMed - festival ropes
Higher polygon versions of festival ropes.
Download: Solitude Objects SMIMed - festival ropes (Main Files) <- download 0.4 version!
Note: In the FOMOD pick: Riften Ropes, Metal Ring.
4) FYX - 3D Solitude SighPost
High Poly ropes, 3D chains support and nails.
Download: FYX - 3D Solitude SighPost - RiftenRopes (Main Files)
5) Solitude Interiors Meshes Fixes
This mod fixes UV map issues, wrong vertex colors and other problems affecting Solitude interior NIFs.
Download: Solitude Interiors Meshes FIXES (Main Files)
6) Bryling's House rework
Mesh replacer for Bryling's House in Solitude. Updated the appearance of the building, added chimneys and many various details, redone the roof, fixed some mesh issues.
Download: Bryling's House rework (Main Files)
7) Erikur's House rework
Mesh replacer for Erikur's house in Solitude. Updated the appearance of the building, added chimneys and many various details, redone the roof, fixed some mesh issues.
Download: Erikur's House rework (Main Files)
8) The Winking Skeever rework
Improving The Winking Skeever tavern building in Solitude. Updated the appearance of the building, added chimneys and many various details, redone the roof, fixed some mesh issues.
Download: The Winking Skeever rework (Main Files)
9) Bits and Pieces rework
Improving the Bits and Pieces store building in Solitude. Updated the appearance of the building, added chimneys and many various details , redone the roof, fixed some mesh issues.
Download: Bits and Pieces rework (Main Files)
10) FYX - Eastern Empire Company Building
Opens fake windows, opens access to the terrace, fix for bad placement of the bar and the roof, some UV fixes.
Download: FYX - (B) Eastern Empire Company Building - SMIM (Main Files)
11) Solitude Lumber Mill Mesh - SMIM x ORFP x Real 3D Walls
SMIM Solitude Lumber Mill with Real 3D Walls.
Download: Patched No 3D Walls (Optional Files)
12) Solitude farmhouses rework - [ESPLite = 1]
Added chimneys to the Solitude stable, sawmill, and Katla's farm. Replaced porches and shed meshes with more detailed ones.
Download: Solitude farmhouses rework (Main Files)
13) Proudspire Manor rework
Mesh replacer for Proudspire Manor in Solitude.
Download: Proudspire Manor rework (Main Files)
14) Angeline's Aromatics rework
Mesh replacement for the alchemy shop Angeline's Aromatics in Solitude. Updated the appearance of the building, added chimneys and many various details, redone the roof, fixed some mesh issues.
Download: Angeline's Aromatics rework (Main Files)
15) Radiant Raiment rework
Mesh replacement for the Radiant Raiment store building in Solitude. Updated the appearance of the building, added chimney and many various details, redone the roof, fixed some mesh issues.
Download: Radiant Raiment rework (Main Files)
16) Vittoria Vici's House rework
Mesh replacer for Vittoria Vici's House in Solitude. Updated the appearance of the building, added chimneys and many various details, redone the roof, fixed some mesh issues.
Download: Vittoria Vici's House rework (Main Files)
1) WiZkiD Riften and Ratway
Texture and meshes replacer for the city of Riften and the Ratway, its underground area.
Download: WiZkiD Riften and Ratway 2k (Optional Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes\architecture\riften\walls\rtsouthgate01.nif
meshes\architecture\riften\walls\rtwall01outer.nif
meshes\architecture\riften\walls\rtwall05inner.nif
meshes\architecture\riften\walls\rtwall06inner.nif
meshes\architecture\riften\rtblacksmith01.nif
meshes\architecture\riften\rtblacksmith01city.nif
meshes\architecture\riften\rtcanalsl02.nif
meshes\architecture\riften\rtcanalsl02inner01.nif
meshes\architecture\riften\rtdockwalll01.nif
meshes\architecture\riften\rtdockwallr01.nif
meshes\architecture\riften\rtfishery01city.nif
meshes\architecture\riften\rtkeep01.nif
meshes\architecture\riften\rtmausoleum01.nif
meshes\architecture\riften\rtmeadery02city.nif
meshes\architecture\riften\rtmjolldeck02.nif
meshes\architecture\riften\rtnorthgate01.nif
meshes\architecture\riften\rtorphanage01city.nif
meshes\architecture\riften\rtplayerhouse01city.nif
meshes\architecture\riften\rtplaza03.nif
meshes\architecture\riften\rttempleplazawalll01.nif
meshes\architecture\riften\rttempleplazawallr01.nif
meshes\architecture\riften\rtwarehouse01city.nif
meshes\architecture\riften\ratwayhall folder
2) Skyland Riften
Riften retexture.
Download: Skyland Riften (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes folder;
textures\architecture\riften\riftencanalplanks01.dds
textures\architecture\riften\riftencanalplanks01_n.dds
textures\architecture\riften\riftencanalwood01.dds
textures\architecture\riften\riftencanalwood01_n.dds
textures\architecture\riften\riftendoor01.dds
textures\architecture\riften\riftendoor01_n.dds
textures\architecture\riften\riftendoor02.dds
textures\architecture\riften\riftendoor02_n.dds
textures\architecture\riften\riftenhouseplanks01.dds
textures\architecture\riften\riftenhouseplanks01_n.dds
textures\architecture\riften\riftenkeepdoor01.dds
textures\architecture\riften\riftenkeepdoor01_n.dds
textures\architecture\riften\riftenleaves01.dds
textures\architecture\riften\riftenlogdetails01.dds
textures\architecture\riften\riftenlogdetails01_n.dds
textures\architecture\riften\riftenroofshingles01.dds
textures\architecture\riften\riftenroofshingles01_n.dds
textures\architecture\riften\riftenshinglesalpha01.dds
textures\architecture\riften\riftenshinglesalpha01_n.dds
textures\architecture\riften\riftensiding01.dds
textures\architecture\riften\riftensiding01_n.dds
textures\architecture\riften\riftenwindows02_g.dds
textures\architecture\riften\roof01_n.dds
textures\architecture\riften\rtmarketstallroof01.dds
textures\architecture\riften\rtmarketstallroof01_n.dds
textures\dungeons\riften\ratwayfloor01.dds
textures\dungeons\riften\ratwayfloor01_n.dds
textures\dungeons\riften\ratwaymudwalls01.dds
textures\dungeons\riften\ratwaymudwalls01_n.dds
textures\dungeons\riften\ratwaywood01.dds
textures\dungeons\riften\ratwaywood01_n.dds
3) Mrf's Riften
Riften retexture.
Download: Mrf's Riften 2k (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide EVERYTHING except:
textures\dungeons\riften\ratwaybwall02.dds
textures\dungeons\riften\ratwaybwall02_n.dds
textures\dungeons\riften\ratwayfloor01.dds
textures\dungeons\riften\ratwayfloor01_n.dds
textures\dungeons\riften\ratwayirondoor01.dds
textures\dungeons\riften\ratwayirondoor01_n.dds
textures\dungeons\riften\ratwaymudwalls01.dds
textures\dungeons\riften\ratwaymudwalls01_n.dds
4) Skyrim 2020 Smaller Packages - Architecture Riften
Riften retexture.
Download: Architecture - Riften (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide EVERYTHING except:
textures\architecture\riften\riftenhouseplanks02.dds
textures\architecture\riften\riftenhouseplanks02_n.dds
5) Riften Leaves HD 2K - [OLDRIM]
Texture mod for Riften leaves.
Download: Riften Leaves HD 2K (Main Files)
6) 3D Riften Trellis and Roofs
Adds 3D trellis to Riften market, as well as adds trims to some roofs and fixes some UV tiling errors in Riften.
Download: 3D Riften Trellis and Roofs (Main Files)
AND:
3D Riften Trellis - 3D Whiterun Trellis and Roofs - Major Cities Mesh Overhaul
Patch.
Download: 3D Riften Trellis - 3D Whiterun Trellis and Roofs - Major Cities Mesh Overhaul (Main Files)
7) FYX - The Temple of Mara
Fix UV's and mesh defects. Add little details. Fix the flying beam.
Download: FYX - The Temple of Mara (Main Files)
8) Riften Architectural Details
This mod changes current and horrible Riften city hexagonal meshes into circular meshes.
Download: Riften Architectural Details (Main Files)
Note: In the FOMOD pick: No Parallax.
9) FYX - Black-Briar and Riftweald Manors
Refreshing the architecture of the two large manors in Riften. Fix some UV map and more.
Download: A) FYX - Black-Briar and Riftweald Manors (Main Files)
10) Riften Ragged Flagon Flickering Fix - [ESPLite = 1]
Fix the flickering into the Riften Ragged Flagon due to various factors both in vanilla and modded cell.
Download: Riften Ragged Flagon Flickering Fix (Main Files)
Note: In the FOMOD pick: ESP-FE, v3.0 or newer, No Parallax.
11) Riften Temple Sconce Fix
Fixes the floating sconces in front of the Riften Temple of Mara (and some other small issues).
Download: Riften Temple Sconce Fix (Main Files)
12) Skyland AIO - Riften Keep Entryway and Plaza Modifications
Modifies the UV mapping of the meshes for the Riften Keep Entryway and the Riften Plaza to make better use of the semi-circular brick path pattern from Skyland AIO.
Download: Skyland AIO - Riften Mesh Modifications FOMOD (Main Files)
Note: In the FOMOD pick: Keep Mesh, Entryway Mesh, Keep Path Mesh.
13) FYX - 3D Honeyside Deck Floor
Simply replaces the 2D floor of the Honeyside deck with a 3D floor.
Download: FYX - 3D Honeyside Deck Floor - SMIM (Main Files)
14) FYX - Riften Canal and Round Posts
Replace vanilla posts with round posts, fixes lots of unnecessary seams, fixes bad placement and bad UV's.
Download: FYX - Riften Canal and Round Posts (Main Files)
1) Rally's Raven Rock
Texture overhaul for Raven Rock in Solstheim. It covers all buildings, the temple, redoran houses, docks, banners and basalt piles, furniture, ash-hanging moss, roads and ash.
Download: Rally's Raven Rock (Main Files)
Note: In the FOMOD pick: 2K, 512x512.
2) Rally's Tel Mithryn
Texture replacer for Tel Mithryn.
Download: Rally's Tel Mithryn 2K (Main Files), Tel Mithryn LODs 512 (Optional Files)
3) FYX - RavenRock Docks and Fences Round Posts
Smooth the posts of the docks and fences, fix and replace UV's.
Download: FYX - RavenRock Docks and Fences Round Posts (Main Files)
4) Sconces of Solstheim - Improved DLC2 Braziers
High poly and improved meshes for DLC2 Solstheim braziers.
Download: Sconces of Solstheim - Improved DLC2 Braziers (Main Files)
AND:
Sconces of Solstheim - SMIM QA
Patch.
Download: Sconces of Solstheim - SMIM QA (Main Files)
5) Tel Mithryn Overhaul - High Poly and Improved Meshes
Higher poly models, 3D ropes, new UV maps, and more for Telvanni mushroom houses.
Download: Tel Mithryn Overhaul (Main Files), Lux Patch (Optional Files)
6) DLC2TelvanniRoot mesh fixes
Corrects bad collisions, incorrect havok materials, and wrong tangent spaces on the four dlc02TelvanniRoot meshes.
Download: Tel Mithryn Overhaul Patch (Optional Files)
1) High Hrothgar Fixed
Adds windows to the outside of High Hrothgar and includes multiple UV and mesh fixes.
Download: High Hrothgar Fixed (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes\architecture\highhrothgar\hhlgbaylentrance01a.nif
meshes\architecture\highhrothgar\hhlgbaylentrance01b.nif
meshes\architecture\highhrothgar\hhlgbayrentrance01a.nif
meshes\architecture\highhrothgar\hhlgbayrentrance01b.nif
2) GG's High Hrothgar fixed stairs
Fixed and improved High Hrothgar stairs meshes.
Download: GG's HH Fixed Stairs (split) (Main Files)
3) The Halls of the Greybeards - A High Hrothgar Retexturing
A retexturing of High Hrothgar.
Download: The halls of the Greybeards (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide: meshes folder.
4) Skyrim Textures Redone - High Hrothgar
Fantastic textures.
Download: STR - High Hrothgar 2K (Main Files)
1) Skyrim Remastered - Castle Volkihar and Clutter
An improvement on the vanilla textures while trying to retain their visuals for Castle Volkihar and a good amount of clutter for the Dawnguard DLC.
Download: Skyrim Remastered - Castle Volkihar and Clutter 2K (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes folder
textures/smim folder
textures/dlc01/soulcairn folder
textures/dlc01/clutter/roughmetaldark01.dds
textures/dlc01/clutter/roughmetaldark01_m.dss
textures/dlc01/clutter/roughmetaldark01_n.dds
2) CC's Castle Volkihar Remastered
This is a texture replacer for castle Volkihar.
Download: CC's Castle Volkihar Remastered - 2K - BC7 - 1.0 (Main Files)
3) Castle Volkihar HD - Only Unique Textures Repack
Few unique textures for Castle Volkihar.
Download: Castle Volkihar HD - Only Unique Textures Repack (Main Files)
1) CC's Fort Dawnguard Reborn
This is a retexture of fort dawnguard in new colors and new HD textures.
Download: CC's Fort Dawnguard Reborn - 2K - 6.0 (Main Files)
2) Skyrim Textures Redone - SkyHaven
Gorgeous textures.
Download: STR - SkyHaven 2K (Main Files)
3) Skyland Skyhaven Temple
Skyland Skyhaven Temple replaces all the textures with new, HQ scanned textures including Alduin's wall in 8k.
Download: Skyland Skyhaven Temple (Main Files)
4) Skyland - College of Winterhold
See the College of Winterhold like you never have before with Skyland Winterhold. Retextured from the ground up in 2k/2k textures. Recreated with a blend of traditional and photogrammetry texturing techniques that deliver stunning, realistic textures up close and far away.
Download: Skyland - Winterhold (Main Files)
5) Hermaeus Mora - Water and tentacles - My HD version SE
HD version for the Daedric Prince of knowledge and memory. Als covers the water and all the tentacles.
Download: Hermaeus Mora - My HD version SE (Main Files)
6) Skyrim Remastered - Azura and Blackreach Crystals
Aims to enhance the quality of the area inside Azura's Star and the crystals scattered throughout Blackreach.
Download: Skyrim Remastered - Azura and Blackreach Crystals 2K (Main Files)
7) Blackreach Tentacle Mesh Fix
Reduce texture seams and pixelation and add collision.
Download: Blackreach Tentacle Mesh Fix (Main Files)
8) Windmills of Skyrim - Unique Windmills with Colourful Sails - [ESPLite = 1]
This mod finally brings the uniqueness and high-fantasy style to the windmills.
Download: Windmills of Skyrim - Unique Windmill Appearances (Main Files)
9) Better Blackreach Clutter
Improved textures for some objects from Blackreach.
Download: 4K Blackreach Vine Floor (Main Files), Blackreach Sun (Main Files)
10) Rally's Market Stalls Animated - [ESPLite = 1]
Texture and mesh replacer for all market stalls in game.
Download: Rally's Market Stalls 2K (Main Files)
Note: In the FOMOD pick: Dark Wood 2K, 3D Trellis, Gimme That!.
11) Winterhold College Gate Glow Restored - Cut Content Restoration
The mod restores an unused glow map to the College of Winterhold gate.
Download: EVE - Winterhold College Gate Glow Restored - Cut Content Restoration (Main Files)
12) Shack Roofs Restored
Tweaked meshes to restore parts of the shacks.
Download: Shack Roofs Restored 2 - shack walls (Main Files)
Load Order:
- Move MajesticMountains_Landscape.esm under Landscape and Water Fixes.esp in your load order (right panel in MO2).
- Move MajesticMountains_Moss.esp under MajesticMountains_Landscape.esm in your load order (right panel in MO2).
- Move Better Dynamic Snow SE - DisableRefs.esm under Skyrim Fixes Collection.esp in your load order (right panel in MO2).
- Move BetterDynamicAsh-DisableRefs.esm under Better Dynamic Snow SE - DisableRefs.esm in your load order (right panel in MO2).
1) MystiriousDawn's HD Skyrim - Alternate Farmhouse Textures
Amazing retexture for thatch and stonewalls.
Download: Alternate Farmhouse Textures (Old Files)
IDIOT CHECK: Don't Merge or Replace original MystiriousDawn's HD Skyrim! Use Rename option!
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide or Remove EVERYTHING except these files:
2) Shibui Skyrim - [OLDRIM]
One of the best retextures for farmhouses that you can find on Nexus.
Download: Shibui Skyrim (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide or Remove EVERYTHING except these files:
textures\architecture\farmhouse\farmhouse01.dds
textures\architecture\farmhouse\farmhouse01_n.dds
textures\architecture\farmhouse\stonefloor01.dds
textures\architecture\farmhouse\stonefloor01_n.dds
textures\architecture\farmhouse\woodpost02.dds
textures\architecture\farmhouse\woodpost02_n.dds
textures\architecture\farmhouse\woodwalkway01.dds
textures\architecture\farmhouse\woodwalkway01_n.dds
textures\architecture\farmhouse\woodwall01.dds
textures\architecture\farmhouse\woodwall01_n.dds
3) Skyland Farmhouses - Towns and Villages
Farmhouse retexture.
Download: Skyland Farmhouses - Towns and Villages - Brown (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes folder
textures\architecture\farmhouse\farmwindowinterior01.dds
textures\architecture\farmhouse\farmwindowinterior01_m.dds
textures\architecture\farmhouse\farmwindowinterior01_n.dds
textures\architecture\farmhouse\woodpost01.dds
textures\architecture\farmhouse\woodpost01_n.dds
textures\architecture\farmhouse\woodpost02.dds
textures\architecture\farmhouse\woodpost02_n.dds
textures\architecture\farmhouse\woodwalkway01.dds
textures\architecture\farmhouse\woodwalkway01_n.dds
textures\architecture\farmhouse\woodwall01.dds
textures\architecture\farmhouse\woodwall01_n.dds
4) True Nordic Farmhouses (2K - 4K)
Farmhouse retexture.
Download: True Nordic Farmhouses - Standard (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide or Remove EVERYTHING except:
textures\architecture\farmhouse\roof01.dds
textures\architecture\farmhouse\roof01_n.dds
textures\architecture\farmhouse\stonefloor01.dds
textures\architecture\farmhouse\stonefloor01_n.dds
5) Custom Farmhouse LOD for TNE
Custom LODs for TNE farmhouse setup.
Download: Custom Farmhouse LOD for TNE (Miscellaneous Files)
6) Rustic Windows
Gorgeous windows.
Download: RUSTIC WINDOWS - Special Edition - 2K (Main Files)
7) WiZkiD - Hall of the Dead Stained Glass Windows
This mod adds beautiful stained glass windows to the Hall of the Dead building, both outside and inside.
Download: WiZkiD - Hall of the Dead Stained Glass Windows (Main Files)
AND:
Whiterun Mesh Fixes - Wizkid's Hall of the Dead patch
Patch for meshes.
Download: Whiterun Mesh Fixes - Wizkid's Hall of the Dead patch (Optional Files)
8) Rugnarok
Amazing rugs.
Download: RUGNAROK - Special Edition - 2K (Main Files)
9) Peltapalooza
Retexture for pelts.
Download: PELTAPALOOZA Special Edition - FULL (Main Files)
10) Rudy HQ - Hay SE
Retexture for hay.
Download: Rudy HQ - Hay SE (Main Files)
Note: In the FOMOD pick: Rudy HQ - Hay SE 1K - Version01. If you got some free VRAM to spare, you can pick 2K version of the same file.
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes/clutter/hay/haymound01.nif
meshes/clutter/hay/haymound02.nif
meshes/clutter/hay/haymoundl01.nif
meshes/clutter/hay/hayscatter01.nif
meshes/clutter/hay/hayscatter03.nif
meshes/clutter/hay/hayscatter04.nif
meshes/clutter/hay/hayscatter05.nif
meshes/clutter/hay/hayscatter06.nif
11) FYX - Smooth Wells
Simply smooth water wells and magic wells. Fix some UV's.
Download: FYX - Smooth Wells (Main Files)
AND:
FYX Smooth Wells - Invisible Well Fix
Fixes an issue with one Winterhold mesh from FYX - Smooth Wells that would sometimes cause the object to become invisible.
Download: FYX Smooth Wells - Invisible Well Fix (Main Files)
Note: In the FOMOD pick: FYX x Lux - No Parallax.
12) Solitude Objects SMIMed - Solitude well
High poly Solitude well ropes.
Download: Solitude Objects SMIMed - Solitude well (Main Files)
Note: In the FOMOD pick: No Water in Wells.
13) Skyrim Objects SMIMed - Farm Mills
Rounder, 3d ropes, other improvements.
Download: Skyrim Objects SMIMed - Farm Mills (Main Files)
14) Hype's Farmhouse Door SE
New detailed 3D mesh and high resolution textures for the infamous farmhouse door.
Download: Hype's Farmhouse Door SE 2K (No Ornaments Version) (Main Files)
AND:
Hype's Farmhouse Door - Shibui
Retexture of Hype's doors.
Download: Hype's Farmhouse Door - Shibui Skyrim version by Xtudo - NO ORNAMENTS 4K-2K (Optional Files)
Note: In the BAIN installer pick: 2K.
15) Vanilla Jarl Longhouse Mesh Fix
This mod simply improves the vanilla Jarl Longhouse mesh by "fixing" the center tower to be wood instead of stone.
Download: Northern Vanilla Farmhouses Longhouse mesh fix (Main Files)
1) Noble Furniture Improved
This only includes meshes, and is compatible with any texture mods covering the same items from this. It works great alongside Rustic Furniture.
Download: Noble Furniture Improved - Replacer. (Main Files)
2) Skyrim Objects SMIMed - Noble Furniture
Makes some details on noble furniture nicer. Also fixes some bugs and other improvements.
Download: Skyrim Objects SMIMed - Noble Furniture (Main Files)
Note: In the FOMOD pick: 2K textures.
3) Rustic Furniture UV fix
Adjusts texture UV mapping for Rustic Furniture textures.
Download: Rustic_Noble_UVfix (Optional Files)
4) RUSTIC FURNITURE - SPECIAL EDITION
A great looking re-texture for the noble furnitures.
Download: RUSTIC FURNITURE - SE - SMIM - 2K (Main Files)
5) Skyrim 3D Furniture
A skyrim furniture renewal with new custom made models and textures.
Download: Skyrim 3D Furniture (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide or Remove these files:
textures\clutter
meshes\clutter\containers
meshes\clutter\displaycases
meshes\clutter\common\commoncrate01
meshes\clutter\common\commoncrate02
meshes\clutter\common\commontableround01
meshes\clutter\common\commontablethin01
meshes\clutter\common\commontablesquare01
meshes\clutter\common\cratesmall01
meshes\clutter\common\cratesmall01eeco
meshes\clutter\common\cratesmall02
meshes\clutter\common\cratesmall03
meshes\clutter\common\cratesmall03eeco
meshes\clutter\common\cratesmall04
meshes\clutter\common\cratesmalllong01
meshes\clutter\common\cratesmalllong01eeco
meshes\clutter\common\cratesmalllong02
meshes\clutter\common\cratesmalllong03
meshes\clutter\common\cratesmalllong04
meshes\clutter\common\cratesmalllong04eeco
meshes\clutter\upperclass\upperbedsingle01
meshes\clutter\upperclass\upperchest01
meshes\clutter\upperclass\uppernightstand01
meshes\furniture\common\commonbed01
meshes\furniture\common\commonbeddouble01
meshes\furniture\common\commonchair01
meshes\furniture\noble\noblebeddouble02
meshes\furniture\noble\noblebench01
meshes\furniture\noble\noblebench05
meshes\furniture\noble\noblechair01
meshes\furniture\noble\noblechair02
meshes\furniture\noble\noblechestback
meshes\furniture\noble\noblechestdrawersshelf01
meshes\furniture\noble\nobledivider01
meshes\furniture\noble\nobleendtable01
meshes\furniture\noble\nobleendtable02
meshes\furniture\noble\nobleendtable03
meshes\furniture\noble\nobleendtable04
meshes\furniture\noble\nobletablelong01
meshes\furniture\noble\nobletablelong02
meshes\furniture\noble\nobletablelong03
meshes\furniture\noble\nobletablelong04
meshes\furniture\noble\nobletablelongbench01
meshes\furniture\noble\nobletablelongbench02
meshes\furniture\noble\nobletablelongbench03
meshes\furniture\noble\nobletablelongbench04
meshes\furniture\noble\nobletablelow01
meshes\furniture\noble\nobletablelow02
meshes\furniture\noble\nobletableshort01
meshes\furniture\noble\nobletablesquare01
meshes\furniture\noble\nobletablethin01
6) Vanilla Table Replacers
Replaces some tables of the game specially the main tables for nobles.
Download: Vanilla Table Replacers 2k 1k (Main Files), 2k Common Table replacer optional (No Ropes) (Optional Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide these files:
meshes/architecture
meshes/furniture/noble/nobletablelong01.nif
meshes/furniture/noble/nobletablelong02.nif
meshes/furniture/noble/nobletablelong03.nif
meshes/furniture/noble/nobletablelongbench01.nif
meshes/furniture/noble/nobletablelongbench02.nif
meshes/furniture/noble/nobletablelongbench03.nif
meshes/furniture/noble/nobletablelongbench04.nif
AND:
FYX - Vanilla Table Replacers - and Addon
Fix misplacement of metal pieces.
Download: FYX - Vanilla Table Replacer - LUX (Main Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide these files:
meshes/furniture/noble/nobletablelongbench01.nif
meshes/furniture/noble/nobletablelongbench02.nif
meshes/furniture/noble/nobletablelongbench03.nif
meshes/furniture/noble/nobletablelongbench04.nif
7) nobletablelow02 tweaked
Tweaked mesh for nobletablelow02.
Download: nobletablelow02 tweaked (Main Files)
8) CC's HQ Barset
A great re-texture.
Download: CC's HQ Barset - 2K - 1.2 (Main Files)
9) Comfy Dwemer Beds
Re-texture for dwemer beds.
Download: Comfy Beds (Loose Files) (Main Files)
10) Vampire Coffins 2K-4K
Great re-texture for coffins.
Download: Vampire Coffins 2k (Optional Files)
11) Archery Target Retexture
Really good retexture.
Download: Archery Target Retexture and Mesh file. (Optional Files)
12) Rain Barrel Fix and Retexture
Fix for the rain barrel that was changed based on the dummies retexture.
Download: Rain Barrel Fix and Retexture (Optional Files)
13) 4K Torture Rack
Retexture of the torture rack with added environment map using the mesh from SMIM. Added 3D meshes to replace the flat rope and metal ring.
Download: 2K Dirty and Bloody (Optional Files)
14) Better Bookcase
1k texture books and glass replacer for closed bookcase.
Download: Better Bookcase (Main Files)
15) Thrones of Skyrim
Replaces the generic thrones of the various holds.
Download: Thrones of Skyrim SE (Main Files)
16) 4K Dark Elf Furniture
Retextures the Solstheim dark elf furnitures.
Download: 2K Dark Elf Furniture (Optional Files)
WARNING: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide: meshes\dlc02\clutter folder, textures\dlc02\clutter folder.
17) Solstheim Objects SMIMed - High Poly Dark Elf Furniture
A SMIM-style improvement for dark elf furniture models.
Download: Solstheim Objects SMIMed - High Poly Dark Elf Furniture (Main Files)
Note: In the FOMOD pick: Add ENB particle lights.
18) Hearthfire Crafting Retextures
Retextures items from Hearthfires DLC.
Download: Hearthfire Crafting Retextures (Main Files)
19) SMIM Upper Furniture Wood ReTexture by BuddhaSante
Retexture of the SMIM's upper furniture and furniture wood.
Download: SMIM Upper Furniture ReTexture - 2k (Main Files)
20) Praedy's Chantry of Auriel AIO - Chantry Throne Replacer - [ESPLite = 1]
Replaces the Ancient falmer throne in Auriel's Chantry with a unique model.
Download: Chantry throne replacer 2K new (Optional Files)
21) WeldingMans Smelter with ENB Light
New model for smelter with custom textures for a more rustic look, ENB light, heat blur and minor improvments.
Download: WeldingMans Smelter (Main Files)
AND:
WeldingMans Smelter with ENB Light - Embers HD Patch
Patch.
Download: WeldingMans Smelter - EmbersHD Patch (Optional Files)
22) IWAT SMIM Smelter retexture
A retexture of the SMIM smelter.
Download: SMIM Smelter Retexture HALF SIZE TEXTURES (Optional Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
textures\smim\clutter\barrel_smim_metal_m.dds
textures\smim\furniture\smelter\smim_smelter_dome.dds
textures\smim\furniture\smelter\smim_smelter_dome_n.dds
textures\smim\furniture\smelter\smim_smelter_metal.dds
textures\smim\furniture\smelter\smim_smelter_metal_n.dds
23) ElSopa - HD Medieval Anvil SE
New model and textures for anvil, hammer and tongs.
Download: ElSopa - HD Medieval Anvil 2k (Main Files), ElSopa - Medieval Anvil Hammer HotFix (Optional Files)
AND:
Animated Forge Water
Some fixes for ElSopa's anvil model.
Download: Animated Forge Water (Main Files)
Note: In the FOMOD pick: Elsopa and Embers HD.
1) Misc Retexture Project
The mod aims to cover textures missing from other mods.
Download: Misc Retexture Project (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide textures/interface folder.
2) Forgotten Retex Project
This project retextures and provides some new meshes for quest rewards, clutter, and other smaller items to work alongside large landscape and city texture overhaul mods so that your Skyrim can look its best.
Download: Forgotten Retex Project - Full Resolution (Main Files)
Note: In the FOMOD pick: Custom Installation, Aetherial Crown, White Phial, Wooden Sword, Soul Gem Stand, Food, Model Ship, Deathbell, Ants, Dandelion Puffs, Ancient Nordic Pickaxe, Woodcutter Axe and Chopping Block, Garden Hoe, Ruins Tools.
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide: meshes\clutter\food\butterscotchcreams01.nif
AND:
Realistic HD Woodcutter's Axe Remastered - Patches
Woodcutter's Axe Patches for Frostfall - Hypothermia Camping Survival and Campfire - Complete Camping System.
Download: Realistic HD Woodcutter's Axe Remastered - Patches (Miscellaneous Files)
3) Revamped Assets Skyrim - [OLDRIM]
Gives new form, design, and definition to Skyrim's vanilla assets whilst still respecting the original design scheme of the vanilla assets.
Download: Revamped Assets Skyrim - High (FOMOD Package) (Main Files)
Note: In FOMOD go to Custom Install. Select: Clutter General, Bones, Dead Animals, Display Cases, Pelagius Hipbone, Weapon Rack, Furniture - Install All, Traps - Install All. On the last page pick Light.
CONVERSION: Fix meshes via SSE NIF Optimizer (not CAO!).
WARNING: Hide: meshes\furniture\workbenches\disenchantworkbench01.nif
AND:
Revamped Assets Skyrim - Weapon Racks Patch
Forwards Pivot nodes from Unofficial Skyrim Special Edition Patch into the Weapon Rack meshes from Revamped Assets Skyrim, fixing the floating weapons/shields bug (for example, Falmer staves or Dwarven shields).
Download: Revamped Assets Skyrim - Weapon Racks Patch (Main Files)
4) RUSTIC ALCHEMY and ENCHANTING TABLES - [OLDRIM]
A rustic overhaul of the alchemy and enchanting tables of Skyrim. The aim was to bring real antiquity to these arcane crafting tables as is fitting of their ancient origin.
Download: Retex of Revamped Alchemy Lab HD - 2K (Optional Files)
5) Rustic Clutter
It includes the mods Rustic Pottery, Dinnerware, and Silverware. Other items not included in those mods are also re-textured.
Download: RUSTIC CLUTTER COLLECTION - Special Edition - 2K (Main Files)
6) HD Sacks Retexture - [OLDRIM]
Sacks retextures.
Download: HDSacks14TypeBBig (Main Files), HDSacks14TypeCSmall (Main Files)
7) CL's Barrels and Crates - [1] [ESPLite - after doing the WARNING instructions]
A great re-texture for chests.
Download: CL'sBarrelsCratesChestsSSE (Main Files)
Note: In the FOMOD pick: Medium Resolution Texture, Chests (uncheck everything else).
WARNING: We want to remove crates and barrels from this mod plugin.
Now, you can add ESL flag to the plugin.
Exit xEdit and save your work.
8) Skyrim 3D Misc - Barrels
New mesh and textures for barrels.
Download: Skyrim 3D Misc - Barrels (Main Files)
9) Rudy HQ - Miscellaneous SE - [1] [ESPLite]
HQ meshes for a glazed pottery. HQ meshes for in-game silverware with new HQ candles. Realistic apples, tomatoes, potatoes, and common bed pillows, plus HQ meshes for common plates.
Download: Rudy HQ - Miscellaneous SE (Main Files)
Note: In the FOMOD pick: Rudy HQ Silverware for Rustic Silverware, None, Rudy HQ Imperial Candles (not STaC version!), Rudy HQ Nordic Ruins Candles (not STaC version!), Rudy HQ Glazed Pottery Vanilla Style 2K, None, Rudy HQ Brown Textures for Dungeon Pottery 2K, Rudy HQ Apple Tomato Potato, Rudy HQ Beds, Rudy HQ Common Plates, 1K textures for the candles.
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
textures\smim\clutter\upperclass\smim_upper_bench_legs.dds
textures\smim\clutter\upperclass\smim_upper_bench_legs_n.dds
textures\smim\clutter\upperclass\Table_Leg_Bark_Thin.dds
textures\smim\clutter\upperclass\Table_Leg_Bark_Thin_n.dds
textures\smim\clutter\upperclass\Table_Wood_SinglePiece.dds
textures\smim\clutter\upperclass\Table_Wood_SinglePiece_n.dds
AND:
Optimized Meshes - Rudy HQ - Miscellaneous SE
Lower poly meshes for Rudy HQ Miscellaneous.
Download: Optimized Meshes - Rudy HQ Misc (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide: meshes\clutter\silver folder, and meshes\clutter\sovngarde folder.
10) Renthal's workbench
New high poly mesh and texture for the workbench.
Download: Workbench 1.6.1 (Main Files)
11) Obscure's Art Editions - Tablecloths - [ESPLite = 1]
A replacement for the Whiterun and Sovngarde tablecloths. Includes a plugin which tweaks the positions of some tablecloths, and much of the tabletop clutter in Sovngarde.
Download: OAE - Tablecloths (Main Files)
12) Skyrim 3D Cooking
Extremely detailed lightweight remodel of the cooking related appliances and objects.
Download: Skyrim 3D Cooking (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide these files:
meshes\_byoh
meshes\architecture
meshes\furniture
meshes\landscape
meshes\clutter\deadanimals
meshes\clutter\food
meshes\clutter\ingredients\beefmeatcooked.nif
\pie01.nif
\tomato.nif
meshes\clutter\cookingspitfarmhouse01.nif
meshes\clutter\cookingspitriften01.nif
meshes\clutter\cookingspitsm01.nif
meshes\clutter\cookingstone01.nif
13) Basic Dining Set Replacer
A mod that replaces the dining set we often see in farmhouses or taverns in skyrim.
Download: Basic Dining Set Replacer 2k (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide these files:
meshes\clutter\dining set\basicplate01.nif
meshes\clutter\dining set\basicplate02.nif
14) Remiros' Dunmer Urns HD
Replaces the models and textures of the dunmer urns from the Dragonborn DLC.
Download: Remiros' Dunmer Urns HD (Main Files)
15) Realistic HD Baskets Remastered
Modification replace old bad quality baskets to new high quality one.
Download: Realistic HD Baskets Remastered (Main Files)
16) ElSopa HD - Meadbarrel and Spigot SE
Mead barrel and spigot retextured.
Download: ElSopa HD - Meadbarrel and Spigot (Main Files)
Note: In the FOMOD pick 2K Clean.
17) Rally's Hooks and Saws
This mod replaces the textures of saws and hooks in game.
Download: Rallys Hooks and Saws - ENV (Main Files)
Note: In the FOMOD pick Default.
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide textures\cubemaps folder.
18) 3D Solitude Market Trellis
3D trellis for vendor stands in Solitude.
Download: 3D Solitude Trellis (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes\architecture\solitude\clutter\smarketstall01.nif
meshes\architecture\solitude\clutter\smarketstall02.nif
meshes\architecture\solitude\clutter\smarketstall03.nif
meshes\architecture\solitude\clutter\smarketstalltop.nif
19) 3D Solitude Market Trellis Expansion
Replaces 2D lattice wherever that horrible model is present using the improved model in the 3D Solitude Market Trellis mod by RedBag.
Download: 3D Solitude Market Trellis Expansion (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes\architecture\solitude\clutter\smarketstall01.nif
meshes\architecture\solitude\clutter\smarketstall02.nif
meshes\architecture\solitude\clutter\smarketstall03.nif
20) 3D Whiterun Trellis Expansion - Blended Roads Solitude Bridge
Patches the conflicting Solitude Bridge mesh between Really Blended Roads and 3D Whiterun Trellis Expansion - Solitude Bridge.
Download: 3D Whiterun Trellis Expansion - Blended Roads (Main Files)
21) ElSopa - HD Iron Tools Redone SE
Iron tools redone from scratch.
Download: ElSopa - HD Iron Tools Redone 2k SE (Main Files), ElSopa - HD Iron Tools Redone Hotfix Patch 1.1 (Update Files)
AND:
ElSopa - HD Medieval Hammer - DLC02 patch - SE
Adds the beautiful hammer made by ElSopa to the Dragonborn DLC animations.
Download: ElSopa - HD Medieval Hammer - DLC02 patch by Xtudo - SE (Main Files)
22) ElSopa - The Lovely Kettle SE
Kettle retexture.
Download: ElSopa - Kettle (Main Files)
Note: In the FOMOD pick 2k Recommended, Compressed 2k Recommended.
23) Riekling Barrels SMIM
Make Riekling barrel traps use SMIM barrels.
Download: Riekling Barrels SMIM (Main Files)
24) Rally's Farming Tools (Higher Poly)
Replacer for brooms, pitchforks, hoes and shovels.
Download: Rally's Farming Tools HP (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide:
meshes\animobjects\animobjecthoe.nif
meshes\clutter\common\shovel01.nif
meshes\clutter\common\shovel02.nif
25) Stockades of Skyrim 3D
Replaces low polygon and 2D assets from the stockade set used by orcs and bandits.
Download: Stockades of Skyrim 3D (Main Files)
26) 4K retexture for Nordic Beds SE by Deoster
A retexture for Nordic Beds SE by Deoster.
Download: 2K Nordic Beds SE Retexture (Optional Files)
27) WiZkiD Hagraven Clutter and Bones
This mod replaces the texture of all the hagraven clutter and animal bones, including trophies with antlers that can be found hanging on the walls of many Skyrim buildings.
Download: WiZkiD Hagraven Clutter ad Bones (Main Files)
Note: In the FOMOD pick: 2k, High Poly Projectl patch.
28) Fish Rack
Crisp new retexture for the fish rack.
Download: Fish Rack 2K (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide: textures/architecture folder.
29) 2k-4k Executioner's Block
Retexture for executioner's block.
Download: 2k Executioner's Block Dry Faded Blood (Optional Files)
30) ElSopa HD - Glorious Dummies SE
Retexture of the training dummies.
Download: Desaturated Glorious Dummies (Optional Files)
Note: In the FOMOD pick: 2K.
31) Better Ladder UV Mapping
Adjusts the texture UV mapping of the ladders to reduce texture stretching.
Download: Better Ladder UV Mapping (Main Files)
32) Wood Wall Trap Mesh and UV Fix
Improves the mesh and texture UV of the Wood Wall Trap.
Download: Wood Wall Trap _ Mesh and UV Fix (Main Files)
33) Rally's Crates - [ESPLite = 1]
Texture and mesh replacer for all types of wooden crates in game.
Download: Rally's Crates 2K (Main Files)
Note: In the FOMOD pick: Default 2K, ESL.
34) Handcarts SE - Everything changes
New model for handcarts.
Download: Handcarts SE - Everything changes v 0.3 (Main Files)
AND:
Dovahnique's Diverse Vendor Carts - Base Object Swapper
5 textures made from scratch that will be distributed with a 20% random chance using po3's Base Object Swapper to all cendor carts.
Download: Dovahnique's Diverse Vendor Carts - Base Object Swapper (Main Files), Dovahnique's Vendor Carts - 2K Textures (Optional Files)
AND:
Texture Improvements for Dovahnique's Vendor Carts
Better normal maps with standard mesh pathing and subtle specular to reduce shine other than on the metal.
Download: DovahniquesCartsTextureImproved (Main Files)
35) JS Torture Tools SE
A complete remake of the torture tools.
Download: JS Torture Tools SE - 2k Textures (Main Files)
36) JS Knapsacks SE - [ESPLite = 1]
A complete remake of the vanilla knapsack with variants.
Download: JS Knapsacks SE - 2k (Main Files)
Note: In the FOMOD pick: JS Knapsacks SE.
37) Rally's Mods - Shibui Skyrim Recolor
Shibui Skyrim-esque recolor for some of Rallyeator's wonderful mods.
Download: Rally's Mods - Shibui Skyrim Recolor 2K FOMOD (Main Files)
Note: In the FOMOD pick: Rally's Mead Barrels, Rally's Crates, Rally's Handcarts, Rally's Market Stalls, Rippled Glass.
38) Better Effigy of King Olaf
Replaced awful ash overlay with vertex colours, fixed and improved upon rope and pole geometry, more representative collision.
Download: Better Effigy of King Olaf (Main Files)
39) Weathered Apiary Texture - 8K - 4K - 2K
It's a simple texture for the apiaries in the game.
Download: Weathered Apiary Texture - 2K (Main Files)
40) JS Embalming Tools SE
A complete remake of the ruins embalming tools.
Download: JS Embalming Tools SE - 1k Textures (Main Files)
41) East Empire Strongbox Logo SSE - [ESPLite = 1]
This simple mod adds the East Empire Company logo to all the relevant strongboxes added by the Dragonborn DLC.
Download: East Empire Strongbox Logo - Rustic Retexture by Gamwich (2k) (Main Files)
42) Wall Basket Variants - [ESPLite = 1]
More wall basket diversity.
Download: Wall Basket Variants _ BOS (Main Files)
1) Book Covers Skyrim - [1]
Book Covers Skyrim is a retexture of all the readable books, journals, and notes in Skyrim. It gives each book and journal its own unique cover and adds many additional paper styles to the notes.
Download: Book Covers Skyrim SE - Desaturated (Main Files)
AND:
Book Covers Skyrim - Normal map FIX
It fixes an inappropriate normal map from "Book Covers Skyrim" which in turn fixes the lighting on the inside of books.
Download: Book Covers Skyrim - Normal map FIX (Main Files)
AND:
Book Covers Skyrim - Vanilla-Like Tweaks (USSEP) - [ESPLite = 1]
It brings BCS up to date with the latest USSEP changes.
Download: BSC - Vanilla-Like Tweaks (USSEP) (Main Files)
AND:
Book Covers Skyrim - Additional Naming Tweaks - [ESPLite = 1]
Tweaks three series of books to group more consistently.
Download: BCS - Additional Naming Tweaks (Main Files)
AND:
Book Covers Skyrim - No Skill Book Stars
Removes the stars from the spines of skill books.
Download: BCS - No Skill Book Stars (Main Files)
2) The Business Ledger
Re-texture for ledger.
Download: Business Ledger SD (Main Files)
3) RUSTIC MAPS
Re-texture for maps.
Download: RUSTIC MAPS - 4K-2K (Main Files)
4) Retexture for the Scroll - [OLDRIM]
Retexture for the scrolls. 1K textures.
Download: Retexture for The Scroll FOMOD by -ren- (NMM or MO) (Main Files)
Note: It has several designs to choose in a FOMOD installer. I choose single set and default set.
5) ElSopa - Papers HD SE
No more blurry paper.
Download: ElSopa - Paper HD (Main Files)
6) Realistic Paper - [OLDRIM]
High Res paper for books and notes.
Download: Realistic Paper MAIN (Main Files)
IMPORTANT: Double-click the mod in your left tab. Now, go to the Filetree tab. Hide Textures\Clutter\books\largebookpaper01.dds.
7) Burned Book Retexture 4k - 2k
Retexture.
Download: 1k Burned Potato (Optional Files)
8) Realistic Paper Parchment and Scroll Texture
Simple paper parchment texture replacer.
Download: Realistic Paper Parchment (Main Files), Realistic Paper Scrolls (Main Files)
9) Edwarrs Spell Tome Books - [OLDRIM]
New HD spell tome books.
Download: Edwarrs Spell Tome Books (Main Files)
AND:
Recolored Edwarr's spell tomes - [OLDRIM]
Recolored variants of Edwarr's spell tome textures.
Download: Recolored Edwarr's spell tomes (Main Files)
Note: In the FOMOD pick: 1k, Murky.
10) Kanjs - Master Spell Tomes Animated
Retexture of the Master Spell Tomes.
Download: Kanjs - Master Spell Tomes 1k (Main Files)
Note: In the FOMOD pick: Only Emissive.
11) Notes with something to read SE
Added something to read to the notes used in the animation performed by your character or a NPC.
Download: Notes with something to read SE TEXT (Main Files)
1) Retexture for Soup - [OLDRIM]
Retexture for soup.
Download: For SMIM Mesh - Poor Version (Main Files)
2) High Quality Food and Ingredients
Great textures for most food items and ingredients. Some of the t