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