EmperorCookie / accapi

Assetto Corsa Competizione UDP broadcast API wrapper
Apache License 2.0
25 stars 8 forks source link

How to add other realtime car data? #22

Open chane1005 opened 6 days ago

chane1005 commented 6 days ago

as title, sorry for disturb but I want to check other realtime car data like steering angle, throttle and brake etc, how can I do it?

EmperorCookie commented 2 days ago

When I made this tool, I made sure to include all information that was available. Unfortunately, that means you'd need to get this information elsewhere. I know the replay saves that information so maybe a replay analyser tool could have that kind of information?

Disclaimer, I did a cursory search and didn't find any information about Kunos adding more data channels to this system, but I didn't dig very deep.

chane1005 commented 2 days ago

Thank you so much for reply, I search it up and discovered that physicle data which include throttle and braking data is sending via different method like udp packet, and I can't decode raw data so I giving up for now, thank you so much for making this amazing tool and the information.

EmperorCookie commented 2 days ago

If this information is available in other ways, it may be added in the future, but not for now.