set sv_master3 "master3.xonotic.org:27950"
set sv_master4 "master4.xonotic.org:42863"
+// load console command aliases and settings
+exec commands.cfg
+
+// this should be executed only once even on ruleset-votable servers, otherwise the tips would always start from 0
+if_dedicated exec help.cfg
+
exec xonotic-client.cfg
exec xonotic-server.cfg
set g_mapinfo_q3compat 1 "0: generate .mapinfo if none exists, ignoring .arena and .defi files. 1: read .arena and .defi files, don't generate .mapinfo. 2: generate .mapinfo if none exists using data from .arena files instead of reading them, .defi files continue to be used directly"
-// load console command aliases and settings
-exec commands.cfg
-
// ... and now that everything is configured/aliased, we can do some things:
// Change g_start_delay based upon if the server is local or not.
if_client set g_start_delay 0 "delay before the game starts, so everyone can join; recommended to set this to like 15 on a public server"
if_dedicated set g_start_delay 15 "delay before the game starts, so everyone can join; recommended to set this to like 15 on a public server"
-
-// this should be execed only once even on ruleset-votable servers, otherwise the tips would always start from 0
-if_dedicated exec help.cfg