albertowd / live-telemetry

An Assetto Corsa app to view real time telemetry
26 stars 2 forks source link

Live Telemetry 1.7.0

An Assetto Corsa app to view real time telemetry.

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.

Screen-shot

Telemetry Info

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.

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). Also, the HP displaed together is the current power or torque from the power cure mupltiplied by the current boost pressure hp = power * ( 1 + boost ).

Also, it displays the current boost bar pression:

Wheel Window

Wheel Window

Each wheel window will display a lot of information:

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).

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. ;)

App Install

Content Manager Installation and Update

Just drag the compressed folder to the Content Manager windows and accept the installation/update prompt.

After the first initialization, it detects the default configurations of the app and it can be modified via Content Manager Settings page, as bellow:

Live Telemetry Settings on Content Manager

New Manual 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 Manual 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.7.0

1.6.1

1.6.0

1.5.2

1.5.1

1.5.0

1.4.1

1.4.0

1.3.1

1.3

1.2

1.1

1.0.1

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.