X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=server%2Fserver.cfg;h=9de5639551927509fa24e2f4eca1844c257dbe80;hp=c203fa83617d3d5737b58bbb69395419af011128;hb=2ec7592650fe8ad01d877f7c6887d9f9dda143af;hpb=aa6f316cceb9ff4e7428c2605ed97e93a843252d diff --git a/server/server.cfg b/server/server.cfg index c203fa83..9de56395 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -11,7 +11,7 @@ //sv_public 1 // 0 if the server should not be on the public servers list //sv_status_privacy 1 // 1 hides IP addresses from "status" replies shown to clients, 0 shows them. Enables players to identify wellknown punks on your server OR is a thread to anonymity.. depending on your point of view :) -//hostname "Nexuiz $g_nexuizversion Server" // this name will appear on the server list (the $g_nexuizversion gets replaced with the current version) +//hostname "Xonotic $g_xonoticversion Server" // this name will appear on the server list (the $g_xonoticversion gets replaced with the current version) //sv_motd "" // this message (unless "") is displayed to players on connect //maxplayers 8 // number of players allowed on the server //port 26000 // the port used by the server @@ -55,7 +55,7 @@ // select AT MOST one of these arena mutators //g_minstagib 0 // set to 1 for MinstaGib -//g_nixnex 0 // set to 1 for No Items Nexuiz +//g_nixnex 0 // set to 1 for No Items Xonotic //g_nixnex_with_laser 0 // set to 1 to always give players the laser in NixNex //g_rocketarena 0 // set to 1 to make the rocket launcher the only weapon @@ -108,7 +108,7 @@ //sv_maxrate 1000000 // limits client connections to this rate in bytes/seconds // see Docs/mapdownload.txt for more info -//sv_curl_defaulturl http://www.nexuiz.com/contentdownload/getmap.php?file= //fallback download URL +//sv_curl_defaulturl http://www.xonotic.com/contentdownload/getmap.php?file= //fallback download URL //sv_defaultcharacter 0 // 1 will force a specific model for all players //sv_defaultplayermodel models/player/nexus.zym // this model will be used @@ -119,5 +119,5 @@ //g_balance_teams 1 // 0 will show players the team selection menu after joining instead of automaticly putting them on the smaller team //g_balance_teams_force 0 // 1 to automaticly balance teams even during a game -//set g_ban_sync_uri "http://94.23.21.40/~nexuiz/bans/" // sync bans using this ban list provider (disabled by default, uncomment this line to enable) +//set g_ban_sync_uri "http://94.23.21.40/~xonotic/bans/" // sync bans using this ban list provider (disabled by default, uncomment this line to enable) //set g_ban_sync_trusted_servers "" // accept bans that were initially set on the server IPs listed here (if not set, your bans are just sent to the sync URIs, but no bans are retrieved from there)