Chaos Control
From XentaxWiki
Contents
GB
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Signature (\x1UBA)
uint32 {4} - Header Size (including signature and this size field)
// remainder of header consists of 25-byte file records; for each file:
- char {13} - Null-Terminated File Name
- uint32 {4} - Absolute Offset Of File Within Resource
- uint32 {4} - File Size
- byte {4} - Unknown
byte (X) - File Data
MultiEx BMS
Not written yet
Notes and Comments
None