PDA

View Full Version : Is there a way to log more detail in the stats.


DeathsHead
04-19-2002, 05:01 PM
Kills are great, but is there a way to log how much damage to shield/life is done? I am currently running a small saber only server with all kinds of skins and additions, but I want to make a really good stats program. I want to write a perl script to do the same kind of thing Psychostats does with Counter-Strike w/StatsMe plugin? I currently use jedi logger, but it's not eye catching enough for me.

If you want to see an example of the kind of stat output I am talking about, visit my site at www.ClanAYBABTU.com
click under Counter-strike, stats
thanks
Deathshead

MatrixCPA
04-19-2002, 10:23 PM
If you want stats for damage done by player by type and such, enable g_statlog "1" and g_statlogfile "filename.log" You can name it whatever you want, that file will contain the detail you are looking for on a map by map basis.

DeathsHead
04-21-2002, 07:42 PM
thanks, I am getting to work on modifying the psychostats perl script