Modcraft - The community dedicated to quality WoW modding!

Content creation => Texturing and 2D Art => Topic started by: relaxok on March 13, 2014, 02:50:44 am

Title: [QUESTION] MoP BLP question
Post by: relaxok on March 13, 2014, 02:50:44 am
Guys - anybody know what the current status of the BLP format is in MoP (5.x) data?

You've got textures like:
InterfaceGluesModelsUI_SCOURGESILVERPINETREE01CANOPYSKIN.BLP

According to the usual header format, this is DXT5 compressed texture but the alpha depth field is '72', which can't be the alpha bit depth, so is used for some other data now?  

In WOTLK this exact texture had 8 for that field.

The 2nd 4bits are still 8, so maybe this field is actually 2 x nibbles of data?

What is the first 4 bits for?

I'm curious how you can specify anything related to the alpha channel when it comes to DXT/BC
Title: Re: [QUESTION] MoP BLP question
Post by: happyhack on March 13, 2014, 01:23:41 pm
if i remember well, there was "72 alpha depth" blp textures in earlier versions of wow already, anyway I use it as DXT5, it just works.