From ff08d2245656b4254bc61e13c1ea0b7c4295cc90 Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:43:20 +0000 Subject: [PATCH] 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. --- masterlist.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/masterlist.yaml b/masterlist.yaml index 292837c..4d2c8af 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -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'