Esoteria E3 2: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
No edit summary
Line 31: Line 31:


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>
[[Category:File Format]]

Revision as of 12:35, 4 January 2021

E3 (INTERNAL TYPE)


Format Specifications

char {7}     - Header (ESv1.0 )
byte {1}     - Sub-type ((byte)48 or (byte)83 or (byte)84 or (byte)94)
uint32 {4}   - null
uint32 {4}   - Type Name Length (including null)

// Note: The following 2 fields don't appear if TypeNameLength=99
char {X}     - Type Name
byte {1}     - null

uint32 {4}   - null
uint32 {4}   - Filename Length (sometimes including null)
char {X}     - Filename (null) (without extension)
byte {18}    - null
byte {X}     - File Data

MultiEx BMS Script

Not written yet

Compatible Programs