You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to recreate the GSI (Game State Integration; learn more: [Valve][Reddit]) stream from a demo.
The GSI data is produced by the game at regular intervals (so ideally I can calculate it from ticks data).
The GSI data includes details beyond the weapon types for the inventory (example below).
Is it currently possible to retrieve this information using the parser?
If not, would you consider adding the capability?
This is currently not possible. Currently you can only get the names of things in you inventory. I would like to implement this but will take some time. Will be tricky to make it elegant and fast.
I am trying to recreate the GSI (Game State Integration; learn more: [Valve] [Reddit]) stream from a demo.
The GSI data is produced by the game at regular intervals (so ideally I can calculate it from ticks data).
The GSI data includes details beyond the weapon types for the inventory (example below).
Is it currently possible to retrieve this information using the parser?
If not, would you consider adding the capability?
The text was updated successfully, but these errors were encountered: