]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/server.cfg
typo
[xonotic/xonotic.git] / server / server.cfg
index 0610fc0da2899d30d1ec8fe07d42b0b896770f67..0dcb1516c3a86840b8e066aeaed86c719a7c7aca 100644 (file)
@@ -1,3 +1,6 @@
+// This is an example config, to actually use it, copy it to ~/.xonotic/data on linux
+// or the equivalent directory on your OS (https://xonotic.org/faq/#config).
+
 // Two slashes start a comment until the end of the line.
 // Surround settings with double quotes (e.g. cvar_name "some value") unless they're a single number or word.
 // Cvar means console variable.
@@ -5,7 +8,7 @@
 // Semicolon separates commands (in console or in aliases).
 
 // Search for settings and descriptions using the 'search' command in console
-// or online: http://www.xonotic.org/tools/cacs/
+// or online: https://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, 'search' (or 'apropos') in console will also help you.
+// 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
+//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 to one of your internal IPs
 
 //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)