Skip to content

Releases: mon/ifstools

v1.15

25 Oct 15:00
@mon mon
Compare
Choose a tag to compare

Added new commandline flags:

  --rename-dupes        if two files have the same name but differing case
                        (A.png vs a.png) rename the second as "a (1).png" to
                        allow both to be extracted on Windows
  --super-disable       only extract files unique to this IFS, do not follow
                        "super" parent references at all
  --super-skip-bad      if a "super" IFS reference has a checksum mismatch, do
                        not extract it
  --super-abort-if-bad  if a "super" IFS reference has a checksum mismatch,
                        cancel and display an error

v1.14

12 Apr 01:30
@mon mon
Compare
Choose a tag to compare

Fix some more "super" file problems, seen in Sunny Park

v1.13

28 Jan 11:23
@mon mon
Compare
Choose a tag to compare

Add support for DXT1 textures

v1.12

16 Nov 04:36
@mon mon
Compare
Choose a tag to compare
  • Fix some more "super" problems, seen in Usaneko files

v1.11

26 May 07:48
@mon mon
Compare
Choose a tag to compare

Skipped a few releases

v1.8

23 Jan 11:08
@mon mon
Compare
Choose a tag to compare
  • Fix crashes on IFS files with no timestamp

v1.7

21 Oct 07:48
@mon mon
Compare
Choose a tag to compare
  • Some bugfixes
  • Extraction should be a lot faster for the exe version due to a new build process

v1.6

21 May 13:12
@mon mon
Compare
Choose a tag to compare
  • Textures can now have their smaller uvrect dumped instead of the imgrect. Allows automatic cleanup of edge bleed

v1.5

06 May 09:10
@mon mon
Compare
Choose a tag to compare
  • Texture canvas can now be dumped (-c), along with image bounds (--bounds) to visualise packing
  • support for argb4444 images (repacking will convert to argb8888 as I can't neatly pack 4444)
  • nocache option renamed to no-cache for consistency
  • nicer internals

1.5a

06 May 09:41
@mon mon
Compare
Choose a tag to compare
  • Fix bbox crash