Initial Commit
This commit is contained in:
25
gamestate_integration_cswatcher.cfg
Normal file
25
gamestate_integration_cswatcher.cfg
Normal file
@@ -0,0 +1,25 @@
|
||||
"CSWatcher - automatically open your opponents' stats in a browser"
|
||||
{
|
||||
"uri" "http://127.0.0.1:3000"
|
||||
"timeout" "5.0"
|
||||
"buffer" "0.1"
|
||||
"throttle" "0.5"
|
||||
"heartbeat" "30.0"
|
||||
"output"
|
||||
{
|
||||
"precision_time" "3"
|
||||
"precision_position" "1"
|
||||
"precision_vector" "3"
|
||||
}
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user