r2622 - trunk/Docs/server

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


Author: div0
Date: 2007-05-19 16:16:25 -0400 (Sat, 19 May 2007)
New Revision: 2622

Modified:
   trunk/Docs/server/server.cfg
Log:
small hint in server.cfg


Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2007-05-19 20:12:51 UTC (rev 2621)
+++ trunk/Docs/server/server.cfg	2007-05-19 20:16:25 UTC (rev 2622)
@@ -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 0 // 1 will allow suggestmap to change the game type
+//g_maplist_votable_suggestions_change_gametype 0 // 1 will allow suggestmap to change the game type (enable this on multi-gamemode servers)
 
 //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 0 // 1 will allow changing the game type by map votes
+//sv_vote_change_gametype 0 // 1 will allow changing the game type by map votes (enable this on multi-gamemode servers)
 
 //sv_defaultcharacter 0 // 1 will force a specific model for all players
 //sv_defaultplayermodel models/player/nexus.zym // this model will be used




More information about the nexuiz-commits mailing list