Releases: yretenai/kaine
Emil Auto Path hotfix
Requires the DLLs from version 0.0.2: https://github.com/yretenai/kaine/releases/tag/0.0.2
This updates emil.exe to properly use the correct build_assets path when output is unspecified.
Emil and KaineConv fixes
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
emil + kaineconv test
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