Created
December 9, 2019 08:31
-
-
Save YoSoyPhil/e81063144efa24b7ed6c938f1be285df to your computer and use it in GitHub Desktop.
CSGO autoexec
This file contains 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
//NET | |
//Rate Settings | |
rate "786432" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
//FPS | |
fps_max 0 | |
cl_showhelp "0" | |
//VM | |
viewmodel_fov 68 | |
viewmodel_offset_x 2.5 | |
viewmodel_offset_y 0 | |
viewmodel_offset_z -1.5 | |
viewmodel_presetpos 3 | |
cl_viewmodel_shift_left_amt 1.5 | |
cl_viewmodel_shift_right_amt 0.75 | |
viewmodel_recoil 0 | |
cl_righthand 1 | |
cl_bob_lower_amt "0" | |
cl_bobamt_lat "0" | |
cl_bobamt_vert "0" | |
//RADAR AND HUD | |
cl_radar_always_centered "1" | |
cl_radar_icon_scale_min "1" | |
cl_radar_rotate "1" | |
cl_radar_scale ".35" | |
cl_radar_square_with_scoreboard "1" | |
net_graphproportionalfont 0 | |
net_graph 1 | |
+cl_show_team_equipment | |
hud_scaling 0.85 | |
cl_hud_color 0 | |
//SOUND | |
volume 1.0 | |
snd_mixahead "0.05" | |
snd_deathcamera_volume "0.0" | |
snd_mapobjective_volume "0.12" | |
snd_menumusic_volume "0.0" | |
snd_mvp_volume "0.11" | |
snd_roundend_volume "0.2" | |
snd_roundstart_volume "0.06" | |
snd_tensecondwarning_volume "0.35" | |
voice_scale "0.62" | |
snd_mute_losefocus "0" | |
//MISC | |
gameinstructor_enable "0" | |
ui_steam_overlay_notification_position "bottomright" | |
//CROSSHAIR | |
cl_crosshairdot "0" | |
cl_crosshairgap "-2" | |
cl_crosshairgap_useweaponvalue "0" | |
cl_crosshairthickness "1" | |
cl_crosshairsize 2 | |
cl_crosshairstyle 4 | |
cl_crosshair_drawoutline "0" | |
cl_crosshair_outlinethickness "1" | |
cl_crosshairusealpha "1" | |
cl_crosshairalpha "200" | |
cl_crosshaircolor "0" | |
//MOUSE | |
m_rawinput "1" | |
m_customaccel "0" | |
m_customaccel_exponent "0" | |
m_mousespeed "0" | |
m_mouseaccel1 "0" | |
m_mouseaccel2 "0" | |
sensitivity "1.6" | |
bind "SHIFT" "+speed; r_cleardecals;" | |
bind "h" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_incgrenade;give weapon_molotov;give weapon_decoy" | |
bind "MWHEELUP" "+jump" | |
bind "MWHEELDOWN" "+jump" | |
bind "SPACE" "+jump" | |
bind "rightarrow" "buy vest" | |
bind "downarrow" "buy vesthelm" | |
bind "leftarrow" "buy m4a1; buy ak47" | |
bind "uparrow" "buy defuser" | |
bind "pgdn" "buy flashbang" | |
bind "end" "buy hegrenade" | |
bind "del" "buy smokegrenade" | |
bind "pgup" "buy incgrenade; buy molotov" | |
bind "home" "buy deagle" | |
bind "ins" "buy awp" | |
bind "k" "say_team #Knuckle" | |
bind "F8" "buy p250" | |
bind "F9" "buy scout" | |
bind "F10" "buy awp" | |
host_writeconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment