• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Milkshape Animation Help

Status
Not open for further replies.

edapolin

E

edapolin

Hello there. I've made a model from scratch and animated it on milkshape (I used zero joints before animating). My older versions' animations of the model worked fine in Magos Model Viewer/Editor and on Warcraft 3 but when I made my newer "version", yesterday, the animations worked fine on Magos but for some reason only the Stand and Walk animations worked on Wacraft 3. The others (Attack, Attack - 2, Death and Spell) didnt work. If someone could help I would be greatly pleased :thumbs_up: . Thanks in advance eduapolin.
 
Here's the .mdl of 2 versions that don't work (no textures, just the white model with animations)
 

Attachments

as I thought. Attack, Attack - 2, spell, and death r suppose to be NonLooping animations. make them nonlooping.

example:

Code:
Sequences 6 {
	Anim "Stand" {
		Interval { 2916, 4166 },
		MinimumExtent { -7.791519, -18.375086, 0.000000 },
		MaximumExtent { 4.721236, 16.904676, 55.479504 },
		BoundsRadius 33.463436,
	}
	Anim "Attack - 2" {
		Interval { 708, 1166 },
		[B]NonLooping,[/B]
		MinimumExtent { -7.791519, -18.375086, 0.000000 },
		MaximumExtent { 4.721236, 16.904676, 55.479504 },
		BoundsRadius 33.463436,
	}
 
I've done that before and it didn't work... any other ideas?
 
When it attacks, it "plays" the Unanimated "animation" that mean he doesnt even move, same with death and spell animation. But on Magos all of the animations look fine. And on the earlier versions its animations were working. All I did from one version to other was modifing animations, improving them didnt mess with bones nor anything that could fuck up the model.
 
Status
Not open for further replies.
Back
Top