UnPrePared_ Posted September 22, 2016 Share Posted September 22, 2016 (edited) https://www.reddit.c..._update/d7v6oqq This thread goes more in-depth Remember to update your autoexec's with the new default (or higher) rate value! This is the new "standard" (for people with good internet connections/6 Mbps or higher download speed): rate "786432" cl_cmdrate "128" cl_updaterate "128" cl_interp "0" cl_interp_ratio "1" And this for people with less than good connections/the new default values CS GO ships with: rate "196608" cl_cmdrate "64" cl_updaterate "64" cl_interp "0" cl_interp_ratio "2" for anyone between 6 Mbps and 1.5 Mbps (or lower than 1.5 Mbps) refer to this table (credit /u/yeswecamp1 ) ps. Also check you don't have +rate on your launch options changing your rate! new official Valve datacenters in: Poland, US North Central, India East, Hong Kong, US Southeast and US Southwest Edited September 22, 2016 by UnPrePared_ Quote Link to comment
Bad At This Game Posted September 22, 2016 Share Posted September 22, 2016 how do you go to autoexec or do you just put it in the counsel? Quote Link to comment
UnPrePared_ Posted September 23, 2016 Author Share Posted September 23, 2016 (edited) how do you go to autoexec or do you just put it in the counsel? You can make your very own config file and add commands/binds in it.CS:GO won't save all of the setting when you change something in-game. It's called autoexec because it automatically loads all your commands from the config file once you start CS:GO. To do this go to steam > library > games > right click CS:GO > properties > set launch options and put this in: +exec autoexec.cfg In order for this the work you need an autoexec file first with some commands in it. Mine looks like this. clear //Netcode rate "786432" cl_cmdrate "128" cl_updaterate "128" cl_interp "0" cl_interpolate "1" cl_interp_ratio "1" cl_lagcompensation "1" cl_resend "2" cl_resend_timeout "9" cl_predict "1" mm_dedicated_search_maxping "50" //Mouse related sensitivity "2.5" m_rawinput "1" //Makes Windows Sensitivity irrelevant m_mouseaccel1 "0" //Disables m_mouseaccel2 "0" //all m_customaccel "0" //mouse m_customaccel_exponent "0" //acceleration m_customaccel_scale "0" m_mousespeed "0" //Random zoom_sensitivity_ratio_mouse "0.818933027098955175" cl_allowdownload "0" weapon_reticle_knife_show "1" hud_showtargetid "1" // Enable(1)/Disable(0) hud_showtargetpos "0" // Center(0), upper left(1), upper right(2), lower left(3), lower right(4) voice_scale "0.3" cl_downloadfilter none cl_downloadfilter "nosounds" bind "r" "+reload;r_cleardecals" // Reload key clears decals such as bullet holes and blood from the map, helps with fps cl_disablehtmlmotd "1" cl_teamid_overhead_name_alpha "255" //Controls the opacity of the name being displayed above your teammates' heads cl_teamid_overhead_name_fadetime "0" //The time it takes for the name to disappear cl_loadout_colorweaponnames "1" r_cleardecals mat_monitorgamma "1.6" gameinstructor_enable "0" cl_autohelp "0" cl_showhelp "0" closeonbuy "0" tv_nochat "1" //Disable GOTV chat cl_autowepswitch "0" //Forces weapon autopickup off so you don't pick up a gun mid-fight cl_show_clan_in_death_notice "0" cl_loadout_colorweaponnames "1" lobby_voice_chat_enabled "0" cl_disablefreezecam "1" cl_teammate_colors_show "2" cl_use_opens_buy_menu "0" cl_showpluginmessages "0" cl_showloadout "0" cl_join_advertise 2 bind "h" "toggle gameinstructor_enable" //Performance fps_max "61" sys_antialiasing "0" sys_refldetail "0" mat_powersavingsmode "0" cl_freezecameffects_showholiday "0" //Disables seasonal deathcam decorations. net_graphproportionalfont "0" //Scales net_graph text with resolution func_break_max_pieces "0" cl_forcepreload "1" sv_forcepreload "1" muzzleflash_light "0" //No distracting client-side tracers when r_drawtracers_firstperson "0" //you fire a weapon, client-side command r_dynamic "0" r_eyegloss "0" r_eyemove "0" r_eyeshift_x "0" r_eyeshift_y "0" r_eyeshift_z "0" r_eyesize "0" joystick "0" joystick_force_disabled "1" joystick_force_disabled_set "1" mat_savechanges //crosshair cl_crosshair_drawoutline "1" cl_crosshair_dynamic_maxdist_splitratio "0.35" cl_crosshair_dynamic_splitalpha_innermod "1" cl_crosshair_dynamic_splitalpha_outermod "0.5" cl_crosshair_dynamic_splitdist "7" cl_crosshair_outlinethickness "1" cl_crosshairalpha "250" cl_crosshaircolor "2" cl_crosshaircolor_b "50" cl_crosshaircolor_g "0" cl_crosshaircolor_r "200" cl_crosshairdot "0" cl_crosshairgap "-1" cl_crosshairgap_useweaponvalue "0" cl_crosshairscale "500" cl_crosshairsize "3" cl_crosshairstyle "1" cl_crosshairthickness "1" cl_crosshairusealpha "1" cl_fixedcrosshairgap "0"` //viewmodel cl_viewmodel_shift_left_amt "1.5" cl_viewmodel_shift_right_amt "0.75" viewmodel_fov "63" viewmodel_offset_x "1.5" viewmodel_offset_y "2" viewmodel_offset_z "-2?" viewmodel_presetpos "0" cl_bob_lower_amt "21" cl_bobamt_lat "0.4" cl_bobamt_vert "0.25" cl_bobcycle "0.98" // SOUND windows_speaker_config "1" snd_front_headphone_position "45.0" snd_rear_headphone_position "90.0" snd_headphone_pan_exponent "1.5" snd_headphone_pan_radial_weight "0.5" dsp_enhance_stereo "0" snd_legacy_surround "0" snd_mixahead "0.05" snd_pitchquality "1" //Net_graph TAB net_graph "1" net_graphheight "9999" alias "+scorenet" "+showscores; net_graphheight 0" //Shows net_Graph alias "-scorenet" "-showscores; net_graphheight 9999" //when you bring up the scoreboard bind "TAB" "+scorenet" //Grenade&bomb bind "MOUSE5" "use weapon_knife; use weapon_flashbang" bind "v" "use weapon_smoke" //Jailbreak bind - "say /buy;menuselect 8;menuselect 3" //JumpTrow alias "+jumpthrow" "+jump;-attack" alias "-jumpthrow" "-jump" bind "mouse3" "+jumpthrow" //Crouchjump alias +duckjump "+jump; +duck"; alias -duckjump "-jump; -duck"; bind "SPACE" "+duckjump" //Voice_enable alias "voiceoff" "voice_enable 0; play items/nvg_on; bind "kp_del" "voiceon"" alias "voiceon" "voice_enable 1; play items/nvg_off; bind "kp_del" "voiceoff"" bind "kp_del" "voiceoff" //clutch bind //Don't touch this alias "clutch" "clutchon" alias "clutchon" "voice_enable 0; clutchsoundon; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\weapon_confirm 0.5; say_team Voice Disabled, I can't hear anyone now; alias clutch clutchoff" alias "clutchoff" "voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol buttons\button2 0.5; say_team Voice Enabled, I can hear you now; alias clutch clutchon" clutchoff //Bind this to a key (this will turn on & off the clutch) bind "H" clutch //Clutch audio options. //Feel free to edit these how you like. alias "clutchsoundon" "volume 1; snd_musicvolume 0.2; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 1" alias "clutchsoundoff" "volume 1; snd_musicvolume 0; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 0" //Skazzy3's epic clutch bind - END //Radar&HUD cl_radar_square_with_scoreboard "1" cl_radar_always_centered "0" cl_radar_scale "0.3" cl_hud_radar_scale "1.15" cl_radar_icon_scale_min "1" cl_radar_rotate "1" //Radar zoom in-out script bind "KP_plus" "incrementvar cl_radar_scale 0.25 1.0 0.05"; bind "KP_minus" "incrementvar cl_radar_scale 0.25 1.0 -0.05"; host_writeconfig Open up a blank notepad file and rename it to autoexec.cfg and put it in this directory C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg Edited September 23, 2016 by UnPrePared_ Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.