London Taxi Rushour WAD: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks No edit summary |
||
| Line 48: | Line 48: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Revision as of 15:52, 10 January 2021
Choose archive extension:
WAD
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// ARCHIVE HEADER
- char {4} - Header (WADH)
- uint32 {4} - First File Offset
- uint32 {4} - Number Of Files
- uint32 {4} - Filename Directory Length?
// DIRECTORY
- // for each file
- uint32 {4} - Filename Offset (relative to the start of the filename directory)
- uint32 {4} - File Offset (relative to the first file offset)
- uint32 {4} - File Length
- uint32 {4} - Unknown Boolean (0/1)
- uint32 {4} - Number Of Files In Directory? (all 255's for files)
- uint32 {4} - Unknown
- uint32 {4} - Filename Offset (relative to the start of the filename directory)
// FILENAME DIRECTORY
- // for each file
- char {X} - Filename
- byte {1} - null Filename Terminator
- char {X} - Filename
// FILE DATA
- // for each file
- byte {X} - File Data
- byte {X} - File Data
MultiEx BMS
Not written yet
Notes and Comments
- Directories have fileOffset=0