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: 5

Latest News

What's needed for simracing in 2024?

  • More games, period

  • Better graphics/visuals

  • Advanced physics and handling

  • More cars and tracks

  • AI improvements

  • AI engineering

  • Cross-platform play

  • New game Modes

  • Other, post your idea


Results are only viewable after voting.
Back
Top