
141 posts
joined
#1
Animation Help
Hey how do i delete animations whit oinker tools and/or .MDL Files ??

27 posts
joined
#2
Save it as a MDL, open it up in notepad, and look for this, or something similar:
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.

141 posts
joined
#3
I tried that but when i do so it comes up whit some strange stuff and tells me that theres been and error

297 posts
Kopar
joined
#4
You must also modify the number of sequences. In the example shown, if you remove 1 animation, change the number 22 to 21.

141 posts
joined