r3500 - trunk/Docs/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 11 15:37:04 EDT 2008


Author: esteel
Date: 2008-03-11 15:37:03 -0400 (Tue, 11 Mar 2008)
New Revision: 3500

Modified:
   trunk/Docs/server/server.cfg
Log:
added frag/timelimit to Docs/server/server.cfg. With mapinfo they now work as intended


Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2008-03-11 05:08:32 UTC (rev 3499)
+++ trunk/Docs/server/server.cfg	2008-03-11 19:37:03 UTC (rev 3500)
@@ -21,6 +21,10 @@
 //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
+
 // GAME MODE: what type of server do you want to host? Only uncomment ONE of these.
 //g_dm 1          // deathmatch
 //g_tdm 1         // team deathmatch




More information about the nexuiz-commits mailing list