Sonic Unleashed SUBPACK: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== SUBPACK == * ''' Game ''': Sonic Unleashed <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endia...")
(No difference)

Revision as of 19:13, 11 October 2020

SUBPACK


Format Specifications

// Sonic Unleashed (Java)
// SUBPACK file format


// Note: It may use lzma compression


4 bytes - size of offset table 


//OFFSET TABLE
num_of_files *
{
  4 bytes - file offset
}
4 bytes - archive size (last offset)


//DATA
num_of_files *
{
  1 byte - MIME type
  x bytes - file 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