Rollcage 2 IMG: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
No edit summary
No edit summary
(No difference)

Revision as of 13:02, 21 October 2011

Choose archive extension:

IMG + IDX


Format Specifications

// IDX FILE

// for each file
uint32 {4}   - File Offset
uint32 {4}   - Compressed File Length
uint32 {4}   - Decompressed File Length
uint32 {4}   - Unused


// IMG FILE

// for each file
char {4}     - File Header (GT20)
uint32 {4}   - Decompressed File Length
uint32 {4}   - Unused (Same as the Unknown ID field in the IDX File)
uint32 {4}   - Length of additional Information
char {X}     - Additional Information
byte {X}     - Compressed Data

MultiEx BMS

Not written yet

Notes and Comments

  • The *.IDX file contains the directory, the *.IMG file contains the data


Supported Programs