Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: Krang Stonehoof on October 19, 2014, 10:40:57 pm

Title: [QUESTION] Warlords of Draenor Items Textures?
Post by: Krang Stonehoof on October 19, 2014, 10:40:57 pm
Greetings,

Back with another question, why if I port items from Warlord of Draneor, their textures are green? I know that an item being green means it miss the texture but I'm pretty sure I had everything done right.

Thanks.
Title: Re: [QUESTION] Warlords of Draenor Items Textures?
Post by: phantomx on October 19, 2014, 11:15:13 pm
Quote from: "Krang Stonehoof"
Greetings,

Back with another question, why if I port items from Warlord of Draneor, their textures are green? I know that an item being green means it miss the texture but I'm pretty sure I had everything done right.

Thanks.

It's not only that you may be missing the texture it's also that you converted the textures wrong.

P.S

You don't need to do anything to the textures just rename them and use them don't un-convert them from blp back to blp....
Title: Re: [QUESTION] Warlords of Draenor Items Textures?
Post by: Krang Stonehoof on October 19, 2014, 11:23:38 pm
I just extracted them from Warlords of Draenor data files, using the CASC Explorer, and I didn't converted them, nor renamed them. Just placed them into my Custom Patch.

Still everything's green.
Title: Re: [QUESTION] Warlords of Draenor Items Textures?
Post by: phantomx on October 19, 2014, 11:37:11 pm
Alright try converting them to png and making them indexed and then convert to blp with blpconverter set to /H
Title: Re: [QUESTION] Warlords of Draenor Items Textures?
Post by: Krang Stonehoof on October 20, 2014, 12:10:10 am
How can I make them indexed?
Title: Re: [QUESTION] Warlords of Draenor Items Textures?
Post by: phantomx on October 20, 2014, 12:14:44 am
Quote from: "Krang Stonehoof"
How can I make them indexed?

I use photoshop so unless you have that idk.

If you have photoshop open the image in it and on the top click image->mode->indexed color.

Make sure it's 8 bits.
Title: Re: [QUESTION] Warlords of Draenor Items Textures?
Post by: Krang Stonehoof on October 20, 2014, 12:21:14 am
Yeah, looks like it fix the problem, but what is that, more exactly?
Title: Re: [QUESTION] Warlords of Draenor Items Textures?
Post by: phantomx on October 20, 2014, 12:23:36 am
Quote from: "Krang Stonehoof"
Yeah, looks like it fix the problem, but what is that, more exactly?

Textures that are not hardcoded need to be indexed.
Title: Re: [QUESTION] Warlords of Draenor Items Textures?
Post by: Krang Stonehoof on October 20, 2014, 12:24:30 am
But by indexing colors it also decrease the quality of the texture, right?
Title: Re: [QUESTION] Warlords of Draenor Items Textures?
Post by: phantomx on October 20, 2014, 12:29:07 am
Quote from: "Krang Stonehoof"
But by indexing colors it also decrease the quality of the texture, right?

It does not.
Title: Re: [QUESTION] Warlords of Draenor Items Textures?
Post by: phantomx on October 20, 2014, 12:31:15 am
All the none hardcoded textures in wow are indexed like all the armor, hair, body, face and some creatures that don't use hardcoded so you can use the same model with a different texture.