Hi!


This is an Analyzer program for Return to Castle Wolfenstein logfiles. It
is based on Java and works on every platform Java is available for.
The program creates a set of html files as an output with the overall game stats 
and individual stats for every player.

To use the program you need to tell RtCW to produce logfiles on a client machine. Do 
so by adding this line to your wolfconfig_mp.cfg:
seta logfile "1"
Extract the 'Analyzer.jar' and the 'Analyze.bat' files to your rtcw\Main directory. 
You have to create a directory called \stats in the same folder.
You also have to edit the analyze.bat file.Edit this line:

	"[Enter java path here]\java.exe" -mx%JAVA_HEAP_SIZE%m -classpath "%CLASSPATH%;[Enter wolf part]\Main\Analyzer.jar" LogAnalyzer %rtcwconsole.log

Change the "[Enter java path here]\java.exe" to fit the location of
java.exe on your Computer. (e.g. E:\programme\jdk131\bin\java.exe)
Change the [Enter wolf path here]\Main\Analyzer.jar to your main folder.
(e.g. D:\games\Return to Castle Wolfenstein\Main\Analyzer.jar)

If you execute the analyze.bat file after every time you exit wolf it will
analyze the logfile and update (or create if used for the first time) a 
file index.html in your main directory and place all the other html files 
in the stats directory. It analyzes the logfile with the name rtcwconsole.log,
the default output name used by Wolf.
You can browse your stats by opening the file 'index.html' in your main directory
using any browser.

If you experience that the program doesn't find any kills at all in your logfile,
try to download the other Version found at htt://www.wolfshorst.de/analyzer. 


EMail me for questions/bugs/suggestions how to improve the program.


Have fun!

Abraxas
[email]:Abraxas@wolfshorst.de


Bug Fixes:

Works with all names even with those containing weird ASCii Characters (Squares and Stuff).

Added better color recognition. Works with ^0 - ^9 and ^a - ^z now.

Some weapons were not reconized (Colt, Knife). Should work now. The game is not totally
consistent in the way it spells some weapons names. Knife is "knife" and "Knife" for example,
the Colt can be "Colt" or ".45ACP 1911" or only ".45ACP". I'm not sure if I know all of those.
If you notice a lot of "Unknown" kills, please send me the logfile so I can look over it.
note: In some cases there is no weapon specified so not every "Unknown" kill is a bug.


This program is freeware. Feel free to distribute it 'til your heart's content.