0 of 0

File information

Last updated

Original upload

Created by

Styyx

Uploaded by

Styyxus

Virus scan

Some manually verified files

About this mod

SKSE plugin that manages timed blocking. All it does is preventing damage on successful timed block and stagger the attacker + close enemies.
If all you want is the ability to prevent damage with timed block, i got you. Optional for perk mod authors and modlist/collection authors, i added an option to lock the damage prevention behind a perk.

Requirements
Permissions and credits
Changelogs
Donations
Description:

A simple timed block implementation. If you block within 0.33 seconds of pressing the block key, your block is successful and it will stagger the attacker + any enemy within a certain range. A timed block will prevent any damage dealt to you.

Settings:
  • sBlockKey --> set your dual wield block key here if you use a dual wield blocking mod
  • fStaggerDistance --> area to stagger enemies around you
  • bPerkLockedBlock --> toggle to have the damage prevention locked behind a perk
  • bOnlyWithShield --> allows the stagger to only happen if you perfectly block with a shield and not with an empty left hand.
  • bPerkLockedStagger --> same as bPerkLockedBlock. can be toggled individually but requires a perk to be filled with the settings below
  • PerkModName --> modname of the perk you want to use to lock damage prevention behind. full name including extension e.g. Skyrim.esm
  • TimedBlockPerk --> FormID of the perk without load order index and without leading 0. e.g. 0x58f6a
If the format for the mod name or the perk form ID are wrong, the mod will simply skip them but disable damage prevention. enable debug logging to see if your edits were picked up by the dll.

The mod will look up the your assigned block key when you start the game or when you load it and everytime you close the settings menu. If you, for whatever reason, start the game via coc locationName from the main menu, you need to open the journal menu once and close it so the mod knows your block key.

Install/Uninstall:
whenever you want, the magic effect from this mod lasts for 0.33 seconds, so even if it lasts in your game, it won't do anything.

Source:
Github

Requirements:
Address Library for your game version

Compatibility:
Does not work with other timed block mods I think. I did not test that.
Works with Skyrim 1.5.97 and 1.6.1130+
I only work with 1.6.1170 and that's the version i will troubleshoot so if you find a bug with 1.5, i won't really check it beyond obvious things.

How is that one different to other timed block mods?
I don't know, I just wanted to have something simple. All this mod does is prevent damage on timed block and stagger the attacker + close enemies.
With an option for perk mod authors or list authors to put the damage prevention behind a perk. fully optional and by default, it won't lock it behind a perk

Credits:
  • SeaSparrow for the damage hook
  • po3 for clib-util and specifically the hotkey handling of it
  • colinswrath for blade and blunt and most of the things that are in my Utility.h
  • thirdeyesqueegee for the skse plugin template
  • Qudix for their xmake template
  • Kittytail for Sekiro Combat S where i got the sound and sparks for the timed block from
  • and everyone who worked on SKSE and CommonLib