Crimson Land
From XentaxWiki
Choose archive extension:
Contents
PAQ
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (paq) + null
// for each file
- char {X} - Filename
- byte {1} - null
- uint32 {4} - File Size
- byte {X} - File Data
MultiEx BMS Script
Not written yet
Notes and Comments
The file data is compressed using ZLIB on some files. If a file is compressed, the compressed file data starts at (offset+9) and has size=(length-9).