Oddworld: Abe’s Oddysee LVL: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks m (Ikskoks moved page Oddworld Abes Oddysee LVL to Oddworld: Abe’s Oddysee LVL) |
imported>Ikskoks m (Ikskoks moved page Oddworld Abes Oddysee LVL to Oddworld: Abe’s Oddysee LVL) |
(No difference)
| |
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