scs-sdk-plugin icon indicating copy to clipboard operation
scs-sdk-plugin copied to clipboard

ETS2 (Euro Truck Simulator 2) & ATS (American Truck Simulator) SDK plug-in. Telemetry data is shared via SharedMemory/Memory Mapped Files.

Results 12 scs-sdk-plugin issues
Sort by recently updated
recently updated
newest added

Hello, Recently the SCS SDK added input support. I think that it would be useful to also add it in the API.

Hello, Would it be possible to use CMake? It should be supported not only by Visual Studio, but also by other IDEs.

This version uses no external libraries. It's implemented with TCP sockets for each of the OSes (Windows and Unix). The server listens on `0.0.0.0:45454`. The transmission format is as follows:...

add plugins for other languages (python, java, etc. ) if you have wishes comment this issue

not a issue

Each time, the sdk gets an event (e.g. fined), the function gets called more then once. This isn't just once every x times. Might it be a bug from ets2...

bug
game bug

Over the last month, some work piled up. This will be a state issue. Done: ------ - [x] #87 update SDK to the latest version - [x] #82 need to...

Generally did QoL improvements, tried to refactor things and make the naming more consistent. Moved the library from .NET Framework to .NET Standard 2.0 as per Microsoft recommendations. Updated Newtonsoft.Json,...

Hello RenCloud! Would it be possible to provide a small example on how to access the Telemetry Log_Line (To game console using Game_log) function? I can see it in the...

enhancement

**Is your feature request related to a problem? Please describe.** Memory Mapped Files are only a thing in Windows, thus limiting the plugin to Windows only (#75). **Describe the solution...

I recently came across this repo and I'm glad it's still being actively maintained. I run my games on Linux so I adapted this repo to work with Linux on...