Notifications
Clear all
Dashboard Templates
2
Posts
2
Users
0
Reactions
12.3 K
Views
Topic starter
06/11/2020 1:12 pm
I am new to this program and I would like to open how (if it can be done) to put the remaining km for fuel and the consumption of liters per km on euro truck simulator 2
22/12/2020 7:39 pm
The telemetry for that would be;
remaining km for fuel; Drivetrain.FuelRange
consumption; Drivetrain.FuelAvgConsumption
It says average consumption. So I don't know if it is the right one. But these are other fuel telemetry:
Drivetrain.Fuel
Drivetrain.FuelMax
Drivetrain.FuelRate
Drivetrain.FuelWarningLight
So for the first one the fx computed value would be;
[DataCorePlugin.GameRawData.Drivetrain.FuelRange]