Yu-Gi-Oh! GX Tag Force 2 CIP
From XentaxWiki
Back to index | Edit this page
Contents
CIP
- Format Type : Archive
- Endian Order : Little Endian
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
Compatible Programs
None.