loot / morrowind

The Morrowind masterlist.
Creative Commons Zero v1.0 Universal
9 stars 5 forks source link

Add Better Stonewood Path #50

Closed IllusiveMan196 closed 2 years ago

IllusiveMan196 commented 2 years ago

Add mod, serves as a part of load after order for several later mods. That's all it does for now.

sibir-ine commented 2 years ago

If you want this mod to load after several others, you should add the rules in this PR. For instance, you can add something like:

  - name: 'Better Landscapes Stonewood Pass (RP Edit).esp'
    url: [ 'http://example.com/' ]
    after:
      - 'Mod1.esp'
      - 'Mod2.esp'
      - 'Mod3.esp'

if you want it to load after Mod1.esp, Mod2.esp, & Mod3.esp.

IllusiveMan196 commented 2 years ago

It loads before them (example: Beautiful Cities needs to load after this mod or else landscape will be broken in at least one part of Balmora) so I'm adding this first

sibir-ine commented 2 years ago

Okay, then you just need to add load after rules when adding those mods. You don't need to add this line for them to work.

IllusiveMan196 commented 2 years ago

3 PRs incoming :) right after this one (still would keep this mod in the list)

sibir-ine commented 2 years ago

Do you have any other load after rules, a group assignment, or other data that can be added to it? Otherwise, we don't add entries without any data or with only a URL (unless it's in a regex for other entries in the masterlist that do contain data).

IllusiveMan196 commented 2 years ago

Seems like yes, a moment please

MacSplody commented 2 years ago

This is the mod? The Stonewood pass reworked

Lord order Taking into account all the conflicting mods that I know of, this is the load order:

DD_Caldera_Expansion.esp Foyada Mamaea Overhaul.ESP Better Landscapes Stonewood Pass (RP Edit).esp Beautiful cities of Morrowind.ESP SWP - Foyada Mamaea Overhaul Patch.ESP SWP - Caldera Mine Patch.ESP

You'd have to test how LOOT sorts it against. Caldera Mine Expanded Foyada Mamaea Overhaul

IllusiveMan196 commented 2 years ago

Before both Caldera mods, and Foyada Mamaea as well

MacSplody commented 2 years ago

@IllusiveMan196 Thanks.