Eve Online: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Mr.Mouse
m (Reverted edits by Af4Pc8 (Talk); changed back to last version by 84.135.87.111)
imported>Mr.Mouse
m (Reverted edits by Af4Pc8 (Talk); changed back to last version by 84.135.87.111)
(No difference)

Revision as of 11:22, 12 April 2007

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