r5006 - trunk/Docs/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Nov 7 11:18:28 EST 2008


Author: div0
Date: 2008-11-07 11:18:28 -0500 (Fri, 07 Nov 2008)
New Revision: 5006

Modified:
   trunk/Docs/server/server.cfg
Log:
more of this


Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2008-11-07 16:16:40 UTC (rev 5005)
+++ trunk/Docs/server/server.cfg	2008-11-07 16:18:28 UTC (rev 5006)
@@ -83,14 +83,12 @@
 //g_maplist_votable_abstain 0 // when 1, people get a "don't care" selection in the vote screen
 //g_maplist_votable_nodetail 1 // when 1, people can't see how many voted for what (to thwart abusive "influential" first votes)
 
-//sv_vote_commands "restart timelimit fraglimit chmap gotomap g_grappling_hook sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off endmatch reducematchtime extendmatchtime allready" // players can vote for those commands or use them if they are masters.  You can also add 'kick kickban' to allow players to remove punks with a vote.  In that case it also helps to disable sv_status_privacy
-//sv_vote_commands "" // players can vote for those commands or use them if they are masters.  You can also add 'kick kickban' to allow players to remove punks with a vote.  In that case it also helps to disable sv_status_privacy
 //sv_vote_commands "restart fraglimit chmap gotomap endmatch reducematchtime extendmatchtime allready kick" // players can vote for those commands or use them if they are masters. You canm also add 'g_grappling_hook' for hook voting, and 'sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off' for fbskin voting.
-//sv_vote_master_commands "kickban" // add commands masters can use if logged in (NOT for voted masters). You may want to disable sv_status_privacy if using this.
+//sv_vote_master_commands "" // add commands masters can use if logged in or elected. You may want to put 'kickban' here, so masters can keep out punks. It may be good to also put "sv_status_privacy 0" then...
 //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
+//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_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!)




More information about the nexuiz-commits mailing list