// ----------------------------------------------------------------------------- // Sven Co-op - Example server configuration // // Create a copy of this file and call it "server.cfg", then modify it to suit // your server requirements. // // For more details on what each setting does please see the section of the // manual "Configuration guide" under "Running a server" (server-config.html), // or view it online at: // // http://www.svencoop.com/manual/server-config.html // // There is also an interesting section on that page about "profiling", where // you can run multiple servers using their own configuration off a single set // of Sven Co-op game files. // // ----------------------------------------------------------------------------- // Essentials hostname "Sven Co-op server" log "on" // Configuration files servercfgfile "server.cfg" lservercfgfile "listenserver.cfg" mapvotecfgfile "mapvote.cfg" skillcfgfile "skill.cfg" bannedcfgfile "banned.cfg" listipcfgfile "listip.cfg" motdfile "motd.txt" mapcyclefile "mapcycle.txt" adminsfile "admins.txt" logsdir "logs" // Passwords rcon_password "" sv_password "" sv_spectator_password "" // Core variables sys_ticrate 100 fps_max 100 developer 0 sv_region 255 sv_contact "" sv_downloadurl "" allow_spectators 1 deathmatch 1 decalfrequency 30 hpk_maxsize 10 pausable 0 skill 3 // Server variables sv_accelerate 10 sv_aim 0 sv_airaccelerate 10 sv_allowdownload 1 sv_alltalk 1 sv_allowupload 1 sv_bounce 1 sv_challengetime 15 sv_cheats 0 sv_clienttrace 1 sv_clipmode 0 sv_enableoldqueries 0 sv_failuretime 0.5 sv_filetransfercompression 1 sv_filterban 1 sv_friction 4 sv_gravity 800 sv_instancedbaseline 1 sv_lagcompensation 5 sv_lan 0 sv_lan_rate 100000 sv_log_client_commands 0 sv_log_monster_damage 1 sv_log_monster_monster_kills 1 sv_log_onefile 0 sv_log_player_frequency 30 sv_log_singleplayer 0 sv_logbans 1 sv_logblocks 1 sv_logrelay 0 sv_maxrate 100000 sv_maxspectators 0 sv_maxspeed 270 sv_maxunlag 1 sv_maxupdaterate 50 sv_maxvelocity 2000 sv_minrate 4000 sv_minupdaterate 10 sv_newunit 0 sv_notransition 0 sv_outofdatetime 1800 sv_proxies 0 sv_rcon_banpenalty 0 sv_rcon_maxfailures 10 sv_rcon_minfailures 5 sv_rcon_minfailuretime 30 sv_send_logos 1 sv_send_resources 1 sv_sendvelocity 1 sv_spectatormaxspeed 600 sv_spectalk 1 sv_stats 1 sv_stepsize 18 sv_stopspeed 100 sv_timeout 90 sv_unlag 1 sv_unlagpush 0 sv_unlagsamples 2 sv_uploadmax 0.5 sv_voiceenable 1 sv_wateraccelerate 10 sv_wateramp 0 sv_waterfriction 1 sv_zmax 32768 // Multi-player variables mp_allowmonsters 1 mp_autocrosshair 1 mp_consistency 1 mp_decals 2048 mp_disablegaussjump 0 mp_falldamage 1 mp_flashlight 1 mp_footsteps 1 mp_forcerespawn 0 mp_fraglimit 0 mp_friendlyfire 0 mp_logdetail 3 mp_logfile 1 mp_teamplay 1 mp_telefrag 1 mp_timelimit 60 mp_timelimit_empty 10 mp_weaponstay 1 // Sven Co-op variables mp_allowmonsterinfo 1 mp_banana 1 mp_chattime 8 mp_disable_autoclimb 0 mp_disable_pcbalancing 0 mp_disable_player_rappel 0 mp_dropweapons 1 mp_grapple_mode 1 mp_multiplespawn 1 mp_no_akimbo_uzis 0 mp_noblastgibs 0 mp_npckill 2 mp_playervotedelay 300 mp_respawndelay 5 mp_voteallow 1 mp_votebanrequired 100 mp_votekickrequired 66 mp_votekill_respawndelay 15 mp_votekillrequired 51 mp_votemaprequired 66 mp_votetimebetween 60 mp_votetimecheck 20 // ********************** // Execute Configurations // ********************** // Load ban lists exec "banned.cfg" // Ensure this matches your "bannedcfgfile" value. exec "listip.cfg" // Ensure this matches your "listipcfgfile" value. // Write ban lists writeid writeip