London Racer: Police Madness IDX: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
No edit summary
imported>Ikskoks
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 15:52, 10 January 2021

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
} else {
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)
}


Notes and Comments

  • Two file length fields, but no compression is used on the files in the IMG-file.



IMG


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.