Skip to content

Releases: nlhans/ets2-sdk-plugin

Release 1.4.0

15 Sep 18:56
Compare
Choose a tag to compare

Revision 1.4.0, with a small but not insignificant change log:

  • Cargo fields are emptied upon 'delivery'. Delivery is checked by as suggested by kudla188 in issue #16; by checking for trailer attached set to false while navigation distance is near zero. This seems to work pretty well.
  • Job.Cargo in C# Demo is now duplicated from TrailerName. This field was non-functional before.
  • Job started & finished events in C# SDK Demo.

Job started & finished are basically that the SDK has reported there is a trailer attached or delivered. Job Started will be re-fired when the user loads an existing game.
The finished event may fire prematurely when the user unattaches trailer at the parking lot, but not in the parking area.

The Shared Memory struct has been updated to a rev5 field containing OnJob and Finished Job flags.
The Finished Job flags will stay true for 10 frames when cargo is delivered.

Release 1.3.0

17 May 12:36
Compare
Choose a tag to compare

Finally managed to get a bit of time to integrate the new SCS SDK 1.5 for Eurotruck, available in ETS2 1.17.

New telemetry added in revision 4 of plugin:

  • Navigation distance left (meters)
  • Navigation time left (in-game seconds / scaled)
  • Navigation speed limit (meters/second)
  • Fuel range (kilometers)
  • Gear dashboard (different from gear selected in engine)
  • Gear ratio's: differential/final gear ratio plus individual forward/reverse ratio's

Release 1.2.1

23 Feb 20:50
Compare
Choose a tag to compare

This is a hot fix for release 1.2. The following issues have been addressed:

  • Issue #6: A 64-bit build is included in the ZIP file under this post.
  • Issue #5: The Fuel Warning light field has been patched.

Release 1.2

13 Feb 13:56
Compare
Choose a tag to compare

Version 1.2 expands on previous versions by adding a huge amount of auxiliary readouts to the plug-in. Also bundled in this version is a C# .NET 4.0 demo application and supporting DLL. With this addition I hope it lowers the level required to start working with the great telemetry features of ETS2.

In short:

  • C# .NET 4.0 library and demo application
  • Added loads of new readouts like:
    • Light info (low/high beam, beacons)
    • Blinkers
    • Warning lights
    • Cruise Control status
    • Truck model and manufacturer in-game readout
    • Water temperature, brake temperature, etc.

Version 1.1

28 Nov 09:15
Compare
Choose a tag to compare

Version 1.1 fixes some bugs and shortcomings in version 1.0.
The following changes were made:

  • Updated SDK to version 1.4
  • Cargo model is now trailer model ID
  • Engine running and trailer attached status are now working as they should.
  • New feature from SDK 1.4: job information with city, company, cargo names plus cargo weight

Release build of the binary is attached. Please place this inside your ETS2 folder under bin/win_x86/plugins. You may need to create a plugins folder yourself if you haven't installed ETS2 plugins before.

Version 1.0

03 May 12:37
Compare
Choose a tag to compare

This is release version 1.0 of the ETS2 SDK telemetry plug-in. See the current README in the source code archive for the available data channels.

Release build of the binary is attached. Please place this inside your ETS2 folder under bin/win_x86/plugins. You may need to create a plugins folder yourself if you haven't installed ETS2 plugins before.