Release 0.6.5
Minor release 0.6.5
Release 0.6.5 removes the broken dependency on the keyboard
library.
If you wish to manually decide where to start and stop reward recording in TrackMania, install the keyboard
library manually (pip install keyboard
) and use the --use-keyboard
modifier on top of --record-reward
. Then you can press e
to start recording and q
to stop recording. If you don't use this modifier, reward recording starts when you launch the script (wait for the confirmation to display before you start driving) and ends when you cross the finish line.