Blood Magic BM: Difference between revisions
Jump to navigation
Jump to search
imported>CUE |
imported>CUE mNo edit summary |
||
| Line 14: | Line 14: | ||
: uint32 {4} - Compressed Length <br> | : uint32 {4} - Compressed Length <br> | ||
: uint64 {8} - File Offset <br> | : uint64 {8} - File Offset <br> | ||
: uint64 {8} - | : uint64 {8} - Timestamp <br> | ||
: uint32 {4} - <font color="red"> '' Type of compression? '' </font> - Uncompressed {{Purple|(0)}} or Compressed {{Purple|(5)}}<br> | : uint32 {4} - <font color="red"> '' Type of compression? '' </font> - Uncompressed {{Purple|(0)}} or Compressed {{Purple|(5)}}<br> | ||
<br> | <br> | ||
| Line 22: | Line 22: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* The Timestamp is the Windows FILETIME struct | |||
* Unknown compression<br> | * Unknown compression<br> | ||
Revision as of 09:31, 5 October 2007
BM
- Format Type : Archive
- Endian Order : Little Endian
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} - Timestamp
- uint32 {4} - Type of compression? - Uncompressed (0) or Compressed (5)
byte {X} - File Data
Notes and Comments
- The Timestamp is the Windows FILETIME struct
- Unknown compression
Supported Programs
- Game Extractor
(no decompression support)