Linux version installation
==========================
Unzip all the files into your kingpin folder and they will be placed in the correct locations (kingpin/killconfirmed). 

Configuring a Server

To configure a server just update the server.cfg and comp.ini files to your liking.

Kill Confirmed specific options in the server.cfg:-

set taglimit 	(same as fraglimit, but then for tags, STD DM 40 is normal, Team DM 60-80 or more)
set arrowmode 	(0 = no crossbow, 1 = Crossbow for Flamer, 2 = Crossbow Only - Arrowmode can not be set in combination with Realmode, Rocketmode or Instagib)
set randommode (0 for off - 1 for teamplay specific - 2 will be full random (not ready).)

New options to quick setup a next match (only for admins):

setup_dm 40 - this will setup Standard Deathmatch with taglimit 40 for next match 
setup_tdm 80 - this will setup Team Deathmatch with taglimit 80 for next match 
setup_bagman 3000 - this will setup Bagman with cashlimit 3000 for next match 
setup_tagman 100 - this will setup Tagman with taglimit 100 for next match 

set KPDED2 options in server.cfg (if running a public server):-

set max_download_rate xxx  (replace 'xxx' with the speed limit you want such as 256)
set sv_enforcetime_kick 4
set sv_maxpps 120
set sv_max_packetdup 1
set sv_download_precache 1  (if not using an SSD hard drive)
set net_rcvbuf 64 (this increeases the Windows network buffers)
set net_sndbuf 64 (this increases the Windows network buffers)
set win_priority auto  (if other programs running the Kingpin server may be given higher CPU priority)

set clientdir kilconfirmed (so if clients download the killconfirmed client files they will be placed in kingpin/killconfirmed)

set dmflags 1812 (teamdm or tagman/bagman) or 788 (dm)

--------------------------------
To run a lan server for you and your friends either use the default settings in the server.cfg or change them to your liking then start Kingpin:-

./kingpin.exe +set game killconfirmed +set deathmatch 1 +exec server.cfg

If you have a server box set up to run your servers at your lan session then you can make it a dedicated server by adding the following +set dedicated 1

./kingpin.exe +set game killconfirmed +set deathmatch 1 +exec server.cfg +set dedicated 1

---------------------------------
However if you want to run a Public server you need to use kpded2 enhanced server file to run the server. 

Please read the kpded2.txt file for a comprehsive explanation of all the improvements and settings.

The following KPDED2 commands are included in the killconfirmed mod server.cfg but are commented out. Just remove the // to activate them.

set max_download_rate xxx  (replace 'xxx' with the speed limit you want such as 256)
set sv_enforcetime_kick 4
set sv_maxpps 120
set sv_max_packetdup 1
set sv_download_precache 1  (if not using an SSD hard drive)
set net_rcvbuf 64 (this increeases the Windows network buffers)
set net_sndbuf 64 (this increases the Windows network buffers)
set win_priority auto  (if other programs running the Kingpin server may be given higher CPU priority)

Check the Quick start settings in the kpded2.txt file for an explanation of these settings.

If you use kpded2 then players will be able to download the client files from the server (pak1.pak file).

If you use the kpded2.exe to run your server then it replaces the kingpin.exe in your server shortcut:-
./kpded2 +set game killconfirmed +exec server.cfg

You don't need to add '+set dedicated 1' because a server running kpded2 starts in dedicated mode by default.

You could also set up a shell script file to start the server.

**Please not that the kpded2 file is NOT included in the killconfirmed zipfile but you can download it from here.***
http://download.kingpin.info/index.php?dir=kingpin%2Fserver%2Funofficial%2Fkpded2%2Flinux%2F&search=ded2-v5-linux.zip+&search_mode=f






