Eve Online: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
Line 22: Line 22:
<br>
<br>
</b></tt>
</b></tt>
The above specifications are used in previous versions.
The new Format Specifications look like this:
<tt><b>
uint32 {4}&nbsp;&nbsp; - Number Of Files <br>
<br>
<font color="blue"> ''' // for each file ''' </font> <br>
: uint32 {4}&nbsp;&nbsp; - File Length <br>
: uint32 {4}&nbsp;&nbsp; - Length of Filename without null Terminator <br>
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - Filename <br>
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - null Filename Terminator <br>
<br>
<font color="blue"> ''' // for each file ''' </font> <br>
: byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>
</b>
</tt>


=== MultiEx BMS Script ===  
=== MultiEx BMS Script ===  

Revision as of 17:17, 19 November 2005

Choose archive extension:

STUFF


Format Specifications

uint32 {4}   - Number Of Files

// for each file

uint32 {4}   - File Length
uint32 {4}   - Unknown
char {X}     - Filename
byte {1}     - null Filename Terminator
byte {X}     - File Data


The above specifications are used in previous versions. The new Format Specifications look like this:

uint32 {4}   - Number Of Files

// for each file

uint32 {4}   - File Length
uint32 {4}   - Length of Filename without null Terminator
char {X}     - Filename
byte {1}     - null Filename Terminator


// for each file

byte {X}     - File Data


MultiEx BMS Script

Not written yet

Compatible Programs