Lego Racers JAM: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 13: Line 13:


<tt><b>
<tt><b>
char {4}&nbsp;&nbsp;&nbsp;&nbsp; - Header <font color="purple">(LJAM)</font> <br>  
char {4}&nbsp;&nbsp;&nbsp;&nbsp; - Signature <font color="purple">(LJAM)</font> <br>  
<br>
<br>
<font color="blue"> ''' // Directories ''' </font> <br>  
<font color="blue"> ''' // Directories ''' </font> <br>  

Revision as of 22:02, 18 September 2021

Choose archive extension:

JAM

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : LJAM


Format Specifications

char {4}     - Signature (LJAM)

// Directories
uint32 {4}   - Number Of Files (0 means that there are no files, only nested directoies)

if (numFiles > 0) {

// for each file
char {12}    - Filename (null)
uint32 {4}   - Offset
uint32 {4}   - Size
}


else if (numFiles == 0){

uint32 {4}   - Number Of SubDirectories


// for each subdirectory
char {12}    - Subdirectory name
uint32 {4}   - Offset to subdirectory
// go to subdirOffset and start again from "// Directories"
}


byte {X}     - File Data

MultiEx BMS Script

Not written yet

Compatible Programs