r2621 - in trunk: Docs/server data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat May 19 16:12:51 EDT 2007


Author: div0
Date: 2007-05-19 16:12:51 -0400 (Sat, 19 May 2007)
New Revision: 2621

Modified:
   trunk/Docs/server/server.cfg
   trunk/data/default.cfg
Log:
forbid game type changes by default


Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2007-05-19 20:05:06 UTC (rev 2620)
+++ trunk/Docs/server/server.cfg	2007-05-19 20:12:51 UTC (rev 2621)
@@ -20,7 +20,7 @@
 
 //g_maplist_votable 5 // number of maps to vote between; set to 0 to disable the map voting screen (please enable g_maplist_shuffle above when this is enabled, or votes will be repetitive)
 //g_maplist_votable_suggestions 2 // number of suggestions to accept using the suggestmap command
-//g_maplist_votable_suggestions_change_gametype 1 // 0 will forbid suggestmap to change the game type
+//g_maplist_votable_suggestions_change_gametype 0 // 1 will allow suggestmap to change the game type
 
 //maxplayers 8 // number of players allowed on the server
 //port 26000 // the port used by the server
@@ -48,7 +48,7 @@
 //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_change_gametype 1 // 0 will forbid changing the game type by map votes
+//sv_vote_change_gametype 0 // 1 will allow changing the game type by map votes
 
 //sv_defaultcharacter 0 // 1 will force a specific model for all players
 //sv_defaultplayermodel models/player/nexus.zym // this model will be used

Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2007-05-19 20:05:06 UTC (rev 2620)
+++ trunk/data/default.cfg	2007-05-19 20:12:51 UTC (rev 2621)
@@ -569,7 +569,7 @@
 // a simple majority suffices to accept a vote (meaning: YES votes > NO votes, otherwise: YES votes > half of the players)
 set sv_vote_simple_majority 0
 // when disabled, don't allow game type changes
-set sv_vote_change_gametype 1
+set sv_vote_change_gametype 0
 alias vhelp "cmd vote help"
 alias vstatus "cmd vote status"
 alias vcall "cmd vote call $*"
@@ -680,7 +680,7 @@
 seta g_maplist_votable_keeptwotime 15
 seta g_maplist_votable_timeout 30 // note: must be below 50 seconds!
 seta g_maplist_votable_suggestions 2
-seta g_maplist_votable_suggestions_change_gametype 1
+seta g_maplist_votable_suggestions_change_gametype 0
 alias suggestmap "cmd suggestmap $1"
 
 set g_chat_flood_spl 0                   // seconds between lines to not count as flooding




More information about the nexuiz-commits mailing list