How to add a live gamecast scoreboard to your stream using OBS Studio.
Start a game in Straight Pool Deluxe and tap Gamecast to get your gamecast link.
Replace /gamecast/ in the URL with /gamecast-overlay/:
That's the URL you'll paste into OBS.
1920 for 1080p, or 2496 if your canvas matches your background image).150–200 is a good starting point.body { background-color: rgba(0,0,0,0); margin: 0; overflow: hidden; }
Right-click the Browser source → Transform → Edit Transform to control exactly where the bar sits.
| Layout | Position X | Position Y | Size W | Size H |
|---|---|---|---|---|
| Full-width top | 0 |
0 |
canvas width | bar height |
| Full-width bottom | 0 |
canvas height − bar height | canvas width | bar height |
| Corner (top-left) | 0 |
0 |
desired width | bar height |
| Corner (top-right) | canvas width − desired width | 0 |
desired width | bar height |
800). This keeps font sizes proportional to the narrower bar rather than
the full canvas width.
Add query parameters to your overlay URL to change the color scheme and transparency:
| Parameter | Values | Description |
|---|---|---|
theme |
dark (default), light |
Dark uses a near-black background with white text. Light uses an ivory/cream background with dark text — better over bright video feeds. |
opacity |
0.0 – 1.0 |
Controls the transparency of the bar background. 1.0 is fully opaque, 0.0 is fully transparent. Default is 0.82 (dark) or 0.90 (light). |
Examples: