Medal of Honor: Pacific Assault REZ: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>WATTO
No edit summary
(No difference)

Revision as of 02:33, 16 May 2005

Choose archive extension:

REZ


Format Specifications

char {4}     - Header (MOPA)
uint32 {4}   - Version (1)
uint32 {4}   - Directory Length
char {8}     - Header 2 (LZSSRLE )
char {4}     - Header 3 (NONE)
uint32 {4}   - Unknown (1)
uint32 {4}   - Number Of Files

// for each file

uint32 {4}   - File Offset
uint32 {4}   - Decompressed Length
uint32 {4}   - File ID?
uint32 {4}   - File Length


// for each file

char {X}     - Filename
byte {1}     - null Filename Terminator


byte {X}     - File Data

MultiEx BMS Script

Not written yet

Notes and Comments

NOTE: Some files are compressed using an unknown routine. The compression is probably similar to the DBPF compression used by Maxis.

Compatible Programs