// PLEASE NOTE: MOST CHANGES SHOULD BE MADE TO THE GAME MODE CONFIGS. // I.e. if you run the competitive game mode, make the changes in gamemode_competitive_server.cfg // Otherwise the changes you make here are often overwritten by other config files // Read more on server configuration: https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers#Advanced_Configuration // Enable MOTD sv_disable_motd 0 // GOTV configuration sv_hibernate_when_empty 1 sv_hibernate_postgame_delay 180 exec gotv tv_advertise_watchable 1 // Prevent idle players from being kicked mp_autokick 0 //Disallow cheats - just to make sure sv_cheats 0 //Make sure that LAN is off sv_lan 0 //Enable logging. The server console and logs can be used to troubleshoot most issues. log on sv_log_onefile 0 // Log server information to only one file. sv_logbans 1 // Log server bans in the server logs. sv_logecho 1 // Echo log information to the console. sv_logfile 1 // Log server information in the log file. sv_logflush 0 // Flush the log file to disk on each write (slow). //Make the server easier to find in the server browser sv_tags "dathost.net, dathost" sv_region 255 host_name_store 1 host_info_show 2 host_players_show 2 //Write out a few say commands to confirm the cfg is loaded correctly say "DatHost.net server CFG loaded" say "Get your own gameserver on DatHost.net" // Surf config below // Important stuff // sv_maxrate "0" sv_minrate "16000" sv_maxupdaterate "102.4" sv_minupdaterate "102.4" sv_maxcmdrate "102.4" sv_mincmdrate "102.4" bot_join_after_player 1 // (up to you, default is 1) // The rest is also set in ckSurf main.cfg and map types // //weapon_max_before_cleanup 50 mp_respawnwavetime_ct 10.0 mp_respawnwavetime_t 10.0 sv_ladder_scale_speed 0.78 sm_cvar sv_wateraccelerate 10 mp_startmoney 800 mp_maxmoney 16000 sm_cvar bot_zombie 0 // 0 sm_cvar bot_dont_shoot 0 // 0 sv_autobunnyhopping 0 sv_staminajumpcost 0.080 sv_staminalandcost 0.050 sv_staminamax 80 mp_respawn_on_death_ct 0 mp_respawn_on_death_t 0 mp_randomspawn 0 mp_ignore_round_win_conditions 0 sv_accelerate 5.5 // old value is 5.6 sv_enablebunnyhopping 0 sv_staminarecoveryrate 60 sv_friction 5.2 sv_airaccelerate 12 mp_limitteams 1 mp_autoteambalance 1 mp_teamcashawards 1 mp_playercashawards 1 bot_quota 10 bot_quota_mode fill noblood_enable 0 //Feel free to set these back to 1 //mp_match_can_clinch 1 //mp_do_warmup_period 1 //mp_halftime 1 cs_enable_player_physics_box 0