Talk:Counter-Strike: Global Offensive Game State Integration: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(→‎Example of data: new section)
Line 8: Line 8:
"allplayers" node is empty for some players. We didn't figure out a comprehensible reason yet.
"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
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. --[[User:Birjolaxew|Birjolaxew]] ([[User talk:Birjolaxew|talk]]) 18:05, 22 December 2015 (UTC)

Revision as of 11:05, 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. --Birjolaxew (talk) 18:05, 22 December 2015 (UTC)