Show truck telemetry as game overlay!
✅ Speed with RPM indicator!
✅ Speed limit indicator
✅ Cruise control indicator
✅ Fuel level and liter/km inficator!
✅ Next stop countdown timer (fatigue)
✅ Job delivery remaining time and will highlight if running late!
✅ Auto hides!
✏️ Download and run Ets2 Telemetry Server first! It check for the process Ets2Telemetry.exe and exits automatically if not found.
✏️ You MUST run ETS2 / ATS in Windowed Mode
✏️ Optional: Download and run Borderless Gaming to resize to bordeless full screeen
To install you must have Python 3.9+ and run the following command:
python -m pip install git+https://github.com/rpfilomeno/ETS2-ATS-Telemetry-Overlay.git
On the command line run:
python -m truckmon
Checkout the source code from git, have Python 3.9+ installed.
python -m pip install .
python -m pip install pyinstaller
pyinstaller installer\run_truckmon.py --clean --add-data "truckmon/data/*;truckmon/data" --noconsole --onefile --icon installer\truckmon.ico