Xenosaga Episode I EVT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Baccello
imported>Ikskoks
m (Ikskoks moved page Xenosaga Episode I to Xenosaga Episode I EVT)
 
(3 intermediate revisions by the same user not shown)
Line 41: Line 41:
=== Supported by Programs ===
=== Supported by Programs ===
{{NoProgramSupport}}
{{NoProgramSupport}}
[[Category:File Format]]

Latest revision as of 22:52, 4 February 2021

EVT


Format Specifications

char {8}     - Header (FL00)
uint32 {4}   - Archive File Version?
uint32 {4}   - Archive File Size
uint32 {4}   - Filename Directory Offset
uint16 {2}   - Number Of Directory? (1)
uint16 {2}   - Number Of Files

// FILES DIRECTORY

// for each file
uint32 {4}   - Filename offset
uint32 {4}   - Filename length
uint32 {4}   - File Offset
uint32 {4}   - File Size


// FILE DATA

// for each file
byte {x}     - File Data


// FILENAME DIRECTORY

char {1}   - Working directory? (.)
byte {1}   - null
// for each file
char {x}     - Filename
byte {1}     - null Filename Terminator

Notes and Comments

None

MultiEx BMS Script

None written yet.

Supported by Programs

Unknown