demoinfo-csgo-python
demoinfo-csgo-python copied to clipboard
[Question] GameEvent "bullet_impact"
Is it possible to parse bullet_impact events from demos? [...]register_on_gameevent("bullet_impact",[...] doesn't return any data.
I just tested it and it seems like bullet_impact events just never get fired. I guess they don't get stored in the demo.
Anyway, this project only has basic capabilities when it comes to parsing demos. If you're looking for something that can generate heat maps based on shots & player positions, you'll either need to implement this, or use a different library.