Drivetrain

Properties, events and actions relating to drivetrain data

Properties

Eco Range

TruckSimulatorPlugin.Drivetrain.EcoRange

This property will be True when you're in the current "economical range" of RPM of the engine. This is usually represented in-game on the RPM gauge in your truck as a green section.

Fuel Range (Stabilised)

TruckSimulatorPlugin.Drivetrain.FuelRangeStable

The default property available from the existing telemetry data has an issue where it periodically drops to 0 for a brief moment. This property aims to stabilise that information by displaying the last known good value in the frames where it would usually drop to 0.

Average Consumption (l/100mi, mpg (UK), mpg (US))

TruckSimulatorPlugin.Drivetrain.FuelValue.AverageConsumptionLitresPer100Mile TruckSimulatorPlugin.Drivetrain.FuelValue.AverageConsumptionMilesPerGallonUK TruckSimulatorPlugin.Drivetrain.FuelValue.AverageConsumptionMilesPerGallonUS

Display the current average consumption of your truck, in different commonly used units.

Gear Dashboard

TruckSimulatorPlugin.Drivetrain.GearDashboard

Displays the current gear similar to what the on-screen UI of the game shows in the status bar, taking account for crawler gears, multiple reverse gears and automatic transmissions.

Last updated