PDA

View Full Version : server stats


nazarine
08-05-2007, 05:12 PM
Hi all,
I am stats program writer and want some information on how quake wars logs kills and objectives (if at all). I know there are going to be ranked servers and such like - but I would like to adapt my stats program to cope with Quake Wars for people who do not want to use the standard stats pages

1: Does the server log kills / objectives etc?
I have tried enabling logging and i have so far managed to create a demonware_server.log but it does not contain anything like kills
Also an objective.log is created - this similarly seems to contain no real useful info.
2: If the server logs kills / objectives - what are the server specific settings that i need to enable to do this?
I set logfile and logfilename - but this seemed to log only on the client side which is no real use to me.

Cheers in advance for any help

mianosm
08-16-2007, 06:33 PM
Any information on this - I included the:


//Logging Options
set logFile "1"
set logFileName "ETQW_$Y$M$D_$h-$m.log"
set logTimeStamps "0"
set g_logObjectives "0"
set g_logProficiency "0"


Yet don't see this file being created in any of the ET:QW folders....

Awol
08-16-2007, 08:14 PM
check the directory you fs_userpath is set to. To find that just type fs_userpath at the server console. Regarding info in the log files.... its not much but kinda useful.


@Nazarine

I too am a stat programmer and to be honest the logs don't display a lot of useful information. Things I have noticed so far.

Players connecting
players joining a side
Kills with weapons
players disconnecting

There are XP logs being saved for each map played. with each class broken down for XP.

You are right about the objective log being mostly useless as it doesn't say who completed the objective just says it was done and then list the XP of everyone at the time.

The Proficiency log seems useless as well.