Esoteria E3
Jump to navigation
Jump to search
E3
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {7} - Header (ESv1.0 )
byte {1} - Sub-type (byte)96 or (byte)97 or (byte)99 or (byte)104 or (byte)105)
uint32 {4} - Number Of Files
// for each file
- char {64} - Filename (null)
- uint32 {4} - Offset
- uint32 {4} - Length
byte {X} - File Data
MultiEx BMS Script
ImpType Standard ; GoTo 8 0 ; Get FNum Long 0 ; For n = 1 To FNum ; SavePos JP 0 ; Math JP += 64 ; Get FN String 0 ; GoTo JP 0 ; SavePos FOO 0 ; Get FO Long 0 ; SavePos FSO 0 ; Get FS Long 0 ; Log FN FO FS FOO FSO ; Next n ;