• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Removing footprints

Status
Not open for further replies.
Level 17
Joined
Sep 25, 2004
Messages
508
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.
 
Status
Not open for further replies.
Top