OBScore is a modular scoreboard controller for setting player tags / names, scores, characters, round and much more. The controller part of OBScore is designed to be used as an OBS browser dock but can also be run from a normal modern browser.
OBScore currently ships with one template scoreboard, more will come later.
Download the latest release and unzip it.
- Launch the host for your OS version
- Add the controller HTML file as a browser dock, or open it in your own browser
- Add a scoreboard HTML file as a browser source in OBS
What you need:
- NodeJS (comes with NPM)
Setup:
npm install
Build all:
npm run build
To run or build invididual parts, cd
into the folder and run npm start
or npm run build
.