lgsm local mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
591 B

// Use this file to configure your DEDICATED server.
// This config file is executed on server startup.
// Hostname for server.
hostname "SERVERNAME"
// RCON - remote console password.
rcon_password "ADMINPASSWORD"
// disable autoaim
sv_aim 0
// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5
// disable clients' ability to pause the server
pausable 0
// default server name. Change to "Bob's Server", etc.
hostname "Base Defense"
// maximum client movement speed
sv_maxspeed 700
mp_falldamage 1
mp_waittime 300
// load ban files
exec listip.cfg
exec banned.cfg