I made a terrible typo. I did not mean .M3 (those are model files for sc2) but .DDS (texture bit maps used in sc2). Im still looking for those specifications but I found the full specifications for the BLP 1 and BLP2 as shown below:
BLP1 and BLP2 Specifications ...
Search found 5 matches
- 2011-05-23T21:56:05-07:00
- Forum: Developers
- Topic: Adding New File Extensions .BLP and .M3
- Replies: 5
- Views: 12707
- 2011-05-22T21:38:16-07:00
- Forum: Developers
- Topic: Adding New File Extensions .BLP and .M3
- Replies: 5
- Views: 12707
Re: Adding New File Extensions .BLP and .M3
BLP Specifications can be found here: http://en.wikipedia.org/wiki/.BLP
BLP2 Format listed below. BLP1 format is found there as well.
struct BLP2Header
{
FourCC ID; // Always 'BLP2'
UInt32 Type;
UInt8 Encoding;
UInt8 AlphaDepth;
UInt8 AlphaEncoding;
UInt8 HasMips;
UInt32 Width;
UInt32 ...
BLP2 Format listed below. BLP1 format is found there as well.
struct BLP2Header
{
FourCC ID; // Always 'BLP2'
UInt32 Type;
UInt8 Encoding;
UInt8 AlphaDepth;
UInt8 AlphaEncoding;
UInt8 HasMips;
UInt32 Width;
UInt32 ...
- 2011-05-21T12:50:42-07:00
- Forum: Developers
- Topic: Adding New File Extensions .BLP and .M3
- Replies: 5
- Views: 12707
Re: Adding New File Extensions .BLP and .M3
Bump..
Assistance needed.
Assistance needed.
- 2011-05-14T22:11:47-07:00
- Forum: Developers
- Topic: Adding New File Extensions .BLP and .M3
- Replies: 5
- Views: 12707
Re: Adding New File Extensions .BLP and .M3
Bump.
A little help here, please.
A little help here, please.
- 2011-05-10T16:17:12-07:00
- Forum: Developers
- Topic: Adding New File Extensions .BLP and .M3
- Replies: 5
- Views: 12707
Adding New File Extensions .BLP and .M3
Hello there,
I have looked effortlessly and nothing came up. I would like to include support for two file extensions .BLP and .M3.
I have example files, one of each. What I am aiming to do is to be able to preview them in as attachments in vbulletin as if they were images.
Something like convert ...
I have looked effortlessly and nothing came up. I would like to include support for two file extensions .BLP and .M3.
I have example files, one of each. What I am aiming to do is to be able to preview them in as attachments in vbulletin as if they were images.
Something like convert ...