mirror of
https://github.com/loot/morrowind.git
synced 2026-07-27 14:16:19 -07:00
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:
+10
-4
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user