From 90baaaba93ebf008b71ac769ff4ab5f8d8aad8b0 Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:44:46 +0100 Subject: [PATCH 1/5] Add cleaning data - Version 1.0.9. --- masterlist.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 9c21cede..2f68e1c6 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -19010,6 +19010,13 @@ plugins: subs: [ 'TWMP_HighRock.esp' ] condition: 'active("TWMP_HighRock.esp") and version("TWMP_HighRock.esp", "2.0", >=)' + - name: 'TWMP_Locations.esp' + dirty: + - <<: *quickClean + crc: 0xEF4C9111 + util: '[TES4Edit v4.1.5g](https://www.nexusmods.com/oblivion/mods/11536)' + itm: 41 + - name: 'TWMP SI.esp' url: - link: 'https://www.nexusmods.com/oblivion/mods/46694/' From 58e82f44f8d92313fa8543218d8541b63493dd0b Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Wed, 7 Aug 2024 03:48:32 +0100 Subject: [PATCH 2/5] Add Tags - Changes names, owner and regions of cells. --- masterlist.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 2f68e1c6..bc821525 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -19011,6 +19011,10 @@ plugins: condition: 'active("TWMP_HighRock.esp") and version("TWMP_HighRock.esp", "2.0", >=)' - name: 'TWMP_Locations.esp' + tag: + - C.Name + - C.Owner + - C.Regions dirty: - <<: *quickClean crc: 0xEF4C9111 From cf7b728708191a4c656782cc2507d485fb4cd7d4 Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Wed, 7 Aug 2024 03:49:11 +0100 Subject: [PATCH 3/5] Add locad after rue - Not strictly required, adding to match expected order. --- masterlist.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/masterlist.yaml b/masterlist.yaml index bc821525..fb7d22c7 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -19011,6 +19011,7 @@ plugins: condition: 'active("TWMP_HighRock.esp") and version("TWMP_HighRock.esp", "2.0", >=)' - name: 'TWMP_Locations.esp' + after: [ 'TWMP Skyrim Guard Armors & Shields.esp' ] tag: - C.Name - C.Owner From 20c4757933507adc560a368d15b05cc81d0ac38d Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Wed, 7 Aug 2024 03:50:33 +0100 Subject: [PATCH 4/5] Add Location - https://www.nexusmods.com/oblivion/mods/46149/ --- masterlist.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index fb7d22c7..cf1cf032 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -19011,6 +19011,9 @@ plugins: condition: 'active("TWMP_HighRock.esp") and version("TWMP_HighRock.esp", "2.0", >=)' - name: 'TWMP_Locations.esp' + url: + - link: 'https://www.nexusmods.com/oblivion/mods/46149/' + name: 'TWMP Locations' after: [ 'TWMP Skyrim Guard Armors & Shields.esp' ] tag: - C.Name From 328b35aa47cc44f011c8e0d008d0b52686ed7002 Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Wed, 7 Aug 2024 03:57:46 +0100 Subject: [PATCH 5/5] Add load after rule - To Elsweyr Anequina. - Required to match expected order. - Need to be before TWMP_Valenwood_Elsweyr.esp. --- masterlist.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/masterlist.yaml b/masterlist.yaml index cf1cf032..cabb7595 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -24938,7 +24938,9 @@ plugins: name: 'Elsweyr the Deserts of Anequina (Nexus Mods)' - link: 'https://www.afkmods.com/index.php?/files/file/2172-elsweyr-anequina-valenwood-improved-patch/' name: 'Elsweyr Anequina - Valenwood Improved Patch (AFK Mods)' - after: [ 'Valenwood Improved.esp' ] + after: + - 'TWMP_Locations.esp' + - 'Valenwood Improved.esp' msg: - <<: *alsoUseX subs: [ 'INI setting [`bBorderRegionsEnabled=0`](https://wiki.nexusmods.com/index.php/Removing_In-Game_Borders)' ]