root/tf2/

TF2: You Will (Not) Play

demctl is a wip demo parser that reads from
stdin any given TF2 .dem files, parses it, and
writes it back to stdout. That's basically it.

Written in C and only tested on Linux.

Some options are available:
-c
    print the chat (TrueColor terminal needed,
    player names are not written in blue/red
    but in green as I have not found a way to
    read the players' team as of now)
-m
    print the metadata, don't parse it
-d
    run in debug mode (writes lots of shit
    on the screen that is only useful to me)
-o file
    specify the output file (a hyphen means
    stdout)

This program does virtually nothing as of now.
Git