Modcraft - The community dedicated to quality WoW modding!

Content creation => Texturing and 2D Art => Topic started by: Rayek on August 06, 2015, 12:00:13 am

Title: Item Texturing problems
Post by: Rayek on August 06, 2015, 12:00:13 am
Dear Modcraft Comunity

I have run into a problem again and i think the answer is maby realy obvious this time :(
So i have been following Philip thenoobmodder his guide/vlog and in the end i have 2 problems.

The Lower Texture of my armor isint showing and the upperlegs Texure aint showing.
now what i have been wondering about and maby can be the solution to this problem is
The Original files where "BLP2/DXT5" and made it into BLP2/RAW8 for Wrath of the lichking latest version.
But some of those files where BLP2/DXT1 and also made them into RAW8 but i think thats just wrong and causes my gear to not appear in-game. I Used BLPConverter.exe using this command: BLPConverter /FBLP_PAL_A8 fully item name . I realy hope you guys have seens this mistake alot and know the answer ;)

or it can be something else ( this is just what i think maby could have go wrong )

Kind Regards
Rayek
Title: Re: Item Texturing problems
Post by: Amaroth on August 06, 2015, 02:52:51 pm
Your BLPs:

1. are not palletized (marked as clothing texture or put into indexed mode or whatever, depending on convertor)
2. have wrong name (mistypes?)
3. aren't in correct folder in patch

Your DBCs:
1. contain wrong texture name/contain it in wrong column
2. have in texture name left ending marking gender (texture_name_U should have texture_name in DBC)

Check those 5 possibilities.
Title: Re: Item Texturing problems
Post by: Rayek on August 07, 2015, 03:37:20 am
<SOLVED>
The problem was in the DBC ;)
Thnx for your options so i could recheck them.
just mistyped something :(
Title: Re: Item Texturing problems
Post by: Amaroth on August 07, 2015, 02:31:49 pm
Thats why I always ctrl+c and ctrl+v :D.
Title: Re: Item Texturing problems
Post by: Rayek on August 07, 2015, 11:30:49 pm
hehe :P
wel i did the same just copyd to much  xD
Title: Re: Item Texturing problems
Post by: Смердокрыл on August 16, 2015, 10:14:12 pm
Hey! Sorry for necromancy, but I have a similar problem. I checked the names and the patches and everything is right. Still, the textures are green.

What does
Quote from: "Amaroth"
are not palletized (marked as clothing texture or put into indexed mode or whatever, depending on convertor)
mean?
Title: Re: Item Texturing problems
Post by: Vatoto on August 17, 2015, 02:54:26 pm
Quote from: "Смердокрыл"
Hey! Sorry for necromancy, but I have a similar problem. I checked the names and the patches and everything is right. Still, the textures are green.

What does
Quote from: "Amaroth"
are not palletized (marked as clothing texture or put into indexed mode or whatever, depending on convertor)
mean?


Start the blp converter with cmd. You will see a parameter for more options/parameter + description (as far as I remember).
I believe you need "/p /r", but I'm not sure.