• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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