Warcraft III resources & community, 2003–2006 · archived

Removing footprints

6 posts
#1

Removing footprints

Does anyone know how to delete model's footprints?

I searched it on this forum a bit but found nothing.

Help plz.
#2
Open the mdl with notepad and search for "FTP" You'll find two lines (one for the left and one for the right feet) that start with "eventobject" For example:


EventObject "FPTxFBR1" {
ObjectId 78,
EventTrack 1 {
23900,
}
}
EventObject "FPTxFBL1" {
ObjectId 79,
EventTrack 1 {
24233,
}

Select and delete them. IMPORTANT: some parts of a model are identified with an ObjectId number. Deleting the two lines for the footprints you'll leave a gap in their order, so you must renumber everything that is after the lines that you deleted.
#3
Thx alot :D
#4
Why u want to remove footprints? <Just curios>
#5
Cause they might not be appropriate for what you're making, like turning a Siege Engine into some sort of hover-tank?
#6
I think i uderstand what you mean ..