Skip to content

Commit

Permalink
Add Just Knock (#2941)
Browse files Browse the repository at this point in the history
* Add plugins
  * To `Gameplay` section.
  * https://www.nexusmods.com/skyrimspecialedition/mods/66908/

* Add `alsoUseX` messages
  * Soft requirements.

* Add `requiresMCM` message
  * Has an MCM menu.

* Add cleaning data
  * V1.22.

* 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
  • Loading branch information
sibir-ine authored May 26, 2024
1 parent 0c1b45b commit e39058e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10107,6 +10107,28 @@ 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'
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")'
- *requiresMCM
clean:
- 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/' ]
msg: [ *patch3rdParty_SRPC ]
Expand Down

0 comments on commit e39058e

Please sign in to comment.