Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: djonn on January 04, 2011, 10:59:18 pm
-
Hi, i was just wondering if anybody knew anything about extracting the data from a blp file, and of course how to put it back in there, cuz if not i cant really customize the login screen as i want to..
hope anybody can help.
-
BLP converters are public since more then ten years.
http://www.google.com/search?q=blp+converter (http://www.google.com/search?q=blp+converter" onclick="window.open(this.href);return false;)
-
those only export the picture, not the data encoded in the picture
-
Hmmm my guess is he's looking for the data structure of BLPs, like the one's on wowdev wiki concerning adt, m2 and wmo structure
-
i am him..
look at this:
BLP files are capable of storing data with a few different formats
-WoW.Dev Wiki
it also makes the blp files look wierd sometimes
-
BLPs are a picture container, nothing more. There is no other data in this file. A BLP -> PNG converter therefore gives you all information uncompressed.
A BLP file's content can be of different compression types, nothing more.
If you really want more information (but there really isn't more except for mipmaps) read http://en.wikipedia.org/wiki/.BLP (http://en.wikipedia.org/wiki/.BLP" onclick="window.open(this.href);return false;) and http://madx.dk/wowdev/wiki/index.php?title=BLP (http://madx.dk/wowdev/wiki/index.php?title=BLP" onclick="window.open(this.href);return false;) .
-
i have been to those 2 sides thanks you.
but would you happen to know why some of the pictures look like this:
(http://i53.tinypic.com/9ig5mx.png)
(this is one of the login-screen pictures extracted with mws, but the result was the same using other extractors)
-
The problem still is in the converter. Try a newer or different one.
-
its doesnt make sense that its the converter, i see this even before extracting it
-
Before extracting it, its also converted by some converter, d'uh.
If its correct ingame, then its correct in the file. If the file is bad after conversion, its the converter.
-
what blp converter could you recommend?
-
Have not converted a texture in months. Always used BLPConverter.
-
ok, thanks, ill try that
-
it seems that it was becuase it was blp2, so needed a different converter as you said, used blp2 to tga
thanks!