]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/server.cfg
more info
[xonotic/xonotic.git] / server / server.cfg
index 1d26ee66b4efce15795b509bbd5b43dd785aa736..a1a98e9e623bbc8d4558b7353454bbf35618f1a6 100644 (file)
@@ -4,7 +4,7 @@
 // Just "" means empty string.
 // Semicolon separates commands (in console or in aliases).
 
-// Search for settings and descriptions using the `search` command in console
+// Search for settings and descriptions using the 'search' command in console
 // or online: http://www.xonotic.org/tools/cacs/
 
 
 
 /////////////////////////////////////////////////////////////////////
 // Everything below has some sensible defaults so you don't really need to change anything.
+// It's meant as examples for people who want to customize the server more.
+// The values shown are either defaults or examples (for up to date defaults, see 'search' (or 'apropos') in console.
 
 //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_password ""     // this sets the remote console password on the server, you also need to set the cvar to the same value on your client to use the 'rcon' command.
 //rcon_restricted_password ""  // put here the password for a "restricted" rcon user (see below)
 
 //port 26000   // the port used by the server