]> icculus.org git repositories - divverent/nexuiz.git/blob - Docs/server/readme.txt
removed a few 'set' from variables to make things look easier and less scary :)
[divverent/nexuiz.git] / Docs / server / readme.txt
1 In this subdirectoriy you will find scripts and a config file that can\r
2 be used to start a dedicated server on linux, mac or windows systems.\r
3 You will need to copy the right script into your Nexuiz main\r
4 directory, where the normal binaries are.  You then need to copy and\r
5 ADJUST the config file which is called server.cfg.  You can copy it\r
6 either into the Nexuiz/data directory where the big data*.pk3 file is\r
7 or when running linux or a mac you can as well copy it into a special\r
8 directory called ~/.nexuiz/data .\r
9 \r
10 An important thing is to make sure that your firewall does allow to\r
11 contact your server.  This typicly means you will have to open or\r
12 forward the port (see the line <port 26000> in your config.cfg for the\r
13 right port number) to the computer running your server.  How to do\r
14 this does depend on your computer setup.\r
15 \r
16 If you plan to install custom maps on your server you should read the\r
17 file Docs/mapdownload.txt to learn how to setup automatic map\r
18 download.\r
19 \r
20 After you have setup everything and have adjusted the config file you\r
21 can start the server by executing the server script.  The options in\r
22 the config file are only the most interesting and important ones. You\r
23 can find more information about setting up a dedicated server in the\r
24 Nexuiz Wiki:\r
25 http://alientrap.org/wiki/pmwiki.php?n=Main.DedicatedServer\r
26 \r
27 Some more info about the available variables and commands:\r
28 http://alientrap.org/wiki/pmwiki.php?n=Main.GameTweaks\r
29 http://alientrap.org/wiki/pmwiki.php?n=Main.ConsoleCommands\r