Sonic Unleashed SUBPACK
SUBPACK
- Game : Sonic Unleashed
- Format Type : Archive
- Endian Order : Big Endian
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