Created
July 29, 2024 12:53
-
-
Save brunohubner/f5e4f94f12b54f315b1ae3dcf56401d6 to your computer and use it in GitHub Desktop.
Santhor's CSGO legacy settings
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
cl_disablehtmlmotd "1"; | |
cl_disablefreezecam "1"; | |
cl_autohelp "0"; | |
cl_showhelp "0"; | |
cl_hud_playercount_showcount "1"; | |
cl_detail_avoid_force "0"; | |
cl_detail_avoid_radius "0"; | |
cl_detail_avoid_recover_speed "0"; | |
cl_detail_max_sway "0"; | |
func_break_max_pieces "0"; | |
gameinstructor_enable "0"; | |
mat_hdr_enabled "0"; | |
mat_queue_mode "2"; | |
muzzleflash_light "0"; | |
net_allow_multicast "0"; | |
r_drawtracers_firstperson "0"; | |
r_dynamic "0"; | |
r_eyegloss "0"; | |
r_eyemove "0"; | |
r_eyeshift_x "0"; | |
r_eyeshift_y "0"; | |
r_eyeshift_z "0"; | |
r_eyesize "0"; | |
r_cheapwaterend "1"; | |
r_cheapwaterstart "1"; | |
sv_forcepreload "1"; | |
cl_bob_lower_amt "5"; | |
cl_bobamt_lat "0.1"; | |
cl_bobamt_vert "0.1"; | |
cl_bobcycle "2"; | |
# Jumpthrow bind | |
bind "n" "+jump;-attack;-jump"; | |
bind "F9" "toggle volume 0 .3 1"; | |
bind "F10" "toggle voice_enable 0 1"; | |
bind "F5" "noclip"; | |
# Viewmodel settings | |
viewmodel_fov 68; | |
viewmodel_offset_x 1; | |
viewmodel_offset_y 0; | |
viewmodel_offset_z -2; | |
# Null binds | |
alias checkfwd ""; | |
alias checkback ""; | |
alias checkleft ""; | |
alias checkright ""; | |
alias +mfwd "-back; +forward; alias checkfwd +forward"; | |
alias +mback "-forward; +back; alias checkback +back"; | |
alias +mleft "-moveright; +moveleft; alias checkleft +moveleft"; | |
alias +mright "-moveleft; +moveright; alias checkright +moveright"; | |
alias -mfwd "-forward; checkback; alias checkfwd"; | |
alias -mback "-back; checkfwd; alias checkback"; | |
alias -mleft "-moveleft; checkright; alias checkleft"; | |
alias -mright "-moveright; checkleft; alias checkright"; | |
alias "wstrafeon" "bind W +mfwd"; | |
alias "sstrafeon" "bind S +mback"; | |
alias "astrafeon" "bind A +mleft"; | |
alias "dstrafeon" "bind D +mright"; | |
alias "wstrafeoff" "bind W +forward"; | |
alias "sstrafeoff" "bind S +back"; | |
alias "astrafeoff" "bind A +moveleft"; | |
alias "dstrafeoff" "bind D +moveright"; | |
alias "strafeon" " wstrafeon; sstrafeon; astrafeon; dstrafeon; playvol buttons/button3 0.5; echo Strafe script ON; alias strafe strafeoff"; | |
alias "strafeoff" " wstrafeoff; sstrafeoff; astrafeoff; dstrafeoff; playvol buttons/button2 0.5; echo Strafe script OFF; alias strafe strafeon"; | |
alias "strafe" "strafeon"; | |
strafeon; | |
# ============================================================================== | |
# Default launch options: | |
fps_max 0; | |
volume 0; | |
sensitivity 0.850000; | |
echo "Loaded autoexec.cfg;"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment