Excessive Speed VOL
From XentaxWiki
Contents
VOL
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- char {2} - Signature (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
- This file format appears in games created by Chaos Works team.
- Uses ZLIB Compression for some files.
- TOC is stored in the last chunk of the archive. It contains filenames.
Games
List of games using this file format:
- Excessive Speed
- Akimbo kung fu hero
- Fire Fight (needs confirmation)
Compatible Programs
See Also