Jump to content

RetroPorting armor?? VIDEO

By Xonxy123
in Retro-Porting

Recommended Posts

Hello everybody, got small problema, so i am trying to retroport armor( i know how to do it with weapons) what ever i do its always endup with blue/white box... So how i do it i take head from exporter and i put m2 files first in Txid and then multicovrter, after that i take name of m2 file and make new itemdisplayid and put it there, and blp file for texture, after that i take that dbc and put it to patch, with exported head files to item object... Head, on end i make item head with displayid that i put in dbc... But Always get Blue/white box. Anybody know what am i missing??
Thank you all for ur time!

I made video how i do it if somebody could look and see what am i doing wrong;

 

Link to comment
Share on other sites

Only thing I can think about is that you are not importing all of the helm models with the correct name.
For example:

Stag-Helm of Malorne, item id 29098 has DisplayId 46214
The model in the ItemDisplayId.dbc is "Helm_Leather_RaidDruid_D_01.mdx"

But there actually is a model for each race and gender combination for example:
helm_leather_raiddruid_d_01_nem.m2 (for Night Elf Male)
helm_leather_raiddruid_d_01_nef.m2 (for Night Elf Female)
helm_leather_raiddruid_d_01_tam.m2 (for Tauren Male)
helm_leather_raiddruid_d_01_taf.m2 (for Tauren Female)

Only thing I can think of is that the game is looking for a model for a race/gender combination that is not present in your mpq files.

Link to comment
Share on other sites

×
×
  • Create New...