| 🇺🇸 English | 🇯🇵 日本語 |
A fast command-line tool for Project SEKAI (プロジェクトセカイ カラフルステージ!) that allows you to download the game's assets or encrypt and decrypt them.
twintail currently supports the game's global and Japan servers.
You can download the most recent version from the releases page or build it.
- Follow the usage guide for a general explanation of how to use twintail.
- Follow the command reference for a list of commands with examples.
- Install Rust for your platform and ensure that it's up-to-date.
rustup update
To build for debugging:
cargo run
To build for release:
cargo run --release
To run tests:
cargo test