AaronBrown Posted April 13, 2002 Posted April 13, 2002 How do i turn on log files? seta g_log "logs/games.log" ????
MatrixCPA Posted April 14, 2002 Posted April 14, 2002 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.