It is recommended to use kpded2.exe file if you are going to run a public server so I have included it (and the kpded2.txt) in the zipfile.

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

I suggest adding the following to the server.cfg for the enhanced bagman mod.

set max_download_rate 1000    (replace 'xxx' with the speed limit you want)
set sv_enforcetime_kick 4
set sv_maxpps 120
set sv_max_packetdup 1
set sv_download_precache 1
set sv_show_connections 1
set sv_show_name_changes 1
set net_rcvbuf 65536
set net_sndbuf 65536

addcvarcheck ebmver !* STUFF exec ebm.cfg

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). The pak1 file includes the ebm.cfg file which has two important binds for the machete and flash grenades.
The addcvarcheck command tells clients to execute the ebm.cfg.

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

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

