Yu-Gi-Oh! GX Tag Force 2 CIP

From XentaxWiki
Jump to navigation Jump to search

Back to index | Edit this page

CIP


Format Specifications

// Yu-Gi-Oh! GX Tag Force 2
// CIP file format

// header
3 bytes (char) - signature // "CPL" - uncompressed data 
                           // "CPJ" or "CPM" - compressed data
2 bytes (uint16) - unknown  // e.g.26
4 bytes (uint32) - unknown
7 bytes - nulls
4 bytes (uint32) - end of block offset
4 bytes (uint32) - unknown  // e.g. 3720
4 bytes (uint32) - unknown  // e.g. 7351
4 bytes (uint32) - unknown  // e.g. 48
4 bytes (uint32) - iterator  //  e.g. 9 or 74
12 bytes - nulls


// entries
num_of_entries *
{
    4 bytes (uint32) - entry ID?
    4 bytes - nulls
}
8 bytes - entries end marker  // 0xFF 0xFF ...

x bytes - padding


// data
num_of_entries *
{
   x bytes - file data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Archives with CPJ or CPM signature contain files compressed with unknown compression algorithm.
  • These archives contain GIM Images and some game files.
  • Entry IDs may refer to numbers from Konami's database.
  • CIP extension may refer to "Card Index Package" name.

Games

List of games using this file format:

  • Yu-Gi-Oh! GX Tag Force 2
  • Yu-Gi-Oh! GX Tag Force 3
  • Yu-Gi-Oh! 5D's Tag Force 4
  • Yu-Gi-Oh! 5D's Tag Force 5
  • Yu-Gi-Oh! 5D's Tag Force 6
  • Yu-Gi-Oh! ARC-V Tag Force Special

Compatible Programs

CIPTool: https://github.com/xan1242/CIPTool - Drag and drop .cip files onto the .exe to extract its contents. Run ciptool.exe via the command prompt for a list of more options to try in case drag-and-drop fails to extract.