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
-
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
-
Model has faulty texture paths. You have to fix that first
-
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?
-
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.
-
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?
-
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...
-
CharSections...
Thanks!