Ei kuvausta

Fabian Peter Hammerle df956e06d9 script: added --extended-controls option; 6 vuotta sitten
scripts df956e06d9 script: added --extended-controls option; 6 vuotta sitten
tests 1e7fc4b920 initial 7 vuotta sitten
tooncher df956e06d9 script: added --extended-controls option; 6 vuotta sitten
.gitignore 64431eda67 gitignore: /build and /env 6 vuotta sitten
LICENSE.txt 1e7fc4b920 initial 7 vuotta sitten
README.md df956e06d9 script: added --extended-controls option; 6 vuotta sitten
setup.cfg 1e7fc4b920 initial 7 vuotta sitten
setup.py df956e06d9 script: added --extended-controls option; 6 vuotta sitten

README.md

tooncher

automates toontown rewritten's login process

Installation

$ pip3 install --user --upgrade tooncher

Optional: Install cpulimit to enable use of parameter --cpu-limit

$ sudo apt-get install cpulimit

Configuration

# default path: $HOME/.tooncher
accounts:
- username: toon
  password: secret
- username: ceo
  password: golf
- username: cfo
  password: train
engine_path: '/opt/Toontown Rewritten/TTREngine'

Usage

$ tooncher [username]

tooncher --help shows all available options.

Extended Controls

To enable the use of WASD keys for walking, launch tooncher with the --extended-controls option:

$ tooncher --extended-controls username

Examples

$ tooncher toon
$ tooncher --extended-controls ceo
$ tooncher --cpu-limit 70 cfo