** qlog **


Parses Quake Console logs to tally up statistics on number of kills, 
deaths, tele-frags, suicides etc etc.

This program was written for our amusement only and shouldn't be taken
too seriously, we will not be responsible for any bug found in this
source.

Files:

README       - This file
qlog.c       - Source Code for log program
qlog         - NetBSD-1.2 executable
qlog.exe     - MS-DOS executable (requires DOS4GW)
qconsole.log - Sample Quake Console log (Cranberry game)
output       - Output of sample Quake console log


Compilation:

Unix:  cc -o qlog qlog.c
MSDOS: wcl386 qlog.c  (Watcom C/C++)


To output a qconsole.log file while playing Quake you need to specify
the command line option "-condebug". This has the unfortunate side-effect
of loosing death-messages on dedicated servers.


This source was written by Jorgen "Accident" Lundman <lundman@cranberry.co.uk>
and is the legal property of Cranberry Source, but you may use this freely.
Check out http://www.cranberry.co.uk


BUGS:

Probably plenty. I know of one limitation already, if you join a game under one name
and then change it half-way through a game, qlog gets confused if the second name
have never join in previous games. If you have this situation in your logs you can
just change the line in your qconsole.log to that of a Player entered game message.
