Commandos: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>WATTO
No edit summary
(No difference)

Revision as of 00:49, 16 May 2005

Choose archive extension:

DIR


Format Specifications

// for each file

char {32}    - Filename (null)
uint32 {4}   - Entry Type ID
uint32 {4}   - File Length
uint32 {4}   - Data Offset


if (entryTypeID == -842150401){
// End of current directory marker
}


else if (entryTypeID == -842150655){
// Start of sub-directory marker
// repeat from "// for each file"
}


else {
// file
}


MultiEx BMS Script

Not written yet

Compatible Programs