Skip to content

Instantly share code, notes, and snippets.

@rodrigo-brito
Last active July 7, 2018 12:10
Show Gist options
  • Save rodrigo-brito/6064933ac2217dfb0fe92c0f3f8307c6 to your computer and use it in GitHub Desktop.
Save rodrigo-brito/6064933ac2217dfb0fe92c0f3f8307c6 to your computer and use it in GitHub Desktop.
My CS:GO Config
echo "executando..."
// inicialization: -freq 60 -console -novid -nojoy -high -w 1280 -h 960 -threads 8 -tickrate 128 +snd_use_hrtf 0 +exec autoexec.cfg
//---------------------
// Clear
//---------------------
clear
clear_anim_cache
clear_debug_overlays
clear_bombs
r_cleardecals
hud_takesshots "0"
ai_clear_bad_links
cl_soundemitter_reload
cl_soundscape_flush
fs_clear_open_duplicate_times
fs_fios_flush_cache
r_cleardecals
scene_flush
snd_async_flush
r_flushlod
//---------------------
// Mouse Fix
//---------------------
m_yaw "0.0165"
m_rawinput "1"
m_customaccel "0"
m_customaccel_exponent "0"
m_customaccel_max "0"
m_mousespeed "0"
m_customaccel_scale "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
//---------------------
// Sensitivity - Mouse 800 DPI
//---------------------
sensitivity "1.8"
zoom_sensitivity_ratio_mouse "1.0"
//---------------------
// Graphics
//---------------------
fps_max "200"
r_cheapwaterend "1"
r_cheapwaterstart "1"
r_dynamic "0"
r_drawparticles "0"
r_drawtracers_firstperson "0"
r_eyegloss "0"
r_eyemove "0"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
sys_antialiasing "0"
sys_refldetail "0"
muzzleflash_light "0"
cl_debugrumble "0"
cl_detail_avoid_force "0"
cl_detail_avoid_radius "0"
cl_detail_avoid_recover_speed "0"
cl_detail_max_sway "0"
cl_freezecampanel_position_dynamic "0"
hud_showtargetid "0"
log_onefile "0"
sv_logbans "0"
sv_logecho "0"
sv_logfile "0"
vprof_verbose "0"
sv_logflush "0"
//---------------------
//Game Changes
//---------------------
cl_forcepreload "0"
con_enable "1"
mat_powersavingsmode "0"
cl_disablefreezecam "1"
mat_queue_mode "-1"
gameinstructor_enable "0"
cl_autowepswitch "1"
//---------------------
// HUD
//---------------------
cl_radar_always_centered "0"
cl_radar_scale "0.3"
cl_hud_radar_scale "1.3"
cl_radar_icon_scale_min "1"
cl_radar_rotate "1"
cl_radar_square_with_scoreboard "1"
cl_hud_playercount_showcount "1"
cl_teamid_overhead_always 1
//---------------------
// Network
//---------------------
mm_dedicated_search_maxping "75"
cl_updaterate "128"
cl_cmdrate "128"
cl_interp "0.01"
cl_interp_ratio "2" //(1 = Good Internet, 2 = Medium.. 3 = Bad)
cl_predict "1"
cl_predictweapons "1"
cl_lagcompensation "1"
rate "128000" //786432 for 8MB or more
net_graph "3"
//---------------------
// SOUND
//---------------------
volume "0.5"
voice_enable "1"
voice_scale "0.4"
windows_speaker_config "1"
snd_musicvolume "0.04"
snd_tensecondwarning_volume "1"
snd_menumusic_volume "0"
snd_roundend_volume "0"
snd_roundstart_volume "0"
snd_deathcamera_volume "0"
snd_mapobjective_volume "0"
r_dynamic "0"
snd_updateaudiocache
snd_rebuildaudiocache
snd_mix_async "1"
snd_mixahead "0.05"
//---------------------
// BINDS
//---------------------
bind "capslock" "+voicerecord" //usa o caps lock para falar no jogo.
bind "mouse4" "+voicerecord" //usa o botao lateral do mouse para falar no jogo
bind "SPACE" "+jump"
bind "MWHEELDOWN" "+jump"
bind "MWHEELUP" "+jump"
bind "g" "drop"
bind "t" "+cl_show_team_equipment"
bind "f" "use weapon_flashbang"
bind "4" "use weapon_hegrenade"
bind "z" "use weapon_incgrenade; use weapon_molotov"
bind "x" "use weapon_decoy"
bind "c" "use weapon_smokegrenade"
bind "t" "+spray_menu"
bind "h" "radio1"
bind "j" "radio2"
bind "k" "radio3"
bind "p" "voice_enable 0"
bind "v" "voice_enable 1"
bind "b" "buymenu"
bind "," "autobuy"
bind "." "rebuy"
bind "mouse1" "+attack"
bind "mouse2" "+attack2"
bind "i" "+lookatweapon"
//----- JUMPTHROW BIND ------
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "mouse5" "+jumpthrow"
//------ ALIGN SMOKE BIND -------
alias -smoke_throw "cl_crosshairsize 3;" // troque o 3 pelo seu tamanho padrão de crosshair
alias +smoke_throw "cl_crosshairsize 9999;"
bind mouse4 +smoke_throw
//------ CLEAR DECALS -------
bind "ALT" "r_cleardecals"
//---------------------
// CROSSHAIR
//---------------------
cl_crosshair_drawoutline "0"
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_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_sniper_width "2"
cl_crosshair_t "0"
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "255"
cl_crosshaircolor_r "0"
cl_crosshairdot "0"
cl_crosshairgap "1"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "4"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "3"
//---------------------
// AWP
//---------------------
cl_crosshair_sniper_width "2"
//---------------------
// VIEWMODEL
//---------------------
cl_viewmodel_shift_left_amt "0.495000"
cl_viewmodel_shift_right_amt "0.245000"
viewmodel_fov "67.800000"
viewmodel_offset_x "2.450000"
viewmodel_offset_y "2.000000"
viewmodel_offset_z "-1.500000"
viewmodel_presetpos "0"
cl_bob_lower_amt "5.000000"
cl_bobamt_lat "0.100000"
cl_bobamt_vert "0.100000"
cl_bobcycle "0.98"
host_writeconfig // write settings to config.cfg
soundscape_flush
stop
echo "Settings updated..."
memory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment