3 Team Mod Linux install
========================
1.  Make sure you have version 1.21 'kpded' in your /kingpin directory.
2.  Create a folder called '3team' in your /kingpin directory.

    THIS IS IMPORTANT THAT THE MOD BE RUN UNDER A KINGPIN/3TEAM FOLDER!
    THIS ALLOWS CLIENT'S COMPUTERS TO FIND THE CLIENT PAKFILE NEEDED
    FOR THE MOD.

3.  Unzip the files in the zip to the /kingpin/3team directory.
4.  Edit the comp.ini, server, cfg, maps.lst, teammaps.lst, and maps.txt files
    with your desired settings.

Remember to setup the comp.ini and the server.cfg, this is required.

The maps.txt file should list all the maps a server admin (or elected admin)
can load.  If you don't set this up a person could possibly crash the server
by typing the incorrect map name.

================================================================================
To start the server, you can either use 'screen' (desired method):

	screen -A ./kpded +set game 3team +exec server.cfg

This will start the server in it's own screen, then press 'ctrl-a-d' to detach
the screen and return to the terminal.  

To bring the screen back up, do a 'ps -A' to see what process number the screen
is running (usually 1 less than the 'kpded' process number) and type 
'screen -r ####' where #### is the process number for the screen.

To shut down the server, reattach the screen then type quit in the console.
================================================================================
An alternate method of running a kingpin server is:

	nohup ./kpded +set game 3team +exec server.cfg &

To shut down a server loaded via nohup, you'll have to 'ps -A' to get the process
number and then 'kill ####' where #### is the kpded process number.
=================================================================================

This mod can be run in either 3 Team Bagman mode or 3 Team Deathmatch mode.

At the time of this release, there is only 1 map available for bagman.  The
map is 3team_sr by Hypo_V8.  More should be available soon by mappers interested
in making maps for this mod :)