// ************************************************************************** //
// //
// Counter-Strike: Global Offensive - server.cfg //
// Version 120719 //
// //
// ************************************************************************** //
// .................................. Basic ................................. //
// Hostname - Name of the server.
hostname "Public"
// RCON - remote console password.
rcon_password ""
// Server password - for private servers.
sv_password ""
// Email - Server admin email.
// Example: sv_contact "
email@example.com"
sv_contact ""
// LAN mode - Server is a LAN server; can't connect from the internet. VAC (Valve Anti-Cheat) is disabled in this mode.
// Default: sv_lan 0
sv_lan 0
// Cheats mode - Server is disabled to use cheats by default;Commands like noclip,god are disabled to be exploited by the players. VAC (Valve Anti-Cheat) is disabled in this mode when value is set to '1'.
// Default: sv_cheats 0
// Cheats ON: sv_cheats 1
sv_cheats 0
// Tags - Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma.
// Example: sv_tags "128-tick,deathmatch,dm,ffa,pistol,dust2"
sv_tags "csgo,public"
// Region - The region of the world to report this server in.
// Default: -1
// 0 - US East, 1 - US West, 2 - South America, 3 - Europe, 4 - Asia, 5 - Australia, 6 - Middle East, 7 - Africa
sv_region 3
// ............................. Server Logging ............................. //
// Enable log - Enables logging to file, console, and udp < on | off >.
// Recommended: log on
log on
// Log bans - Log server bans in the server logs.
// Default: sv_logbans 1
// Recommended: sv_logbans 1
sv_logbans 1
// Log echo - Display log information to the server console.
// Default: sv_logecho 1
// Recommended: sv_logecho 1
sv_logecho 1
// Log file - Log server information in the log file.
// Default: sv_logfile 1
// Recommended: sv_logfile 1
sv_logfile 1
// One file log - Log server information to only one file.
// Default: sv_log_onefile 0
// Recommended: sv_log_onefile 0
sv_log_onefile 0
// Hibernation
sm_cvar sv_hibernate_ms 0
sm_cvar sv_hibernate_ms_vgui 0
sm_cvar sv_hibernate_postgame_delay 0
sm_cvar sv_hibernate_when_empty 0
// Network / Throughput
sm_cvar sv_parallel_sendsnapshot 1
sm_cvar sv_enable_delta_packing 1
sm_cvar sv_maxunlag 0.1
sm_cvar net_maxcleartime 0.001
sm_cvar net_minroutable 1000
//sm_cvar net_earliertempents 1
sm_cvar net_compresspackets 0
// Ragdolls / Props
sm_cvar g_ragdoll_important_maxcount 1
sm_cvar g_ragdoll_maxcount 1
sm_cvar phys_enable_experimental_optimizations 1
sm_cvar prop_active_gib_limit 1
sm_cvar prop_active_gib_max_fade_time 1
sm_cvar sv_turbophysics 1
// CPU Tweaks
sm_cvar fps_max 0
sm_cvar host_framerate 0
//sm_cvar host_syncfps 0
sm_cvar pvs_min_player_distance 1
sm_cvar sv_alternateticks 1
sm_cvar sv_force_transmit_ents 0
sm_cvar sv_force_transmit_players 0
sm_cvar sv_forcepreload 1
sm_cvar sv_stats 0
sm_cvar sv_parallel_packentities 1
sm_cvar sv_multiplayer_maxtempentities 1
// Experimental Async / MultiThreading
sm_cvar occlusion_test_async 1
sm_cvar host_threaded_sound 1
sm_cvar host_threadmode 2
sm_cvar sv_threaded_init 1
sm_cvar mod_load_anims_async 1
sm_cvar mod_load_mesh_async 1
sm_cvar mod_load_vcollide_async 1
sm_cvar vprof_server_thread 1
sm_cvar g_ai_threadedgraphbuild 1
// ............................. Server Query ............................. //
// More info at:
CS:GO Server Query Configuration Settings :: Counter Strike Global Offensive Forum
host_name_store 1
host_info_show 1
host_players_show 2
// ............................. Server Config ............................. //
sv_parallel_send 0
sv_parallel_sendsnapshot 0
sv_parallel_packentities 0
sv_rcon_banpenalty 60
sv_rcon_maxfailures 3
sv_rcon_minfailures 1
sv_rcon_minfailuretime 30
mp_autoteambalance 1
mp_limitteams 1
tv_enable 1
tv_autorecord 0
sv_full_alltalk 1
sv_talk_enemy_living 1
sv_talk_enemy_dead 1
sv_deadtalk 1
mp_friendlyfire 0
mp_maxrounds 30
mp_timelimit 0
mp_maxmoney 16000
mp_spectators_max 6
ammo_grenade_limit_total 4
ammo_grenade_limit_flashbang 2
ff_damage_reduction_grenade_self 1
mp_warmuptime 70
sv_pure 0
sv_allow_votes 0
mp_autokick 0
mp_win_panel_display_time 5
sv_downloadurl "
https://site/csgo/"
sv_allowdownload 0
sv_allowupload 0
mp_endmatch_votenextleveltime 5
mp_endmatch_votenextmap 1
mp_endmatch_votenextmap_keepcurrent 1
mp_match_end_changelevel 1
mp_match_end_restart 0
mp_overtime_enable 1
mp_overtime_maxrounds 3
autodemo_minplayers 4
//Drop
sm_drops_summoner_info 0
sm_drops_summoner_play_sound 2
// ................................ Ban List ................................ //
// User ban - Server banlist based on user steam ID.
// Recommended: exec banned_user.cfg
exec banned_user.cfg
// IP ban - Server banlist based on user IP.
// Recommended: exec banned_ip.cfg
exec banned_ip.cfg
// Write ID - Writes a list of permanently-banned user IDs to banned_user.cfg.
writeid
// Write IP - Save the ban list to banned_ip.cfg.
writeip