WWE WMXXI
Choose archive extension:
WAD
- Format Type : Archive
- Endian Order : Little Endian
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