Extracting coordinates from ACC track spline

Hi,

Does anyone know of a way to convert a track spline in ACC to an array of coordinates? The position of the car is provided (via the in-game telemetry) in X,Y,Z format and I'd like to be able to get the track's spline (e.g. the AI/ideal line) in the same coordinates (I'd only need 2 dimensions obviously).
 
Hi,

Does anyone know of a way to convert a track spline in ACC to an array of coordinates? The position of the car is provided (via the in-game telemetry) in X,Y,Z format and I'd like to be able to get the track's spline (e.g. the AI/ideal line) in the same coordinates (I'd only need 2 dimensions obviously).
You have it from broadcasting. I find a way to for put the spline into a map...
 
Hey, from broadcasting tools, you can get the maximum standardized car position on the track. This is used for visualizing where the car is on the track within a sector. XYZ coordinates are not commonly used for this because they are quite demanding in terms of data volume. However, you can create a telemetry visualization like this from it: https://app.racemake.com/share/BRAZy3pmj4 (only works on PC)
 
Back
Top