FlashyJoer Posted February 10, 2018 Share Posted February 10, 2018 (edited) Hi all, Does anyone know which Game Setting controls the speed at which stimpaks heal the player? Im looking at the effect used in Survival Mode and wish to replicate this. I wonder if 'fDamagedHealthRegenDelay' is the setting I need to modify but am unsure. Anyone with direct knowledge on which setting I need? i've gone through the HC_Manager script, HC rules formlist and other HC related settings but fail to find how the game imposes this slow regen of health on healing item usage. Edited February 10, 2018 by joerqc Link to comment Share on other sites More sharing options...
FlashyJoer Posted February 10, 2018 Author Share Posted February 10, 2018 Found the settings from a mod description here on Nexus that reverses the slow healing rate for survival. Pasting here for other's benefit in the future: fDiffMultEffectDuration_TSV = 10fDiffMultEffectDuration_SV = 10fDiffMultEffectMagnitude_TSV = 0.1fDiffMultEffectMagnitude_SV = 0.1 These are the default values for SLOW healing, ala Survival Mode. Replacing the values to 1.0 in each of the four above sets healing speed back to vanilla normal mode standard. Link to comment Share on other sites More sharing options...
Recommended Posts