GRAF:Spy Bot Chronicles PAK: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 48: | Line 48: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* Compression is currentyl unknown. | |||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 17:55, 10 October 2020
TLD
- Game : Spy Bot Chronicles
- Format Type : Archive
- Endian Order : Big Endian
Format Specifications
// Spy Bot Chronicles (iphone)
// PAK file format
//big endian
//header
3 bytes - magic // "IGL"
3 bytes - unknown
2 bytes (uint16) - number of entries
4 bytes - unknown // some CRC maybe?
//some array (8 bytes per entry)
num_of_entries *
{
8 bytes - unknown entry
}
//files
num_of_entries *
{
4 bytes (uint32) - compressed size
4 bytes (uint32) - uncompressed size
x bytes - compressed file data
}
MultiEx BMS Script
Not written yet
Notes and Comments
- Compression is currentyl unknown.
Compatible Programs