Excessive Speed VOL
From XentaxWiki
Contents
VOL
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- char {2} - Header (VF)
- byte {1} - null
- byte {1} - Compressed (0=not compressed / 128=compressed)
- uint32 {4} - Compressed File Size (or junk if not compressed)
- uint32 {4} - Decompressed File Size
- byte {X} - File Data
MultiEx BMS Script
Not written yet
Notes and Comments
Uses ZLib Compression for some files