Kart Racing Pro Official Forum

General => General Discussion => Documentation => Topic started by: PiBoSo on December 06, 2010, 04:32:06 PM

Title: Telemetry
Post by: PiBoSo on December 06, 2010, 04:32:06 PM
Unlocked version of Kart Racing Pro automatically generates telemetry data. The output file is named logdata.csv and can be found in "My Documents"/PiBoSo/Kart Racing Pro/
It is a comma-separated values text file, that can be imported into any spreadsheet.
If you want to have more control create a text file in installation directory called telemetry.ini, with the following structure:


[params]
disable = 0
min_time = 40
delay = 5
sample_rate = 20
unique_filename = 0
data_maxsize = 8000000


disable: set it to 1 if you don't need telemetry
min_time: seconds. A run shorter than this value is not saved to disk
delay: the first 'delay' seconds are not saved
sample_rate: sampling rate
unique_filename: if set to 1 it will save a different file for each run ( WARNING: uses a lot of disk space )
data_maxsize: the buffer size for telemetry data, in bytes. With default value it will save 9000 seconds of data at 10hz
Title: Re: Telemetry
Post by: arisfaria on April 17, 2011, 07:07:24 AM
Hey man is there a way to graph the telemetry? and how can i like separate each lap?
Title: Re: Telemetry
Post by: aireisor on May 05, 2011, 12:23:30 AM
I don't really understand this coding talk :D
Can I see telemetry during replays or not?
Title: Re: Telemetry
Post by: Piers Prior on October 30, 2013, 03:32:23 PM
Hi PiBoSo
Is it possible to plot extract x and y coordinates to plot a graph or diagram so track maps and lines can be analysed?
Cheers
Piers