From f7192e1b23adeb57302aa91f837aef40a7b4b292 Mon Sep 17 00:00:00 2001 From: Mirio Date: Fri, 20 Dec 2013 00:46:28 +0100 Subject: [PATCH] Add UC profile --- server/hub/profile-uc.cfg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 server/hub/profile-uc.cfg diff --git a/server/hub/profile-uc.cfg b/server/hub/profile-uc.cfg new file mode 100644 index 00000000..c11812b6 --- /dev/null +++ b/server/hub/profile-uc.cfg @@ -0,0 +1,30 @@ +// ================== +// Server information +// ================== +set _servername "unconnected" +set _servertag "[HUB]" +set _continent "Europe" +set _continent_small "EU" +set _location "Germany" +set _version "Xonotic git" +hostname "${_servertag} ${_version} ${_description} (${_location})" + +set _motd_intro "Welcome to the ${hostname}' +set _motd_administrator "[unconnected] clan" +set _motd_contact "irc.quakenet.org : #unconnected.xonotic or #uc.xon" +set _motd_host "named ${_servername} : Provided by [unconnected]CaptainJack" +set _motd_location "${_location} (${_continent})" +sv_motd "^7${_motd_intro}\n^7${_motd_description}\n^2Administrated by ${_motd_administrator}\n^2Contact at ${_motd_contact}\n^2Server ${_motd_host} in ${_motd_location}" + +// ============== +// Administration +// ============== +sv_adminnick "${_servername} admin" +rcon_secure 1 +//rcon_password "example" // set in launcher as XON_PASS environment + +// ============= +// Miscellaneous +// ============= +net_address "89.238.64.210" +sv_curl_defaulturl "http://download.unconnected-clan.de/maps/" -- 2.39.2