Lead and Gold BLB: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 24: | Line 24: | ||
4 bytes (uint32) - DDS height | 4 bytes (uint32) - DDS height | ||
4 bytes (uint32) - DDS width | 4 bytes (uint32) - DDS width | ||
4 bytes (uint32) - unknown // 45 | 4 bytes (uint32) - unknown // 45 or 83 | ||
4 bytes (uint32) - unknown // 60 | 4 bytes (uint32) - unknown // 60 or 100 | ||
Revision as of 07:27, 1 July 2023
Back to index | Edit this page
BLB
- Format Type : Font
- Endian Order : Little Endian
- Signature :
Format Specifications
// BLB file format
// header
12 bytes (char) - signature + padding // 73 D8 BD E5 00 00 00....
4 bytes (uint32) - BLB file size
4 bytes (uint32) - number of characters in font
4 bytes (uint32) - header size (80)
4 bytes (uint32) - number of characters in font (repeated)
4 bytes (uint32) - characters list offset
4 bytes (uint32) - number of characters in font (repeated)
28 bytes - unknown
4 bytes (uint32) - DDS height
4 bytes (uint32) - DDS width
4 bytes (uint32) - unknown // 45 or 83
4 bytes (uint32) - unknown // 60 or 100
// coordinates
number_of_chars_in_DDS *
{
10 bytes - entry
}
// characters list
number_of_ascii_chars *
{
4 bytes (uint32) - character code
}
x bytes (char) - font name
Notes and Comments
None.
Games
List of games using this file format:
- Lead and Gold Gangs of the Wild West (*.BLB)
QuickBMS Script
Not written yet.
Compatible Programs
None.