Oddworld: Abe’s Oddysee LVL: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks m (Ikskoks moved page Oddworld Abes Oddysee LVL to Oddworld: Abe’s Oddysee LVL) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 37: | Line 37: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Latest revision as of 22:40, 24 July 2021
LVL
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - First File Offset
uint32 {4} - null
char {4} - Header (Indx)
uint32 {4} - null
uint32 {4} - numFiles?
uint32 {4} - Unknown (5)
uint64 {8} - null
// for each file
- char {12} - Filename
- uint32 {4} - Unknown
- uint32 {4} - Unknown
- uint32 {4} - File Size
// for each file
- uint64 {8} - Actual File Size (without the file header)
- char {8} - Filename/Type/Extension (null)
- byte {X} - File Data
- byte {0-2047} - null padding to a multiple of 2048 bytes
MultiEx BMS Script
Not written yet