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

Telemetry Log_Line #68

Open N95JPL opened 4 years ago

N95JPL commented 4 years ago

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 Telemetry code but can’t seem to reach it from the client?

Thanks Joshua

RenCloud commented 4 years ago

Hey, currently there is no way to send a message from client to the in_game console. The Log_Line is currently mostly done for debugging purpose in the c++ code.

If you have interest in sending data from client to the in_game console i will add a way to do that.

N95JPL commented 4 years ago

Hello, Ah okay then! Yes that would be extremely useful please!

Thanks