Talk:Counter-Strike: Global Offensive Game State Integration: Difference between revisions
Birjolaxew (talk | contribs) m (Added link to gamestate integration cfg) |
m (Nesciuse moved page Talk:Multipage Base Pages Temp Storage/Counter-Strike: Global Offensive Game State Integration to Talk:Counter-Strike: Global Offensive Game State Integration without leaving a redirect: Moving back to proper place) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 12: | Line 12: | ||
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) | 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) | ||
== Add another payload for team stats? == | |||
I was wondering if it would be too game-breaking to add another payload to the POV GSI containing the number of players left alive on either team? I think there's potential for applications with fancy new RGB peripherals. | |||
== source 2 == | |||
cs go will not get source 2 now updates are small am i right? | |||
{{unsigned|Kaisliomadus}} | |||
== Game State Integration USB C4 Explosive Implementation == | |||
Hello, | |||
I have created a replica C4 Explosive that I am trying to make interactive within Counter-strike. | |||
You can view my replica build here: https://www.youtube.com/watch?v=sxOLzE3mP_k | |||
I basically created a USB version of the C4 explosive. Its using arduino so i guess it can be used with Game state configuration file. | |||
I don't think the Game State Integration has the information for what i want to accomplish. | |||
This is what i would need coming from Game State Integration. | |||
1. an output message stating the bomb is in the bomb area so that the USB device knows when to be "usable." | |||
the other things are already available in the Game state integration such as defused & exploded. | |||
[[User:Gmdii80|Gmdii80]] ([[User talk:Gmdii80|talk]]) 02:53, 21 February 2020 (UTC) |
Latest revision as of 16:11, 15 July 2024
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)
Add another payload for team stats?
I was wondering if it would be too game-breaking to add another payload to the POV GSI containing the number of players left alive on either team? I think there's potential for applications with fancy new RGB peripherals.
source 2
cs go will not get source 2 now updates are small am i right? —Unsigned comment added by Kaisliomadus (talk • contribs) Always sign your posts with four tildes (~~~~)
Game State Integration USB C4 Explosive Implementation
Hello,
I have created a replica C4 Explosive that I am trying to make interactive within Counter-strike.
You can view my replica build here: https://www.youtube.com/watch?v=sxOLzE3mP_k
I basically created a USB version of the C4 explosive. Its using arduino so i guess it can be used with Game state configuration file.
I don't think the Game State Integration has the information for what i want to accomplish.
This is what i would need coming from Game State Integration.
1. an output message stating the bomb is in the bomb area so that the USB device knows when to be "usable."
the other things are already available in the Game state integration such as defused & exploded.