HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

wow's blp2 convert tools with c++ sourcecode

09-26-2004, 03:36 AM#1
kingmark
it's easy to batch conversion, and can may correct alpha chunnel.
12-06-2004, 07:51 AM#2
Trying2Hard
Quote:
Originally Posted by kingmark
it's easy to batch conversion, and can may correct alpha chunnel.

Unfortunately the colors are messed up...
It does convert them, however!
12-06-2004, 08:48 AM#3
Guest
ok i ahve the file but where r u .blp files for the wow models so i can convert them?
12-08-2004, 02:04 PM#4
DJBnJack
Looks promising
01-03-2005, 11:30 PM#5
DragonGeo2
Hey, DJBnJack, whatever happened to the BLP viewer you made a little while back around the time of www.gotwow.net and WoW Alpha/Beta1?
03-03-2005, 06:08 PM#6
Guest
Kingmark, very nice work, nice clean code too. I've taken the source code and converted it to C#, I just wanted to let you know that the color problems appear to be in the TGA writing code. The RGB values you're decoding from the BLP look good and if I write them out using a different method everything looks good. So it's something in Save2TGA(). Just figured I'd point that out since you were nice enough to provide source code.