Heart Of Darkness LVL: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 10: Line 10:
<tt><b>
<tt><b>
char {4}&nbsp;&nbsp;&nbsp;&nbsp; - Magic <font color="purple">(null + DOH)</font> <br>  
char {4}&nbsp;&nbsp;&nbsp;&nbsp; - Magic <font color="purple">(null + DOH)</font> <br>  
uint {8} - screen count
byte {10628} - <font color="red"> '' Unknown '' </font> <br>  
byte {10628} - <font color="red"> '' Unknown '' </font> <br>  
<br>
<br>
<font color="blue"> ''' // for each file ''' </font> <br>  
<font color="blue"> ''' // for each file ''' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - Offset <br>  
: uint32 {4}&nbsp;&nbsp; - Offset <br>  

Revision as of 18:48, 29 October 2020

LVL


Format Specifications

char {4}     - Magic (null + DOH)
uint {8} - screen count




byte {10628} - Unknown


// for each file

uint32 {4}   - Offset
uint32 {4}   - Raw File Size
uint32 {4}   - Compressed File Size
uint32 {4}   - null


byte {X}     - padding to 512 bytes (from 10632) (length=512-numFiles*16)

// for each file

uint32 {4}   - Offset
uint32 {4}   - Raw File Size
uint32 {4}   - Compressed File Size
uint32 {4}   - null


byte {X}     - padding to 1152 bytes (from 10632)

// for each file

byte {X}     - File Data
byte {0-2047}      - Padding to a multiple of 2048 bytes


MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs