1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00
Parsing of tf2 demo files
  • Rust 99.8%
  • Nix 0.2%
Find a file
2019-05-03 00:47:07 +02:00
benches allow changing analyser 2019-03-23 17:48:50 +01:00
data message type testing 2019-04-07 19:13:39 +02:00
src clean sendprop a bit 2019-04-28 22:38:05 +02:00
tests message type testing 2019-04-07 19:13:39 +02:00
.gitignore use released bitstream_reader 2019-05-03 00:37:08 +02:00
.travis.yml add travis 2019-05-03 00:47:07 +02:00
Cargo.lock use released bitstream_reader 2019-05-03 00:37:08 +02:00
Cargo.toml use released bitstream_reader 2019-05-03 00:37:08 +02:00
README.md a basic readme 2019-05-03 00:46:08 +02:00

TF Demo Parser

Parsing of tf2 demo files

Building

This project is build using rust and requires cargo and friends, see the rust website for how to get started.

Once rust is setup building is as simple as

cargo build --release

which will place the binary at target/release/parse_demo

Usage

Basic usage is as simple as parse_demo demofile.dem which will output a "summary" of the demo file in JSON format.