King of Colosseum II 000 001: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 35: | Line 35: | ||
{ | { | ||
x bytes - file data | x bytes - file data | ||
x bytes - padding | |||
} | } | ||
</pre> | </pre> | ||
Revision as of 07:48, 29 April 2021
Back to index | Edit this page
000, 001
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// King of Colosseum II (PS2)
// 000, 001 file format
//header
4 bytes (uint32) - signature/padding allignment? // 2048
4 bytes (uint32) - number of entries
num_of_entries *
{
4 bytes (uint32) - relative file offset
4 bytes (uint32) - block size (data + padding)
4 bytes (uint32) - file uncompressed size
2 bytes (uint16) - encryption flag???
2 bytes (uint16) - compression flag // 0 - uncompressed
// 1 - compressed
}
x bytes - padding
num_of_entries *
{
x bytes - file data
x bytes - padding
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- Some files seems to be compressed with LZSS compression (more info here).
Games
List of games using this file format:
- King of Colosseum II
Compatible Programs