• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

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

Status
Not open for further replies.

Kronoss

K

Kronoss

Please tell me how to make model that uses other models???????
 
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,
}
}
...
 
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...
 
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.
Back
Top