Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Tonydew on June 10, 2016, 01:04:14 am

Title: Druid animal model swap? [VANILLA]
Post by: Tonydew on June 10, 2016, 01:04:14 am
So, I would like to try something on my Druid character. I'd like to model swap the models of the bear and cat, into something else. I don't know, for exemple, bear form would be swapped into a StormWind Guard, and cat form would be swapped into a Skeleton mob.

You catch my drift?

Now, some guidance for this would be very appreciated, since I'm not yet used to wow model editing.

(I have the required tools, WarcraftStudio, DBCeditor, and MPQ file editor.)

Thanks in advanced!
Title: Re: Druid animal model swap? [VANILLA]
Post by: Amaroth on June 12, 2016, 03:26:50 pm
https://wowdev.wiki/DB/SpellShapeshiftForm (https://wowdev.wiki/DB/SpellShapeshiftForm" onclick="window.open(this.href);return false;)
Change displayIDs used by forms you want to change and you are basically done. You may want to create a new displayID in case you can't find appropriate one (for example with correct scale or... whatever), if you don't know how to do it, simply let me know.
Title: Re: Druid animal model swap? [VANILLA]
Post by: Tonydew on June 12, 2016, 07:51:12 pm
Quote from: "Amaroth"
https://wowdev.wiki/DB/SpellShapeshiftForm
Change displayIDs used by forms you want to change and you are basically done. You may want to create a new displayID in case you can't find appropriate one (for example with correct scale or... whatever), if you don't know how to do it, simply let me know.

If you could guide me through this step by step it would be very much appreciated, since I have little to no experience in how to do these. Thanks.
Title: Re: Druid animal model swap? [VANILLA]
Post by: Amaroth on June 12, 2016, 09:54:36 pm
If you don't even know how to edit one single DBC then you should check one of these sections before asking questions. Saves both your and our time.:
viewforum.php?f=78 (http://modcraft.io/viewforum.php?f=78" onclick="window.open(this.href);return false;)
http://www.model-changing.net/tutorials ... -beginner/ (http://www.model-changing.net/tutorials/category/1-beginner/" onclick="window.open(this.href);return false;)
Title: Re: Druid animal model swap? [VANILLA]
Post by: Tonydew on June 13, 2016, 01:36:17 am
Quote from: "Amaroth"
If you don't even know how to edit one single DBC then you should check one of these sections before asking questions. Saves both your and our time.:
viewforum.php?f=78 (http://modcraft.io/viewforum.php?f=78" onclick="window.open(this.href);return false;)
http://www.model-changing.net/tutorials ... -beginner/ (http://www.model-changing.net/tutorials/category/1-beginner/" onclick="window.open(this.href);return false;)

I am really sorry but, you sent me tutorials on how to edit maps with noggits and textures, couldn't find anything about model editing after searching 3 times in a row in those links. I don't think you're helping both of us here saving time...  :|
Title: Re: Druid animal model swap? [VANILLA]
Post by: Amaroth on June 13, 2016, 09:02:54 am
viewtopic.php?f=78&t=3571 (http://modcraft.io/viewtopic.php?f=78&t=3571" onclick="window.open(this.href);return false;)
MPQ archives ("patches") are used to store nearly all edits you can possibly do. Not just map stuff. Well, in fact, as you can see here:
viewtopic.php?f=78&t=3434 (http://modcraft.io/viewtopic.php?f=78&t=3434" onclick="window.open(this.href);return false;)

MPQs contains in fact everything.


viewtopic.php?f=78&t=3381 (http://modcraft.io/viewtopic.php?f=78&t=3381" onclick="window.open(this.href);return false;)
Here you will find out how to get original blizzlike version of DBC file you need to edit. And you will also get information about DBC editing. Its all there.