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.
32 lines
751 B
32 lines
751 B
// ****************************************************************************
|
|
// Base Defence
|
|
// Config - server.cfg
|
|
// Date - 26/04/2026
|
|
// ****************************************************************************
|
|
|
|
// Use this file to configure your DEDICATED server.
|
|
// This config file is executed on server startup.
|
|
// hostname - Name of the 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
|
|
|