maniczombie Posted June 2, 2016 Share Posted June 2, 2016 I'm trying to create a spell effect that can by applied to the player that makes the player move faster. I've found a value modifier magic effect called SpeedMult, but I'm having difficulty getting the spell to cause any noticeable effect. I've tried casting it as a spell on the player through or applying it to the player as an ability. Link to comment Share on other sites More sharing options...
maniczombie Posted June 3, 2016 Author Share Posted June 3, 2016 (edited) Found a SetAV Speed variable which as described by the console command should increase the player movement speed but when applied to the player, nothing happens. http://www.creationkit.com/fallout4/index.php?title=SetAnimationVariableFloat_-_ObjectReference player.setav speedmult [insert number here] Event OnInit()PlayerRef.SetAnimationVariableFloat("Speed", 100.0)EndEvent Edit:Found that the magic effect AbFortifyActorSpeedMult does exactly as I wanted, although it brings up another problem with fallout at higher speed, that the time it takes to change direction makes it feel like your skating on ice =( Edited June 3, 2016 by maniczombie Link to comment Share on other sites More sharing options...
djwlothian Posted May 12, 2021 Share Posted May 12, 2021 I'm trying to create a spell effect that can by applied to the player that makes the player move faster. I've found a value modifier magic effect called SpeedMult, but I'm having difficulty getting the spell to cause any noticeable effect. I've tried casting it as a spell on the player through or applying it to the player as an ability.there is no AbFortifyActorSpeedMult effect actually. Link to comment Share on other sites More sharing options...
LarannKiar Posted May 19, 2021 Share Posted May 19, 2021 You may want to take a look at the legendary armor effect "mod_Legendary_Armor_Speed "Sprinter's" [OMOD:001F1C2F]". This effect adds 10 to the SpeedMult [AVIF:000002DA]. (I wouldn't change such actor values by scripts). Link to comment Share on other sites More sharing options...
Recommended Posts