RenCloud / scs-sdk-plugin

ETS2 (Euro Truck Simulator 2) & ATS (American Truck Simulator) SDK plug-in. Telemetry data is shared via SharedMemory/Memory Mapped Files.
MIT License
191 stars 38 forks source link

Add input support #119

Open mimi89999 opened 5 months ago

mimi89999 commented 5 months ago

Hello,

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

BreadJS commented 5 months ago

Hey @mimi89999,

Where did you find the SCS SDK? Cause I could make a merge request to implement it

ndelta0 commented 5 months ago

Where did you find the SCS SDK? Cause I could make a merge request to implement it

It's available on the official SCS wiki https://modding.scssoft.com/wiki/Documentation/Engine/SDK/Telemetry.

BreadJS commented 5 months ago

Thank you! I'm not sure if this SDK is the latest as it does not include the wear of the truck, only damage, and that is incorrect.

mimi89999 commented 5 months ago

I wrote a simple plugin for that that is available under https://github.com/ETS2LA/scs-sdk-controller

BreadJS commented 5 months ago

I wrote a simple plugin for that that is available under https://github.com/ETS2LA/scs-sdk-controller

Does this perhapse have the new damage/wear api too?

RenCloud commented 4 months ago

I'm aware that they added it. However, I would like to separate the two functionalities, because of one is an input the other an output. At least that's my current feelings about that.

If the update of this project is complete, I will see if an input with similar technologies makes sense to create. Also, I would evaluate then if I add it or create a new plugin for that.

jandisonsantos commented 4 months ago

please, consider adding the inputs, that would be fantastic to using in a c# program