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
-
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!
-
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.
-
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.
-
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;)
-
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... :|
-
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.