Skip to content

Releases: Distance-Modding/Mod.DistanceTelemetryPlugin

v1.2

12 Jan 02:22
Compare
Choose a tag to compare
  • Properly outputs the pitch, yaw, and roll of the car.
  • Exploding/Death will temporarily deactivate the telemetry data until Respawn happens
  • Unpausing will reactivate telemetry data
  • Scene changes will deactivate telemetry and stop the stopwatch
  • No longer subscribes to events more than it should
  • EulRot removed
  • Switched back to Jsonfx
  • Switched back to BinaryWriter for the UDP (may need to be changed)
  • Switched back to using Dictionary<string, object> instead of the class

v1.1

07 Jan 03:54
Compare
Choose a tag to compare
  • Added UDP functionality
  • Attempts to connect and if it can't it uses jsonl
  • Now tracks tire data
  • No longer resumes tracking after unpausing (this is because going back to main menu caused problems)

v1.0.0

06 Jan 05:10
Compare
Choose a tag to compare

First release