From: Rudolf Polzer Date: Sat, 23 Oct 2010 07:03:58 +0000 (+0200) Subject: default vote majority factor to only 2/3, not "2/3 plus one". Let's see if that reall... X-Git-Tag: xonotic-v0.1.0preview~254 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=5898073bc02f55c12e2390661ac3cc4dc7b17b1f default vote majority factor to only 2/3, not "2/3 plus one". Let's see if that really causes abuse. --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index e2720b34bc..a96131ceab 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1076,8 +1076,8 @@ set sv_vote_singlecount 0 "set to 1 to count votes once after timeout or to 0 to set sv_vote_timeout 30 "a vote will timeout after this many seconds" set sv_vote_wait 120 "a player can not call a vote again for this many seconds when his vote was not accepted" set sv_vote_stop 15 "a player can not call a vote again for this many seconds when he stopped this vote (e.g. to correct it)" -set sv_vote_majority_factor 0.5 "which quotient of the PLAYERS constitute a majority? (try: 0.667, 0.75 when using the above)" -set sv_vote_simple_majority_factor 0.667 "which quotient of the VOTERS constitute a majority too? (0 = off, otherwise it must be higher than or equal to sv_vote_majority_factor)" +set sv_vote_majority_factor 0.5 "which quotient of the PLAYERS constitute a majority? (try: 0.666, 0.75 when using the above)" +set sv_vote_simple_majority_factor 0.666 "which quotient of the VOTERS constitute a majority too? (0 = off, otherwise it must be higher than or equal to sv_vote_majority_factor)" // when disabled, don't allow game type changes "note: set these two equal to JUST support simple majorities" set sv_vote_override_mostrecent 0 alias vhelp "cmd vote help"