Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: Wazte on April 09, 2013, 09:42:44 pm

Title: [QUESTION] Importing Models and the ItemDisplayInfo.dbc
Post by: Wazte on April 09, 2013, 09:42:44 pm
So, I'm importing a weapon model I want to use in WoW 1.12.1 but I'm pretty stuck here.
I've made a new patch called Patch-3.MPQ and added the .skin .m2 and .blp of the model into /Item/ObjectComponents/Weapon in it.
Then I was going to add a new displayid into ItemDisplayInfo.dbc but I didn't really know what to put in column #1 and #3. I've read Jack's tutorial and the WoWDev wiki but they say that the path of the model should be in column #1 and the path of the texture should be in column #3 but all I can see in those columns is just numbers. I don't know what I should put there so I'd be very happy if someone could help me out. :)
Thanks


(http://i46.tinypic.com/mjsh7d.png)
Title: Re: [QUESTION] Importing Models and the ItemDisplayInfo.dbc
Post by: Soldan on April 10, 2013, 12:24:29 am
If using talliis, you'll have to go down to the strings table and add the information, then use the number that your string has been assigned (automatically) and put that in the table.

I recommend MyDBCEditor, you can find it in Tools and Resources - it will all become clear :P

If all else fails, http://www.pxr.dk/wowdev/wiki/index.php ... ayInfo.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=ItemDisplayInfo.dbc" onclick="window.open(this.href);return false;)

Quote
say that the path of the model should be in column #1 and the path of the texture should be in column #3

Column number 1 will always be an entry, 2 and 3 are the model paths, 4 and 5 being the textures (if using two models, such as shoulders, but if only using one model refer to columns 2 and 4). Column 6 is the inventory icon.

If you are adding weapons alone, that should be it.. if you're adding armor pieces, you'll need to assign the textures manually in the right columns, probably need  a bit of trial and error (I suffered big time with this a year or so ago when I ported 20 cataclysm sets and added the dbc's manually /*KILL ME NOW */...)

Any other questions or problems, don't hesitate on asking :D

Soldan
Title: Re: [QUESTION] Importing Models and the ItemDisplayInfo.dbc
Post by: stan84 on April 10, 2013, 01:26:30 pm
m2 models with separated .skin file will not work in 1.12 without conversion. M2 must be compatibile with 00 01 v.