How to retrieve telemetry data ?

Status
Not open for further replies.

Colinchou

New member
Joined
Feb 9, 2019
Messages
2
Hi everyone,
I am new to this game, and I have not read all the documentation yet, so please forgive me if I missed something.
I am building a dynamic driving simulator, so I was searching for a game that can easily be used for this, and RoR seems to have all that I need.
The only thing is : I need to retrieve telemetry data ( like speed, angle or acceleration of the vehicle along the 3 dimensional axis ) to send them to the machine.
Is there an easy way to do that, an API or something ? Or will I have to dive deep into the code and make something from scratch ? If so, is it possible to find documentation on the structure of the sources ?
 
I need to retrieve telemetry data
This is all we have: https://github.com/RigsOfRods/rigs-of-rods/blob/master/source/main/gameplay/OutProtocol.h, but I guess you could easily expand on it.
like speed, angle or acceleration of the vehicle along the 3 dimensional axis
 
Status
Not open for further replies.
Back
Top