r4779 - trunk/Docs/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 18 13:08:08 EDT 2008


Author: div0
Date: 2008-10-18 13:08:08 -0400 (Sat, 18 Oct 2008)
New Revision: 4779

Modified:
   trunk/Docs/server/server.cfg
Log:
new simple majority method


Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2008-10-18 17:05:32 UTC (rev 4778)
+++ trunk/Docs/server/server.cfg	2008-10-18 17:08:08 UTC (rev 4779)
@@ -88,8 +88,8 @@
 //sv_vote_call 1 // 0 will disable the normal voting
 //sv_vote_master 1 // 0 will disable voting to become masters
 //sv_vote_master_password "" // when set, vdo login master will allow you to run votable commands directly using vdo
-//sv_vote_simple_majority 0 // 1 will make votes succeed if there are more yes than no votes.  with 0 (default), more than half of the players have to say yes
 //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!)
 
 /////////////////////////////////////////////////////////////////////
 // Some more advanced settings.  You probably are not interested in changing them at all.




More information about the nexuiz-commits mailing list