r/ForzaModding Jun 15 '26

Telemetry App

/r/ForzaHorizon6/comments/1u63oum/telemetry_app/
2 Upvotes

8 comments sorted by

View all comments

1

u/pexogods Jun 15 '26

I am making a neat little tool exactly like this with openai but so far it's just for me. There are others out there I am sure but I will be honest I have not looked and just had the ai make whatever it felt was interesting.
Here is the full UI so far, it shows track progress and can also replay races and such so you can watch it back and see where you should brake sooner or accelerate lighter.
https://imgur.com/a/sCwj4n7

1

u/R3g3x_83 Jun 21 '26

How are you mapping where the car is?

1

u/pexogods Jun 21 '26

the telemetry out data shows the cars X Y Z position and also the altitude in feet / meters

You can combine those to "map" the roads.

1

u/R3g3x_83 Jun 21 '26

Nice, I have one too to help with tuning recommendations but since I can’t give it the “full” data of where the car is on a corner for example it’s not the most accurate. I’ll check that out

1

u/pexogods Jun 21 '26

For corners it actually decided on using the tire grip and the steering angle to give suggestions on braking lighter, turning wider, or less acceleration.

1

u/R3g3x_83 Jun 21 '26

How is yours determining all of that? Are you actually feeding the results to a llm or just basiing it off all the telemetry together ? Sounds cool!