Would it be possible to change the speed of the walking animation of kbots depending on the terrian?
As it is now if the terrians movement speed isn't at default the walking animation doesn't match the movement speed and looks real bad.
Just a thought.
kbot skating
Moderator: Moderators
The only *good* way to do this at the moment is through scripts using Get calls to determine unit speed, and then a dynamic clock that would shorten the number of ticks used per sub-animation or changes to the speed. IOW, it's a royal pain, and would involve calls to that step (and changes to a bunch of variables, or worse yet, sub-animations that would be, essentially "slow, medium and fast" speeds.
Personally, I'd be for looking at the way that the animation interpolator added to smooth out animations works, and see if there wouldn't be a way to add dynamic smoothing of instructions on that end... giving us a universal and backwards-compatible solution.
But... all of the above represents a pretty big chunk of CPU... for a relatively minor graphical blemish. Methinks that while this is annoying, it's really not vital.
Personally, I'd be for looking at the way that the animation interpolator added to smooth out animations works, and see if there wouldn't be a way to add dynamic smoothing of instructions on that end... giving us a universal and backwards-compatible solution.
But... all of the above represents a pretty big chunk of CPU... for a relatively minor graphical blemish. Methinks that while this is annoying, it's really not vital.