set hostname "[BC]'s CAP-N-YO-ASS! ~ COMPetition v1.30" // NOTE: if running 2 servers on one machine, you must start one instance of kingpin with // "kingpin +set port ", where is a number between 31511 and 31519 (inclusive). // Port 31510 is the default port. // disable this if you don't want your server to show up on the internet, 1 = public set public 1 // set a password if you want it private // set password "cap" // The following master server can be accessed by browsers other than and including GameSpy setmaster master.ogn.org // DMFLAGS define the game rules. // DEFAULT: can't hurt team (if teamplay), weapons stay, spawn farthest set dmflags 788 // NO FALL DEFAULT: can't hurt team (if teamplay), // weapons stay, spawn farthest, no falling dmg // set dmflags 796 // hurt team (not recommended) //set dmflags 532 // Summary of DMFLAGS (add these together) // DF_NO_HEALTH 1 (no health items) // DF_AUTO_JOIN_TEAM 2 (new players join team with least players) // DF_WEAPONS_STAY 4 // DF_NO_FALLING 8 (no falling damage) // DF_SAME_LEVEL 32 (stay on current map) // DF_MODELTEAMS 128 (in normal deathmatch, players with same skin don't hurt each other) // DF_NO_FRIENDLY_FIRE 256 (don't hurt teammates) // DF_SPAWN_FARTHEST 512 // DF_FORCE_RESPAWN 1024 // DF_INFINITE_AMMO 8192 // DF_FIXED_FOV 32768 (don't allow clients to alter FOV) // OGL = 4 + 1024 + 512 = 1540 ? set deathmatch 1 set maxclients 8 // enable this if running a fast server with few clients, it eats up // a good deal of CPU time if lots of clients get involved in tommoygun // firefights, which results in packet loss to all clients // // disable if you get real LAGGY for no reason set dm_locational_damage 0 // Real Mode: only pistol, shotgun, tommygun are present, no armor, damage x4 //set dm_realmode 1 // maxrate sets the maximum amount of bandwidth (bytes per second) that any one client can occupy // 3000 = 28.8kbps modem speed // 4000 = 56k modem // 5000 = 64k ISDN // etc. set maxrate 6000 // logfile 0 = off, 1/2 = on set logfile 2 // use this to specify a different map for cycling //g_mapcycle_file maps.lst // Normal deathmatch set fraglimit 45 set timelimit 20 set rcon_password "INSERTYOURPASSWORD" // limit video card to 30 frames-per-sec, NOT sure if affects // SERVER, but what the hell. better safe than sorry. DOES give // a nice performance boost to the CLIENTS if they set this // variable in their autoexec.cfg set cl_maxfps 30 set zombietime 2 set timeout 125 set filterban 1 // // BIG NOTE: map command *MUST* be the last command, everything ELSE is // ignored after the map command. // map bc_bloodyclouds_junior // Bagman settings (disable "Normal Deathmatch" section if this is enabled) //set teamplay 1 //set fraglimit 0 //set cashlimit 2000 //map team_sr