Common-2.mpq\Character\Scourge\Male\ScourgeMale0119-00.anim : 9,23*kB
This is *.anim file which is animation of stealth. I need to slow it down. Please, how can I open this file?
Common-2.mpq\Character\Scourge\Male\ScourgeMale0119-00.anim : 9,23*kB
This is *.anim file which is animation of stealth. I need to slow it down. Please, how can I open this file?
Well you just need to understand these 'signs'...
Ther is no tool yet where you just can click 'Slow down' and the animation is slowed down...
And the animations are the most difficult parts in wow ...
If you want to know something about information ask someonewhoknowsthesethingsverygood.. he is one of the very very few people who ever worked with that.
And if you want to learn that on your own:
M2/WotLK - WoW.Dev Wiki
Last edited by Eluo; 03-26-2009 at 04:44 PM.
Do not write my name, if noobs have questions ._. "no names no values" " just signs".
**** intelligence.
And: you would want to look at /.anim ...
Maybe you better don't PM me if I don't answer here. I hate begging for things.
The wiki is no guide, but a documentation. Difference. This is why there wont be a "you need to change this value to get ***".
If you want to change an animation, it would be best searching for "animation" on the wiki. Its at M2/WotLK - WoW.Dev Wiki. With a little bit of intelligence you would find "0x08 float MovingSpeed As 2.x says: moving speed for walk/run animations." then.
As you already know the "0x00 uint16 AnimationID Animation id in AnimationData.dbc", you may search for that value in your favourite hex editor. You then have the offset of the structure. Then just add +0x08 to that address and you have the float. Edit that one to have what you want. Maybe you want to edit "PlaybackSpeed".