Update Groups (#102)

* 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.
This commit is contained in:
MacSplody
2024-02-19 02:43:20 +00:00
committed by GitHub
parent 222e2cbd81
commit ff08d22456
+10 -4
View File
@@ -216,13 +216,19 @@ globals:
- *latestLOOTThread
groups:
- name: &dlcGroup DLC
- name: &veryEarlyGroup Very Early Loaders
description: 'A group for modules that need to load early before DLC files.'
- name: &unofficialPatches Unofficial Patches
- name: &dlcGroup DLC
after: [ *veryEarlyGroup ]
- 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 ]
@@ -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'