Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.13 KB

README.md

File metadata and controls

37 lines (28 loc) · 2.13 KB

Better KQB Scoreboard

Better KQB Scoreboard helps casters keep track of scores and display them beautifully within OBS. It is primarily targeted at IGL match casters, but will be adding support for custom matches as well. It allows you to directly import team data (teams, standings, avatars, etc.) directly from IGL so there is no room for error when setting up your stream. It will prompt you to record map wins and will tally the results for you and they will be displayed properly within the widget. Thus allowing you to focus on streaming and let the widget handle the legwork for you.

KQB Scoreboard was written in Go and provides a browser widget interface for use with OBS.

Instructions

  1. Download the entire release zip file from github
  2. Unzip the directory and run the kqb-scoreboard executable (Mac and Windows compatible)
  3. Create a browser source in OBS pointed at http://localhost:8080
  • Within the browser source set the dimensions to 1440 x 90 (Large) or 1920 x 90 (Smaller)
  • Then add a green chroma filter to make it transparent
  1. Profit

IMPORTANT NOTE FOR WINDOWS USERS

Unless you have the developer terminal on windows some parts of the app will not display 100% correctly, this is purely cosmetic and will have no affect on what the viewers see. On windows instead of using the arrow keys you must use the J K H L keys to navigate the menus.

Windows Key Bindings (Will hopefully be improved)

  • J = Down
  • K = Up
  • H = Page Down
  • L = Page Up
  • Enter = Select

ALPHA LIMITATIONS

Note during this alpha phase there may be bugs and minor issues you run into, here is a list of current known issues:

  1. No way to subtract from scores - so please make sure you record map results correctly
  2. Dark mode not working - currently the score boxes have a white background, looking to correctly implement a dark mode
  • Dark mode support added 05/10
  1. Windows keybinding and display issues as per above

Screen Shots and Demo

See the Demo Video for an idea of how it works.

Screen Shot 1 Screen Shot 2