Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: xeriae on August 22, 2015, 03:11:23 pm

Title: [SOLVED] [QUESTION] I have 2 issues with WoD.
Post by: xeriae on August 22, 2015, 03:11:23 pm
Soo, I just finally got my model from HoTS working after a while. Now I have two issues, since I used the Human_HD model and it has hardcoded textures I changed all the 3 textures in 010 editor for it too look into the DBC instead but for some reason the model is still pure White and texture doesn't want to load. I converted it to blp with the /R extension. I did this since I want to create a separate model than replacing..

Also second issue, I want to put it into WoD, I know how to do it on earlier expansions but it seems like they changed the DBC's and now I don't know how to do this :(
Title: Re: [QUESTION] I have 2 issues with WoD.
Post by: Chase on August 22, 2015, 04:17:42 pm
For BLP's I like to use Blipster, there is quite literally a whole button for character textures.
http://www.wowinterface.com/downloads/i ... ility.html (http://www.wowinterface.com/downloads/info17616-BLiPsterGraphicalBLPUtility.html" onclick="window.open(this.href);return false;)

And for WoD, you have to edit your exes with one of these edits for the right version your exe is:
http://www.ownedcore.com/forums/world-o ... ver-2.html (http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/501200-repost-sig-md5-protection-remover-2.html" onclick="window.open(this.href);return false;)
Title: Re: [QUESTION] I have 2 issues with WoD.
Post by: xeriae on August 22, 2015, 04:20:43 pm
Quote from: "Chase"
For BLP's I like to use Blipster, there is quite literally a whole button for character textures.
http://www.wowinterface.com/downloads/i ... ility.html (http://www.wowinterface.com/downloads/info17616-BLiPsterGraphicalBLPUtility.html" onclick="window.open(this.href);return false;)

And for WoD, you have to edit your exes with one of these edits for the right version your exe is:
http://www.ownedcore.com/forums/world-o ... ver-2.html (http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/501200-repost-sig-md5-protection-remover-2.html" onclick="window.open(this.href);return false;)

Yes I have that .exe, Problem isn't that, it's that I don't know how to import it into WoD. On MoP you used creaturemodeldata.dbc and creaturedisplayinfo.dbc, but how about WoD? What do you use here now when everything is smashed together in Filedata.dbc? And the db2 is strings only :/
Title: Re: [QUESTION] I have 2 issues with WoD.
Post by: Chase on August 22, 2015, 04:23:40 pm
With your edited exe, things load from the root folder. For example:

World of WarcraftDBFilesClientSomeDBC.dbc

And yes, most file references, reference the ID in FileData.dbc now.
Title: Re: [QUESTION] I have 2 issues with WoD.
Post by: xeriae on August 22, 2015, 04:26:13 pm
Quote from: "Chase"
With your edited exe, things load from the root folder. For example:

World of WarcraftDBFilesClientSomeDBC.dbc

And yes, most file references, reference the ID in FileData.dbc now.


Ye but how do I assign it a new display id? And where do I put my texture paths etc, this is the problem :D
Title: Re: [QUESTION] I have 2 issues with WoD.
Post by: Chase on August 22, 2015, 04:31:57 pm
Textures have another ID in http://www.pxr.dk/wowdev/wiki/index.php ... leData.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=TextureFileData.dbc" onclick="window.open(this.href);return false;)
Which links to the ID in FileData.dbc
Title: Re: [QUESTION] I have 2 issues with WoD.
Post by: xeriae on August 22, 2015, 04:32:52 pm
Thanks for the help, I'll go back and try now :)
Title: Re: [QUESTION] I have 2 issues with WoD.
Post by: xeriae on August 22, 2015, 05:36:55 pm
My UV map got destroyed, so that was it lol... Time to redo the m2....