King of Colosseum II 000 001: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 53: | Line 53: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/King%20of%20Colosseum%202/King_of_Colosseum_2_Tool.py King_of_Colosseum_2_Tool.py] | |||
<br/><br> | <br/><br> | ||
Revision as of 15:04, 28 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 - encryption flag???
2 bytes - compression flag? // 0 - uncompressed
// 1 - compressed
}
x bytes - padding
num_of_entries *
{
x bytes - file data
}
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