• 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.

Milkshape Animation Help

Status
Not open for further replies.
Level 1
Joined
Jan 4, 2008
Messages
5
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.
 
Level 1
Joined
Jan 4, 2008
Messages
5
Here's the .mdl of 2 versions that don't work (no textures, just the white model with animations)
 

Attachments

  • tobi.mdl
    332.3 KB · Views: 92
  • tobi2.mdl
    351.1 KB · Views: 77
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,
	}
 
Level 1
Joined
Jan 4, 2008
Messages
5
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.
Top