Warcraft III resources & community, 2003–2006 · archived

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

4 posts
#1

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

Please tell me how to make model that uses other models???????
#2
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,
}
}
...
#3
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...
#4
Thanks! I've attached weapon model to model without weapon but the model holds it in one hand. What can I do with that??????