King of Colosseum II 000 001
Jump to navigation
Jump to search
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) - file type???
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).
- TIM2 images packed inside archive can be viewed with Game Graphic Studio or with Noesis.
Games
List of games using this file format:
- King of Colosseum II
Compatible Programs
- King_of_Colosseum_2_Tool.py
- TM2Decompress (this tool can decompress compressed files from 000, 001 archives)