This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Importing Models and the ItemDisplayInfo.dbc  (Read 2091 times)

Wazte

  • Registred Member
  • Race Changer
  • *****
  • Posts: 26
    • View Profile
[QUESTION] Importing Models and the ItemDisplayInfo.dbc
« 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


« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Soldan

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 159
    • View Profile
Re: [QUESTION] Importing Models and the ItemDisplayInfo.dbc
« Reply #1 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.wowdev.wiki/index.php ... ayInfo.dbc

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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stan84

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 184
    • View Profile
Re: [QUESTION] Importing Models and the ItemDisplayInfo.dbc
« Reply #2 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »