![]() |
7 роки тому | |
---|---|---|
scripts | 7 роки тому | |
tests | 8 роки тому | |
tooncher | 7 роки тому | |
.gitignore | 7 роки тому | |
LICENSE.txt | 8 роки тому | |
README.md | 7 роки тому | |
setup.cfg | 8 роки тому | |
setup.py | 7 роки тому |
automates toontown rewritten's login process
$ pip3 install --user --upgrade tooncher
Optional: Install cpulimit to enable use of parameter --cpu-limit
$ sudo apt-get install cpulimit
Optional: Install xlib for python to enable extended controls:
$ sudo apt-get install python3-xlib
or
$ pip3 install --user xlib
# default path: $HOME/.tooncher
accounts:
- username: toon
password: secret
- username: ceo
password: golf
- username: cfo
password: train
engine_path: '/opt/Toontown Rewritten/TTREngine'
$ tooncher [username]
tooncher --help
shows all available options.
To enable the use of WASD keys for walking,
launch tooncher with the --extended-controls
option:
$ tooncher --extended-controls username
Extended controls require the X Window System (X11).
$ tooncher toon
$ tooncher --extended-controls ceo
$ tooncher --cpu-limit 70 cfo