Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 04:54
· 4 commits to stream-graphics since this release

Changes

  • Add additional team stats for saves/shots/demos.
  • Split event CVARs up.
    • Current CVAR list:
      • streamgraphics_gsi_url: Base URL prefix
      • streamgraphics_gsi_url_data: Path to send GSI data to.
      • streamgraphics_gsi_url_event: Event URL prefix
      • streamgraphics_gsi_url_show_player_info: Path to POST on show_player_info
      • streamgraphics_gsi_url_hide_player_info: Path to POST on hide_player_info
    • GSI data is sent by combining streamgraphics_gsi_url + streamgraphics_gsi_url_data
    • Event messages are sent by combining (for example): streamgraphics_gsi_url + streamgraphics_gsi_url_event + streamgraphics_gsi_url_show_player_info