1 changed files with 29 additions and 0 deletions
@ -0,0 +1,29 @@ |
|||||
|
// 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 |
Loading…
Reference in new issue