- Install http://nodejs.org/.
- Run
start.bat
. - Add
-broadcastUrl=http://localhost:9090
in Steam Game launch options. - Open http://localhost:9090 in a browser.
- Start RaceRoom and join a multiplayer server.
Themes are created using themes files written using LESS variables. The active theme file is located under theme/theme.less
.
The theme.less
file is always the "active" theme and any modifications to that file in terms of styling/colours will be rendered in the overlay.
A number of built in themes have been created and can be found in the theme
folder.
- Audi
- Porsche
- Mercedes
- KTM
To use one of these themes, just copy & paste the content of the theme into the theme/theme.less
file to make it active. Then restart the tool. All the sample themes support all widgets and DRS/PTP indicators.
To create your own theme, its recommended to create a copy of the base.less
file and work from there.