- 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 ?
}
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 ?