Re: Model Scaling
Posted: Tue Jan 01, 2013 12:50 pm
Meant to respond to this when it was posted - but then didn't get near my PC hardly in two days (getting withdrawal shakes!).
1. This is probably obvious by now, but basically the transform properties (including scale) of bones stored in the model file are ignored when the model is animated and the full properties of the bone transforms are taken from the animation file instead. So, scaling a monster model has no effect - you have to scale each animation instead.
2. The GMT does a bit of animation tweaking but the Animation Editor is an excellent tool designed to do more than the GMT. For others reading though, the GMT had a few tools on the animation tab if you've just imported a .x file say and need to rotate the animation!
3. After you have a new, small monster using new animation files you will need to define some new animation events that tell the game which frame of animation is the one that is meant to be the frame that the actual attack is made. Best bet is to copy the defineAnimationEvent entries from the asset pack for the previous animations and just change the 'animation' path to you mod_assets animation.
4. I'm not 100% sure about bounding boxes, but I don't think they have any affect in mellee combat... Try (3) and if that doesn't work, then I'm probably wrong! :p
1. This is probably obvious by now, but basically the transform properties (including scale) of bones stored in the model file are ignored when the model is animated and the full properties of the bone transforms are taken from the animation file instead. So, scaling a monster model has no effect - you have to scale each animation instead.
2. The GMT does a bit of animation tweaking but the Animation Editor is an excellent tool designed to do more than the GMT. For others reading though, the GMT had a few tools on the animation tab if you've just imported a .x file say and need to rotate the animation!
3. After you have a new, small monster using new animation files you will need to define some new animation events that tell the game which frame of animation is the one that is meant to be the frame that the actual attack is made. Best bet is to copy the defineAnimationEvent entries from the asset pack for the previous animations and just change the 'animation' path to you mod_assets animation.
4. I'm not 100% sure about bounding boxes, but I don't think they have any affect in mellee combat... Try (3) and if that doesn't work, then I'm probably wrong! :p