3 changed files with 36 additions and 2 deletions
@ -0,0 +1,22 @@
|
||||
"Console Sample v.1" |
||||
{ |
||||
"uri" "http://192.168.0.52:8298" // add the IP and Port of the rPi / eInk device |
||||
"timeout" "5.0" |
||||
"buffer" "0.1" |
||||
"throttle" "0.5" |
||||
"heartbeat" "60.0" |
||||
"auth" |
||||
{ |
||||
"token" "CCWJu64ZV3JHDT8hZc" // Randomise the token so your GSI can be "secure" |
||||
} |
||||
"data" |
||||
{ |
||||
"provider" "1" // general info about client being listened to: game name, appid, client steamid, etc. |
||||
"map" "1" // map, gamemode, and current match phase ('warmup', 'intermission', 'gameover', 'live') and current score |
||||
"round" "1" // round phase ('freezetime', 'over', 'live'), bomb state ('planted', 'exploded', 'defused'), and round winner (if any) |
||||
"player_id" "1" // player name, clan tag, observer slot (ie key to press to observe this player) and team |
||||
"player_state" "1" // player state for this current round such as health, armor, kills this round, etc. |
||||
"player_weapons" "1" // output equipped weapons. |
||||
"player_match_stats" "1" // player stats this match such as kill, assists, score, deaths and MVPs |
||||
} |
||||
} |
Loading…
Reference in new issue