From 8d646bb8df320b66146ef4bb554fc9c8808c018a Mon Sep 17 00:00:00 2001 From: sibir Date: Sat, 25 May 2024 21:57:00 -0700 Subject: [PATCH 1/5] Add plugins * To `Gameplay` section. * https://www.nexusmods.com/skyrimspecialedition/mods/66908/ --- masterlist.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 047ddce1f..7afac76e1 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -10107,6 +10107,13 @@ plugins: - Text # Do not clean - ITMs are intentional according to the author. + - name: 'Take A Peek - (New Stealth Mechanic|Simply Knock Mini Patch)\.esp' + url: + - link: 'https://www.nexusmods.com/skyrimspecialedition/mods/66908/' + name: 'Take a Peek - New Stealth Mechanic' + - name: 'Take A Peek - New Stealth Mechanic.esp' + - name: 'Take A Peek - Simply Knock Mini Patch.esp' + - name: 'Tentapalooza.esp' url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/652/' ] msg: [ *patch3rdParty_SRPC ] From aa843666164f52688993d76a836b268ec8e10776 Mon Sep 17 00:00:00 2001 From: sibir Date: Sat, 25 May 2024 21:59:43 -0700 Subject: [PATCH 2/5] Add `alsoUseX` messages * Soft requirements. --- masterlist.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 7afac76e1..3b511fe01 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -10112,6 +10112,13 @@ plugins: - link: 'https://www.nexusmods.com/skyrimspecialedition/mods/66908/' name: 'Take a Peek - New Stealth Mechanic' - name: 'Take A Peek - New Stealth Mechanic.esp' + msg: + - <<: *alsoUseX + subs: [ '[ConsoleUtilSSE](https://www.nexusmods.com/skyrimspecialedition/mods/24858/)' ] + condition: 'not file("SKSE/Plugins/ConsoleUtilSSE.dll")' + - <<: *alsoUseX + subs: [ '[Dynamic Animation Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/33746/)' ] + condition: 'not file("SKSE/Plugins/DynamicAnimationReplacer.dll")' - name: 'Take A Peek - Simply Knock Mini Patch.esp' - name: 'Tentapalooza.esp' From 9986fa72d6e78b64af23955e129476b966b05477 Mon Sep 17 00:00:00 2001 From: sibir Date: Sat, 25 May 2024 22:00:22 -0700 Subject: [PATCH 3/5] Add `requiresMCM` message * Has an MCM menu. --- masterlist.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/masterlist.yaml b/masterlist.yaml index 3b511fe01..ef810d417 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -10119,6 +10119,7 @@ plugins: - <<: *alsoUseX subs: [ '[Dynamic Animation Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/33746/)' ] condition: 'not file("SKSE/Plugins/DynamicAnimationReplacer.dll")' + - *requiresMCM - name: 'Take A Peek - Simply Knock Mini Patch.esp' - name: 'Tentapalooza.esp' From 3a6a4a36dbdad6fd9c5f89cedd53a6f57f48ae4f Mon Sep 17 00:00:00 2001 From: sibir Date: Sat, 25 May 2024 22:00:45 -0700 Subject: [PATCH 4/5] Add cleaning data * V1.22. --- masterlist.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index ef810d417..8071ed76f 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -10120,6 +10120,9 @@ plugins: subs: [ '[Dynamic Animation Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/33746/)' ] condition: 'not file("SKSE/Plugins/DynamicAnimationReplacer.dll")' - *requiresMCM + clean: + - crc: 0x02AC432B + util: 'SSEEdit v4.1.5f' - name: 'Take A Peek - Simply Knock Mini Patch.esp' - name: 'Tentapalooza.esp' From 457d5eda6a17618e00844f6ec71b9cd20fa91dd8 Mon Sep 17 00:00:00 2001 From: sibir Date: Sat, 25 May 2024 22:03:38 -0700 Subject: [PATCH 5/5] Add `alreadyInOrFixedByX` message * Just Knock's Simply Knock - Take a Peek version makes TaP's Simply Knock patch redundant. * https://www.nexusmods.com/skyrimspecialedition/mods/103004 --- masterlist.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 8071ed76f..2feea22d9 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -10124,6 +10124,10 @@ plugins: - crc: 0x02AC432B util: 'SSEEdit v4.1.5f' - name: 'Take A Peek - Simply Knock Mini Patch.esp' + msg: + - <<: *alreadyInOrFixedByX + subs: [ '**Simply DAK Knock Peek.esp**' ] + condition: 'active("Simply DAK Knock Peek.esp")' - name: 'Tentapalooza.esp' url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/652/' ]