Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 952 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 952 Bytes

| 🇺🇸 English | 🇯🇵 日本語 |

twintail

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.

Usage

  • Follow the usage guide for a general explanation of how to use twintail.
  • Follow the command reference for a list of commands with examples.

Building

Dependencies

  • 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