Skip to content

Releases: imagitama/derail-valley-websocket

1.4.0

Choose a tag to compare

@imagitama imagitama released this 08 Dec 07:45
  • replaced individual var messages with a single one for performance
  • added Rate setting to slow down emission (default is 20hz)

1.3.0

Choose a tag to compare

@imagitama imagitama released this 04 Dec 08:43
  • added standard simport support:
    var: port_EngineRPM
    unit: number
  • renamed display name

1.2.0

Choose a tag to compare

@imagitama imagitama released this 26 Nov 09:50
  • added var train_brake (position)
Name Unit Type Example Description
TRAIN_BRAKE position float? 0.363 The position of the train brake lever from 0 to 100%.

Example OpenSimGauge gauge:

image
    {
      "name": "lever",
      "image": "lever.svg",
      "origin": ["50%", "50%"],
      "position": ["50%", "50%"],
      "transform": {
        "rotate": {
          "var": ["train_brake", "position"],
          "from": 0,
          "to": 180,
          "min": 0,
          "max": 1,
          "invert": false
        }
      },
      "rotate": 180,
      "translateX": 0,
      "translateY": 0,
      "debug": false,
      "skip": false
    },
    ```

1.1.0

Choose a tag to compare

@imagitama imagitama released this 26 Nov 02:16
  • added var throttle (position)
2025-11-26.09-56-54.mp4

1.0.3

Choose a tag to compare

@imagitama imagitama released this 25 Nov 07:21
  • add car type into name
  • added port setting

1.0.2

Choose a tag to compare

@imagitama imagitama released this 24 Nov 14:00
  • fixed emit pausing on loading a new game
  • fixed crash on return to main menu
  • fixed System.InvalidOperationException: Collection was modified; enumeration operation may not execute. error
  • improved WebSocket error handling and logging

Tested with OpenSimGauge 0.0.11

1.0.1

Choose a tag to compare

@imagitama imagitama released this 22 Nov 12:00
  • changed car speedo to use UI if available, otherwise use port, otherwise use absolute speed

Initial version

Choose a tag to compare

@imagitama imagitama released this 22 Nov 05:45
1.0.0

Initial version