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
2020-02-09 16:29:43 +01:00
benches fix benches 2019-12-25 23:39:38 +01:00
codegen keep gameevent enum under 128b 2019-10-11 23:24:47 +02:00
data update gamestate test snapshot 2020-02-09 16:29:43 +01:00
fuzz handle mallformed utf8 gameevent values 2020-01-20 12:30:05 +01:00
smoker smoker fixes 2020-01-29 22:53:04 +01:00
src fix parsing demos that only set their user info in stringtable updates 2020-02-02 22:36:30 +01:00
tests fix parsing demos that only set their user info in stringtable updates 2020-02-02 22:36:30 +01:00
.gitignore updated bitstream_reader 2019-08-31 15:40:12 +02:00
.travis.yml tryFromPrimitive 2019-12-22 15:06:53 +01:00
Cargo.lock use published bitstream_reader 2020-02-02 22:42:08 +01:00
Cargo.toml use published bitstream_reader 2020-02-02 22:42:08 +01:00
pgo_build.sh first prop flattening version 2019-08-10 19:38:42 +02:00
README.md ci badge 2019-05-03 00:54:28 +02:00
rustig.toml check for panicing code in ci 2019-08-11 13:57:20 +02:00

TF Demo Parser

Build Status

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.