r3406 - trunk/Docs/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Feb 23 14:40:19 EST 2008


Author: div0
Date: 2008-02-23 14:40:18 -0500 (Sat, 23 Feb 2008)
New Revision: 3406

Modified:
   trunk/Docs/server/server.cfg
Log:
mapinfo in server.cfg


Modified: trunk/Docs/server/server.cfg
===================================================================
--- trunk/Docs/server/server.cfg	2008-02-23 18:08:50 UTC (rev 3405)
+++ trunk/Docs/server/server.cfg	2008-02-23 19:40:18 UTC (rev 3406)
@@ -3,24 +3,35 @@
 // 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
 // change anything.  But here is a settings you SHOULD change to make
 // it 'YOUR' server.
 
 hostname "Nexuiz Server" // this name will appear on the server list
 
-
 // Some settings you MIGHT want to change.  IF so remove the // from the
-// line start and change them to your liking.  See the end of the file
-// for more g_maplist examples.
+// line start and change them to your liking.
 
-//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
+// GAME MODE: what type of server do you want to host? Only uncomment ONE of these.
+//g_dm 1          // deathmatch
+//g_tdm 1         // team deathmatch
+//g_ctf 1         // capture the flag
+//g_domination 1  // domination
+//g_runematch 1   // runematch
+//g_lms 1         // last man standing
+//g_arena 1       // arena
+//g_keyhunt 1     // key hunt
+
+// List of ALL maps the server carries. Set to "" to autodetect (which would enumerate ALL maps. Maps that don't support the current game mode will be skipped, so you don't need to remove them here.
+//g_maplist "aggressor aneurysm basement basementctf bleach bloodprison bloodprisonctf bluesky darkzone dieselpower dismal downer evilspace farewell final_rage reslimed ruiner runningman runningman_1on1remix runningmanctf silvercity skyway slimepit soylent starship stormkeep strength toxic warfare"
 //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_mostrecent_count 3 // number of maps that have to be played before a map can be repeated
 
 //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)
+//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)
 
 //maxplayers 8 // number of players allowed on the server
 //port 26000 // the port used by the server
@@ -30,6 +41,8 @@
 //log_file server.log // server console output will also be copied to this file
 //rcon_password "" // you can use rcon if this password is set. you need to set the same password in your client if you want to issue rcon commands
 
+//rcon_restricted_commands "" // commands a "restricted" rcon user may use
+//rcon_restricted_password "" // put here the password for a "restricted" rcon user
 
 // Some more advanced settings.  You probably are not interesting in them.
 
@@ -48,7 +61,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 (enable this on multi-gamemode servers)
+//sv_vote_majorty_factor 0.5 // 0.667 will require a 2/3 majority instead of a regular 1/2 one
 
 //sv_defaultcharacter 0 // 1 will force a specific model for all players
 //sv_defaultplayermodel models/player/nexus.zym // this model will be used
@@ -66,27 +79,3 @@
 //minplayers 0 // add bots if less then that number of players playing
 //bot_prefix [BOT] // prepend this to all botnames
 //bot_suffix "" // append this to all botnames
-
-
-// Some more examples for g_maplist
-
-// arena mode (1on1 elimination)
-//g_maplist 'arena_aggressor''arena_aneurysm''arena_basementctf''arena_basement''arena_bleach''arena_darkzone''arena_dieselpower''arena_downer''arena_evilspace''arena_farewell''arena_final_rage''arena_reslimed''arena_ruiner''arena_runningman_1on1remix''arena_runningman''arena_silvercity''arena_skyway''arena_soylent''arena_starship''arena_stormkeep''arena_toxic''arena_warfare'
-
-// ctf mode
-//g_maplist 'ctf_basementctf''ctf_dismal''ctf_runningmanctf'
-
-// dm mode (free for all)
-//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'
-
-// domination mode
-//g_maplist 'dom_aggressor''dom_aneurysm''dom_basement''dom_bleach''dom_darkzone''dom_dieselpower''dom_downer''dom_evilspace''dom_reslimed''dom_ruiner''dom_runningman_1on1remix''dom_runningman''dom_silvercity''dom_skyway''dom_soylent''dom_starship''dom_stormkeep''dom_toxic'
-
-// lms mode (last man standing)
-//g_maplist 'lms_aggressor''lms_basement''lms_bleach''lms_bloodprison''lms_bluesky''lms_downer''lms_evilspace''lms_farewell''lms_final_rage''lms_reslimed''lms_ruiner''lms_runningman_1on1remix''lms_runningman''lms_skyway''lms_soylent''lms_starship''lms_stormkeep''lms_toxic''lms_warfare'
-
-// rune mode
-//g_maplist 'rune_aggressor''rune_aneurysm''rune_basement''rune_bleach''rune_darkzone''rune_dieselpower''rune_downer''rune_evilspace''rune_reslimed''rune_ruiner''rune_runningman_1on1remix''rune_runningman''rune_silvercity''rune_skyway''rune_soylent''rune_starship''rune_stormkeep''rune_toxic'
-
-// tdm mode (team deatch match)
-//g_maplist 'tdm_aggressor''tdm_aneurysm''tdm_basement''tdm_bleach''tdm_darkzone''tdm_dieselpower''tdm_downer''tdm_evilspace''tdm_farewell''tdm_final_rage''tdm_reslimed''tdm_ruiner''tdm_runningman_1on1remix''tdm_runningmanctf''tdm_runningman''tdm_silvercity''tdm_skyway''tdm_soylent''tdm_starship''tdm_stormkeep''tdm_toxic''tdm_warfare'




More information about the nexuiz-commits mailing list