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.
79 lines
2.0 KiB
79 lines
2.0 KiB
// ****************************************************************************
|
|
// Sven Co-op
|
|
// Config - server.cfg
|
|
// Date - 26/04/2026
|
|
// ****************************************************************************
|
|
|
|
// .................................. Basic ................................. //
|
|
|
|
// hostname - Name of the server.
|
|
hostname "SERVERNAME"
|
|
|
|
// rcon_password - Remote console password.
|
|
rcon_password "ADMINPASSWORD"
|
|
|
|
// sv_password - Server password for private servers.
|
|
sv_password ""
|
|
|
|
// ............................. Server Logging ............................. //
|
|
|
|
// log - Enable/disable logging.
|
|
log on
|
|
|
|
// ................................ Gameplay ................................ //
|
|
|
|
// sys_ticrate - Server tick rate.
|
|
sys_ticrate 100
|
|
|
|
// deathmatch - Running a deathmatch server.
|
|
deathmatch 1
|
|
|
|
// decalfrequency - Number of seconds between decal resets.
|
|
decalfrequency 30
|
|
|
|
// hpk_maxsize - Maximum size of the custom spray logo file in KB.
|
|
hpk_maxsize 2
|
|
|
|
// pausable - Allow clients to pause the server.
|
|
pausable 0
|
|
|
|
// sv_aim - Enable autoaim assistance.
|
|
sv_aim 0
|
|
|
|
// sv_allowdownload - Allow clients to download files.
|
|
sv_allowdownload 1
|
|
|
|
// sv_allowupload - Allow clients to upload customization files.
|
|
sv_allowupload 1
|
|
|
|
// sv_region - The region of the world to report this server in.
|
|
sv_region 255
|
|
|
|
// sv_send_resources - Send resources to clients.
|
|
sv_send_resources 1
|
|
|
|
// sv_voicecodec - Specifies which voice codec to use.
|
|
sv_voicecodec "voice_speex"
|
|
|
|
// sv_voiceenable - Enable voice communications.
|
|
sv_voiceenable 1
|
|
|
|
// sv_voicequality - Voice codec quality.
|
|
sv_voicequality 5
|
|
|
|
// mp_telefrag - Enable telefrag kills.
|
|
mp_telefrag 1
|
|
|
|
// mp_timelimit - Game time per map in minutes.
|
|
mp_timelimit 99
|
|
|
|
// mp_weaponstay - Weapons stay after being picked up.
|
|
mp_weaponstay 1
|
|
|
|
// ................................ Ban List ................................ //
|
|
|
|
// exec banned.cfg - Load the banned user list.
|
|
exec banned.cfg
|
|
|
|
// exec listip.cfg - Load the banned IP address list.
|
|
exec listip.cfg
|
|
|