]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/server.cfg
move rcon up
[xonotic/xonotic.git] / server / server.cfg
index 61ad4f254483858dc153bf792fa6aa4b60f94df2..1d26ee66b4efce15795b509bbd5b43dd785aa736 100644 (file)
 
 
 /////////////////////////////////////////////////////////////////////
-// Things you should change to make the server "yours" (remove the // and change the value):
+// Things you SHOULD change to make the server "yours" (remove the // and change the value):
 
 //sv_public 1  // 0 or -1 (see description) if the server should not be on the public servers list
 //hostname "Xonotic $g_xonoticversion Server"  // this name will appear on the server list (the $g_xonoticversion gets replaced with the current version)
-//sv_motd ""   // displayed on connect - good place for contact info (IRC or forum nick) so players can reach you when something is wrong with your server
+//sv_motd ""   // displayed on connect - good place for contact info (IRC, forum nick, etc.) so players can reach you when something is wrong with your server
 
 
 
 
 /////////////////////////////////////////////////////////////////////
-// Everything below has some sensible defaults so you do NOT really need to change anything.
+// Everything below has some sensible defaults so you don't really need to change anything.
 
 //maxplayers 8 // number of player slots on the server (including spectators)
 
+//net_address 0.0.0.0  // ONLY change this if you have problems with your server. Specifies the network interface used by the engine.  Set it you one of you internal IPs
+
+//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_password ""  // put here the password for a "restricted" rcon user (see below)
+
 //port 26000   // the port used by the server
 // You are RECOMMENDED to change this value to a free port number on your server
 // above 1024. The reason is that some bad ISPs might filter "gaming" ports, and
@@ -57,7 +62,7 @@
 
 // GAME MODE: what type of server do you want to host?
 // possible values: dm (deathmatch), tdm (team deathmatch), ctf (capture the flag), ca (clan arena), ft (freeze tag), kh (keyhunt), as (assault), dom (domination), lms (last man standing), ka (keepaway), inv (invasion), ons (onslaught), rc (race), cts (complete the stage), nb (nexball)
-//gametype dm
+//gametype dm  // default gamemode
 
 
 
 // Some settings you MIGHT want to change.  Again IF so remove the //
 // from the line start and change them to your liking.
 
-//net_address 0.0.0.0  // ONLY change this if you have problems with your server. Specifies the network interface used by the engine.  Set it you one of you internal IPs
-
-//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_password ""  // put here the password for a "restricted" rcon user (see below)
-
 //skill 8      // the bots skill level
-//minplayers 6 // add bots if less then that number of players playing
+//minplayers 0 // add bots if less then that number of players playing
 //g_maxplayers 0 // above this player count, only allow spectators
 //bot_prefix [BOT]     // prepend this to all botnames
 //bot_suffix ""        // append this to all botnames
@@ -187,6 +187,8 @@ sv_weaponstats_file http://www.xonotic.org/weaponbalance/
 //g_spawnshieldtime 1  // time for which players are protected after spawn
 
 
+
+
 /////////////////////////////////////////////////////////////////////
 // "Obvious" mutators that are allowed on a "pure" server
 //g_instagib 0 // set to 1 for InstaGib
@@ -194,6 +196,8 @@ sv_weaponstats_file http://www.xonotic.org/weaponbalance/
 //g_powerups -1 // set to 0 to turn off strength/quad and shield/invincible, and set to 1 to turn them on even in game modes that normally have them turned off
 
 
+
+
 /////////////////////////////////////////////////////////////////////
 // Overkill mod settings
 
@@ -201,6 +205,8 @@ sv_weaponstats_file http://www.xonotic.org/weaponbalance/
 // You should also consider enabling 'g_fullbrightplayers 1'.
 
 
+
+
 /////////////////////////////////////////////////////////////////////
 // WARNING: anything below this line makes your server "impure"!