Hi folks,
I am building a telemetry app for F1 23. Let's say that my app misses the event message for Retirement (i.e.) a driver DNF'ing. This could happen if the app was not running at the time of the event announcement. Is there any way I can look at any other packet and determine that this driver has DNF'd. I see that in PacketParticipantsData, there is an m_numActiveCars. This will be 19 if one person DNF's. However, lets say there are only 19 people in the lobby. I cant distinguish between the case where 20 started and one crashed out vs 19 started and are still driving.
Is there any way this can be solved using the existing telemetry packets?