Skip to content

Commit

Permalink
Update Groups (#102)
Browse files Browse the repository at this point in the history
* Add Group
- Very Early Loaders.
- For modules that need to load early before DLC files.

* Replace group
- Changing Unofficial Patches to Fixes.
- The group will now have a wider scope and can be use more.

* Update group
- Add description to early loaders.
  • Loading branch information
MacSplody authored Feb 19, 2024
1 parent 222e2cb commit ff08d22
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,19 @@ globals:
- *latestLOOTThread

groups:
- name: &veryEarlyGroup Very Early Loaders
description: 'A group for modules that need to load early before DLC files.'

- name: &dlcGroup DLC
after: [ *veryEarlyGroup ]

- name: &unofficialPatches Unofficial Patches
- name: &fixesGroup Fixes
description: 'A group for modules that fix issues and bugs.'
after: [ *dlcGroup ]

- name: &earlyLoadersGroup Early Loaders
after: [ *unofficialPatches ]
description: 'A group for modules that should load early before most other mods.'
after: [ *fixesGroup ]

- name: default
after: [ *earlyLoadersGroup ]
Expand Down Expand Up @@ -388,7 +394,7 @@ plugins:
###### Base Game Patches ######
- name: 'Patch for Purists.*\.es(m|p)'
url: [ 'https://www.nexusmods.com/morrowind/mods/45096/' ]
group: *unofficialPatches
group: *fixesGroup
- name: 'Patch for Purists( - Base Patch)?\.esm'
inc:
- 'gr_ScriptImprovements.esm'
Expand Down

0 comments on commit ff08d22

Please sign in to comment.