본문 바로가기
SKYRIM MOD/ENVIRONMENT I ETC

[ETC] Post-Hit Killmove and Execution

by ARJARIM 2022. 5. 14.
반응형

 

I. Credit
- Penta
- limbed
- cat
https://www.patreon.com/pentalimbedcat

II. Requirement
1. 5LCat's Utils (CatHub)
https://www.nexusmods.com/skyrimspecialedition/mods/65958

2. Killmove Paralysis Prevention
https://www.nexusmods.com/skyrimspecialedition/mods/65312

3. Address Library for SKSE Plugins
https://www.nexusmods.com/skyrimspecialedition/mods/32444

4. SKSE
https://skse.silverlock.org/

III. Introduce I 00:00 I
This is a SKSE plugin that triggers killmoves on hit. In vanilla Skyrim killmoves are triggered when an attack is initiated, that is, before it actually lands on an opponent. This means npcs can straight up kill you even if you're able to evade their attacks, and you may not perform killmoves on them because you stand slightly off the spot.
This mod fixed it by triggering a killmove only when a hit was taken and when its actual damage exceeds victim's health.

IV. Configuration I 00:47 I
The configuration file is at data/SKSE/plugins/PHKM.json, but you can also configure in-game using CatMenu from my mod 5LCat's Utils. By default, press back slash [\] to invoke the menu. Select 'Post-hit Killmove' in the drop down list, and options will be shown.


V. Features I 01:19 I
1. Post-hit Killmove I 01:24 I
- After taking a hit, this mod decides whether the hit kills. If yes, it then picks a killmove to play according to various conditions.

2. Configuration & Custom Animation I 01:39 I
- Configure the mod either by editing data/SKSE/plugins/PHKM.json, or by CatMenu from my 5LCat's Util. Integrate your custom killmoves by adding entries to data/SKSE/plugins/PHKM/entries folder. Detailed instruction below.
How do I make custom killmoves? Check out my toolkit HkxMerge.

3. Prone Execution I 02:04 I
- If configured, bleedout/ragdolled enemies may die in one hit.

4. Custom Trigger I 02:29 I 
- Trigger killmoves by pressing a key. With many conditions including stamina cost, enemy hp etc.
- You can also trigger killmoves by pressing a customizable key. The key entries file is located at data/SKSE/plugins/PHKM/keys.json, but you can also configure it in game, as shown below. (Although it is suggested that you edit anim list in text editor, as it's more convenient).
In game, if you pressed the button you've set, the npc at your crosshair will become the victim of your killmove (if you use BTPS, it'll affect selection too), and the trigger sound will play to tell you that a target has been selected. The mod will then pick an animation from the anim list (if it's empty, then all animations are considered) and play it.

VI. Requirements 
- This mod requires SKSE and Address Library. 
- 5LCat's Utils is optional if you want in-game configuration.
- Killmove Paralysis Prevention is optional. 

V.II Link

- https://www.nexusmods.com/skyrimspecialedition/mods/65117

반응형

'SKYRIM MOD > ENVIRONMENT I ETC' 카테고리의 다른 글

[ETC] Jumping Attack  (0) 2022.05.15
[ETC] Target Focus I SKSE Plugin I No Esp  (0) 2022.05.14
[Environment] ENB Grass Collisions Preset  (0) 2022.05.12
[ETC] Valhalla Combat  (0) 2022.05.11
[ETC] 8K I SKYRIM MOD I Npcs Use Potions  (0) 2022.05.10