This is the specifications for the archive file which is handled by the
Game Extractor plugin
Archive_VOL_VOL.
Endian Order: | Little Endian |
Compression: | Unknown |
Encryption: | XOR |
This format is used by the following Games:
This is the format specification information:
| // ARCHIVE HEADER
4 - Header (VOL )
4 - Hash?
4 - Header (volh)
4 - Unknown (128) (BIG)
// FILENAME DIRECTORY
4 - Header (vols)
4 - Filename Directory Length (including padding and the next field) (XOR byte 4 with 128)
4 - Filename Directory Length (excluding padding)
// for each file
X - Filename
1 - null Filename Terminator
X - Unknown
// DETAILS DIRECTORY
4 - Header (voli)
4 - Details Directory Length (XOR byte 4 with 128)
// for each file
4 - Filename Offset (relative to the start of the first filename in the filename directory)
4 - File Offset
4 - Decompressed File Length?
2 - Unknown
// FILE DATA
// for each file
4 - File Header
4 - File Length (XOR byte 4 with 128)
X - File Data
0-3 - Padding to a multiple of 4? bytes? |
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.
For further information on this format, refer to the source code on our
GitHub repository.