From: Shiar Date: Sun, 11 Nov 2007 23:38:03 +0000 (+0100) Subject: starcraft replay parser X-Git-Url: http://git.shiar.nl/gitweb.cgi/perl/schtarr.git/commitdiff_plain/c65ad507429caa59eaab5161062b3f2704d8d77b?ds=inline;hp=c65ad507429caa59eaab5161062b3f2704d8d77b 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 . ---