Deadlock

From XentaxWiki
Jump to: navigation, search

Choose archive extension:

CAM


Format Specifications

char {8}     - Header (CYLBPC )
uint16 {2}   - Version Main (1)
uint16 {2}   - Version Sub (1)
uint32 {4}   - Number Of File Types

// for each file type

uint32 {4}   - Size of the directory for this file type [+8] (including these 4 fields)
char {4}     - File Type Description (WAVE)
uint32 {4}   - Size of each file entry (28)
uint32 {4}   - Number Of Files of this type
uint32 {4}   - null


// for each file of this type
char {4}   - Filename? File ID?
byte {16}    - null
uint32 {4}   - File Offset
uint32 {4}   - File Size


byte {X}     - File Data

MultiEx BMS Script

Not written yet

Compatible Programs

Related formats