0 of 0

File information

Last updated

Original upload

Created by

Ulfric1

Uploaded by

Ulfric1

Virus scan

Safe to use

2 comments

  1. V1C70RC0574
    V1C70RC0574
    • member
    • 0 kudos
    There is some way to disable the health regen? Nice mod btw!
    Thanks.
    1. audixas
      audixas
      • premium
      • 218 kudos
      Not sure if this is still useful to you, but to remove the health regen, open up the plugin in the Construction Set, open up the _____AddRegen script and delete the following:

      float healthregen
      Set healthregen to ( ( .02 * Player->GetEndurance ) + .4 )
      Player->ModCurrentHealth healthregen

      Do note that this is untested still, but should cause absolutely nor problems, since the script is pretty simple.