Visual novel archive extractor and resource converter
Supported archive formats Supported resource formats
Drag and drop file on akaibu_gui executable
akaibu_cli --help
akaibu_cli 0.1.0
USAGE:
akaibu_cli [FLAGS] [OPTIONS] <ARCHIVES>...
FLAGS:
-c, --convert Convert resource files to commonly used formats
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-o, --output <output-dir> Directory to output extracted files [default: ext/]
ARGS:
<ARCHIVES>... Files to process
akaibu_cli path/to/archive path/to/archive2 path/to/archives/*
akaibu_cli -c path/to/resource path/to/resource2 path/to/resources/*
See releases tab
cargo install --bins --git https://github.com/Forlos/akaibu --branch master