g4BallTracker - ngholson/g4ScoreBoard GitHub Wiki
Download Here
This is a companion product for the g4ScoreBoard.
But can also be used as a stand alone package.
USE:
- Choose which game
eight
nine
orten
from the list and select overlay size. - Click on balls in dock to remove them from overlay when balls are pocketed.
-
Hide
/Show
Button will hide and display the ball tracker list. -
Reset
button will reset ball icons in stream and dock.
NOTES:
If g4ScoreBoard is installed:
- g4BallTracker will reset if a players score is increased or the reset button is clicked from the g4ScoreBoard control panel.
- Hiding the g4ScoreBoard with the opacity slider will hide the g4BallTracker as well.
- If Hide is enabled on the g4BallTracker, all reset and hide/show commands from the g4ScoreBoard control panel will be ignored by the g4BallTracker.
SETUP:
- Open
config.js
in any text editor (ex: notepad, notepad++, etc) and change to suit your preferences (see below). - Add a new
Custom Browser Dock
in OBS, point this to thecontrol-panel.html
file in this download. - Add a new
Browser
source to your scene. change the URL the the path ofbrowser-source.html
.
CONFIG.js:
-
ballColor
- Sets the ball type.-
standard
Standard ball colors -
white
TV Colors with white stripes -
black
TV Colors with black stripes
-
-
position
- horizontal or vertical alignment of g4BallTrackerhorizontal
-
vertical
-
leftRight
- Only applies if theposition
setting is set tovertical
-
left
Aligns Left -
right
Aligns Right
-
-
staticImages
- Defines ball behavior in the tracker.-
true
Ball positions are static, when a ball is removed a blank space remains where the ball was. -
false
Ball positions are dynamic, when a ball is removed the remaining balls move together filling any blank spaces.
-
SCREENSHOTS: