Oddworld: Abe’s Oddysee DDV: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks m (Ikskoks moved page Oddworld Abes Oddysee DDV to Oddworld: Abe’s Oddysee DDV) |
||
| (4 intermediate revisions by 2 users 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 Type : Archive
- Endian Order : Big Endian
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
- uint32 {4} - File ID
- // 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
- uint16 {2} - File Size
MultiEx BMS Script
Not written yet