Releases: vs49688/CrocUtils
Releases · vs49688/CrocUtils
1.4.1
1.4.0
Changes: * Many, many bug, leak & crash fixes. * Add "crocfile build" command - build a CROCFILE.DAT/CROCFILE.DIR pair. * Add "strun dump" command - jump STRUN.BIN to JSON * Add a fake material name for PSX models. * Fix flipped UVs on extracted models. * macOS compilation support - Sorry, no binaries.
1.3.0
Changes: * [WAD/IDX] Handle \r\n properly * [PIX] Add support for converting to PNG - Can handle all the PIX files in the Croc WADs - 32-bit formats: RGBA8888, XRGB8888 - 24-bit formats: RGB888 - 16-bit formats: RGB565, XRGB1555 - 8-bit formats: INDEX8 - Only with embedded palette
1.2.1
Changes: * Fix wad/idx extraction on Win32 systems
1.2.0
Changes: * Add wad/idx extraction support Misc: * Switch deployment to GitHub Actions
1.1.0
Changes: * Add new "croctool" utility, an amalgamation of "maptool", "cfextract", and the short-lived "modtool". * Remove maptool, cfextract, and modtool binaries * Add support for dumping a MOD file to a series of Wavefront OBJ files. - Material support is not implemented as of yet, Misc: * Major internal cleanups and refactorings * Configure automatic release deployment