• 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.

How to make model that uses other models???????

Status
Not open for further replies.
Level 5
Joined
May 13, 2004
Messages
125
Try using this method which I've found in VGsatomi's models. Here is a link to one of them: http://www.wc3sear.ch/index.php?p=Models&ID=2390&sid=65d09741f3cf06ad93385403f824fd53

You must first convert mdx file format to mdl using YobGuls converter, then find the bone which you want and place "Path xxx.mdx" in the desired attachment.

It look's like this in the mdl:

...
Attachment "Head Ref" {
ObjectId 54,
Parent 29, // "Head mesh"
Path "Head.mdx",
Visibility 1 {
DontInterp,
199333: 0,
}
}
...
 
Level 11
Joined
Aug 15, 2004
Messages
710
that is also in the goblin prartorian, i made a tutorial a while back, but now i think it's gotten over flowed and i think it's on the second page of the posts now search for it, i think it highlights the steps pretty well...
 
Level 1
Joined
Mar 16, 2005
Messages
5
Thanks! I've attached weapon model to model without weapon but the model holds it in one hand. What can I do with that??????
 
Status
Not open for further replies.
Top