UI Mods for BeamNG.drive inspired by a certain racing game franchise.
- Download or clone this repository
- Navigate to the mod you want to install (e.g. GT2_DigitalSpeedo)
- Copy the folder to
C:\Program Files (x86)\Steam\steamapps\common\BeamNG.drive\ui\modules\apps\
- Add the UI App to your HUD in-game
A Deno script exists at the root of the repo to make development easier. It copies UI apps from this repo to your BeamNG installation directory. Use the script to update the apps in-game while developing them.
deno --allow-read --allow-write update-apps.ts
If it's the first time you've ran this script, it will ask for the path to your BeamNG ui apps directory.