Skip to content

Emil and KaineConv fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@yretenai yretenai released this 29 Apr 13:38
· 4 commits to develop since this release

both are command line programs

requires msvc redist 2019 x64

emil

emil is a program for unpacking .arc files.

usage: emil.exe -i "PATH/TO/INSTALL/DIR" -o "PATH/TO/EXTRACT/DIR"

emil has more optional flags, run the program with --help to see.

unless you are debugging kaineconv or researching file formats, you do not need to use any of the flags.

kaineconv

kaineconv right now only converts xaps that contain rtex files.

usage: kaineconv.exe file.xap file2.xap...

alternatively drag xap files to the exe

changelog since 0.0.1

  • kaineconv now no longer hangs when there are no textures to convert
  • emil no longer writes the xap extension by default
  • emil now requires the -i argument, no longer requires -o