Hi all
In my server config I have the following.
// set log files
seta g_log "qconsole.log"
seta logfile 3
seta g_logsync 1
// seta sv_chatter 1
However, when I look into my qconsole.log file, it does not log the players kills, it will log a player leaving but not a player entering the game, it only logs as Client 0 connecting with 0 challenge ping and so forth.
I need it to show who killed who and how for the stats.
Many thanks
scorpious
Try this,
//logs
set developer 2
seta g_logsync "1"
set chat 1
seta sv_chatter 1
seta logfile 3
seta sv_chatter "1"
seta g_log "qconsole.log"
Hi
Thanks for that, it gives me a qconsole.log file, however, it still is not showing who killed who and how. It will shows the scores.
many thanks
Do any of those commands appear in your MOHAA_SERVER.EXE or SPEARHEAD_SERVER.EXE target path? If so,remove them.
Since your talking about qconsole.log, i keep getting to large of a qconsole, like in 2 hours a 1 gig size.
What could cause that. This is what i got.
//Logging
set g_logstats "1"
set cheats "0"
set logfile "3"
set g_log "qconsole.log"
set g_logSync "1"
set developer "1"
set chat "1"
set sv_chatter "1"
Thanks
Comment these out to disable logging ...
// set logfile "3"
// set g_log "qconsole.log"
I did that, but why is it giving me such a big log?
I can't even parse my stats.
With logfile enabled, itll record all kinds of things that go through console, if your using mods - especially things like sandbags etc that have shader errors it doesnt take long to spam a few gig.
I would go through the log and see what errors can be fixed to minimise it.