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.2 KiB
79 lines
2.2 KiB
// *****************************************************************************
|
|
// Sven Co-op
|
|
// 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 ""
|
|
|
|
// ............................. Server Logging ............................. //
|
|
|
|
// log - Enables logging to file, console, and udp < on | off >.
|
|
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 customizations 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. Valid options are: vaudio_speex - Legacy Speex codec (lowest quality) vaudio_celt - Newer CELT codec (22kHz, 22kbps) vaudio_celt_high - Newer CELT codec, higher bitrate (44kHz, 44kbps) steam - Use Steam voice API.
|
|
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
|
|
|