King of Colosseum II 000 001: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 47: | Line 47: | ||
* Some files seems to be compressed with '''LZSS compression''' (more info [https://forum.xentax.com/viewtopic.php?f=21&t=10203 here]). | * Some files seems to be compressed with '''LZSS compression''' (more info [https://forum.xentax.com/viewtopic.php?f=21&t=10203 here]). | ||
* TIM2 images packed inside archive can be viewed with [https://www.romhacking.net/utilities/660/ Game Graphic Studio]. | |||
=== Games === | === Games === | ||
Revision as of 08:34, 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).
- TIM2 images packed inside archive can be viewed with Game Graphic Studio.
Games
List of games using this file format:
- King of Colosseum II
Compatible Programs