r2772 - branches/nexuiz-2.0/Docs/server trunk/Docs/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jun 24 11:49:19 EDT 2007


Author: esteel
Date: 2007-06-24 11:49:18 -0400 (Sun, 24 Jun 2007)
New Revision: 2772

Modified:
   branches/nexuiz-2.0/Docs/server/server.cfg
   trunk/Docs/server/server.cfg
Log:
removed ; from comments from server.cfg example files as DP tends to end comments at semicolons.  will CIA print this twice?


Modified: branches/nexuiz-2.0/Docs/server/server.cfg
===================================================================
--- branches/nexuiz-2.0/Docs/server/server.cfg	2007-06-22 00:43:38 UTC (rev 2771)
+++ branches/nexuiz-2.0/Docs/server/server.cfg	2007-06-24 15:49:18 UTC (rev 2772)
@@ -1,7 +1,7 @@
 // A setting needs to be surrounded with " if it contains special
 // characters like space, semicolon (seperates commands) or starts
-// with // (begins a comment for the rest of the line).  While just ""
-// means 'no/empty setting".
+// with // (begins a comment for the rest of the line or next
+// semicolon).  While just "" means 'no/empty setting".
 
 
 // Everything has some sensible defaults so you do NOT really need to
@@ -18,7 +18,7 @@
 //g_maplist 'dm_aggressor''dm_aneurysm''dm_basement''dm_bleach''dm_bloodprison''dm_bluesky''dm_darkzone''dm_dieselpower''dm_downer''dm_evilspace''dm_farewell''dm_final_rage''dm_reslimed''dm_ruiner''dm_runningman_1on1remix''dm_runningman''dm_silvercity''dm_skyway''dm_soylent''dm_starship''dm_stormkeep''dm_toxic''dm_warfare' // the map cycle for the server
 //g_maplist_shuffle 1 // 0 always selects the next map out of g_maplist (but then set better set g_maplist_votable 0 below to prevent repetitive votes), 1 will select random maps each time
 
-//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 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 (enable this on multi-gamemode servers)
 
@@ -47,7 +47,7 @@
 //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_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 (enable this on multi-gamemode servers)
 
 //sv_defaultcharacter 0 // 1 will force a specific model for all players

Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2007-06-22 00:43:38 UTC (rev 2771)
+++ trunk/Docs/server/server.cfg	2007-06-24 15:49:18 UTC (rev 2772)
@@ -1,7 +1,7 @@
 // A setting needs to be surrounded with " if it contains special
 // characters like space, semicolon (seperates commands) or starts
-// with // (begins a comment for the rest of the line).  While just ""
-// means 'no/empty setting".
+// with // (begins a comment for the rest of the line or next
+// semicolon).  While just "" means 'no/empty setting".
 
 
 // Everything has some sensible defaults so you do NOT really need to
@@ -18,7 +18,7 @@
 //g_maplist 'dm_aggressor''dm_aneurysm''dm_basement''dm_bleach''dm_bloodprison''dm_bluesky''dm_darkzone''dm_dieselpower''dm_downer''dm_evilspace''dm_farewell''dm_final_rage''dm_reslimed''dm_ruiner''dm_runningman_1on1remix''dm_runningman''dm_silvercity''dm_skyway''dm_soylent''dm_starship''dm_stormkeep''dm_toxic''dm_warfare' // the map cycle for the server
 //g_maplist_shuffle 1 // 0 always selects the next map out of g_maplist (but then set better set g_maplist_votable 0 below to prevent repetitive votes), 1 will select random maps each time
 
-//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 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 (enable this on multi-gamemode servers)
 
@@ -47,7 +47,7 @@
 //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_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 (enable this on multi-gamemode servers)
 
 //sv_defaultcharacter 0 // 1 will force a specific model for all players




More information about the nexuiz-commits mailing list