Skip to content

Instantly share code, notes, and snippets.

@GroverChouT
Last active September 6, 2023 11:33
Show Gist options
  • Save GroverChouT/db06e4685ad7b7b641c250358aded822 to your computer and use it in GitHub Desktop.
Save GroverChouT/db06e4685ad7b7b641c250358aded822 to your computer and use it in GitHub Desktop.
// Rates
rate 196608
cl_cmdrate 128
cl_updaterate 128
// Video
fps_max 120
fps_max_menu 120
// Audio
volume 0.5
voice_enable 1
voice_scale 0.75
snd_mute_losefocus 1
snd_menumusic_volume 0.05
snd_roundstart_volume 0.15
snd_roundend_volume 0.15
snd_mapobjective_volume 0.3
snd_tensecondwarning_volume 0.3
snd_deathcamera_volume 0
snd_mvp_volume 0.15
snd_mute_mvp_music_live_players 0
snd_dzmusic_volume 0.15
// Game
gameinstructor_enable 0
mm_dedicated_search_maxping 75
mm_dedicated_force_servers ""
ui_steam_overlay_notification_position topright
con_enable 1
// HUD
hud_scaling 0.75
hud_showtargetid 0
cl_hud_color 0
cl_showloadout 1
cl_showfps 2
cl_radar_always_centered 1
cl_radar_rotate 1
cl_radar_scale 0.5
cl_radar_icon_scale_min 0.4
net_graph 0
net_graphpos 2
net_graphproportionalfont 0
// Others
sensitivity 2.5
cl_join_advertise 1
spec_replay_autostart 0
cl_autowepswitch 0
cl_use_opens_buy_menu 0
closeonbuy 0
// Viewmodel
viewmodel_fov 68
viewmodel_offset_x 2.5
viewmodel_offset_y -2
viewmodel_offset_z -2
viewmodel_presetpos 3
viewmodel_recoil 0
cl_viewmodel_shift_left_amt 0
cl_viewmodel_shift_right_amt 0
cl_righthand 1
// Crosshair
cl_crosshairstyle 4
cl_crosshairsize 1000
cl_crosshairthickness 640
cl_crosshairgap -2
cl_crosshairdot 0
cl_crosshair_drawoutline 1
cl_crosshair_outlinethickness 1
cl_crosshaircolor 5
cl_crosshaircolor_r 0
cl_crosshaircolor_g 0
cl_crosshaircolor_b 0
cl_crosshairusealpha 1
cl_crosshairalpha 255
// Aliases
alias +scoreboard "+showscores; net_graph 1"
alias -scoreboard "-showscores; net_graph 0"
alias +jumpthrow "+jump; -attack"
alias -jumpthrow -jump
alias +quickknife "use weapon_knife"
alias -quickknife "lastinv"
// Binds
unbindallmousekeyboard
bind 1 slot1
bind 2 slot2
bind 3 slot3
bind 4 slot4
bind 5 slot5
bind 6 cl_clanid 40757470
bind 7 cl_clanid 40757472
bind 8 cl_clanid 40635612
bind 9 cl_clanid 40757457
bind 0 cl_clanid 40635621
bind escape cancelselect
bind ` "sm_drop; use weapon_knife; drop"
bind tab +scoreboard
bind shift +speed
bind ctrl +duck
bind alt +quickknife
bind space +jump
bind w +forward
bind s +back
bind a +moveleft
bind d +moveright
bind q lastinv
bind e +use
bind r +reload
bind t +spray_menu
bind y messagemode
bind u messagemode2
bind i sm_pause
bind o sm_unpause
bind p sm_report
bind [ "toggle cl_crosshairthickness 640 0.4; toggle cl_crosshaircolor_r 0 255; toggle cl_crosshaircolor_g 0 255; toggle cl_crosshaircolor_b 0 255"
bind ] toggleconsole
bind f "+lookatweapon; r_cleardecals"
bind g "use weapon_c4; drop"
bind h ""
bind j "use weapon_knife; buy taser; use weapon_taser; drop"
bind k "go_a; chatwheel_ping #Chatwheel_aplan"
bind l "go_b; chatwheel_ping #Chatwheel_bplan"
bind z radio
bind x "use weapon_taser"
bind c +jumpthrow
bind v +voicerecord
bind b buymenu
bind m "toggle voice_enable"
bind . "say .drop"
bind / sm_hp
bind f3 autobuy
bind f4 rebuy
bind mwheelup invprev
bind mwheeldown invnext
bind mouse1 +attack
bind mouse2 +attack2
bind mouse3 player_ping
bind mouse4 "incrementvar cl_radar_scale 0.25 1.0 -0.05"
bind mouse5 "incrementvar cl_radar_scale 0.25 1.0 0.05"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment