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.
26 lines
520 B
26 lines
520 B
// Use this file to configure your DEDICATED server.
|
|
// This config file is executed on server startup.
|
|
// Hostname for server.
|
|
hostname "SERVERNAME"
|
|
|
|
// rcon_password - 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
|
|
|
|
// maximum client movement speed
|
|
sv_maxspeed 700
|
|
|
|
mp_falldamage 1
|
|
mp_waittime 300
|
|
|
|
// load ban files
|
|
exec listip.cfg
|
|
exec banned.cfg
|
|
|