CTF Standard Log 1.0
--------------------

This is a Quake II serverside patch (listen or dedicated). It does
not change the CTF Quake2 game in any way but permitting the user to
create Standard Logs of the games played on the server for further
processing by log parsers, which create all the stats of the played
games.

It now supports the Log Standard 1.2 (you can find the specs at
 http://www.planetquake.com/gslogmod ).


Install
-------

There are two ways to install this mod. 

1. Quickest and Easist method

    Make a backup of the gamex86.dll in your "CTF" folder. Copy the new
    standard logging gamex86.dll from this zip file to the "CTF" folder.

2. I've got a lot of hardrive space method

    Create a new folder "CTF-SL" and copy everything from the "CTF"
    folder into this one. Copy the new standard logging gamex86.dll from
    this zip file to newly created "CTF-SL" folder.

To activate the logging you have to set "stdlogfile" to "1", by 

    starting the dedicated server with the following parameters:
        +set game "CTF" +set stdlogfile "1" +stdlogname "ctf.log"
    OR  +set game "CTF-SL" +set stdlogfile "1" +stdlogname "ctf.log"

You can ignore the 'stdlogname' option if you wish to use the default
log file name 'StdLog.log'.

Accordingly, a typical startup could look like this:
    quake2.exe +set game "CTF" +set stdlogfile "1" +set dedicated "1"
OR  quake2.exe +set game "CTF-SL" +set stdlogfile "1" +set dedicated "1"


The dedicated server is going to output a detailed log of the game to
the file "StdLog.log" (or the name set by using the stdlogname
option) in the Quake2! (not the patch directory) directory. You can
read this file into the most current version of GibStats or other log
parsers, which support Standard Logs.


Credits
-------

I (Mark Davies) based this mod on code written by Steven McCoy
<fnjordy@ps.cus.umist.ac.uk>. Although I didn't use any of Steven's
code in the final mod I did use it as a basis to start, adding my
logging functions where Steven had placed his logging code. Credit
should go to Steven but bug reports should go to me :-)


Contact
-------

If you have comments, suggestions or bugs mail to:

GSLogMod@mdsoft.demon.co.uk                        General inquiries
GSLogMod-Bugs@mdsoft.demon.co.uk                   Bug Reports
GSLogMod-Suggestions@mdsoft.demon.co.uk            Suggestions
GSLogMod-Comments@mdsoft.demon.co.uk               Comments
GSLogMod-Announce@mdsoft.demon.co.uk               Requests to be added to mailing list