Oddworld: Abe’s Oddysee DDV: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
 
(3 intermediate revisions by the same user not shown)
Line 42: Line 42:


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

Latest revision as of 22:40, 24 July 2021

DDV


Format Specifications

// for each file

char {4}     - Type


// IF TYPE == MOIR
uint32 {4}   - File ID
char {4}     - Header (AKIK)
uint16 {2}   - File ID (same as above ID field)
uint16 {2}   - File Size
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Unknown
byte {X}     - File Data


// IF TYPE == VALE (not 100% correct)
uint16 {2}   - File Size
uint16 {2}   - File ID (same as above ID field)
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Unknown
uint32 {4}   - Unknown
byte {X}     - File Data


MultiEx BMS Script

Not written yet

Compatible Programs