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.
2 comments
Thanks.
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.