From 75b4c3f986a70226c5729b567c7eeb810af57395 Mon Sep 17 00:00:00 2001 From: drjaska Date: Sat, 13 Mar 2021 09:45:58 +0200 Subject: [PATCH] Added a warning line to server.cfg after testing Server will fail to show up on the list, will not start on a proper IP and is unconnectable to with "connect localhost:properportnumberhere". --- server/server.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/server/server.cfg b/server/server.cfg index 32555723..430c4256 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -15,6 +15,7 @@ ///////////////////////////////////////////////////////////////////// // Things you SHOULD change to make the server "yours" (remove the // and change the value): +// DO NOT keep $_cl_name playername wildcard in your hostname if you do not have a set playername. Your server will fail to start without a proper error. //sv_public 1 // 0 or -1 (see description) if the server should not be on the public servers list //hostname "$_cl_name's Xonotic $g_xonoticversion Server" // this name will appear on the server list (the $g_xonoticversion gets replaced with the current version) -- 2.39.2