Rollcage 2 IMG: Difference between revisions

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

Revision as of 09:49, 20 December 2005

Choose archive extension:

IMG + IDX


Format Specifications

// IDX FILE

// for each file
uint32 {4}   - File Offset
uint32 {4}   - File Length
uint32 {4}   - Unknown
uint32 {4}   - Unknown ID


// IMG FILE

// for each file
char {4}     - File Header (GT20)
uint32 {4}   - Unknown (Same as the Unknown field in the IDX File)
uint32 {4}   - Unknown ID (Same as the Unknown ID field in the IDX File)
uint32 {4}   - null
uint32 {4}   - Unknown (sometimes null)
byte {X}     - File Data

MultiEx BMS

Not written yet

Notes and Comments

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


Supported Programs