r5463 - trunk/Docs/server

esteel at icculus.org esteel at icculus.org
Thu Jan 8 19:30:25 EST 2009


Author: esteel
Date: 2009-01-08 19:30:24 -0500 (Thu, 08 Jan 2009)
New Revision: 5463

Modified:
   trunk/Docs/server/server.cfg
Log:
slight improvements


Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2009-01-08 22:06:19 UTC (rev 5462)
+++ trunk/Docs/server/server.cfg	2009-01-09 00:30:24 UTC (rev 5463)
@@ -88,8 +88,8 @@
 //rcon_restricted_commands "restart fraglimit chmap gotomap endmatch reducematchtime extendmatchtime allready kick kickban \"sv_cmd bans\" \"sv_cmd unban\" status \"sv_cmd teamstatus\"" // commands for the (stronger) rcon restricted
 
 //sv_vote_call 1 // 0 will disable the normal voting
-//sv_vote_master 1 // 0 will disable voting to become masters, good if you prefer to use the master password instead
-//sv_vote_master_password "" // when set, vdo login master will allow you to run votable commands directly using vdo
+//sv_vote_master 1 // 0 will disable voting to become master, good if you prefer to use the master password instead
+//sv_vote_master_password "" // when set, vlogin PWD will allow people to become master to run master commands directly using vdo
 //sv_vote_majority_factor 0.5 // 0.666 will require a 2/3 majority instead of a regular 1/2 one
 //sv_vote_simple_majority_factor 0 // 0.666 will win votes by a 2/3 majority of the VOTERS (not the players!)
 //note: to JUST support simple majorities, set these two factors equal
@@ -105,7 +105,7 @@
 //sv_ready_restart 0 // 1 to allow players to restart the map when all of them press the ready button
 //sv_autoscreenshot 0 // 1 will force a screenshot for all clients when the map ends.  Useful for competitions or the ladder.
 
-//g_antilag 1 // 0 to disable the antilag feature
+//g_antilag 2 // 0 to disable the antilag feature, 1 and 2 use different methods
 
 //sys_ticrate 0.05 // how long a server frame is.  0.05 = 20 fps, 0.02 = 50 fps.  Lower settings makes things smoother but create much more traffic
 //sv_maxrate 1000000 // limits client connections to this rate in bytes/seconds




More information about the nexuiz-commits mailing list