Last active
January 10, 2021 17:39
-
-
Save tioxy/58238031433362b799855cd7a2f5c842 to your computer and use it in GitHub Desktop.
CS:GO Personal configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// CROSSHAIR | |
cl_crosshair_drawoutline "1" | |
cl_crosshair_dynamic_maxdist_splitratio "0" | |
cl_crosshair_dynamic_splitalpha_innermod "1" | |
cl_crosshair_dynamic_splitalpha_outermod "0.300000" | |
cl_crosshair_dynamic_splitdist "6" | |
cl_crosshair_friendly_warning "1" | |
cl_crosshair_outlinethickness "1" | |
cl_crosshair_sniper_show_normal_inaccuracy "0" | |
cl_crosshair_sniper_width "1" | |
cl_crosshair_t "0" | |
cl_crosshairalpha "235.000000" | |
cl_crosshaircolor "5" | |
cl_crosshaircolor_b "255" | |
cl_crosshaircolor_g "255" | |
cl_crosshaircolor_r "255" | |
cl_crosshairdot "1" | |
cl_crosshairgap "-4.000000" | |
cl_crosshairgap_useweaponvalue "0" | |
cl_crosshairsize "0.500000" | |
cl_crosshairstyle "4" | |
cl_crosshairthickness "1" | |
cl_crosshairusealpha "1" | |
cl_fixedcrosshairgap "-100" | |
// SENSITIVITY | |
sensitivity "1.272727" // 40.82cm per 360 | |
zoom_sensitivity_ratio_mouse "1.1" | |
// VIEWMODEL | |
cl_viewmodel_shift_left_amt "1.5" | |
cl_viewmodel_shift_right_amt "0.75" | |
viewmodel_fov "68" | |
viewmodel_offset_x "2.300000" | |
viewmodel_offset_y "0.250000" | |
viewmodel_offset_z "-1.350000" | |
viewmodel_presetpos "0" | |
viewmodel_recoil "1.0" | |
cl_bob_lower_amt "21" | |
cl_bobamt_lat "0.4" | |
cl_bobamt_vert "0.25" | |
cl_bobcycle "0.98" | |
// HUD | |
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" | |
cl_radar_square_with_scoreboard "1" | |
// LIMIT FPS | |
fps_max 200 | |
// BIND - DOUBLE Q | |
alias +knife slot3 | |
alias -knife lastinv | |
bind q +knife | |
// BIND - TAB WITH NETGRAPH | |
bind "TAB" "+ng" | |
alias "+ng" "+showscores; net_graph 1" | |
alias "-ng" "-showscores; net_graph 0" | |
// BIND - NORMAL BINDS | |
bind "H" "toggle gameinstructor_enable" | |
bind "T" "+lookatweapon" | |
// BIND - ALL GRENADES | |
bind "Z" "use weapon_hegrenade" | |
bind "X" "use weapon_flashbang" | |
bind "C" "use weapon_smokegrenade" | |
bind "F" "use weapon_molotov; use weapon_incgrenade" | |
bind "4" "use weapon_decoy" | |
// BIND - MUTE | |
bind "F1" .voice; alias .voice .voiceOFF | |
alias .voiceOFF "voice_scale 0; echo VOIP OFF; alias .voice .voiceON" | |
alias .voiceON "voice_scale .3; echo VOIP ON; alias .voice .voiceOFF" | |
// BIND - JUMP | |
bind "mwheelup" "+jump" | |
bind "mwheeldown" "+jump" | |
bind "space" "+jump" | |
// BIND - THROW GRENADE | |
bind "=" +jumpthrow | |
alias +jumpthrow "+jump;-attack" | |
alias -jumpthrow "-attack;-jump;" | |
// REMOVING AUTO SWITCH | |
cl_autowepswitch 0 | |
// NETWORK | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp "0" | |
cl_interp_ratio "1" | |
cl_forcepreload "1" | |
// THREADING | |
mat_queue_mode 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment