A utility that allows the G29's shifter leds to light up based on the car's rpm.
- NodeJS
- node-hid
Note: This program has only been tested on Linux.
-
Download
beamng-shifting-leds.js
. -
Go into a terminal in the folder where you downloaded
beamng-shifting-leds.js
and runnode beamng-shifting-leds.js
-
Launch BeamNG.Drive
-
Go into the settings of BeamNG.Drive and enable outgague support on port 5555 and address 127.0.0.1 (the default).
-
Enter the max RPM of the car that you are driving into the terminal and press enter. You can set the max RPM of your car anytime.
- https://github.com/d4rk/ac_shifting_leds for the code to control the leds and inspiration for the readme.
- https://github.com/fuelsoft/out-gauge-cluster for the information on how outgauge works.