AC pedal telemetry overlay

Apps AC pedal telemetry overlay 2.1

Login or Register an account to download this content
Serge Andriessen submitted a new resource:

AC pedal telemetry overlay - Assetto Corsa app that show the pedal telemetry in a graph with many config options.

AC pedal telemetry overlay
Assetto Corsa app that show the pedal telemetry in a graph with many config options.
View attachment 736329

Installation
  1. Download the source code
  2. Copy `telemetry_overlay` into the `apps/python` of your `assettocorsa` folder
  3. Enable the app in the menu
Settings
Clicking the left side of the window opens/closes the settings window.
View attachment 736330
Settings are saved to `config.ini` inside...

Read more about this resource...
 
Performance is abbysmal, 8ms is half a frame!

See my trace app: https://www.racedepartment.com/downloads/carspecs.47760/

with CSP: its using a buffer graphic to draw on, which is only drawn on screen when needed ( ac.ext_createRenderTarget() )
(in vanilla AC: without having sample control, its using the builtin graphic thing
ac.addGraph() , ac.addSerieToGraph(), and then every frame:
ac.addValueToGraph() )
1709809247871.png
 
Last edited:
Performance is abbysmal, 8ms is half a frame!

See my trace app: https://www.racedepartment.com/downloads/carspecs.47760/

with CSP: its using a buffer graphic to draw on, which is only drawn on screen when needed ( ac.ext_createRenderTarget() )
(in vanilla AC: without having sample control, its using the builtin graphic thing
ac.addGraph() , ac.addSerieToGraph(), and then every frame:
ac.addValueToGraph() )
View attachment 736376
Thanks for reporting, hadden't really looked at the performance yet. Do you know of a resource where i can find all the extra functions that CSP exposes through ac import? Can't really find anything online.
 
Thanks for reporting, hadden't really looked at the performance yet. Do you know of a resource where i can find all the extra functions that CSP exposes through ac import? Can't really find anything online.

there might be more, get them with
Code:
ac.log( "--- all ac funtions ---" )
ac.log( dir(ac) )
 
Last edited:
Serge Andriessen updated AC pedal telemetry overlay with a new update entry:

2.1, Fixed install for CSP and vanilla AC and some extra features.

Zip can now be installed by Content Mananger.
Issue has been fixed that would cause the app to not show up in vanilla AC.
Added the option for input bars.
Added some more styling options.
Overhould settings menu.
Improved the way traces look on thicker trace sizes.
Trace size option is now also available for vanilla AC.

Read the rest of this update entry...
 
Just tried it and it doesn't work for me, see the attached screenshot. I have the beginning of the trace when I press a pedal then it displays only a few points. Also I don't know how to calibrate it, it's not bound between 0 and 100% in my case
 

Attachments

  • 20240420193213_1.jpg
    20240420193213_1.jpg
    101.4 KB · Views: 14
For anyone trying to fix this install with the newest csp 0.2.3 preview it wont work. You can install through the content manager but this only creates the folder for the apps\python. You have to unzip the file from your download folder and copy all the files inside and paste them over assettocorsa\apps\python\telemetry_overlay assuming you installed it first with CM. You will find the folder already created for you.

Or unzip file and find inside the unzip file the telemetry_overlay folder and copy and paste the folder to assettocorsa\apps\python. Which should work as above.

None of the python .py files are carried over with content manager install. Just creates the directory, you still have to check off box( enable) in the setting-assetto-python apps inside CM in order for the widgets inside the game show up.

Very useful to practice trail braking.
 
Last edited:
For anyone trying to fix this install with the newest csp 0.2.3 preview it wont work. You can install through the content manager but this only creates the folder for the apps\python. You have to unzip the file from your download folder and copy all the files inside and paste them over assettocorsa\apps\python\telemetry_overlay assuming you installed it first with CM. You will find the folder already created for you.

Or unzip file and find inside the unzip file the telemetry_overlay folder and copy and paste the folder to assettocorsa\apps\python. Which should work as above.

None of the python .py files are carried over with content manager install. Just creates the directory, you still have to check off box( enable) in the setting-assetto-python apps inside CM in order for the widgets inside the game show up.

Very useful to practice trail braking.
Tried this and still can't get it work, the .py files were already in there from manual install
 
I personally can't reproduce the bug, have tested CSP 1.78, 2.0, 2.1, 2.2, 2.3 and traditional assetto corsa. I had a couple of ideas of what might be causing the issues and implemented some fixes. Those who had issues can give this version a try.
If the app is enabled in the settings and not showing up in game, i would like to know if there are any noteworthy logs / console logs. You can check this by enabling developer apps in the settings and checking for erros in game by pressing "Home" for console logs and bringing up the "Python Apps Debug" app for logs.

Remove the .txt from this end of the file name (uploading zips is not allowed in discussions)
 

Attachments

  • telemetry_overlay_v2.1.1.zip.txt
    121.6 KB · Views: 1

Latest News

What is the reason for your passion for sim racing?

  • Watching real motorsport

    Votes: 196 67.4%
  • Physics and mechanics

    Votes: 127 43.6%
  • Competition and adrenaline

    Votes: 134 46.0%
  • Practice for real racing

    Votes: 57 19.6%
  • Community and simracers

    Votes: 79 27.1%
Back
Top