UPDATE: yaw beam only appears when player is shooting

This commit is contained in:
2025-03-18 23:18:24 +01:00
parent 259e68b832
commit e168e413e0
4 changed files with 10 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ def main():
demo_parser = demoparser2.DemoParser("demo.dem")
game_info = demo_parser.parse_ticks(["X", "Y", "Z", "pitch", "yaw", "is_alive", "team", "player_steamid",
"team_rounds_total", "team_num", "total_rounds_played"])
"team_rounds_total", "team_num", "total_rounds_played", "shots_fired"])
header_info = demo_parser.parse_header()
map_name = header_info['map_name']
players = demo_parser.parse_player_info()