Deadlock: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
Line 40: Line 40:
=== Compatible Programs ===  
=== Compatible Programs ===  


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]
 
=== Related formats ===
* [[Playboy CAM 1]]
* [[Playboy CAM 2]]

Revision as of 23:23, 14 November 2020

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