demoinfo-csgo-python icon indicating copy to clipboard operation
demoinfo-csgo-python copied to clipboard

[Question] GameEvent "bullet_impact"

Open pawREP opened this issue 10 years ago • 1 comments

Is it possible to parse bullet_impact events from demos? [...]register_on_gameevent("bullet_impact",[...] doesn't return any data.

pawREP avatar Dec 13 '14 04:12 pawREP

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.

Bakkes avatar Dec 13 '14 04:12 Bakkes