![]() |
пре 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