Eve Online: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Af4Pc8
mNo edit summary
Line 12: Line 12:


<tt><b>
<tt><b>
uint32 {4}&nbsp;&nbsp; - Number Of Files <br>
uint32 {4}
<br>
<font color="blue"> ''' // for each file ''' </font> <br>
: uint32 {4}&nbsp;&nbsp; - File Length <br>
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown '' </font> <br>
: char {X}&nbsp;&nbsp;&nbsp;&nbsp; - Filename <br>
: byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - null Filename Terminator <br>
: byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>
<br>
</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 ===
 
Not written yet<br><br>
 
=== Compatible Programs ===
 
* [[Game Extractor|Game Extractor]]<br>

Revision as of 08:33, 11 April 2007

Choose archive extension:

STUFF


Format Specifications

uint32 {4}