[Help] Retroactive Endurance

Post » Wed Dec 14, 2011 7:21 am

Hello folks!

In my Oblivion game I am troubled by the necessity of increasing Endurance stat every time I level. You can say that I shouldn't be, but this way I am loosing that extra hp gain (10% of Endurance/lvl) and end up having less hp at higher levels, which is not acceptable for me.
Does anybody know a mod which will calculate my max hp based on my current Endurance, rather than adding hp using endurance value at the time of leveling up?

Thanks!
User avatar
Wanda Maximoff
 
Posts: 3493
Joined: Mon Jun 12, 2006 7:05 am

Post » Wed Dec 14, 2011 10:28 am

Shockingly, I actually found it under a name that seems reasonable

http://www.tesnexus.com/downloads/file.php?id=2215. I haven't used it, since I use OblivionXP
User avatar
Kate Schofield
 
Posts: 3556
Joined: Mon Sep 18, 2006 11:58 am

Post » Wed Dec 14, 2011 2:07 pm

Hey thanks!

It does exactly that!
User avatar
Jesus Lopez
 
Posts: 3508
Joined: Thu Aug 16, 2007 10:16 pm

Post » Wed Dec 14, 2011 10:59 am

Remember to read the mod discussion at TESNx:

To get the mid to actually do what it claims you need to edit the following section:
Spoiler
set var1 to player.getlevel
set var1 to var1 - 1
set var1 to var1 * 0.1
set var1 to var1 * var2
if ( var1 > 80 )
set var1 to var1 * 0.9
set var1 to var1 + 8
endif


To read:
Spoiler
set var1 to player.getlevel
set var1 to var1 - 1
set var1 to var1 * 0.1
set var1 to var1 * var2
set var1 to var1 + ((var2 - 30) * 2)


For some reason it's assumed within the game's calculations that there is a static 30 endurance/60 health if you were wondering why I took 30 away on the last line.
User avatar
[Bounty][Ben]
 
Posts: 3352
Joined: Mon Jul 30, 2007 2:11 pm

Post » Wed Dec 14, 2011 6:14 pm

Thanks Arakhor, I do appreciate your help, though I can't benefit from it because of my scripting illiteracy =)
Yes, I've read the comments at Nexus and it seems that the formula used in the mod is faulty. There are also a couple of others with similar names, but people commented them out also. The best one it seems is "True Retroactive Health". It doesn't change gameplay too much like Oblivion xp, and does exactly what I need. I think I'll switch to it.
User avatar
Tom Flanagan
 
Posts: 3522
Joined: Sat Jul 21, 2007 1:51 am

Post » Wed Dec 14, 2011 7:29 pm

Good call! It does seem to be a better mod. :)
User avatar
Alan Cutler
 
Posts: 3163
Joined: Sun Jul 01, 2007 9:59 am


Return to IV - Oblivion