-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get map, round and match details? #89
Comments
I think this should be ~doable currently. "Provider": parse_header() |
I see, I am going through the fields one by one, thanks. To give you context into why it would be useful to get the GSI data stream from a demofile: So it would be great if |
@LaihoE Is it normal that I don't get X,Y,Z coordinates for |
I am trying to recreate the GSI (Game State Integration; learn more: [Valve] [Reddit]) stream from a demo.
The GSI data includes details about the map and other general info about the round and match.
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: