Talk:Counter-Strike: Global Offensive Game State Integration: Difference between revisions
Birjolaxew (talk | contribs) (→Example of data: new section) |
Birjolaxew (talk | contribs) m (Added link to gamestate integration cfg) |
||
Line 11: | Line 11: | ||
== Example of data == | == Example of data == | ||
The JSON found at http://pastebin.com/46AXZVrY is a snapshot of values that occured during a full game with bots (casual mode). It has been edited a bit to anonymize information, make long lists smaller, and avoid duplicate data. All values that are arrays indicate that said property changed at some point - the array contains all the values that were seen. --[[User:Birjolaxew|Birjolaxew]] ([[User talk:Birjolaxew|talk]]) 18:05, 22 December 2015 (UTC) | The JSON found at http://pastebin.com/46AXZVrY is a snapshot of values that occured during a full game with bots (casual mode). It has been edited a bit to anonymize information, make long lists smaller, and avoid duplicate data. All values that are arrays indicate that said property changed at some point - the array contains all the values that were seen. The gamestate integration .cfg can be found at http://pastebin.com/cQsrf2zM --[[User:Birjolaxew|Birjolaxew]] ([[User talk:Birjolaxew|talk]]) 18:05, 22 December 2015 (UTC) |
Revision as of 11:42, 22 December 2015
All game state components?
Where do we find a full list of game state components? Or which one do we subscribe to to get the current game mode? --Awsmbot (talk) 06:12, 9 December 2015 (UTC)
- I've started working on providing that data here: https://www.reddit.com/r/GlobalOffensive/comments/3w26kq/game_state_integration_quick_and_dirty/ - Bkid (talk) 12:34, 9 December 2015 (UTC)
Possible Bugs
"allplayers" node is empty for some players. We didn't figure out a comprehensible reason yet. Demo-Integration: http://www.vac-ban.com/steam-integration.html
Example of data
The JSON found at http://pastebin.com/46AXZVrY is a snapshot of values that occured during a full game with bots (casual mode). It has been edited a bit to anonymize information, make long lists smaller, and avoid duplicate data. All values that are arrays indicate that said property changed at some point - the array contains all the values that were seen. The gamestate integration .cfg can be found at http://pastebin.com/cQsrf2zM --Birjolaxew (talk) 18:05, 22 December 2015 (UTC)