0 of 0

File information

Last updated

Original upload

Created by

malus 741 - Styyx

Uploaded by

Styyxus

Virus scan

Safe to use

About this mod

SKSE plugin that disables stamina consumption for the player.

Requirements
Permissions and credits
Changelogs
Mod I made for myself while learning about SKSE plugin development. Based on No Stamina Consumption Outside Combat by malus741

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 copied from referenced while learning about SKSE modding
seriously, without all those open source projects, I wouldn't know where to start with SKSE Plugins
Nightfallstorm for the VR compatible version