Modcraft - The community dedicated to quality WoW modding!

Content creation => Texturing and 2D Art => Topic started by: Filipsons on July 02, 2012, 06:23:37 pm

Title: Index and RGB color mode
Post by: Filipsons on July 02, 2012, 06:23:37 pm
Hello,
I texturing beard and hair. But i must save PNG to Index colormode. I dont see any changes when I save to RGB color.

Problem: Index mode have only 256 colors and i cant use transparent color, but blizzard have a transparent beard and hair.

So...how can I create an RGB or Index transparent color in wow?

Thanks Phil.
PS:Sorry for my English

edges are very sharp.
(http://desmond.imageshack.us/Himg401/scaled.php?server=401&filename=vousy.png&res=landing)
Title: Re: Index and RGB color mode
Post by: Vel on July 03, 2012, 07:47:07 am
i think need to modify wow.exe
Title: Re: Index and RGB color mode
Post by: Supora on July 03, 2012, 10:22:11 am
what about alpha layer? make an alpha layer in channel section then save as tga and convert tga2blp.
Should work.
Title: Re: Index and RGB color mode
Post by: Vel on July 03, 2012, 10:36:17 am
Quote from: "Supora"
what about alpha layer? make an alpha layer in channel section then save as tga and convert tga2blp.
Should work.
Index and RGB have a different blp format

RGB - DXT with DXTC compression
Index - "palette + alpha" without compression