Blood Magic BM: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>CUE
imported>CUE
(No difference)

Revision as of 16:16, 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}   - Uncompressed (0) or Compressed (5)


byte {X}     - File Data

Notes and Comments

  • Unknown compression

Supported Programs