Skip to content

Releases: yretenai/kaine

Emil Auto Path hotfix

29 Apr 15:44
Compare
Choose a tag to compare
Emil Auto Path hotfix Pre-release
Pre-release

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

29 Apr 13:38
Compare
Choose a tag to compare
Pre-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

emil + kaineconv test

25 Apr 23:30
Compare
Choose a tag to compare
emil + kaineconv test Pre-release
Pre-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