diff options
Diffstat (limited to 'games-server/halflife-cstrike/files/server.cfg')
-rw-r--r-- | games-server/halflife-cstrike/files/server.cfg | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/games-server/halflife-cstrike/files/server.cfg b/games-server/halflife-cstrike/files/server.cfg deleted file mode 100644 index 78dd595b4b87..000000000000 --- a/games-server/halflife-cstrike/files/server.cfg +++ /dev/null @@ -1,78 +0,0 @@ -// Use this file to configure your DEDICATED server. -// This config file is executed everytime the server changes levels. - -// disable autoaim -sv_aim 0 - -// disable clients' ability to pause the server -pausable 0 - -// default server name. -hostname "Powered by Gentoo Linux" - -// maximum client movement speed -sv_maxspeed 320 - -// Timelimit for the map. -mp_timelimit 30 - -sv_cheats 0 - -// force teambalance -mp_autoteambalance 1 -// number of players before team is seen as unbalanced -mp_limitteams 1 - -// kick idle players -mp_autokick 1 - -// part of a minute in which you can buy -mp_buytime 0.4 - -mp_c4timer 45 - -// only see your teams players -mp_chasecam 1 -// force chasecam -mp_forcechasecam 1 -// fade to black so dead players can't see anything -mp_fadetoblack 0 - -// allow flashlight to be used ? -mp_flashlight 0 - -// enable footsteps -mp_footsteps 1 - -mp_freezetime 3 - -// be damaged by "friendly" grenades -mp_friendly_grenade_damage 1 -// be damaged by your teammates' fire -mp_friendlyfire 1 - -// kill that many hostages and you're out -mp_hostagepenalty 2 - -// on round lasts: -mp_roundtime 5 - -// team killers can't play the next round -mp_tkpunish 1 - -// (dis)allow voicechat -sv_enablevoice 1 - -// realistic falling damage ? -mp_falldamage 1 - -// number of decals allowed -mp_decals 250 - -// rate settings, you might want to adjust for internet play -sv_maxrate 40000 -sv_minrate 6000 - -// rcon_password "gentoorulez" - -log on |