TruckDeck Changelog
1.6.6.1 β 2026-07-18
Gear labels (game 1:1)
SCS telemetry does not send cabin gear name strings β only gear index, counts, ratios, and shifter type. This build matches live ratios to an ETS2 transmission catalog extracted from def.scs + truck DLCs (37 unique boxes).
How labels are chosen
- Exact transmission_names when the game defines them (Scania Opticruise G25/G33/G38: C, 1β¦12, OD).
- Otherwise crawls / reverse_crawls from the matched def: crawler slots as C / CLΒ·CH, then road gears 1β¦N.
- Unmatched boxes: plain 1β¦N and R / R1β¦ matching displayedGear (no invented H-stick 1L/1H).
Catalog coverage (unique ratio fingerprints) | Forward | Reverse | Crawls | Notes | |--------:|--------:|-------:|-------| | 12 | 2β4 | 0 | ZF / common 12-speed OEM boxes | | 14 | 2β8 | 1β2 | Volvo/Renault I-Shift ASO, Scania GRSO, Opticruise G* | | 16 | 2β4 | 0 | ZF 16-speed | | 6 | 1 | 0 | Allison / light boxes | | 3 | 1 | 0 | Electric (e.g. DAF XF Electric HD2) |
UI
- Modern dashboards show AUTO / MAN from shifter type; gear text uses server displayedGearName.
- Removed client-side RPM βcycle gearbox layoutβ remapping.
1.6.6.0 β 2026-07-17
This release was compared against the packaged TruckDeck_build_1.6.5.3 baseline.
All-in-one installation
- Bundles TruckDeck Multimon 1.2.0.6 in the Windows runtime and installer.
- Adds Multimon launch actions to the TruckDeck window, system-tray menu, and Start menu.
- Keeps the standalone Multimon ZIP available for users who do not need the telemetry server.
Modern dashboards
- Makes TruckDeckDash, Volvo, Scania, MAN, DAF, Mercedes, and Renault responsive across ultrawide, standard, square, portrait, short-landscape, and safe-area viewports.
- Adds shared responsive shell and TFT rules with dynamic sizing tokens and container queries.
- Displays real engine RPM and derives warning zones from
engineRpmMaxinstead of the old simulated 0β25000 scale. - Centralizes speed, fuel/range, coolant, oil-pressure, air-pressure, and gear-label telemetry fallbacks.
- Uses SDK warning flags/values where available, telemetry
fuelRangebefore consumption estimates, and oil pressure for the oil warning telltale. - Preserves exact in-game gear labels with safe fallbacks for standard, crawler, splitter, and reverse gearboxes.
TruckDeck NAV and controls
- Adds the native Input Bridge for dashboard-to-game actions and bridge configuration from the TruckDeck window.
- Updates TruckDeck NAV assets and improves map/navigation update behavior.
- Reduces unnecessary map camera work by throttling and coalescing high-frequency telemetry updates.
- Improves navigation voice selection and fallback behavior.
Packaging and maintenance
- Refreshes the telemetry server, SDK/plugin payload, PWA/dashboard assets, and release packaging.
- Excludes development/build artifacts from the shipped runtime.
- Updates the landing site and deployment metadata for TruckDeck 1.6.6.0 and Multimon 1.2.0.6.
Multimon 1.2.0.6
- Supports PiP on MAIN, stacked dual-monitor layouts, and presets for 2β6 screens.
- Corrects inverted Left/Right camera headings in PiP layouts.
- Writes ETS2/ATS
multimon_config.sii, patches display configuration, and creates timestamped backups.