Skip to content

Match Award Data

koliva8245 edited this page Jun 13, 2026 · 5 revisions

For map-specific match awards, -e map will be needed, as certain properties only exist in the map data.

See Parsing GameStrings - Language Tags about the verbiage that will appear in some of the properties.

Properties

Match Award Id

The object property for each item is the identifier.

gameLink

Found in the replay file under a ScoreResult event in the Tracker events.

tag

A four-character identifier.

scoreScreenName

The name of the match award on the score stat screen.

scoreScreenDescription

The description of the match award on the score stat screen.

endOfMatchName

The name of the match award on the end-of-match screen.

endOfMatchDescription

The description of the match award on the end-of-match screen.

endOfMatchTooltipText

The tooltip displayed for the match award on the end-of-match screen.

mvpScreenIcon

The icon that is given to a player on the end-of-match screen.

%color% is either red, blue, or gold.

scoreScreenIcon

The icon that is given to a player on the score stat screen.

%team% is either red or blue.

Examples

End-of-Match

end-of-match
  1. endOfMatchName
  2. endOfMatchDescription
  3. mvpScreenIcon
  4. endOfMatchTooltipText

Score stat screen

score-stat-screen

Note

This screen is NOT in a match, so no map is loaded and only the base match award data is used.

  1. scoreScreenName
  2. scoreScreenDescription
  3. scoreScreenIcon

Clone this wiki locally