Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.55 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.55 KB

OBScore

Screenshot of OBScore

GitHub release (latest by date including pre-releases) chat on Discord

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.

Installation

Download the latest release and unzip it.

Usage

Installation / Usage Video

  • 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

Development

What you need:

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.