Jump to content

Home

Log Files Question


AaronBrown

Recommended Posts

The various log-related cvars are:

 

g_log "filename" // name of log file

g_logfile "2" // 0 = no log, 1 = buffered, 2 = continuous, 3 = append

g_logSync "1" // 1 = write complete lines

g_statlog "1" // 0 = no log, 1 = produce log (could be like logfile, haven't played with it)

g_statLogFile "filename" // name of stats log file

 

NOTE: with g_statlog "1", some end of round statistics are written to the g_log file. The more detailed info is stored in the statlog.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...