• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Animation Help

Status
Not open for further replies.
Level 4
Joined
Jul 30, 2005
Messages
66
Save it as a MDL, open it up in notepad, and look for this, or something similar:

Code:
Sequences 22 {
	Anim "Stand" {
		Interval { 167, 1567 },
		MinimumExtent { -203.47, -201.277, -35.6347 },
		MaximumExtent { 198.457, 200.65, 209.786 },
		BoundsRadius 292.089,
	}
}
Delete all the Anim "Name" { ... } stuff to delete each animation. Doesn't save much space, or delete the real info to run the animation, however.
 

Deleted member 126647

D

Deleted member 126647

DON'T revive old threads. Look at the date next time.

Closed.
 
Status
Not open for further replies.
Top