Closed ChetdeJong closed 1 year ago
Good and bad news. Unfortunately I don't think ill be adding any bigger changes to this version anymore. This would require quite some extra work to add here.
On the bright side, I really like the idea and so I added it to the CS2 version. There you can now use:
df = parser.parse_events("player_death", extra_player=["last_place_name"], extra_other=["team_rounds_total"])
You can now also request values from the "rules" entity, not just from teams. The rules entity has all kinds of settings, see the bottom of the S2 parsers README.md see (rules are called there match_info)
ye, makes sense since CS2 will be released soon. For CSGO version I just counted it separately without team names, not big deal, that's works for me too. Well, anyway thanks for CS2 version, great work
Hi,
Thank you so much for this parser and also for making source2 version!
Is it possible for you by any chance to implement parsing not only for players related props, but also for teams?
Would be useful to get data for teams like team name, team score, etc. It's all listed here as part of team entity (I guess?)
I know that we can get winning team from
round_end
event and then we can calculate score, but it's not so handy and we don't know team name and can't get this data when parsing other events.Ideally would like to get something like this:
parser.parse_events('round_officially_ended',team_props=['m_szTeamname','m_iRoundsWon'])
output: