GRAF:Defiance REZ: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Mr.Mouse
imported>Mr.Mouse
Line 96: Line 96:
=== Compatible Programs ===  
=== Compatible Programs ===  


* [[MultiEx_Commander|MultiEx Commander]]
* [[Game Extractor|Game Extractor]]<br><br>
* [[Game Extractor|Game Extractor]]<br><br>



Revision as of 11:20, 21 May 2005

Choose archive extension:

DAT, BIO, REZ


Format Specifications

char {4}     - Header (BRGR)
uint32 {4}   - Version (1)
uint32 {4}   - Directory Size (excluding the first 3 fields of the header)
uint32 {4}   - Version (1)
uint32 {4}   - Unknown
uint32 {4}   - Number Of Files

// for each file

uint32 {4}   - Offset
uint32 {4}   - Length
uint32 {4}   - null


// for each file

char {4}     - File Tag / Extension
uint32 {4}   - File Size *BIG-ENDIAN!*
byte {X}     - File Data


MultiEx BMS Script

Not written yet

Compatible Programs



DAT (Type 1)


Format Specifications

// for each file

char {2}     - Header (PK)
uint32 {4}   - Entry Type (1311747 = File Entry)
uint16 {2}   - Unknown (2)
uint16 {2}   - Unknown (8)
uint64 {8}   - Checksum?
uint32 {4}   - Compressed File Size
uint32 {4}   - Decompressed File Size
uint32 {4}   - Filename Length
char {X}     - Filename
byte {X}     - File Data


// for each file

char {2}     - Header (PK)
uint32 {4}   - Entry Type (513 = Directory Entry)
uint16 {2}   - Unknown (20)
uint16 {2}   - Unknown (2)
uint16 {2}   - Unknown (8)
uint64 {8}   - Checksum?
uint32 {4}   - Compressed File Size
uint32 {4}   - Decompressed File Size
uint32 {4}   - Filename Length
byte {10}    - null
uint32 {4}   - File Offset (points to PK for this file in the directory)
char {X}     - Filename


char {2}     - Header (PK)
uint32 {4}   - Entry Type (1541 = Archive Entry)
uint16 {2}   - null
uint64 {8}   - Checksum?
uint32 {4}   - Length Of File Data (archive size excluding the directory)
uint16 {2}   - null

MultiEx BMS Script

  • Treated as PKZip

Notes and Comments

  • This is a generic ZIP archive



Compatible Programs

Other Games

These games also use this file format