Last active
October 22, 2017 21:49
-
-
Save FelikZ/e96ebc2eee9328192acd to your computer and use it in GitHub Desktop.
CS:GO configuration
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
#-language english -novid +exec autoexec -full -w 1920 -h 1444 | |
fps_max 300 | |
cl_mute_enemy_team "1" | |
developer "1" | |
con_filter_text "Damage" | |
con_filter_text_out "Player:" | |
con_filter_enable "1" | |
con_logfile "0" | |
bind , "bind mwheelup +attack; bind mwheeldown +attack" | |
bind . "bind mwheelup invprev; bind mwheeldown invnext" | |
bind / "bind mwheelup +jump; bind mwheeldown +jump" | |
bind "TAB" "+ng"; | |
alias "+MLGinspect" "slot3" | |
alias "-MLGinspect" "+lookatweapon; -lookatweapon;" | |
//bind "3" "+MLGinspect" | |
bind "3" "slot3" | |
alias "+throwg" "-attack; +jump;" | |
alias "-throwg" "-jump" | |
bind "mouse5" "+throwg" | |
alias "+ng" "+showscores; net_graph 1"; | |
alias "-ng" "-showscores; net_graph 0"; | |
alias +ch "cl_crosshairsize 1000"; alias -ch "cl_crosshairsize 2.5"; bind mouse4 +ch; | |
cl_crosshairalpha "127" | |
cl_crosshaircolor "5" | |
cl_crosshaircolor_b "0" | |
cl_crosshaircolor_r "0" | |
cl_crosshaircolor_g "255" | |
cl_crosshairdot "0" | |
cl_crosshairgap "-1.5" | |
cl_crosshairsize "2.5" | |
cl_crosshairstyle "4" | |
cl_crosshairusealpha "1" | |
cl_crosshairthickness "1" | |
cl_fixedcrosshairgap "0" | |
cl_crosshair_outlinethickness "1" | |
cl_crosshair_drawoutline "1" | |
sensitivity "3" | |
zoom_sensitivity_ratio_mouse 1.1 | |
m_customaccel 0 | |
// repositions the gunmodel to mimic CSS more closely. | |
viewmodel_fov "68" | |
viewmodel_offset_x "1" | |
viewmodel_offset_y "2" | |
viewmodel_offset_z "-2" | |
// removes the shifting of the arm when crouching down. | |
cl_viewmodel_shift_left_amt "0" | |
cl_viewmodel_shift_right_amt "0" | |
cl_bob_lower_amt "5" | |
cl_bobamt_lat "0" | |
cl_bobamt_vert "0" | |
cl_autowepswitch "0" | |
weapon_recoil_view_punch_extra "0" | |
mp_humanteam any | |
// scales the HUD depending on what resolution you use, 1 is max. | |
hud_scaling "1" | |
// lowers delay between sounds. | |
snd_mixahead "0.1" | |
snd_headphone_pan_exponent "1.25" | |
// ignores dedicated servers with pings above this value. | |
mm_dedicated_search_maxping 35 | |
// usual rate commands | |
rate "786432" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp "0" | |
cl_interp_ratio "1" | |
cl_radar_always_centered "1" | |
cl_radar_scale "0.4" | |
cl_hud_radar_scale "1" | |
cl_radar_icon_scale_min "0.6" | |
cl_radar_rotate "1" | |
cl_radar_square_with_scoreboard "1" | |
mat_queue_mode "-1" | |
cl_disablehtmlmotd "1" | |
cl_forcepreload "1" | |
// sys_refldetail "0" | |
/// sys_aspectratio "-1" | |
// r_ambientfraction "0.1" | |
// r_avglight "1" | |
// r_avglightmap "0" | |
// r_dynamic "0" | |
// r_lightcache_numambientsamples "162" | |
// r_lightinterp "0" | |
// r_lightstyle "-1" | |
// r_radiosity "4" | |
// r_skin "0" | |
// r_updaterefracttexture "0" | |
// r_drawtracers_firstperson "0" | |
// | |
// mat_bloomamount_rate "0.05f" | |
// mat_bumpbasis "0" | |
// mat_debugalttab "0" | |
// mat_debug_bloom "0" | |
// mat_debug_postprocessing_effects "0" | |
// mat_disable_bloom "1" | |
// mat_fastnobump "1" | |
// mat_force_bloom "0" | |
// mat_hdr_enabled "0" | |
// mat_leafvis "0" | |
// mat_loadtextures "1" | |
// mat_norendering "0" | |
// mat_show_texture_memory_usage "0" | |
// mat_softwareskin "0" | |
// mat_surfaceid "0" | |
// mat_surfacemat "0" | |
// mat_yuv "0" | |
// sys_antialiasing "0" | |
// sys_refldetail "0" | |
echo "AUTO EXEC LOADED" | |
host_writeconfig | |
viewmodel_presetpos 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment