🦑
Nyarlantothep's Immersive Morrowind Modlist 0525
  • Intro
    • What, why, how
    • Who for? On TR and Vanilla Progression
    • How to follow this guide (Install order)
    • Credits
  • Screenshots Showcase
  • Tools ✨
  • Morrowind Modding basics
  • Game and Tools Installation
  • Mod-install loop
  • MODS ✔
    • Data files, Optimization, gfx
  • UI, Animation, Fixes
  • Misc. Fixes
  • Immersion: Mechanics and Dangerous Vvardenfell
  • Immersion: NPC and Voice mods
  • Immersion: Sound, Atmosphere and Weather
  • Land, Water and Quest Content Mods
  • Progression, Balance and Customization
  • Mod Configuration
    • MWSE tinkering: Levelling, Progression, Difficulty
    • TR_Factions Discussion
  • Suggested Builds / Factions
    • Roleplaying/ Faction Builds
    • Future builds for TR?
  • Outro
    • My Modlist .txt
    • Unsupported and/or Untested mods (WIP)
Powered by GitBook
On this page

Morrowind Modding basics

For people new to modding, the main logic of Morrowind mods is:

  1. Morrowind has two types of files (simplification) :

    1. Plug-ins (.esm, .esp files, located in / Morrowind / Data files)

    2. Data Files (Meshes, Textures, Sounds, etc)

  2. Mods are files/folders that either overwrite and/or add to these:

    1. some mods are ESP only (added as plug-ins)

    2. some mods are ESP + Data files (most)

    3. MWSE mods are often just MWSE script files (have their own MWSE folder, safest to disable)

  3. All mods are included at Morrowind runtime as:

    1. Plugins (.esp files, can be disabled/enabled) based on Launcher Load order

    2. Data Files/Folders (if copy-pasted manually they are a pain to remove/restore)

    3. MWSE scripts (separate from load order/data files which make them versatile)

  4. Mod Load Order logic:

  • Download mods from Nexus and install automatically

  • Manage mods (remove, reinstall to reapply patches, etc)

  • Manage Load Order

  • Generate Merge Patch which avoids conflicts

  • Clean saves

PreviousScreenshots ShowcaseNextGame and Tools Installation

Last updated 2 days ago

This is why I recommend using to manage and install Mods. MO 2 is a one-stop Tool that allows to :

We will explain the process in But first let's proceed to the

Mod Organizer 2
Mod Install loop.
First Install steps for Tools