Extract this archive to your QUAKE2 directory

You also need the PAK0.PAK file which is available from:

http://www.planetquake.com/nighthunters

nhserver.cfg	main server configuration file.  Make sure
		you modify the following settings:
		hostname
		rcon_password
		port

maps.txt	list of maps to rotate

motd.txt	What is displayed in the menu when a user
		accesses the INFO menu

To start the server, use the following command line:

For Linux:

./quake2 +set game nhunters +set deathmatch 1 +set dedicated 1 +exec nhserver.cfg

For win32:

quake2.exe +set game nhunters +set deathmatch 1 +set dedicated 1 +exec nhserver.cfg

Note: If you run more than one server, make sure you change the port number in the nhserver.cfg to another port.  If this is your second server, use 'set port 27911'

Note: server variables are case sensitive


