Skip to content

Releases: xan1242/CIPTool

File size bugfix release

07 Aug 23:39
aba2318

Choose a tag to compare

  • ffd.nFileSizeLow and ffd.nFileSizeHigh are DWORD values, meaning they need 4 bytes each
  • The coupling before assumed they were 16-bit values, now it's proper (not that it matters anyway, the files aren't bigger than 4GB)

TFSP JPEG support release

06 Aug 13:40
a29ff37

Choose a tag to compare

  • Tag Force Special uses 256x256 JPEGs and use a different header, added it to the program now
  • To extract these, an explicit switch had to be added because that cannot be autodetected easily

CPJ/JPEG support release

06 Aug 01:29
dc03737

Choose a tag to compare

  • Added a JPEG data stream codec for CPJ files
  • Added CPJ unpacking + repacking support - you can modify images in the Card Album
  • Added proper CIP filesize searching logic - now it looks for the largest file properly and uses that to tell the game the max size of a given image

With this release, the tool is feature complete. There are no other known CIP formats to support.

CPM and CPL support release

01 Aug 01:45
17bf819

Choose a tag to compare

Added CPM and CPL support. CPJ is still not implemented.

First release

18 Jul 05:24
f20c2fc

Choose a tag to compare

Very first release, maybe buggy. For now it generates identical CIP files from the extracted files.

Please keep in mind that his version is still not feature complete. CPM and CPJ files need more work.