Morrowind
0 of 0

File information

Last updated

Original upload

Created by

Talrivian

Uploaded by

mikeprichard

Virus scan

Safe to use

Documentation

Readme

View as plain text

State Based HP Mod by Talrivian v.2.2 (Rewrite of HotFusion's State-Based HP Mod)

------********------
!!!IMPORTANT NOTE!!!
------********------

Instructions:

To use this mod on an existing save file/character, you need to do the following:

1) Install the mod.

2) Load your character.

3) Remove ALL Fortify Health effects from your character.

4) Modify your Endurance or Strength in some way so that the mod can recalculate your base health. You only need to do this one time. (Easiest way is to drink a Cyrodillic Brandy, then wait for the effect to wear off.)

5) Now that your HP is correctly modified, you can reapply all of your spells, enchantments, or clothing/armor with constant Fortify Health effects.

6) The mod will from then on correctly modify your health anytime you modify your Endurance or Strength value, and there should never be any errors or mistakes afterward.

-----***-----
!!!DETAILS!!!
-----***-----

Hello Everyone!

I am known as Talrivian online, and this is my first scripting mod for Morrowind. What originally began as an update for HotFusion's State-Based HP Mod became, in time, a full scale rewrite. While I take credit for my work, I lend credit to HotFusion for his previous work and for inspiring me to write this beautiful rewrite (if I may say so myself). I believe HotFusion is currently MIA, but if at any time he wishes to receive more credit for my mod, he may contact me at Planet Elder Scrolls! I wrote my script from scratch, any similarities between the code are things that couldn't be avoided for lack of functionality.

My mod does the following:

Your HP is calculated to the following any time Endurance or Strength stat changes:

( (Strength + Endurance) / 2 ) + ( ( Endurance / 10 ) x ( Level - 1 ) )

My mod takes into account any Fortified HP from spells.

If you are using a mod that adds HP directly to your character for a price, such as a unique trainer, my mod can take this into account as well. There is a global variable called:

Tal_ExtraHP

Go into console and type the following:

Set Tal_ExtraHP "###"

"###" representing whatever number of bonus hitpoints your character may have received from the mod.

I have tested my mod thoroughly, I believe, and it should be completely superior to HotFusion's old mod in almost all ways possible. His had many loopholes and glitches, and incompatibilities. I designed my script from the ground up to function with as much compatibility as possible.

-----********-----
!!!INSTALLATION!!!
-----********-----

To install this script, just copy the .esp file into your Data Files folder inside the Morrowind Folder. After this, when you load the Morrowind Launcher, press the "Data Files" button, and put a check mark next to my mod to load it.

-----***-----
!!!REMARKS!!!
-----***-----

It was fun and challenging writing this; it took me about 2 weeks to finish in between work and traveling!

Everyone can freely distribute my mod! Upload it, share it, download it, just use it!

I hope you all enjoy!

-----***-----
!!!CHANGES!!!
-----***-----
V.2.0 - Rewrote all of HotFusion's code from scratch.

v.2.1 - Fixed a small error in the code. Modified Fortified HP variable to take into account the Tal_ExtraHP variable to add more stable compatibility.

V.2.2 - Fixed a typo that broke my script (x_x)'


-Talrivian

:^)