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.

46 lines
1.2 KiB

// *****************************************************************************
// Base Defence
// Config - server.cfg
// Date - 26/04/2026
// *****************************************************************************
// .................................. Basic ................................. //
// hostname - Hostname for server.
hostname "SERVERNAME"
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games.
sv_password ""
// ................................. Security ................................ //
// sv_clienttrace - Player collision trace size.
sv_clienttrace 3.5
// pausable - Allow clients to pause the server.
pausable 0
// ................................ Gameplay ................................ //
// sv_aim - Enable autoaim assistance.
sv_aim 0
// sv_maxspeed - Maximum client movement speed.
sv_maxspeed 700
// mp_falldamage - Enable fall damage.
mp_falldamage 1
// mp_waittime - Time to wait before starting a new round.
mp_waittime 300
// ................................ Ban List ................................ //
// exec listip.cfg - Load IP ban list.
exec listip.cfg
// exec banned.cfg - Load user ban list.
exec banned.cfg