X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=server%2Fserver.cfg;h=0dcb1516c3a86840b8e066aeaed86c719a7c7aca;hp=0610fc0da2899d30d1ec8fe07d42b0b896770f67;hb=b1b6795385272ae33621fcb9f7c06ddc383c642f;hpb=b7392b65c48065f8536457abdd2822676e0e5a78 diff --git a/server/server.cfg b/server/server.cfg index 0610fc0d..0dcb1516 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -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/ @@ -22,11 +25,12 @@ ///////////////////////////////////////////////////////////////////// // 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)