Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: Sethe on October 15, 2015, 11:35:39 am

Title: [Question] Texture Wod Caracter Problem
Post by: Sethe on October 15, 2015, 11:35:39 am
Hi every one.

how i can fix this problem?
(http://img15.hostingpics.net/pics/856137WoWScrnShot101515102155.jpg).
I read all tuto and use it but no think work's

i join my dbc file .

http://www.partage-facile.com/U19QPM45KI/creaturedisplayinfoextra.dbc.html
Title: Re: [Question] Texture Wod Caracter Problem
Post by: Ascathos on October 15, 2015, 10:09:49 pm
Model has faulty texture paths. You have to fix that first
Title: Re: [Question] Texture Wod Caracter Problem
Post by: Смердокрыл on October 16, 2015, 09:36:41 pm
Quote from: "Ascathos"
Model has faulty texture paths. You have to fix that first
I have the same problem as the author. Where exactly do you change the paths? In CreatureDisplayInfo.dbc?
Title: Re: [Question] Texture Wod Caracter Problem
Post by: Ascathos on October 17, 2015, 04:19:54 pm
Quote from: "Смердокрыл"
Quote from: "Ascathos"
Model has faulty texture paths. You have to fix that first
I have the same problem as the author. Where exactly do you change the paths? In CreatureDisplayInfo.dbc?
I think I was drunk when I wrote texture paths. It's more texture faces, to keep the proper tech language.

You have to re-set the texture positions on the model. You change them with a model editor. You have to properly set the new changes to the older texture template. There is a good tutorial on here how it works, I'd recommend check it out.
Title: Re: [Question] Texture Wod Caracter Problem
Post by: Смердокрыл on October 18, 2015, 05:01:30 pm
Quote from: "Ascathos"
You have to re-set the texture positions on the model. You change them with a model editor. You have to properly set the new changes to the older texture template. There is a good tutorial on here how it works, I'd recommend check it out.

I meant how does the client find the needed blp? Where is the path written?
Title: Re: [Question] Texture Wod Caracter Problem
Post by: Ascathos on October 18, 2015, 05:17:33 pm
Quote from: "Смердокрыл"
Quote from: "Ascathos"
You have to re-set the texture positions on the model. You change them with a model editor. You have to properly set the new changes to the older texture template. There is a good tutorial on here how it works, I'd recommend check it out.

I meant how does the client find the needed blp? Where is the path written?
CharSections...
Title: Re: [Question] Texture Wod Caracter Problem
Post by: Смердокрыл on October 18, 2015, 05:19:38 pm
Quote from: "Ascathos"
CharSections...
Thanks!