r4131 - in trunk: Docs/server data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Aug 13 11:07:02 EDT 2008


Author: div0
Date: 2008-08-13 11:06:59 -0400 (Wed, 13 Aug 2008)
New Revision: 4131

Modified:
   trunk/Docs/server/server.cfg
   trunk/data/defaultNexuiz.cfg
Log:
nodetail 1 as default for map voting


Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2008-08-13 11:15:42 UTC (rev 4130)
+++ trunk/Docs/server/server.cfg	2008-08-13 15:06:59 UTC (rev 4131)
@@ -38,6 +38,7 @@
 //g_lms 1         // last man standing
 //g_arena 1       // arena
 //g_keyhunt 1     // key hunt
+//g_race 1        // Race
 
 // enable some mutators you'd like
 //g_cloaked 0              // set to 1 for transparent hard to see players
@@ -73,7 +74,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_abstain 0 // when 1, people get a "don't care" selection in the vote screen
-//g_maplist_votable_nodetail 0 // when 1, people can't see how many voted for what (to thwart abusive "influential" first votes)
+//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" // players can vote for those commands or use them if they are masters
 //sv_vote_call 1 // 0 will disable the normal voting

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2008-08-13 11:15:42 UTC (rev 4130)
+++ trunk/data/defaultNexuiz.cfg	2008-08-13 15:06:59 UTC (rev 4131)
@@ -822,7 +822,7 @@
 seta g_maplist_votable_timeout 30 // note: must be below 50 seconds!
 seta g_maplist_votable_suggestions 2
 seta g_maplist_votable_suggestions_override_mostrecent 0
-seta g_maplist_votable_nodetail 0 // nodetail only shows total count instead of all vote counts per map, so votes don't influence others that much
+seta g_maplist_votable_nodetail 1 // nodetail only shows total count instead of all vote counts per map, so votes don't influence others that much
 seta g_maplist_votable_abstain 0 // when 1, you can abstain from your vote
 seta g_maplist_votable_screenshot_dir "maps" // where to look for map screenshots
 seta g_maplist_textonly 0 // use old style centerprint




More information about the nexuiz-commits mailing list