1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

Add analyzer to extract player scoreboard information

This commit is contained in:
Yep 2022-12-28 12:57:57 -05:00
commit df793083aa
6 changed files with 405 additions and 13 deletions

View file

@ -21,9 +21,12 @@ which will place the binary at `target/release/parse_demo`
Basic usage is as simple as `parse_demo demofile.dem` which will output a "summary" of the demo file in JSON format.
Passing the `detailed_summary` argument to the end of `parse_demo` will output a table with scoreboard information for all players who were ever on the server while the demo
was being recorded. The player who created the demo will be highlighted in the output.
## Advanced usage
### Loop trough every packet
### Loop through every packet
```rust
use bitbuffer::BitRead;