Skip to content

ETS2 (Euro Truck Simulator 2) python telemetry reader for nlhans' ets2-sdk-plugin (see README) - SCS SDK version 1.5

License

Notifications You must be signed in to change notification settings

comeeasy/ets2-python-telemetry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ets2-python-telemetry

ETS2 (Euro Truck Simulator 2) python telemetry reader for nlhans' ets2-sdk-plugin based on nlhans' telemetry client for python applications.

Installation

  1. Login steam, download Euro Truck Simulation2
  2. Hit the link above and follow instructions.
  3. SDK file (DLL file) must be in <Euro Truck Simulation2>\bin\<win_x64 or win_x86>\plugins

path would be like this: C:\steam\steamapps\common\Euro Truck Simulation2\bin\win_x64\plugins if there is no plugins folder inside of win_x64, make "plugins" folder and put a DLL file in it

Usage

  1. clone this repo. type it on terminal.
$ git clone https://github.com/comeeasy/ets2-python-telemetry.git
  1. run Euro Truck Simulation2.exe
    RubberDuck

  2. run code.

$ cd ets-python-telemetry
$ python get.py


RubberDuck

details

If you want other telemetry information

then, see ets2sdkdata.py and also here

most important code in get.py is just like below

data = sm.update()
f.wrtie(data)

Go Get some data from ET2!

About

ETS2 (Euro Truck Simulator 2) python telemetry reader for nlhans' ets2-sdk-plugin (see README) - SCS SDK version 1.5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%