Ignition CDP: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
No edit summary
Line 34: Line 34:


* None - Incomplete format specs
* None - Incomplete format specs
[[Category:File Format]]

Revision as of 14:57, 10 January 2021

CDP


Format Specifications

char {4}     - Header (CDP) + null
uint16 {2}   - Version (100) - ie 1.00
uint32 {4}   - Number Of Files?
uint32 {4}   - Unknown
byte {1}     - null
uint32 {4}   - Unknown

// for each file

uint32 {4}   - Unknown
uint16 {2}   - Unknown
byte {1}     - null
uint32 {4}   - Unknown
uint16 {2}   - Unknown
byte {1}     - null
uint16 {2}   - Unknown
byte {X}     - File Data


MultiEx BMS Script

Not written yet

Compatible Programs

  • None - Incomplete format specs