https://github.com/rpfilomeno/ets2-ats-telemetry-overlay
Show ETS2/ATS telemetry as game overlay
https://github.com/rpfilomeno/ets2-ats-telemetry-overlay
ats ets2 telemetry
Last synced: 3 months ago
JSON representation
Show ETS2/ATS telemetry as game overlay
- Host: GitHub
- URL: https://github.com/rpfilomeno/ets2-ats-telemetry-overlay
- Owner: rpfilomeno
- License: mit
- Created: 2023-11-25T16:38:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T11:12:00.000Z (over 1 year ago)
- Last Synced: 2024-12-22T13:18:56.156Z (5 months ago)
- Topics: ats, ets2, telemetry
- Language: Python
- Homepage:
- Size: 1.91 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ETS2/ATS Telemetry Overlay
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!
## Requirements
✏️ Download and run [Ets2 Telemetry Server](https://github.com/Funbit/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](https://github.com/Codeusa/Borderless-Gaming) to resize to bordeless full screeen
## Install from Source Code
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``
## Run from Source code
On the command line run:``python -m truckmon``
## Build Executable
Checkout the source code from git, have Python 3.9+ installed.### Install the package in the git repository:
``python -m pip install .``
### Install Pyinstaller:
``python -m pip install pyinstaller``
### Build the installer (will create an exe at dist\run_truckmon.exe):
``pyinstaller installer\run_truckmon.py --clean --add-data "truckmon/data/*;truckmon/data" --noconsole --onefile --icon installer\truckmon.ico``