About this mod
SKSE plugin that disables stamina consumption for the player.
- Requirements
- Permissions and credits
- Changelogs
Someone in the comments on that mod asked about a 'no stamina cost at all' version and I wanted to learn making SKSE plugins for a while now anyway.
Disables stamina consumption for the player (and their mount). Compatible with SE(?) and AE 1.6.629+ thanks to CommonLib-NG and VR compatible thanks to Nightfallstorm. VR users need the latest VR Address Library
tested with: 1.6.353 and 1.6.659(GOG).
My changes to the original mod:
- Update to work with the GOG version of the game
- removed the 'in combat' condition
Compatibility
- Should be compatible with any mod that damages stamina as long as they use regular methods instead of some funky shit. This plugin hooks into the native function for damaging actor values (or at least I think that's what it does) and when it tries to damage the player's or their mount's stamina, it sets the damage value to 0. I've successfully used it with TK Dodge RE, Valhalla Combat and Archery Locational Damage (and many more SKSE plugins)
- Incompatible with other SKSE plugins that hook into the same function. Currently looking into a fix. (Known mods that do this are Felisky384's Floating Damage and Locational Damage)
Installation/Uninstallation
Like any other SKSE plugin. Use your mod manager of choice.
Requirements
Source
github
Credits
All the SKSE mod authors I
seriously, without all those open source projects, I wouldn't know where to start with SKSE Plugins
Nightfallstorm for the VR compatible version