https://github.com/forlos/akaibu
Visual novel archive extractor and resource converter
https://github.com/forlos/akaibu
converter extractor gui reverse-engineering rust visual-novel visual-novels
Last synced: 6 months ago
JSON representation
Visual novel archive extractor and resource converter
- Host: GitHub
- URL: https://github.com/forlos/akaibu
- Owner: Forlos
- License: unlicense
- Created: 2020-08-19T20:51:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T18:02:09.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T12:21:54.187Z (6 months ago)
- Topics: converter, extractor, gui, reverse-engineering, rust, visual-novel, visual-novels
- Language: Rust
- Homepage:
- Size: 2.95 MB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
- Support: SUPPORTED_ARCHIVES.org
Awesome Lists containing this project
README
#+author: Forlos
[[https://github.com/Forlos/akaibu/releases/][https://img.shields.io/github/downloads/Forlos/akaibu/total.svg]]* Akaibu
Visual novel archive extractor and resource converter[[./SUPPORTED_ARCHIVES.org][Supported archive formats]]
[[./SUPPORTED_RESOURCES.org][Supported resource formats]]** Usage
*** GUI
Drag and drop file on akaibu_gui executable
**** Select extract scheme if applicable
[[./media/gui1.png]]
**** Browse archive contents
[[./media/gui2.png]]
**** Convert,extract,preview files
[[./media/gui3.png]]*** CLI
#+BEGIN_SRC bash
akaibu_cli --help
akaibu_cli 0.1.0USAGE:
akaibu_cli [FLAGS] [OPTIONS] ...FLAGS:
-c, --convert Convert resource files to commonly used formats
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-o, --output Directory to output extracted files [default: ext/]ARGS:
... Files to process
#+END_SRC
**** Extract archives
#+BEGIN_SRC bash
akaibu_cli path/to/archive path/to/archive2 path/to/archives/*
#+END_SRC
**** Convert resources
#+BEGIN_SRC bash
akaibu_cli -c path/to/resource path/to/resource2 path/to/resources/*
#+END_SRC** Install
*** Binaries
See [[https://github.com/Forlos/akaibu/releases][releases]] tab
*** From source
#+BEGIN_SRC bash
cargo install --bins --git https://github.com/Forlos/akaibu --branch master
#+END_SRC