This is the specifications for the archive file which is handled by the
Game Extractor plugin
Archive_WAD_WAD2.
Endian Order: | Little Endian |
Compression: | None |
Encryption: | None |
This format is used by the following Games:
Eternal War: Shadows Of Light | *.wad |
This is the format specification information:
| // ARCHIVE HEADER
4 - Header (WAD2)
4 - Number Of Files
4 - Directory Offset
// FILE DATA
// for each file
4 - Image Width/Height
4 - Image Width/Height
// for each pixel
1 - Palette Index
// DIRECTORY
// for each file
4 - Offset
4 - Compressed File Size
4 - Uncompressed File Size
1 - File Type (66=Paletted Image (*.lmp file), 68=Unknown)
1 - Compression Type
2 - Padding
16 - Filename (null) |
Game Extractor is able to read files of this type, as well as files from thousands of other games. To give it a try, download
Game Extractor (Basic Version) for
free, and see what it can do.
Game Extractor (Full Version) is also able to modify and save files of this type. Visit the
Game Extractor website for more information on this, and the other great features that come with Game Extractor (Full Version).
For further information on this format, refer to the source code on our
GitHub repository.