cs2_gsi/gamestate_integration_consolesample.cfg
2023-10-10 00:16:19 +02:00

23 lines
785 B
INI

"Observer All Players v.1"
{
"uri" "http://127.0.0.01:8000/gsi"
"timeout" "5.0"
"buffer" "0.1"
"throttle" "0.1"
"heartbeat" "30.0"
"auth"
{
"token" "Q79v5tcxVQ8u"
}
"data"
{
"map_round_wins" "1" // history of round wins
"map" "1" // mode, map, phase, team scores
"player_id" "1" // steamid
"player_match_stats" "1" // scoreboard info
"player_state" "1" // armor, flashed, equip_value, health, etc.
"player_weapons" "1" // list of player weapons and weapon state
"provider" "1" // info about the game providing info
"round" "1" // round phase and the winning team
}
}