Modcraft - The community dedicated to quality WoW modding!

Content creation => Texturing and 2D Art => Topic started by: TheMetalCarrots on July 22, 2015, 06:58:08 pm

Title: [SOLVED] Rigged model showing white textures
Post by: TheMetalCarrots on July 22, 2015, 06:58:08 pm
So, as usual, I did the rigging process, all seemed fine, textures and everything appeared in the WoW Model Viewer, but somehow appear white in game. Any help would be appreciated, thanks. The model is attached for anyone who wants to take a good look at it (it is a Mechari from Wildstar, if anyone's wondering). The textures need to be applied via CreatureDisplayInfo.dbc and aren't hardcoded.

Thanks all.
Title: Re: Rigged model showing white textures
Post by: Krang Stonehoof on July 22, 2015, 07:13:56 pm
I guess you have to index the colors.

Download a BLP to PNG convertor (You can find one in Resources & Tools section).
Open the PNGs with Photoshop and index the colors.
Convert the PNGs back to BLPs and it might work.

Also check if the resolution of the image is correct. You have to convert them to ^2 (16x16, 32x32, 64x64, 128x128, 512x512) etc.

(I'm not really sure tho, if someone else can correct me then do it).
Title: Re: Rigged model showing white textures
Post by: TheMetalCarrots on July 22, 2015, 07:40:34 pm
So, I took to your suggestion and indexed the image, but the same thing happened. The size is 1024x1024, which shouldn't be a problem considering I have .blps of that size (and much bigger) with no issues, and if it was the texture size being the issue, the model would look green, not white (which, I have taken to believing, means it can't find the texture.)

The CreatureDisplayInfo is definitely pointing to the right texture, and WoW Model Viewer recognises the blp as a texture, so I'm kind of stumped to what could've caused this.
Title: Re: Rigged model showing white textures
Post by: Alastor on July 22, 2015, 07:43:35 pm
Check if you dont have problem in your DBCs beacuse i hardcoded texture and all worked well
(http://i.imgur.com/bSggjG2.png)

its nicely Rigged i confess but im not sure about these parts :D :D

(http://i.imgur.com/E551Vha.png)
(http://i.imgur.com/IDRJozC.png)
Title: Re: Rigged model showing white textures
Post by: TheMetalCarrots on July 22, 2015, 09:02:48 pm
Quote from: "Alastor"
Check if you dont have problem in your DBCs beacuse i hardcoded texture and all worked well
(http://i.imgur.com/bSggjG2.png)

its nicely Rigged i confess but im not sure about these parts :D :D

(http://i.imgur.com/E551Vha.png)
(http://i.imgur.com/IDRJozC.png)

Eheh, I'm always clumsy with the weight paint and it seems to get unlikely formations in the animations. Of course, this isn't the final piece, as it has no brain/head crystal thing and the ears/antennae/weird headphone things seem to have their texture instead, and of course the aforementioned rigging needs to be fixed, which is also very prominent in the legs.

 - So it turns out the shiny hardcoded texture for my model went a little weird and decided to be the only texture to show. Removing it from the model seemed to do the trick, thanks all for the help!
Title: Re: [SOLVED] Rigged model showing white textures
Post by: Alastor on July 22, 2015, 09:15:58 pm
Here is model with Hardcoded texture just remember that you need to keep folder structure
 ( or change it manualy)