Releases: sjdawson/TruckSimulatorPlugin
Instant Fuel Consumption
Restoring ATS functionality
This release restores basic functionality to ATS. Localisation is disabled when running ATS, and GearDashboard may show incorrectly as it's currently based on ETS2's truck gearing, and how the data is supplied by the Truck Sim SDK.
Open a conversation about how you can help solve these issues by starting a discussion.
Maintenance update
Maintenance update to bring the plugin up to speed with the latest .NET framework. Also a slight rewrite to make expansion easier going forward.
N.B. Some property names may have changed.
Localisation
Adds localisation to city names, so you can match up with what's displayed in game.
Job Status updates, and GearDashboard with crawler gears.
Version 1.1.7 comes with stability updates to the TruckSimulatorPlugin.Job.InProgress
property, and adds a new TruckSimulatorPlugin.Job.Status
property so that you can track the status of a job as you're doing it.
There's also a new property TruckSimulatorPlugin.Drivetrain.GearDashboard
, that should represent crawler gears properly, as well as reverse gears, by showing C1
, C2
for crawlers, and R1
, R2
etc for reverse gears.
Bug fixes to Job.InProgress and add FuelRangeStable
Thanks to Rocket455man on Discord for reporting the issues with Job.InProgress
, this should now have a version that works for all variants of job type.
Adds a new property TruckSimulatorPlugin.Drivetrain.FuelRangeStable
, that has the same data as GameRawData.Drivetrain.FuelRange
, but doesn't dip to 0 constantly.
Add some Job related properties
- Adds a new major property,
Job.InProgress
, that should show when you're actively working on a job or not. (#1) - Adds some minor properties,
Job.TotalDaysLeft
,Job.TotalHoursLeft
andJob.Minutes
so you can break out the Job remaining time for a more granular display
Minor feature updates
- Adds the ability to configure the value of "OverSpeedMargin" to user preference
- Adds breakouts of days/hours to navigation time element
- Also adds a breakout of the minutes, for tracking with days/hours
- Moves "DashUnitMetric" to a user preference, that can still be toggled by an event/action
Bug fix release for Lights.HazardWarningActive
Fixes the [Lights.HazardWarningActive]
property that wasn't working previously.
TruckSimulatorPlugin v1.1.0
Adds a new property, [TruckSimulatorPlugin.Job.NextRestWarning]
.