CueSport ScoreBoard (Pool, 8-ball, 9-ball, Darts, Board Games)

CueSport ScoreBoard (Pool, 8-ball, 9-ball, Darts, Board Games) v4.4.0

iainmacleod updated CueSport ScoreBoard (Pool, Snooker, 8-ball, 9-ball) with a new update entry:

Replay Functionality using OBS WebSocket and Repay Buffer

Replay Functionality
Important Note: Remember to clean up your clips to save on storage, or share them on your socials first.

Configure WebSocket
Ability to control OBS Replay Buffer via WebSocket, you must enable OBS WebSocket under Tools. You may configure the WebSocket with or without authentication:

View attachment 116227

View attachment 116223


Capture and Replay Clips
When...

Read the rest of this update entry...
 
When i add the control panel it keeps adding https to my path. even though it is downloaded local
 
When i add the control panel it keeps adding https to my path. even though it is downloaded local

So, control_panel.html is going to be added as and needs to be configured via Custom Browser Docks, like so:

1761667488100.png


You do not need the string after html (?instance=game1) unless you are using OBS to control multiple games. So you would just have:

C:\Users\your_path_to_cuesports_folder_and_file\CueSport-Scoreboard\control_panel.html

When adding the browser_source.html as a Source you choose Browser and configure as follows (replacing the path appropriately):

1761667668572.png
 
iainmacleod updated CueSport ScoreBoard (Pool, 8-ball, 9-ball, Darts, Board Games) with a new update entry:

Stream Sharing UI and Info Enhancements

Improvements:
  • Highlight hill-hill matches
  • Display race progress visually on game cards
  • Race info impacts score keeping controls e.g. you can't score higher than the race
  • Save stream sharing connection status to handle refreshes
Fixes:
  • Hide score when not being reported
  • Hide player names when player is disabled
View attachment 116442

Read the rest of this update entry...
 
iainmacleod updated CueSport ScoreBoard (Pool, 8-ball, 9-ball, Darts, Board Games) with a new update entry:

Fixes!

Improved
  • Support scaling and Opacity configuration for Win Animation
  • Simplified Stream Promotion configuration options
  • Added Auto-resume Stream Promotion functionality
  • Simplified Replay Buffer configurations for Instant Replay
  • Improved error reporting for failed WebSocket connections
Fixed
  • Fixed duplicate replay initiation.
  • Added pause when hiding sources, so that transitions cannot be captured when monitoring is resumed.
  • Clock...

Read the rest of this update entry...
 
Hello Sir This so good plugin. I need a urgently ball type- unity color please sir
 

Attachments

  • images.jpg
    images.jpg
    8.1 KB · Views: 60
When i add the control panel it keeps adding https to my path. even though it is downloaded local
Are you on a Mac? I had this problem, but you just need to serve the directory where it's saved with a local server.

Navigate to the directory in your terminal, and run the server with:
Code:
python3 -m http.server 8000

Then you put the URL of the custom dock to:


And the browser URL to:

http://localhost:8000/browser_source.html
 
Back
Top