Update cs2/autoexec.cfg
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// CS2 AUTOEXEC | 2023.10.20
|
||||
// CS2 AUTOEXEC | 2023.11.05
|
||||
// launch options: -console -novid -nojoy -language english
|
||||
|
||||
echo "/---------------------------------------------------------------------------------\"
|
||||
@@ -25,10 +25,25 @@ alias "-radar" "-lookatweapon; cl_radar_always_centered 1; cl_radar_sca
|
||||
alias "+nc" "noclip"
|
||||
alias "-nc" "noclip"
|
||||
|
||||
bind "w" "+forward"
|
||||
bind "a" "+left"
|
||||
bind "s" "+back"
|
||||
bind "d" "+right"
|
||||
alias +jump_ "+jump;+jump"
|
||||
alias -jump_ "-jump;-jump;-jump"
|
||||
alias +duck_ "+duck;+duck"
|
||||
alias -duck_ "-duck;-duck;-duck"
|
||||
alias +sprint_ "+sprint;+sprint"
|
||||
alias -sprint_ "-sprint;-sprint;-sprint"
|
||||
alias +forward_ "+forward;+forward"
|
||||
alias -forward_ "-forward;-forward;-forward"
|
||||
alias +left_ "+left;+left"
|
||||
alias -left_ "-left;-left;-left"
|
||||
alias +back_ "+back;+back"
|
||||
alias -back_ "-back;-back;-back"
|
||||
alias +right_ "+right;+right"
|
||||
alias -right_ "-right;-right;-right"
|
||||
|
||||
bind "w" "+forward_"
|
||||
bind "a" "+left_"
|
||||
bind "s" "+back_"
|
||||
bind "d" "+right_"
|
||||
|
||||
bind "MOUSE_X" "yaw"
|
||||
bind "MOUSE_Y" "pitch"
|
||||
@@ -38,14 +53,14 @@ bind "MOUSE2" "+attack2"
|
||||
bind "MOUSE3" "slot6" // frag
|
||||
bind "MOUSE4" "slot8" // smoke
|
||||
bind "MOUSE5" "slot7" // flash
|
||||
bind "MWHEELUP" "+jump"
|
||||
bind "MWHEELDOWN" "+jump"
|
||||
bind "MWHEELUP" "+jump_"
|
||||
bind "MWHEELDOWN" "+jump_"
|
||||
|
||||
bind "ALT" "+nc"
|
||||
bind "CAPSLOCK" "player_ping"
|
||||
bind "SHIFT" "+sprint"
|
||||
bind "CTRL" "+duck"
|
||||
bind "SPACE" "+jump"
|
||||
bind "SHIFT" "+sprint_"
|
||||
bind "CTRL" "+duck_"
|
||||
bind "SPACE" "+jump_"
|
||||
|
||||
bind "e" "+use"
|
||||
bind "b" "buymenu"
|
||||
@@ -90,7 +105,6 @@ bind "CARET" "toggleconsole"
|
||||
|
||||
bind "F3" "autobuy"
|
||||
bind "F4" "rebuy"
|
||||
bind "F5" "toggle cq_netgraph"
|
||||
|
||||
// volume = √x
|
||||
bind "UPARROW" "toggle snd_voipvolume 0.01 0.04 0.09 0.16 0.25 0.36 0.49 0.64 0.81 1 1"
|
||||
@@ -169,7 +183,7 @@ snd_deathcamera_volume 0
|
||||
snd_mapobjective_volume 0
|
||||
snd_menumusic_volume 0.04
|
||||
snd_mute_losefocus false
|
||||
snd_mvp_volume 0.09
|
||||
snd_mvp_volume 0
|
||||
snd_roundaction_volume 0
|
||||
snd_roundend_volume 0
|
||||
snd_roundstart_volume 0.04
|
||||
@@ -196,6 +210,7 @@ cl_teamcounter_playercount_instead_of_avatars true
|
||||
cl_teamid_overhead_colors_show true
|
||||
cl_teamid_overhead_mode 2
|
||||
cl_teammate_colors_show 2
|
||||
cq_netgraph_problem_show_auto true
|
||||
hud_scaling 0.75
|
||||
hud_showtargetid true
|
||||
safezonex 1
|
||||
@@ -212,12 +227,12 @@ cl_mute_enemy_team true
|
||||
cl_playerspraydisable true
|
||||
cl_resend 3
|
||||
con_enable true
|
||||
fps_max 200
|
||||
fps_max 160
|
||||
fps_max_ui 60
|
||||
fps_max_tools 60
|
||||
joystick false
|
||||
lobby_default_privacy_bits2 1
|
||||
mm_dedicated_search_maxping 50
|
||||
mm_dedicated_search_maxping 20
|
||||
player_nevershow_communityservermessage 1
|
||||
rate 786432
|
||||
spec_replay_autostart false
|
||||
|
||||
Reference in New Issue
Block a user