Restore fActivatePickLength as well if save is reloaded during victim selection with Entropic Blood
This commit is contained in:
parent
b67e285b42
commit
fb076c753c
Binary file not shown.
@ -22,10 +22,13 @@ Event OnPlayerLoadGame()
|
|||||||
ControlRepository = Game.GetForm(0x493C2) as _00E_EnderalControls
|
ControlRepository = Game.GetForm(0x493C2) as _00E_EnderalControls
|
||||||
endif
|
endif
|
||||||
|
|
||||||
; Restore INI value changed by slow time effects
|
; Restore INI values changed by Entropic Blood
|
||||||
if Utility.GetINIFloat("fInAirFallingCharGravityMult:Havok") < 1.35
|
if Utility.GetINIFloat("fInAirFallingCharGravityMult:Havok") < 1.0
|
||||||
Utility.SetINIFloat("fInAirFallingCharGravityMult:Havok", 1.35)
|
Utility.SetINIFloat("fInAirFallingCharGravityMult:Havok", 1.35)
|
||||||
endif
|
endif
|
||||||
|
if Utility.GetINIFloat("fActivatePickLength:Interface") >= 1799.0
|
||||||
|
Utility.SetINIFloat("fActivatePickLength:Interface", 150.0)
|
||||||
|
endif
|
||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
_00E_SkillControl function GetSkillControl() Global
|
_00E_SkillControl function GetSkillControl() Global
|
||||||
|
Loading…
Reference in New Issue
Block a user