X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=server%2Freadme.txt;h=7fdc1a9e0fbbee06e089dbbc00c9d60eee19d480;hp=1a0c70b8d576d24273512328bf8d4c0833691360;hb=2ec7592650fe8ad01d877f7c6887d9f9dda143af;hpb=e5832bf2ecac60a672a29c85cd8dec341a215e1c;ds=sidebyside diff --git a/server/readme.txt b/server/readme.txt index 1a0c70b8..7fdc1a9e 100644 --- a/server/readme.txt +++ b/server/readme.txt @@ -1,22 +1,19 @@ This subdirectory contains scripts and a config file that can be used -to start a dedicated Nexuiz (default) or Nexuiz Havoc server (differs -in movement, weapon and other settings) on linux, mac or windows -systems and also some tools that help with maintaining your server. - -You will need to copy the right script into your Nexuiz main -directory, where the normal binaries are. There are two scrips for -each sytems, one to start a normal Nexuiz server and one to start a -Nexuiz 'Havoc' server. You then need to copy and ADJUST the config -file which is called server.cfg. You can copy it either into the -Nexuiz/data directory where the big data*.pk3 file is or when running -on linux or mac you can as well copy it into a special directory -called '~/.nexuiz/data'. After you have setup everything and have -adjusted the config file you can start the server by running the -server script. +to start a dedicated Xonotic server on linux, mac or windows systems +and also some tools that help with maintaining your server. + +You will need to copy the right script for your system into your +Xonotic main directory, where the normal binaries are. You then need +to copy and ADJUST the config file which is called server.cfg. You +can copy it either into the Xonotic/data directory where the big +data*.pk3 file is or when running on linux or mac you can as well copy +it into a special directory named '~/.xonotic/data'. After you have +setup everything and have adjusted the config file you can start the +server by running the server script. Please make sure your server is always uptodate! Just signup the -Nexuiz release mailinglist to get informed about new releases. -https://lists.sourceforge.net/lists/listinfo/nexuiz-releases +Xonotic release mailinglist to get informed about new releases. +https://lists.sourceforge.net/lists/listinfo/xonotic-releases An important thing is to make sure that your firewall does allow players to connect to your server. This typicly means you will have @@ -26,7 +23,7 @@ computer running your server. How to do this does depend on your computer and network setup. If you plan to install custom maps on your server you should read the -file Nexuiz/Docs/mapdownload.txt to learn how to setup automatic map +file Xonotic/Docs/mapdownload.txt to learn how to setup automatic map download. In case you want to rename the server.cfg file, e.g. because you want @@ -45,11 +42,11 @@ variables with 'cmdlist' and 'cvarlist' in the server console. rcon.pl is a perl script that implements rcon which can be used to remotely control your server. -rcon2irc is a Nexuiz server to irc gateway. It allows you to watch +rcon2irc is a Xonotic server to irc gateway. It allows you to watch and communicate with active players on your server via irc. Read its rcon2irc.txt to learn how to setup and use it! -help.cfg is a Nexuiz config file providing a simple help message +help.cfg is a Xonotic config file providing a simple help message system. It prints all the messages from a list, one after the other with an configureable delay between them. Great to provide beginners with some hints.