Stolen BCB: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
<br>
<br>
<font color="blue"> ''' // for each file ''' </font> <br>  
<font color="blue"> ''' // for each file ''' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - '' File Size '' <br>  
: uint32 {4}&nbsp;&nbsp; - File Size<br>  
<br>
<br>
<font color="blue"> ''' // for each file ''' </font> <br>  
<font color="blue"> ''' // for each file ''' </font> <br>  

Revision as of 08:24, 1 June 2006

BCB


Format Specifications

uint32 {4}   - Number Of Files

// for each file

uint32 {4}   - File Size


// for each file

byte {1}     - Filename Length
char {X}     - Filename


byte {X}     - Padding with (byte)241 to a multiple of 2048 bytes
byte {X}     - File Data

MultiEx BMS Script

Not written yet

Compatible Programs