Shotsordsoo Posted September 23, 2017 Posted September 23, 2017 I'm always curious about how this shout works. So today a check CK and finally I found three magic effect ,which names voicesprint1\2\3 . The problem is ,the effect archetype of these three effects are Script ,but there are no Script within Papyrus Script .So how does the game know how to perform when player use that shout?
Azazellz Posted September 23, 2017 Posted September 23, 2017 WWsprint works via AnimationEvents. For recreating WWSprint use this script on self-applied magic effect Event OnEffectStart(Actor akTarget, Actor akCaster) Debug.SendAnimationEvent(akTarget, "ShoutStart") Debug.SendAnimationEvent(akTarget, "ShoutSprintShortStart") ;or ShoutSprintMediumStart EndEvent
Guest Posted September 14, 2021 Posted September 14, 2021 Hmmm.... wonder if this effect could be mounted on a creature? I mean the fire shout spell is already mounted on several werewolf Daedroths. So in theory it should be easy to replace it with this sprint spell instead? Wonder if it would actually work ?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.