r3712 - trunk/Docs

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jun 20 08:28:22 EDT 2008


Author: div0
Date: 2008-06-20 08:28:17 -0400 (Fri, 20 Jun 2008)
New Revision: 3712

Modified:
   trunk/Docs/eventlog.txt
Log:
document sv_eventlog_files_timestamps


Modified: trunk/Docs/eventlog.txt
===================================================================
--- trunk/Docs/eventlog.txt	2008-06-20 12:24:20 UTC (rev 3711)
+++ trunk/Docs/eventlog.txt	2008-06-20 12:28:17 UTC (rev 3712)
@@ -9,6 +9,7 @@
    sv_eventlog_files_counter      number of matches logged until now
    sv_eventlog_files_nameprefix   file name prefix to be used (default: nexuiz)
    sv_eventlog_files_namesuffix   file name extension to be used (default: .log)
+   sv_eventlog_files_timestamps   prefix log lines in the files with :time events (default: 1)
 
 log format:
 ______________
@@ -54,8 +55,12 @@
    :vote:vstop:<ID of stopper>
    :vote:vlogin:<ID of player>
    :vote:vdo:<ID of player>:<do command display string>
+   :time:<YYYY-MM-DD HH:MM:SS>
 
-   Note that only the :join and :player lines ever contain player names.
+   Note that only the :join and :player lines ever contain player names. The
+   :time event only appears in the log files if sv_eventlog_files_timestamps
+   is 1; there is no way to log these time stamps to the console (for console
+   timestamps, set timestamps to 1).
 
 team colors:
     1 = No Team (Domination)




More information about the nexuiz-commits mailing list