WWE WMXXI

From XentaxWiki
Revision as of 03:31, 16 May 2005 by imported>WATTO
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Choose archive extension:

WAD


Format Specifications

char {3}     - Header (WAD)
uint32 {4}   - Version (1)
uint32 {4}   - null
uint32 {4}   - Number Of Files

// for each file

uint32 {4}   - Hash?
uint32 {4}   - File Offset
uint32 {4}   - null


// for each file

uint16 {2}   - Length of file header [+2 for this field]
uint32 {4}   - Decompressed Length (or null)
uint32 {4}   - null
byte {1}     - Unknown (1)
char {X}     - Filename (determine the filename length from the LengthOfFileHeader field)
byte {X}     - File Data


MultiEx BMS Script

Not written yet

Notes and Comments

  • The files in the directory are in a different order to the files in the archive
  • The file data is compressed using ZLib



Compatible Programs