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
185 stars 35 forks source link

Steam ID Fetching #104

Closed InsanoDeath closed 2 years ago

InsanoDeath commented 2 years ago

This is the feature that we can get the steam ID details from which the user has launched the game. This would be a great addon for this plugin

ndelta0 commented 2 years ago

I think that goes out of scope of this project, as it is solely focused on retrieving the information from the game and enabling it to be processed outside of the scope of the game process (i.e. a background system process/service or logger).

InsanoDeath commented 2 years ago

But this would help a lot of people retrieving Steam Data.

RenCloud commented 2 years ago

I understand that, but this would result in additional dependencies for information that are not part of the game so like ndelta0 said it is out of the scope. So currently I do not see place for that in this project.