From 38089025ca6bf36741a0bd35c65e91f3eab616bb Mon Sep 17 00:00:00 2001 From: esteel Date: Fri, 9 Jan 2009 00:30:24 +0000 Subject: [PATCH] slight improvements git-svn-id: svn://svn.icculus.org/nexuiz/trunk@5463 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- Docs/server/server.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/server/server.cfg b/Docs/server/server.cfg index 28cd77c6c..e4b66ba8c 100644 --- a/Docs/server/server.cfg +++ b/Docs/server/server.cfg @@ -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 -- 2.39.2