demoinfo-csgo-python
demoinfo-csgo-python copied to clipboard
Prototyping with CSGO demo parsing in python
I get this error when trying to parse my demo: ``` Traceback (most recent call last): File "test.py", line 136, in hlfinder.parse() File "test.py", line 45, in parse self.demo.dump() File...
I get 'ImportError: No module named google.protobuf.internal' why is that? Do i have to do something more before running?
Do you know what event esea uses to segment pregame and halves?
Is it possible to parse bullet_impact events from demos? [...]register_on_gameevent("bullet_impact",[...] doesn't return any data.
Looks like most of the userdata and positions are stored in here. Not sure how it should be parsed.