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

Animation , nonlooping , need help

Status
Not open for further replies.
Level 7
Joined
Jan 29, 2006
Messages
52
Hey , I need help getting my animations from gmax to not loop. this is waht the mdl animation from my model looks like

}
Anim "Death" {
Interval { 1760, 2240 },

MinimumExtent { -9.00216, -14.3451, -1.7699 },
MaximumExtent { 8.615, 14.0388, 25.0546 },
BoundsRadius 29.984,
}

And this is what it SHOULD look like.

}
Anim "Death" {
Interval { 23333, 24467 },
nonlooping,
MinimumExtent { -283.477, -264.586, -16.9686 },
MaximumExtent { 256.122, 218.367, 345.252 },
BoundsRadius 331.942,
}

If it doesnt ahve the "nonlooping" in it , it will play the death over , and over , and over after the unit dies . and ive tried addign it into the mdl , it doesnt work , any help plz ?
 
Status
Not open for further replies.
Top