0 of 0

File information

Last updated

Original upload

Created by

malus741 - Styyx

Uploaded by

Styyxus

Virus scan

Safe to use

Tags for this mod

About this mod

SKSE plugin that allows you to turn off Stamina/Magicka consumption outside of combat with an ini file.

Requirements
Permissions and credits
Changelogs
Delete versions prior to 1.1, i accidentally changed the name of the plugin!


This mod is entirely based on No Stamina Consumption outside of Combat. I expanded it to use an ini file that allows you to to turn on/off the Stamina consumption for:

  • the player
  • a player owned horse and
  • Magicka consumption for the player

Version 1.2: Allows you to set the percentages used for the attributes out of combat (ranges from 0.000000 - 1.000000)
0.00 - uses no stamina/magicka
1.00 - uses the normal amount of stamina/magicka

Credits for that go to Nightfallstorm :)

By default the generated ini file will turn off Stamina consumption for the player and the horse as magicka consumption is kinda cheaty in some situations.

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 if they're not in combat. I've
    successfully used it with TK Dodge RE, Valhalla Combat and Fenix Stamina Overhaul.
  • Incompatible with other SKSE plugins that hook into the same function. (Known mods that do this are Felisky384's Floating Damage and Locational Damage)
        Might be fixed now! Huge thank you to Nightfallstorm for your help
  • Compatible with Skyrim 1.5.97 - 1.6.640 + GOG + VR

Installation/Uninstallation
Like any other SKSE plugin. Use your mod manager of choice.


RequirementsSource
github

Credits

All the SKSE mod authors I copied from referenced while learning about SKSE modding
malus741 for the original mod
Nightfallstorm for your help
powerofthree for the code to generate the ini file