shtickerbookunwritten

crates.io AGPL v3+ unsafe forbidden GitHub code size in bytes

shticker<em>book</em>unwritten logo

A minimal CLI launcher for the Toontown Rewritten MMORPG. Inspired by Shticker Book Rewritten.

Currently only built to support GNU/Linux, because I don’t know much about Windows NT nor about macOS. If you know something about either of those platforms and want to help out, feel very free to submit a PR or to file an issue with a description of what can be done to support the platform(s).

Installing

From pre-compiled binary

You can get pre-compiled binaries from the releases page on GitHub.

From crates.io

Requires a distribution of Rust/cargo, which you can get from rustup.

bash cargo install shticker_book_unwritten

If you already have a version installed and want the latest version to replace it, you can run:

bash cargo install -f shticker_book_unwritten

From GitHub git repository

Requires a distribution of Rust/cargo, which you can get from rustup.

bash git clone https://github.com/JonathanHelianthicusDoe/shticker_book_unwritten.git cd shticker_book_unwritten cargo rustc --release -- -C target-cpu=native # Or just `cargo build --release` strip ./target/release/shticker_book_unwritten # Optional ./target/release/shticker_book_unwritten --help

The executable name is quite lengthy, so you will probably want to alias it (to sbu or something like that).

Legal

This entire work (including this document & all associated source code) is licensed to anyone under the terms of the GNU Affero General Public License, version 3 (or higher, at your option). For the relevant legal text, see the LICENSE file.

GNU AGPL v3+

This work contains (Rust-ified) code from bsdiff 4.3, which is licensed under a slightly modified version of the FreeBSD license. For the relevant legal text, see the LICENSE.bsdiff4 file.

The shtickerbookunwritten logo is licensed to anyone under the terms of the Creative Commons Attribution-ShareAlike 4.0 International license. For the relevant legal text, see https://creativecommons.org/licenses/by-sa/4.0/legalcode, or the img/LICENSE.imgs file for a plaintext version.

CC BY-SA 4.0