I am working on a spell that would translate player forward very much like the whirlwind sprint shout. I am working on custom race which I want to have ability/spell to warp forward and cause damage to objects they pass close/through.
I tried to see creation kit about the whirlwind sprint for the used scripts but can't find the scripts or the variables that define the functionality for the whirlwind sprint.
I have considered using ApplyHavokImpulse on the player but player seems immune to the effect. I also considered translation but that worries me.. As I looked through the forums and the documentation its said that TranslateToRef has glitches. Also I am bit confused how I can find valid point in front of actor that is not inside wall or floor.
Is there any reasonable way to mimic the whirlwind sprint effects?