Score Displays

Scoreboard and score banner overlays that show both players' scores, CP, and WTC points in gd streamer.

Last updated: 2026-05-22

Score display overlays#

Score displays combine both players' data into a single overlay. These are your primary scoring graphics, the overlays your viewers watch throughout the match.

Tip

In your match dashboard, click Configure next to any score display to set what each text line shows, adjust fonts, opacity, and width, and copy the URL. The dashboard writes the right URL parameters for you, so you can paste the result straight into OBS without editing anything by hand.

The Configure panel: pick each line's content under Line Composition, style each text element, and adjust opacity and width

Scoreboard#

URL path: /overlay/{id}/scoreboard

A compact, centered scoreboard showing both players side by side. Displays:

  • Player 1 and Player 2 names
  • Total score for each player (capped at 100 VP)
  • Current round indicator
  • Player colors for visual identification

The scoreboard is designed for the top or bottom of your stream layout and fits neatly without covering your table camera.

URL parameters

ParameterValuesDefaultDescription
position0-Center the overlay horizontally
primaryTextname, faction, subfaction, teamnameWhat the single line of player text shows. See text and line composition.
backgroundOpacity0 to 1style-specificOpacity of the panel background. Lower values let more of the stream show through.
width550 to 1920600Panel width in pixels. Player names truncate to fit the visible width.
Tip

The scoreboard is the most commonly used overlay. If you only add one scoring graphic to your stream, make it this one.

Score banner#

URL path: /overlay/{id}/score-banner

A full-width horizontal banner designed for 1920px-wide layouts. It packs more information than the scoreboard:

  • Player names with subfactions
  • Total scores with player colors
  • Command Points (CP) for each player
  • WTC points (when WTC scoring is enabled)

It sits at the top or bottom edge of your broadcast and provides a complete scoring summary in a single strip.

URL parameters

ParameterValuesDefaultDescription
showSecondaries1offShow secondary objective names alongside scores
factionIconOpacity0 to 10.15Opacity of the faction watermark behind the score
backgroundOpacity0 to 1style-specificOpacity of the panel background
width1215 to 19201265Panel width in pixels. Player names truncate to fit the visible width.

The score banner also supports text and line composition and the font controls listed below.

Score banner vertical#

URL path: /overlay/{id}/score-banner-vertical

A full-height sidebar overlay for side-panel layouts. This is the most information-dense scoring overlay, showing:

  • Player names and subfactions
  • Total scores
  • Round-by-round breakdown with primary and secondary scores per round
  • Active secondary objective cards for each round
  • Discarded secondary cards (in Tactical mode)
  • WTC points (when enabled)

It fills the left or right side of your stream. Use it when you want viewers to see the complete match history at a glance: every round's scores, which secondaries were played, and which cards were discarded.

URL parameters

ParameterValuesDefaultDescription
position0-Center the overlay horizontally
greenScreen0onDisable the green screen chroma key on the dice cam area, replacing it with a styled background
factionIconOpacity0 to 10.15Opacity of the faction watermark behind the score
backgroundOpacity0 to 1style-specificOpacity of the panel background

The vertical banner also supports text and line composition and the font controls listed below.

Info

The vertical banner is especially useful for tournament broadcasts where viewers drop in mid-match and need to catch up on the full game state quickly.

Game state standard#

URL path: /overlay/{id}/game-state-overlay

A comprehensive round-by-round scoring breakdown showing the complete match state. Displays:

  • Player names and factions
  • Primary and secondary scores for every round
  • Command Points
  • WTC points (when enabled)
  • Total scores

This is the most detailed scoring overlay, ideal for analysis segments, recap screens between rounds, or tournament broadcasts where viewers want the full picture.

The game state overlay in Tech style

URL parameters

ParameterValuesDefaultDescription
position0-Center the overlay horizontally
factionIconOpacity0 to 10.15Opacity of the faction watermark behind the score
backgroundOpacity0 to 1style-specificOpacity of the panel background

The game state overlay also supports text and line composition and the font controls listed below.

Text and line composition#

Each scoring overlay shows stacked lines of player text. You choose what each line shows, and turn the optional third line on or off, in the Configure panel under Line Composition, or by URL with the parameters below.

ParameterValuesDefaultDescription
primaryTextname, faction, subfaction, teamnameThe largest, top line
secondaryTextname, faction, subfaction, team, nonesubfactionThe second line. Use none to hide it.
tertiaryTextnone, faction, subfaction, teamnoneAn optional third line. none keeps it hidden.
  • The scoreboard shows a single line, so it uses primaryText only.
  • Showing team requires a team name on the Players tab.
Info

Older overlay URLs that use the previous textOrder=faction parameter still work. New copies from the dashboard use primaryText, secondaryText, and tertiaryText instead.

Font controls#

The Score Banner, Score Banner Vertical, and Game State overlays each let you set the size and weight of five text groups: the player name, the faction name, the team name, the secondary objective names, and the small labels (CP, WTC, round). Pick the values with the Configure panel, or set them by URL using the parameters below.

ParameterValuesDefault
playerNameSizes, m, l, xlm
playerNameWeightregular, medium, bold, heavybold
factionSizes, m, l, xlm
factionWeightregular, medium, bold, heavymedium
teamSizes, m, l, xlm
teamWeightregular, medium, bold, heavymedium
secondarySizes, m, l, xlm
secondaryWeightregular, medium, bold, heavybold
labelSizes, m, l, xlm
labelWeightregular, medium, bold, heavymedium

Background opacity defaults#

The backgroundOpacity default depends on the active overlay style:

StyleScore BannerScoreboard
Tech87%93%
Glass95%95%
Flat85%85%
Fantasy92%92%

Drag the slider lower to let more of the stream show through the panel, or higher for a fully solid background.

What's next?#

Check out the Player Overlays for individual per-player graphics.