Live Telemetry

Live Telemetry 1.6.1

Login or Register an account to download this content
App

The app show on screen real time telemetry of engine, each tire and suspension individually. The goal with this app is not to replace the Assetto Corsa built-in apps with these information, but to help developing better setups more efficiently.

The app uses the mod file directly or the encrypted Kunos files to calculate it's limits, does not need configuration.


Telemetry Info
  • Engine RPM/Power.
  • Suspension height (mm).
  • Suspension travel (%).
  • Tire pressure (psi).
  • Tire core, inner, middle and outer temperatures (ºC).
  • Tire load (N).
  • Tire wear (%).
  • Wheel camber (rad).
  • Wheel load (N).
  • Wheel lock / ABS.
Options Window

Options Window


The options window should give you the ability to toggle every information drew by the other windows on screen. You can switch the app scale and if the app is logging the information (it will save on files only the information that was drew on screen, not the entire session).

Engine Window

Engine Menu


The engine window will display the actual RPM with some color variation. The color is based on the percentage of power produced by the current RPM by the last peak RPM power.
  • white: current power below 98.5% (increasing curve).
  • blue: current power between 98.5% and 99.5% (increasing curve).
  • red: below 99.5% but over the peak RPM power (decreasing curve).
  • green: power above 99.5% (you should shift here, but some times not...).
The power curve is a complex thing to calculate because it depends the actual RPM power combined with the next gear RPM power that will be shifted. But I don't know how much RPM will decrease over the shift action so I cannot predict the next gear RPM power. So the app calculates the best gear shift over the 99.5% RPM power and bellow the max RPM power on the engine power curve (.lut file defined in the engine.ini as POWER CURVE).

Wheel Window

Wheel Window


Each wheel window will display a lot of information:
  • Suspension height (mm).
    Suspension height from the floor is the same on each side because the AC only tells the front and rear ride height.
  • Suspension travel (%).
    The suspension bar shows the actual travel. Now it uses the Python API to fetch correct values. But if the mod does not have max suspension travel, it will dynamically change the max value based on each data current travel value and change its normal color to blue (aka Kunos Alfa 155). Also, the drawed color is the worst of the last 60 frames to not change it so fast (the log will still logs each frame data). It changes color warn about the percentage level :
    • white: between 90% and 10%.
    • blue: between 90% and 10% if the suspension is using dynamic values.
    • yellow: between 95% and 90% and between 10% and 5%.
    • red: above 95% and below 5%.
  • Tire dirt level (as an uprising brown bar).
  • Tire pressure (psi).
    It interpolates its colors based on the the PRESSURE_IDEAL in the tyres.ini file:
    • blue: below 95%.
    • blue - green: 95% to 100%.
    • green - red: 100% to 105%.
    • red: above 105%.
  • Tire temps (ºC).
    Displays the core, three outer temperatures (inner, middle and outer from the suspension point of view) and the tire average (as the border color).
    • blue: below 98%.
    • blue - green: between 98% and 100%.
    • green - red: between 100% and 102%.
    • red: above 102%.
  • The tire border color is determined with 75% of the core and the 25% of the average of of each outer temperatures.
  • Tire wear (%).
    Represented by the vertical bar. It changes its color by wear percentage:
    • green: above 98%.
    • yellow: between 98% and 96%.
    • red: below 96%.
  • Wheel camber (Rad).
    Represented by the surface inclination below the wheel.
  • Wheel load (N).
    Represented as the white circle that increases its sized based on the wheel load.
  • Wheel lock / ABS
    A new brake indicator that turns red when the wheel has locked up and blue when the ABS is working (based on the angular velocity and slip coefficient).
    • blue: ABS working.
    • red: wheel locked up (mostly cars with no ABS).
    • white: wheel being a regular wheel.

    CSV Log

    All engine and wheels logs are stored in the folder Documents/Assetto Corsa/logs within CSV files. It can be toggled in the Logging button on options window (default is off).
    • LiveTelemetry_EN.csv - session engine data.
    • LiveTelemetry_[FL|FR|RL|RR].csv - session wheels data.

    Resolutions

    Each component have a button designed to scale all the components to best fit each default resolution. Choose be free to choose the best scale for your taste. ;)
    • 240p: 352x240
    • 360p: 480x360
    • 480p: 640x480
    • 576p: 768x576
    • HD: 1280x720
    • FH: 1920x1080
    • 1440p: 2560x1440
    • UHD: 3840x2160
    • 4K: 4096x2304
    • 8K: 7680x4320
      App Install


    New Installation

    First unzip the release content direct on your Assetto Corsa main folder (C:/Program Files (x86)/steam/steamapps/common/assettocorsa) and load the game. Select the option menu and the general sub menu. In the UI Module section will be listed this app to be checked.

    Launcher Menu


    Last step is to enter any session (online, practice, race) and select the desired app window on the right app bar to see it on screen.

    Session Menu


    Update Insatllation

    For 1.4.1+ versions, just extract the .zip file on the AC folder.

    For olders versions, its recommended to delete the plugins files from the foder apps/python/LiveTelemetry before extracting the new content.

    Changelog

    1.6.1
    • Config file now uses the `Document/Assetto Corsa/cfg folder`.
    • Fixed 100% static revbar (Mazda Rx7, ...).
    • Fixed crashes on RSS other mods with Copyright comments within `.lut` files.
    • New ABS indicator (still in beta) can be enabled through the config LT window.

    1.6.0
    • Cars with no max suspension travel now use dynamic value based on travel itself.
    • Fixed wrong suspension travel data from Shared Memory to the Python API call.
    • Fixed some mods using invalid unicodes characters (ex. @) on internal files now being replaced with !.
    • New suspension color for dynamic max travel.
    • New wheel lock white indicator.
    • Suspension now uses the worst of the last 60 values to change color.

    1.5.2
    • Limit the revbar to 100%.
    • New documentation.
    • Newer and smaller resolutions.

    1.5.1
    • Better ACD file load handling.
    • Sim_info.py syntax fix.
    • Works with proTyres as well.

    1.5.0
    • All infos are now toggleble
    • Changed back suspension colors to 95% and 90%
    • Fix ghosts labels when window is inactive but the plugin thinks it's active
    • New info available by Please Stop This
    • Suspension now works properly with the rigth data
    • Trying to work with the suspension, AC gives me negative and above maximum travel as well...

    1.4.1
    • Changed suspension colors to 95% and 98%
    • Fixed: _ctypes.pyd loading errors
    • Fixed: data not being saved on session end
    • Fixed: suspension travel above maximum draw
    • Config error handling
    • Auto delete old version config files

    1.4.0
    • Fixed: not showing 480p scale
    • Log can be enabled (it will not save data while disabled) in run time
    • Log is deleted if not enabled at the end of a session
    • New options window to change scale and toggle log
    • New scales dimensions
    • Tire load back available

    1.3.1
    • Changed sim_info.py path to work on all installations
    • Save engine data in a csv file after the session

    1.3
    • Unpacked car support (for debugging unfinished mods)
    • Save each wheel data in a csv file after the session
    • Suspension height is now being interpolated with half of suspension difference of oposite wheel

    1.2
    • Engine telemetry
    • RPM x HP curve user through the engine.ini configuration
    • Brake Temp does not work, so it's not visible anymore
    • No tire temp text anymore due label transparency issue
    • Load not visible either cause it doest not have the ideal value yet (to be developed)
    • Fix importing sim_info after other imports
    • Added 480p resolution

    1.1
    • Pressure and tires now uses colors based on the tires.ini configuration.
    • Tire core, inner. middle and outer temperature with colors

    1.0.1
    • Resolution adaptive HUD up to 8k
    • New 8k textures
    • Brake temperatures (not working in AC yet)
    • Tire inner, middle, outer temperatures
    • Fix camber asphalt angle

    Noted Bugs

    All the issues can be found on the issues page of the github repository: Live Telemetry Issues.

    Big Thanks

    My newest best friend aluigi@zenhax.com who helped me to understand how to open .acd files!

    Please Stop This from RaceDepartment who helped me with some code and others to work this app out.

    Jens Roos from proTyres to fix some issues.

    giodelmare for helping me test the suspension issues while my PC was dead.

Latest updates

  1. Live Telemetry 1.6.1

    Config file now uses the `Document/Assetto Corsa/cfg folder`. Fixed 100% static revbar (Mazda...
  2. Live Telemetry 1.6.0

    Cars with no max suspension travel now use dynamic value based on travel itself. Fixed wrong...
  3. Live Telemetry 1.5.2

    Limit the revbar to 100%. New documentation. Newer and smaller resolutions.

Latest reviews

Great Mod, but it can break some mod cars (messes with fov, resolution, and completely Fuchs your HUD. Cars affected become "WIDE PUTIN"). The Guerilla Mods GT4 Car Pack is a group of cars that is affected.
Fantastic. Doesn't suffer from the issues of unrecognised cars that other apps do. I find the visual representation of the suspension system easier to understand than just using the force.

Also working on CSP 0.1.8.0.346
wow this app is so WRONG! the camber feature for example is sooooo wrong.. it makes me choose the minimum camber available and it is still not touching the whole tyre on the ground. I don`t know how you did that but you should fix that or delete this feature. If that is wrong like that, I can`t even imagie the rest of the app.. it is useless. camber extravaganza is perfect for this purpose.
Great tool, but there's a few improvements that could be made in my mind. First one would be a bigger font size for the numbers related to resolution.

Second one is about the way colors work on the RPM gauge. This is how I would prefer it myself:
- white under 95%
- dark blue between 95 and 98%
- light blue / cyan between 98 and 99.5%
- green above 99.5%
- yellow decreasing between 99.5% and 98%
- red decreasing below 98%
- purple decreasing below 95%

Right now it pushes you to shift too early, especially for some cars with a steep rising power curve before peak but a slowly decreasing plateau past peak power.

Also, I don't know if you could add that, but having live toe would be great as well if that's something you can include. But again, very nice tool, thanks for that !
So far it IS working with CSP 0.1.77 & CM. I had installed it via CM and it didn't work, then I extracted it manually to the assettocorsa Steam folder where the Python Apps are located.
Found that out that the .py programs were missing/not installed via CM.
Good app but, doesn't work anymore with CSP 1.78 & CM
Looks like an amazing app but unfortunately, I cannot get it to work. Nothing appears on the screen when I click on the icons, only the selection panel. I use content manager and CSP 0.1.76. Thanks for your help .
very good for setting up suspension geometry and for more precise wheel temp.
XuCrUtZ
XuCrUtZ
Thanks! I did the app with this in mind!
hi,

This app is really great & the first one I saw like this. but please there is a small issue when I use mod cars (ex: RSS mods) app does not work, the icons do not appear on the right side, but LT & transmission icon two icons appear but the transmission does not appear even the icon on the right side, and so positions I set up previously on the display have to place again, seems it does not save positions like other ac apps. so is it possible to save the positions of tire apps where I place on the display like other general apps, even I quit and come back to the game? This issue on I uses RSS mods at the moment not sure on some other mod cars. very much appreciated it if you can fix that. but again this is a really really awesome job.

Thank you
XuCrUtZ
XuCrUtZ
Yes it was a real issue, all the RSS mod files contains copyright comments on .lut files, making impossible to parse them....Fixed within the 1.6.1 version!
Wonderful app! With this app, making car setups is much easier and even pleasant.
XuCrUtZ
XuCrUtZ
Thanks!
App work very well, but it doesn't work with rss formula hybrid 2020, there is any workaround?
XuCrUtZ
XuCrUtZ
I've updated the program to work with problematic suspension travels, can you test it again? :D
Fantastic App. Been using it for several weeks running GT3 races online. Much more visible than the standard settings. You can really see what your tyres and suspension are doing during a long run.
XuCrUtZ
XuCrUtZ
Thanks \o/
Makes setting up suspension and alignment a pleasure instead of a big frustration. It also helps you to correct your driving style, and you learn a lot about car physics. Superb
XuCrUtZ
XuCrUtZ
I'm glad my app pleases you! I've learned a lot coding it too. :D
Great app, very useful and gets better with every update!
XuCrUtZ
XuCrUtZ
Thanks, that's the point!
Ottimo
XuCrUtZ
XuCrUtZ
Feito, qualquer coisa entra em contato!
Mate, you do a super job !! Thx a lot for that.
XuCrUtZ
XuCrUtZ
Thanks for your patience with my app crashes... ^^
Confirm if us working now correctly and it is perfect app. Thanks
XuCrUtZ
XuCrUtZ
Nice to know! \o/
With CSP it is not still working, game crashing everytime this app is enabled. After disabling app, game starting to work again properly. So it should be nic app but not working with csp and cm.
XuCrUtZ
XuCrUtZ
I fixed this and the proTyres issue too in the newer version. ^^
Game crashed :-( , so I can't say anything
XuCrUtZ
XuCrUtZ
Show me your logs, let's resolve this!
The 4 suspension and tire info doesn't work all at the same time.
Some times works only 1, sometimes 2, usualy the rear ones.
Its a pitty, because I like the APP very much.
Keep working and thank you.
XuCrUtZ
XuCrUtZ
Thanks, can you tell me the version of ShadersPatch (if active) and the session info for me? I'll try to debug here, but I din't have this bug your talking about.

A wheel window could be throwing a run time error.

Latest News

Author
XuCrUtZ
Downloads
6,318
File size
314.2 KB
Views
83,928
First release
Last update
User rating
4.58 star(s) 24 ratings

More mods from XuCrUtZ

How long have you been simracing

  • < 1 year

    Votes: 344 15.6%
  • < 2 years

    Votes: 235 10.7%
  • < 3 years

    Votes: 231 10.5%
  • < 4 years

    Votes: 175 7.9%
  • < 5 years

    Votes: 294 13.3%
  • < 10 years

    Votes: 256 11.6%
  • < 15 years

    Votes: 163 7.4%
  • < 20 years

    Votes: 124 5.6%
  • < 25 years

    Votes: 99 4.5%
  • Ok, I am a dinosaur

    Votes: 284 12.9%
Back
Top