Hello all, I am currently porting my software package for sim racing, which contains several AI-based virtual race assistants, to Automobilista 2. One of the assistants can automatically handle all the pitstop duties, like a real race engineer. To do this, a lot of information is acquired from the simulation, typically using the shared memory interface. And here I am missing several valueable information objects: Tyre setup data Is there any way to get the tyre pressures, tyre compounds, etc. that has been initially configured for the car? Weather information Am I missing something, or is the outlook for weather information (10 min, 20 min, 30 min, ...) not available in the shared memory interface? Beside that, is it possible to control the pitstop settings from outside of the game. My assistant can recommend the amount of refueling, tyre changes, new pressure values, and so on, and it can hand over all this settings to the simulation via API... I have seen, that the shared memory version is "9", whereas the version constant in the sample code is "8". Any changes in the header file, I missed? Thanks a lot in advance Oliver
If you compare the "Patch 5 (for New protocol version links)" changelog to the API header on the Project CARS 2 API page, you will see that the version 9 changes correspond to the last few items in the header - although the header does not explicitly denote them as being version 9.
I have finally completed the telemetry provider for Autombilista 2. The release went online today. Here is the general thread for the software: Simulator Controller with AI-based virtual assistants (race engineer and race strategist)