r3501 - trunk/Docs/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 11 16:20:41 EDT 2008


Author: esteel
Date: 2008-03-11 16:20:40 -0400 (Tue, 11 Mar 2008)
New Revision: 3501

Modified:
   trunk/Docs/server/server.cfg
Log:
ups, thought fraglimit/timelimit can now be used.  corrected and list the override variables now


Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2008-03-11 19:37:03 UTC (rev 3500)
+++ trunk/Docs/server/server.cfg	2008-03-11 20:20:40 UTC (rev 3501)
@@ -21,9 +21,13 @@
 //g_maplist_shuffle 1           // 0 always selects the next map out of g_maplist (but then set better set g_maplist_votable 0 below to prevent repetitive votes), 1 will select random maps each time
 //g_maplist_mostrecent_count 3  // number of maps that have to be played before a map can be repeated
 
-// LIMITS: how long a map is played before the next one starts
-//fraglimit 0  // 0 = ignore frags, otherwise end map when one player or team has this many frags
-//timelimit 0  // 0 = ignore time, otherswise end map when it has been played for this many minutes
+// LIMITS: how long a match will last before the next map starts (please note that the variables fraglimit/timelimit can NOT be globally used for this but only DURING a match is being played)
+//seta timelimit_override -1        // global timelimit
+//seta fraglimit_override -1        // global fraglimit
+//seta g_ctf_capture_limit -1       // frag/capture limit for CTF
+//seta g_domination_point_limit -1  // frag/point limit for DOM
+//seta g_runematch_point_limit -1   // frag/point limit for RUNE
+//seta g_keyhunt_point_limit -1     // frag/point limit for KH
 
 // GAME MODE: what type of server do you want to host? Only uncomment ONE of these.
 //g_dm 1          // deathmatch




More information about the nexuiz-commits mailing list