demostf / parser

Parsing of tf2 demo files
55 stars 17 forks source link

Add an analyzer to extract player scoreboard information #10

Closed yep-tf2 closed 1 year ago

yep-tf2 commented 1 year ago

Background: I'd like to use this library in an Electron-based demo file organizer. Having an analyzer built in to parse overall match information would make that significantly easier than having to implement an analyzer in JS.

I figured this would be more helpful to make available directly through tf_demo_parser, but if you want to keep it lean then I'd be fine with making it part of a dedicated library for the Electron app.


Example CLI output from running target/release/parse_demo /path/to/demo.dem detailed_summaries:

Screenshot from 2022-12-27 17 59 11

icewind1991 commented 1 year ago

Thanks!