starcraft replay parser
authorShiar <shiar@shiar.org>
Sun, 11 Nov 2007 23:38:03 +0000 (00:38 +0100)
committerShiar <shiar@shiar.org>
Mon, 12 Nov 2007 02:06:27 +0000 (03:06 +0100)
commitc65ad507429caa59eaab5161062b3f2704d8d77b
tree4664e7e960f91c11621f2aa4f02e4a016ca47aff
parentc09c3e7419f57c0e0573d5bae975622b6b32f488
starcraft replay parser

Read commands part from a StarCraft replay file on stdin (cannot extract
this itself yet), and parses all command blocks. Outputs each player's
apm by default.

Maps ids of commands, build types, units, upgrades, and actions into an
appropriate text. Gives warnings when it encounters something not
recognized.

Most format details were supplied by the document 'Starcraft Replay file
format description' version 0.10 by Soar Chin <webmaster@soarchin.com>.
screp [new file with mode: 0755]