Open main menu

UESPWiki β

Morrowind Mod:Leveled Lists

< Mod / Morrowind: Morrowind Mod: Modding: Mod Management

List MergingEdit

Morrowind uses randomized lists throughout the game to both randomize items and encounters and to scale the game to your character's level of competence. These leveled lists are defined in the mod files as leveled item lists and leveled creature lists. Each item (creature) list is simply a list of items (creatures) and/or other item (creature) lists, along with a specification at what player character level each item (creature) may appear.

Mod conflicts over leveled lists are common. E.g., almost all creature mods will conflict with each other since creature mods usually add their new creatures into the game world by modifying standard leveled creature lists. As with other conflicts, the last mod to load wins, which has the effect of completely removing any additions made by earlier mod. E.g., if mod alpha adds "Blue Hound Dog" to the Ascadian Isles creatures list, while mod beta (which loads later) adds "Green Hound Dog" to the same list, then only the "Green Hound Dog" creature will show up in game.

The solution to this problem is to merge the lists from the different active mods into a new mod which is ordered to load last. E.g., for the example above, the new leveled list would define the list so as to add both "Blue Hound Dog" and "Green Hound Dog" to the leveled list.

Historically there have been several tools that did leveled list merging, however today the preferred tool is Wrye Mash or Tes3cmd. Both create the list correctly and avoid including lists that do not need to be merged.

An alternative is to use TESTool. However, TesTool's leveled lists are not correctly sequenced, and so require the use of the additional (command line only) tool Leveled List Resequencer.

Another alternative is SmartMerger; Although it's original purpose was merging mods and making a new whole master file, one of it's features includes the merging of leveled item and creature lists. SmartMerger is currently under development.

Note that if you have saves with significantly different sets of masters (e.g., one contains PirateLord's Creatures, while another does not), then you will likely need different merged list mods for each set of masters. (Most mods do not alter leveled lists, and so adding/removing them does not require re-merging lists. Typically, you only need to remerge after adding/removing mods that add creatures and/or items to the game in a random way.) Note that it is easier to maintain multiple leveled list mods with Mash than it is with TesTool.

List Merging TechEdit

Leveled lists entries must be in order of increasing pc level. TesTool's error is that it fails to do this when merging lists. The result is that the list becomes effectively truncated at the first entry whose pclevel is greater than the pc's current level.

In surveying leveled lists, you'll note that the same entry may be repeated several times. E.g., you may see 2,nixhound; 2,scrib; 2,nixhound. The purpose here is modify the randomization. Doubling the number of nixhounds makes them twice as likely to appear, while separating them makes it less likely that similar nearby spawn points will produce the same item.

Scripted Leveled ListsEdit

Mods that modify leveled lists through the addToLev and removeFromLev script commands will cause copies of these (modified) leveled lists to be added to the savegame itself. This approach conflicts with the use of leveled list mergers since the savegame copy of the leveled list will override even the merged leveled list esp. Accordingly, the scripted approach is now considered obsolete. Mods should no longer use the leveled list script commands, but instead modify the leveled lists directly, so that the user can use a leveled list merger.

Thus, there are two problems: 1) Updating old mods to not use scripted changes to leveled lists. And 2) Cleaning leveled lists from savegames.

The first problem is addressed in the following section, in which problematic mods are listed, along with updates and/or patches as known. The second problem is addressed in version 0.70 of Wrye Mash, which selectively deletes leveled lists from savegames during use of the "Repair All" function.

Note that scripted changes to unique leveled lists are not a problem. Note too that a standard (Morrowind) leveled list can be modified to include references to unique leveled list in the normal way, and then the unique leveled list can be controlled by scripts. (Note that Mash's Repair All function will not remove unique leveled lists from the savegame.)

It is possible to fix mods which make script changes yourself, using one of two methods:

  1. Change the leveled lists to reflect the changes made by the script, using the Construction Set or MWEdit (may be tedious, depending on the number of changes)
  2. Copy the altered lists from a savegame into the mod using Morrowind Enchanted Editor (requires that you have a savegame where only the mod you are fixing has changed the leveled lists).

Make sure that you remove or disable the script that alters the leveled lists after you have done this.

Mods Using Scripted Leveled ListsEdit

To search for mods that change leveled lists, use TESPCD. Load your active mods and then use the Editor: Find Object menu command to search for "addToLev" and "removeFromLev" This should find any scripts and/or dialog scripts that modify creature or item leveled lists. Note that only scripts that change unique leveled lists are not a problem.

Listed below are several popular mods found using this method.

Mod Info
Appoldro Weapons Store 2.04
(acsAppoldro.esp)
  • Alternate download available that places items directly on leveled lists rather than using the AddToLevItem script command
  • Alternate download (v2.04b) available from ElricM and from Planet Elder Scrolls
Bloodmoon Extras 0.2
(BMExtras.esp)
  • Patched version not available from download sites
  • Patched version available from Dragon32, PM him on The Elder Scrolls Forums
  • Alternatively, his "Expansion Integration" mod includes and expands upon the Bloodmoon Extras mod. Available from Planet Elder Scrolls
Exotics Boutique "Pour la Guerrière" v1.1
(ExoticsBoutique.esp)
  • Only used on lists unique to mod.
  • No patch necessary.
Giants 2.7.1 "Ultimate"
(GIANTS.esm)
  • The Add_Ultimate_items script runs as a startup script and uses the AddToLevItem command to modify two small lists: l_m_amulets and l_m_rings.
  • A patch from Z4kW0lf is available from Planet Elder Scrolls
  • The patch from Z47kW0lf needs to be repaired with an editor. It has a bad DELE in the patch. Easy to do with Enchanted Editor.
Magical Trinkets of Tamriel Vol IV beta
(MTT IV Updated v0.79.esp)
  • Note this is the .ESP modified by Habile to reduce the "overloot" problem with Chris Woods' original.
  • A patch by john.moonsugar is available here. Another patch, by Dragon32, is available on Planet Elder Scrolls. For people who use Patrograd's Oluhan mod then use the patch by DWS from Morrowind Modding History.
Melee Missiles 1.2
(Melee Missiles v1.2.esp)
  • Fixed version is here
Necessities of Morrowind
(NOM 2.12.esp)
  • Corrected as of version 2.12-05. (Available from Wrye Musings.)
  • Alternatively, you can use Abot's NOM 2.12patch.esp (comes with his Water Life mod). This should also work if you're using an older version of NOM or are using Beer/NOM.
Srikandi's Alchemy Bloodmoon
(Sri_Alchemy_BM.esp)
The Wilderness Mod 2.0
(The Wilderness Mod 2.0 T & B.esm)
  • The AddWildernessCreatures script uses the AddToLevCreature and AddToLevItem script commands.
  • A possible patch by abot is available here.
Tribunal Integration 0.5
(TribIntegration.esp)
  • Patched version not available from download sites
  • Patched version available from Dragon32, PM him on The Elder Scrolls Forums
  • Alternatively, his "Expansion Integration" mod includes and expands upon the Tribunal Integration mod. Available from Planet Elder Scrolls
Water Life 1.7
(abotWaterLife.esp)
  • Corrected in later versions.
Weapon Compilation Mod 2.0
(farrp_WeaponCompilationMod_V2.esp)
  • Only used on lists unique to mod.
  • No patch necessary.
Where Are All Birds Going 1.7
(abotWhereAreAllBirdsGoing.esp)
  • Corrected in later versions.