Rival Wheels dataIGPSprites

From XentaxWiki
Revision as of 23:47, 20 January 2021 by imported>Ikskoks
Jump to navigation Jump to search

dataIGPSprites


Format Specifications

// Rival Wheels (Java)
// dataIGPSprites file format



2 bytes - number of offsets


//OFFSET TABLE
(num_of_offsets-1) *
{
  4 bytes - file offset
}
4 bytes - archive size (last offset in table)


//OFFSET TABLE
(num_of_offsets-1) *
{
  x bytes - data
}


MultiEx BMS Script

Not written yet

Notes and Comments

  • This file format is shared between few J2ME Gameloft games. (link)
  • Files inside archives may be compressed with LZMA.

Compatible Programs