Thread Tools Display Modes
12-16-11, 01:11 PM   #1
Asuhrie
A Deviate Faerie Dragon
Join Date: Jan 2009
Posts: 11
.BLP's and .TGA's

I've recently developed an interest in doing some graphical changes to the ingame textures for the various interface screens.

The major problem I've had is that when converting .TGA's to .BLPs, the colors tend to bleed and the resulting image is imperfect. I've ran across a few threads stating that you can use .tga files instead of .BLPs, but anytime I do this, WoW fails to load my .TGA file.

Does anyone know a solution to this? Or maybe a technique I can use to minimize bleeding?
  Reply With Quote
12-16-11, 02:04 PM   #2
brotherhobbes
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 313
To get .tga files to show up, they have to be in a certain format. There's an excellent guide over on the WowAce forums about this: http://forums.wowace.com/showthread.php?t=15439

Note that you might need to be registered and logged into the forums there to see the pictures.

edit: If you have a Curse login, you can use it on WowAce for the forums, btw.

Last edited by brotherhobbes : 12-16-11 at 02:09 PM. Reason: typo and extra note
  Reply With Quote
12-16-11, 07:33 PM   #3
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 837
i find that PNG files convert to BLP a lot easier.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
  Reply With Quote
12-16-11, 07:46 PM   #4
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
There are only three things that the targa format requires to work properly in games (and a lot of games these days don't even have the first one any more):
  1. The dimensions need to be a power of 2 (2, 4, 8, 16, 32, 64, 128, 256, 512, 1024);
  2. The max dimensions must be 1024x1024. If you try to make either dimension bigger, it won't work; and
  3. Your graphic must be saved as 32bit (24 for rgb {8 for each channel - red green blue} and another 8 for the alpha {transparency} channel).
.png format will also work in WoW as well as .blp2 (as you already know). A lot of people tend to prefer .png over .tga because they save 'smaller'.
__________________
“Do what you feel in your heart to be right — for you’ll be criticized anyway.” ~ Eleanor Roosevelt
~~~~~~~~~~~~~~~~~~~
Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RaffaeleMarinetti

Last edited by Cairenn : 12-16-11 at 08:11 PM.
  Reply With Quote
12-17-11, 04:38 AM   #5
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Did they add PNG support to the PC version of WoW, or is that still Mac-only?
  Reply With Quote
12-17-11, 07:58 AM   #6
Talyrius
An Onyxian Warder
 
Talyrius's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 363
This is the first I've heard of PNG support. I hope it's true. Working with TGA/BLP is such a PITA.
  Reply With Quote

WoWInterface » Developer Discussions » Graphics Help » .BLP's and .TGA's

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off