This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Releases: enzanki-ars/StreamGraphicsGSI-RL
Releases · enzanki-ars/StreamGraphicsGSI-RL
v1.6.0
v1.5.0
Changes
- Add additional team stats for saves/shots/demos.
- Split event CVARs up.
- Current CVAR list:
streamgraphics_gsi_url
: Base URL prefixstreamgraphics_gsi_url_data
: Path to send GSI data to.streamgraphics_gsi_url_event
: Event URL prefixstreamgraphics_gsi_url_show_player_info
: Path to POST onshow_player_info
streamgraphics_gsi_url_hide_player_info
: Path to POST onhide_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
- Current CVAR list:
v1.4.0
Changes
- Add trigger for
show-player-info
andhide-player-info
.
v1.3.1
Changes
- Add boost string to player data.
v1.3.0
Changes
- Add hex representation of team color.
v1.2.0
Changes
- Add player ping
- Improved time information
- Overtime is now properly handled
- A
0:00
formatted field has been added
- Add spectator POV information
- When in spectator mode, if the viewpoint is based on a vehicle, information about the currently spectated player is returned within its own object under
curr_spec
- Additionally,
is_spec_pov
is updated to reflect if the current viewpoint is based on a vehicle or not.
- When in spectator mode, if the viewpoint is based on a vehicle, information about the currently spectated player is returned within its own object under
in_replay_mode
has been added to signify when the game is in a replay, for example after a goal has been scored.