Skip to content

Kuriimu v1.0.10

Compare
Choose a tag to compare
@IcySon55 IcySon55 released this 19 Oct 05:13
· 544 commits to master since this release

Features

  • Cetera can now handle some PVRTC encoded images. (Not currently in use by any plugins.)

Plugins

  • Improved ANMC image plugin compatibility.
  • Added a new image plugin for the VCG/VCL/VCE format. (Prototype)
  • Added a new archive plugin for the INF/VIW format. (Prototype)
  • Improved TEXI image plugin compatibility with Save.
  • Added a new archive plugin for the PACK (DQIX) format.
  • Added a new archive plugin for the VAP format.
  • Added a new image plugin for the IOBJ format.
  • Added a new image plugin for the PICARG4 format.
  • Added a new text plugin for the BMD/MSG1 format. (Load only)
  • Improved T2B text plugin compatibility.
  • Improved PCK archive plugin compatibility.
  • Improved CGFX image plugin compatibility. (Mipmaps)
  • Added a new text plugin for the BF format. (@Megaflan)
  • Added a new archive plugin for the RGSSAD (RPG Maker) format. (@Sn0wCrack)
  • Improved ARC (MT) archive plugin compatibility. (Mobile MT)
  • Added a new image plugin for the TEX (Mobile MT) format. (Prototype)

Changes

  • Patched a bug in some back-end code that was breaking MSBT and possibly other formats.
  • Changed the encryption and decryption filename behaviour:
    • When decompressing, ".decomp" will now be added between the filename and the existing extension.
    • When compressing, ".decomp" will be removed and the original filename will be used.
  • Batch operations in all applications will now skip errors and continue processing.