King of Colosseum II 000 001: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
(No difference)

Revision as of 15:04, 28 April 2021

Back to index | Edit this page

000, 001


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