]> icculus.org git repositories - divverent/nexuiz.git/blob - Docs/server/readme.txt
added divVerents rcon irc gateway
[divverent/nexuiz.git] / Docs / server / readme.txt
1 In this subdirectory you will find scripts and a config file that can\r
2 be used to start a dedicated Nexuiz server on linux, mac or windows\r
3 systems.  You will need to copy the right script into your Nexuiz main\r
4 directory, where the normal binaries are.  There are two scrips for\r
5 each sytems, one to start a normal Nexuiz server and one to start a\r
6 Nexuiz 'Pro' server, that differs in movement and weapon settings.\r
7 You then need to copy and ADJUST the config file which is called\r
8 server.cfg.  You can copy it either into the Nexuiz/data directory\r
9 where the big data*.pk3 file is or when running on linux or mac you\r
10 can as well copy it into a special directory called ~/.nexuiz/data\r
11 \r
12 Please make sure your server is always uptodate!  Just signup the\r
13 Nexuiz release mailinglist to get informed about new releases.\r
14 https://lists.sourceforge.net/lists/listinfo/nexuiz-releases\r
15 \r
16 An important thing is to make sure that your firewall does allow\r
17 players to connect to your server.  This typicly means you will have\r
18 to open or forward the port (see the line that sets the variable port\r
19 in your config.cfg for the right port number, default is 26000) to the\r
20 computer running your server.  How to do this does depend on your\r
21 computer and network setup.\r
22 \r
23 If you plan to install custom maps on your server you should read the\r
24 file Docs/mapdownload.txt to learn how to setup automatic map\r
25 download.\r
26 \r
27 After you have setup everything and have adjusted the config file you\r
28 can start the server by running the server script.  The options in the\r
29 config file are only the most interesting and important ones.  You can\r
30 find more information about setting up a dedicated server in the\r
31 Nexuiz Wiki:\r
32 http://alientrap.org/wiki/pmwiki.php?n=Main.DedicatedServer\r
33 \r
34 Some more info about the available variables and commands:\r
35 http://alientrap.org/wiki/pmwiki.php?n=Main.GameTweaks\r
36 http://alientrap.org/wiki/pmwiki.php?n=Main.ConsoleCommands\r
37 \r
38 For your convenience you can also find a nexuizserver to irc gateway\r
39 in rcon2irc-0.4.tar.bz2.  It allows you to watch and communincate with\r
40 active players on your nexuizserver via irc.  Extract it and read its\r
41 rcon2irc.txt to learn how to setup and use it!\r