Created
May 15, 2024 20:16
-
-
Save kirksw/90a9b141061e4e740bee4ea10ce8b4ad to your computer and use it in GitHub Desktop.
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
// C:\Program Files (x86)\Steam\userdata\15065478\730\local\cfg\autoexec.cfg | |
//Rates | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp "0" | |
cl_interp_ratio "1" | |
cl_lagcompensation "1" | |
//Audio | |
volume "0.3" | |
voice_enable "1" | |
voice_scale "0.3" | |
windows_speaker_config "1" | |
snd_musicvolume "0" | |
snd_mixahead "0.05" | |
snd_headphone_pan_exponent "2" | |
snd_headphone_pan_radial_weight "2" | |
snd_legacy_surround "0" | |
snd_mute_losefocus "1" | |
lobby_voice_chat_enabled "0" | |
//Video | |
mat_monitorgamma "2.1" | |
fps_max "400" | |
fps_max_menu "60" | |
r_dynamic "1" | |
r_drawtracers_firstperson "1" | |
//Mouse | |
zoom_sensitivity_ratio_mouse "0.818933027098955175" | |
m_rawinput "1" | |
m_customaccel "0" | |
//Misc | |
developer "0" | |
con_enable "1" | |
con_filter_enable "2" | |
con_filter_text "Damage" | |
con_filter_text_out "Player:" | |
ui_steam_overlay_notification_position "bottomright" | |
player_nevershow_communityservermessage "1" | |
mm_dedicated_search_maxping "100" | |
gameinstructor_enable "0" | |
option_duck_method "0" | |
option_speed_method "0" | |
cl_forcepreload "1" | |
cl_downloadfilter "none" | |
cl_disablehtmlmotd "1" | |
cl_autohelp "0" | |
cl_showhelp "0" | |
cl_disablefreezecam "1" | |
cl_teammate_colors_show "1" | |
cl_loadout_colorweaponnames "1" | |
cl_autowepswitch "0" | |
cl_use_opens_buy_menu "0" | |
closeonbuy "0" | |
hud_takesshots "0" | |
//HUD | |
hud_scaling "0.9" | |
hud_showtargetid "1" | |
cl_draw_only_deathnotices "0" | |
cl_righthand "1" | |
cl_showloadout "1" | |
cl_showpos "0" | |
cl_showfps "0" | |
net_graph "1" | |
net_graphproportionalfont "1" | |
cl_hud_healthammo_style "0" | |
cl_hud_background_alpha "0.5" | |
cl_hud_color "0" | |
cl_hud_playercount_showcount "0" | |
cl_hud_playercount_pos "0" | |
viewmodel_presetpos "0" | |
viewmodel_fov "68" | |
viewmodel_offset_x "2.5" | |
viewmodel_offset_y "2.5" | |
viewmodel_offset_z "-2" | |
cl_viewmodel_shift_left_amt "0.5" | |
cl_viewmodel_shift_right_amt "0.25" | |
cl_bobcycle "0.98" | |
cl_bob_lower_amt "5" | |
cl_bobamt_lat "0.1" | |
cl_bobamt_vert "0.1" | |
//Keybinds - buying | |
// utility | |
bind uparrow "buy incgrenade;buy molotov" | |
bind leftarrow "buy flashbang" | |
bind downarrow "buy smokegrenade" | |
bind rightarrow "buy hegrenade" | |
// kit and armor | |
bind kp_del "buy vest" | |
bind kp_home "buy vesthelm" | |
bind kp_end "buy defuser" | |
// snipers | |
bind o "buy awp" | |
bind p "buy ssg08" | |
// rifles | |
bind k "buy m4a1;buy ak47" | |
bind l "buy famas; buy galilar" | |
// smgs | |
bind n "buy p90" | |
bind m "buy mac10;buy mp9" | |
// pistols | |
bind kp_pgup "buy deagle" | |
bind kp_pgdn "buy p250" | |
//Keybinds - movement | |
bind mwheelup +jump | |
bind mwheeldown +jump | |
bind space +jump | |
alias "+jumpthrow" "+jump;-attack" | |
alias "-jumpthrow" "-jump" | |
bind alt "+jumpthrow" | |
//Keybinds - nades | |
bind f "use weapon_flashbang" | |
bind c "use weapon_smokegrenade" | |
bind 4 "use weapon_hegrenade" | |
bind x "use weapon_molotov;use weapon_incgrenade" | |
//Keybinds - messages/voice | |
//bind uparrow "incrementvar volume 0.0 1.0 0.05" | |
//bind downarrow "incrementvar volume 0.0 1.0 -0.05" | |
//bind rightarrow "ignoremsg" | |
//bind leftarrow "ignorerad" | |
//Keybinds - clutchmode | |
bind v "toggle voice_enable 0 1" | |
//Keybinds - misc | |
bind F13 +knifetrick | |
alias +knifetrick "+reload;-lookatweapon" | |
alias -knifetrick "-reload;+lookatweapon" | |
alias +quickswitch "invnext;" | |
alias -quickswitch "slot3; slot2; slot1;" | |
bind q +quickswitch | |
alias +netg "net_graph 1;+showscores" | |
alias -netg "net_graph 0;-showscores" | |
bind TAB "+netg" | |
// testing... - increases volume while shift walking | |
//alias +incvol "incrementvar volume 0 2 0.5;+speed" | |
//alias -incvol "incrementvar volume 0 2 -0.5;-speed" | |
//bind SHIFT +incvol | |
//Radar | |
cl_radar_always_centered "1" | |
cl_radar_rotate "0" | |
cl_radar_scale "0.38" | |
cl_radar_icon_scale_min "0.4" | |
//Crosshair | |
host_writeconfig | |
echo "" | |
echo "" | |
echo "autoexec.cfg loaded, GLHF" | |
echo "" | |
echo "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment