Lego Rock Raiders WAD
From XentaxWiki
Back to index | Edit this page
Contents |
WAD
Format Type: Archive
Endianness: Little-endian
Date Posted: 19:28, 9 January 2008 (CST)
Format Specifications
char {4} - Header (WWAD)
uint32 {4} - File count
// Relative Directorys (for each file)
- char {n} - relative file path (null terminated string. Relative path within the archive)
// Absolute Directorys (for each file)
- char {n} - absolute file path (null terminated string. Path of the source file was when it was burnt)
// For each file
- uint32 {4} - Version
- uint32 {4} - File size
- uint32 {4} - File size again
- uint32 {4} - File data offset
// Data (For each file)
- byte {x} - File data
Notes and Comments
None
MultiEx BMS Script
None written yet.
Supported by Programs
Links
None

