// **************************************************************************** // 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