Skip to content

Commit

Permalink
Update Take a Peek - New Stealth Mechanic (#2998)
Browse files Browse the repository at this point in the history
* Update ConsoleUtilSSE message subs and link
 - Link to a NG .dll that is compatible with the latest game version:
   https://www.nexusmods.com/skyrimspecialedition/mods/76649/

* Update Dynamic Animation Replacer message subs and conditions
 - Check for the alternative mod Open Animation Replacer:
   https://www.nexusmods.com/skyrimspecialedition/mods/92109/

* Update Take A Peek - Simply Knock Mini Patch.esp message
 - Updated to the latest ESP name from
   Just Knock - Dynamic Activation Key Patch for Knocking Mods:
   https://www.nexusmods.com/skyrimspecialedition/mods/103004/

* Add and update cleaning data
 - Take A Peek main file: Version 1.22.
 - Simply Knock Mini Patch for Take A Peek: Version 1.21.
  • Loading branch information
Sabre142 authored Dec 27, 2024
1 parent 296b017 commit f4a23a2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10347,20 +10347,23 @@ plugins:
- name: 'Take A Peek - New Stealth Mechanic.esp'
msg:
- <<: *alsoUseX
subs: [ '[ConsoleUtilSSE](https://www.nexusmods.com/skyrimspecialedition/mods/24858/)' ]
subs: [ '[ConsoleUtilSSE NG](https://www.nexusmods.com/skyrimspecialedition/mods/76649/)' ]
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")'
subs: [ '[Dynamic Animation Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/33746/) **OR** [Open Animation Replacer](https://www.nexusmods.com/skyrimspecialedition/mods/92109/)' ]
condition: 'not file("SKSE/Plugins/DynamicAnimationReplacer.dll") and not file("SKSE/Plugins/OpenAnimationReplacer.dll")'
- *requiresMCM
clean:
- crc: 0x02AC432B
util: 'SSEEdit v4.1.5f'
util: 'SSEEdit v4.1.5k'
- name: 'Take A Peek - Simply Knock Mini Patch.esp'
msg:
- <<: *alreadyInOrFixedByX
subs: [ '**Simply DAK Knock Peek.esp**' ]
condition: 'active("Simply DAK Knock Peek.esp")'
subs: [ '**Just Simply Peek.esp**' ]
condition: 'active("Just Simply Peek.esp")'
clean:
- crc: 0x084DD663
util: 'SSEEdit v4.1.5k'

- name: 'Tentapalooza.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/652/' ]
Expand Down

0 comments on commit f4a23a2

Please sign in to comment.