Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: darksoke on February 22, 2018, 04:32:30 pm

Title: Character model used as creature have white texture
Post by: darksoke on February 22, 2018, 04:32:30 pm
I need some help, tried to use pandaren model as creature model but all end up into a huge white not textured creature, here's a list of what i've done and how i've done.

So first o fall i have ported and implemented character model, replaced Naga for this one. Everything works well character side but when i use the model on a creature it just appear as a huge white not textured model. Baked texture look alright too :/

Added everything in CreatureDisplayInfoExtra.dbc as follows
(https://i.imgur.com/s08sUSY.png)

Then in CreatureDisplayInfo.dbc
(https://i.imgur.com/NhCwH8W.png)

And last thing CreatureModelData.dbc (As i said i replaced naga to make the race playable)
(https://i.imgur.com/31Kn8TG.png)

and all ended up to this. Note character is on morph with the same display as the creature
(https://i.imgur.com/QjqDhXw.png)


Please lead me to what i might be missing !!
Title: Re: Character model used as creature have white texture
Post by: Finsternis on February 22, 2018, 08:31:28 pm
I never worked with pandaren and have just an idea what it could be.
If im not wrong 1x2 textures for npc´s coming with wod+.
So the texture here is a pandaren texture that is already 1x2 but the npc just want 1x1.
You could try to add a texture that is 1x1(it will look broken and strange of course^^) and if it works that is the problem.
Title: Re: Character model used as creature have white texture
Post by: darksoke on February 22, 2018, 10:18:58 pm
I never worked with pandaren and have just an idea what it could be.
If im not wrong 1x2 textures for npc´s coming with wod+.
So the texture here is a pandaren texture that is already 1x2 but the npc just want 1x1.
You could try to add a texture that is 1x1(it will look broken and strange of course^^) and if it works that is the problem.

hmm done what you said
http://prntscr.com/iih9uk

any way to fix this ? I'm pretty new with all this stuff

EDIT: Ok i found out the issue however it will take ages to convert the images, is there a MOP BLP to WOTLK BLP converter just for the models by any chance?