Sen descrición

Fabian Peter Hammerle 84c17bab3d wait_for_engine_window: implement timeout %!s(int64=7) %!d(string=hai) anos
scripts df956e06d9 script: added --extended-controls option; %!s(int64=7) %!d(string=hai) anos
tests 1e7fc4b920 initial %!s(int64=8) %!d(string=hai) anos
tooncher 84c17bab3d wait_for_engine_window: implement timeout %!s(int64=7) %!d(string=hai) anos
.gitignore 64431eda67 gitignore: /build and /env %!s(int64=7) %!d(string=hai) anos
LICENSE.txt 1e7fc4b920 initial %!s(int64=8) %!d(string=hai) anos
README.md 75f12e27d6 readme extended-controls: added comment about X11 %!s(int64=7) %!d(string=hai) anos
setup.cfg 1e7fc4b920 initial %!s(int64=8) %!d(string=hai) anos
setup.py 3db0e65316 setup.py: autopep %!s(int64=7) %!d(string=hai) anos

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

Optional: Install xlib for python to enable extended controls:

$ sudo apt-get install python3-xlib

or

$ pip3 install --user xlib

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

Extended controls require the X Window System (X11).

Examples

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