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).
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).
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.
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.