Blood Magic BM: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>CUE
imported>CUE
Line 15: Line 15:
: uint64 {8}&nbsp;&nbsp; - File Offset <br>  
: uint64 {8}&nbsp;&nbsp; - File Offset <br>  
: uint64 {8}&nbsp;&nbsp; - <font color="red"> '' Hash? '' </font> <br>  
: uint64 {8}&nbsp;&nbsp; - <font color="red"> '' Hash? '' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - Uncompressed {{Purple|(0)}} or Compressed {{Purple|(5)}}<br>  
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Type of compression? '' </font> - Uncompressed {{Purple|(0)}} or Compressed {{Purple|(5)}}<br>  
<br>
<br>
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  

Revision as of 16:32, 8 August 2007

BM

Format Specifications

uint64 {8}   - Number Of Files

// for each file (92-bytes per entry)

char {64}    - Filename (null-terminated) (filled with junk)
uint32 {4}   - Decompressed Length
uint32 {4}   - Compressed Length
uint64 {8}   - File Offset
uint64 {8}   - Hash?
uint32 {4}   - Type of compression? - Uncompressed (0) or Compressed (5)


byte {X}     - File Data

Notes and Comments

  • Unknown compression

Supported Programs