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
Hello,
I'm opening a new issue related to CS2 replays. I take as reference the issue #321 where i've put the replay file.
Taking as a reference the project https://github.com/LaihoE/demoparser
I'm trying to get the header of this file in the same way is possible in the python project.
As a reference, in python is just:
header=parser.parse_header()
print("** Map is: "+header["map_name"])
print("** GUID is:"+header["demo_version_guid"])
print("****** Last Tick Parsed ******")
And it works, but this way is an event "listener", is it possible to retrieve it programmatically on need?
Given
Demo.CDemoFileInfo info = Clarity.infoForFile(demofile);
the infoForFile does not retrieve it and i can't find any other way...
The text was updated successfully, but these errors were encountered:
Hello,
I'm opening a new issue related to CS2 replays. I take as reference the issue #321 where i've put the replay file.
Taking as a reference the project https://github.com/LaihoE/demoparser
I'm trying to get the header of this file in the same way is possible in the python project.
As a reference, in python is just:
I tryed to do in clarity the following:
And it works, but this way is an event "listener", is it possible to retrieve it programmatically on need?
Given
Demo.CDemoFileInfo info = Clarity.infoForFile(demofile);
the infoForFile does not retrieve it and i can't find any other way...
The text was updated successfully, but these errors were encountered: