London Racer: Police Madness IDX
(Redirected from London Racer: Police Madness)
IDX
- Format Type : Directory (index)
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Unknown
char {16} - Header (Davilex Games BV)
byte {12} - null
uint16 {2} - Unknown
// for each directory/file
- uint16 {2} - ID (0=Directory, 1=File)
- if (ID == 1){
- uint16 {2} - Length of Directory Name (including null)
- byte {8} - null
- char {X} - Directory Name
- byte {1} - null Directory Name Terminator
- uint32 {4} - Number of Sub-Directories and Files in Directory
- uint16 {2} - Length of Directory Name (including null)
- } else {
- if (ID == 1){
- uint16 {2} - Length of File Name (including null)
- byte {8} - null
- char {X} - File Name
- byte {1} - null File Name Terminator
- uint32 {4} - File Length (compressed length?)
- uint32 {4} - File Length (decompressed length?)
- uint32 {4} - Unknown (1)
- uint32 {4} - Absolute Offset (in IMG-file)
- }
- uint16 {2} - Length of File Name (including null)
Notes and Comments
- Two file length fields, but no compression is used on the files in the IMG-file.
IMG
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Unknown
char {16} - Header (Davilex Games BV)
byte {12} - null
// for each file
- byte {X} - File Data
MultiEx BMS Script
Not written yet
Compatible Programs
None at the moment.