update CS2 config
This commit is contained in:
189
cs2/autoexec.cfg
189
cs2/autoexec.cfg
@@ -1,17 +1,20 @@
|
||||
// CS2 AUTOEXEC | 2023.09.06
|
||||
// CS2 AUTOEXEC | 2023.09.09
|
||||
// launch options: -console -novid -nojoy -language english
|
||||
|
||||
echo "/---------------------------------------------------------------------------------\"
|
||||
echo "| autoexec [1/2] |"
|
||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// => BINDS & ALIASES |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => BINDS & ALIASES ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
unbindall
|
||||
|
||||
alias ".reload" "exec autoexec"
|
||||
alias ".swap" "mp_swapteams"
|
||||
|
||||
alias "+radar" "+lookatweapon; cl_radar_always_centered 0; cl_radar_scale 0.35"
|
||||
alias "-radar" "-lookatweapon; cl_radar_always_centered 1; cl_radar_scale 0.55"
|
||||
|
||||
bind "w" "+forward"
|
||||
bind "a" "+left"
|
||||
bind "s" "+back"
|
||||
@@ -35,7 +38,7 @@ bind "SPACE" "+jump"
|
||||
|
||||
bind "e" "+use"
|
||||
bind "b" "buymenu"
|
||||
bind "f" "+lookatweapon"
|
||||
bind "f" "+radar"
|
||||
bind "g" "drop"
|
||||
bind "m" "teammenu"
|
||||
bind "q" "lastinv"
|
||||
@@ -68,38 +71,36 @@ bind "8" "slot8"
|
||||
bind "9" "slot9"
|
||||
bind "0" "slot10"
|
||||
|
||||
bind "KP_PLUS" "toggle volume 0.01 0.05 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 1"
|
||||
bind "KP_MINUS" "toggle volume 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1 0.05 0.01 0 0"
|
||||
bind "CARET" "toggleconsole"
|
||||
|
||||
bind "F3" "autobuy"
|
||||
bind "F4" "rebuy"
|
||||
bind "F5" "toggle cq_netgraph"
|
||||
|
||||
bind "UPARROW" "toggle voice_scale 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 1"
|
||||
bind "LEFTARROW" "voice_modenable true; play sounds/ui/beep07"
|
||||
bind "DOWNARROW" "toggle voice_scale 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1 0 0"
|
||||
bind "RIGHTARROW" "voice_modenable false; play sounds/ui/weapon_cant_buy"
|
||||
|
||||
bind "CARET" "toggleconsole"
|
||||
bind "KP_PLUS" "toggle volume 0.01 0.05 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 1"
|
||||
bind "KP_MINUS" "toggle volume 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1 0.05 0.01 0 0"
|
||||
|
||||
bind "F3" "autobuy"
|
||||
bind "F4" "rebuy"
|
||||
bind "KP_1" "buy m4a1; buy ak47"
|
||||
bind "KP_2" "buy galilar; buy famas"
|
||||
bind "KP_3" "buy awp"
|
||||
bind "KP_4" "buy vest"
|
||||
bind "KP_5" "buy vesthelm"
|
||||
bind "KP_6" "buy defuser"
|
||||
bind "KP_7" "buy smokegrenade"
|
||||
bind "KP_8" "buy flashbang"
|
||||
bind "KP_9" "buy hegrenade"
|
||||
bind "KP_ENTER" "buy incgrenade; buy molotov"
|
||||
bind "KP_DEL" "buy decoy"
|
||||
bind "KP_0" "buy p250"
|
||||
|
||||
bind "KP_1" "buy m4a1; buy ak47" // 1
|
||||
bind "KP_2" "buy galilar; buy famas" // 2
|
||||
bind "KP_3" "buy awp" // 3
|
||||
|
||||
bind "KP_4" "buy vest" // 4
|
||||
bind "KP_5" "buy vesthelm" // 5
|
||||
bind "KP_6" "buy defuser" // 6
|
||||
|
||||
bind "KP_7" "buy smokegrenade" // 7
|
||||
bind "KP_8" "buy flashbang" // 8
|
||||
bind "KP_9" "buy hegrenade" // 9
|
||||
|
||||
bind "KP_ENTER" "buy incgrenade; buy molotov" // ENTER
|
||||
bind "KP_DEL" "buy decoy" // DEL
|
||||
bind "KP_0" "buy p250" // 0
|
||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// => NETWORK |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => NETWORK ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
rate 786432
|
||||
cl_updaterate 128
|
||||
cl_interp 0.015625
|
||||
@@ -107,16 +108,16 @@ cl_interp_ratio 1
|
||||
cl_lagcompensation true
|
||||
cl_predictweapons true
|
||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// => MOUSE |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => MOUSE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
sensitivity 1.1
|
||||
zoom_sensitivity_ratio 1
|
||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// => CROSSHAIR |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
cl_crosshair_drawoutline 1
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => CROSSHAIR ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
cl_crosshair_drawoutline true
|
||||
cl_crosshair_dynamic_maxdist_splitratio 0.35
|
||||
cl_crosshair_dynamic_splitalpha_innermod 1
|
||||
cl_crosshair_dynamic_splitalpha_outermod 0.5
|
||||
@@ -139,64 +140,18 @@ cl_crosshairthickness 1
|
||||
cl_crosshairusealpha true
|
||||
cl_fixedcrosshairgap 3
|
||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// => VIEWMODEL |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => VIEWMODEL ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
viewmodel_fov 68
|
||||
viewmodel_offset_x 1
|
||||
viewmodel_offset_y -2
|
||||
viewmodel_offset_z -2
|
||||
viewmodel_presetpos 0
|
||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// => MISC ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
cl_color 3
|
||||
cl_dm_buyrandomweapons false
|
||||
cl_hide_avatar_images 2
|
||||
cl_hud_color 0
|
||||
cl_hud_radar_scale 1.3
|
||||
cl_join_advertise 2
|
||||
cl_mute_enemy_team true
|
||||
cl_new_user_phase -1
|
||||
cl_playerspraydisable true
|
||||
cl_radar_always_centered true
|
||||
cl_radar_icon_scale_min 0.4
|
||||
cl_radar_rotate true
|
||||
cl_radar_scale 0.55
|
||||
cl_radar_square_with_scoreboard true
|
||||
cl_resend 3
|
||||
cl_show_clan_in_death_notice true
|
||||
cl_showloadout true
|
||||
cl_teamid_overhead_colors_show true
|
||||
cl_teamid_overhead_mode 2
|
||||
cl_teammate_colors_show 2
|
||||
cl_use_opens_buy_menu false
|
||||
con_enable true
|
||||
fps_max 200
|
||||
fps_max_ui 60
|
||||
func_break_max_pieces 0
|
||||
hud_scaling 0.75
|
||||
hud_showtargetid true
|
||||
lobby_default_privacy_bits2 1
|
||||
mm_csgo_community_search_players_min 5
|
||||
mm_dedicated_search_maxping 50
|
||||
mp_autokick false
|
||||
option_duck_method 0
|
||||
option_speed_method 0
|
||||
player_nevershow_communityservermessage 1
|
||||
safezonex 1
|
||||
safezoney 1
|
||||
spec_replay_autostart false
|
||||
sv_holiday_mode 0
|
||||
ui_steam_overlay_notification_position bottomright
|
||||
joystick false
|
||||
|
||||
// HELP
|
||||
cl_autohelp false
|
||||
gameinstructor_enable false
|
||||
|
||||
// SOUND
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => SOUND ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
snd_deathcamera_volume 0
|
||||
snd_mapobjective_volume 0
|
||||
snd_menumusic_volume 0.05
|
||||
@@ -204,7 +159,63 @@ snd_mute_losefocus false
|
||||
snd_mvp_volume 0.05
|
||||
snd_roundend_volume 0
|
||||
snd_roundstart_volume 0.05
|
||||
snd_tensecondwarning_volume 0.1
|
||||
snd_tensecondwarning_volume 0.05
|
||||
snd_mute_mvp_music_live_players true
|
||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => HUD ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
cl_hide_avatar_images 2
|
||||
cl_hud_color 0
|
||||
cl_hud_radar_scale 1.3
|
||||
cl_radar_always_centered true
|
||||
cl_radar_icon_scale_min 0.4
|
||||
cl_radar_rotate true
|
||||
cl_radar_scale 0.55
|
||||
cl_radar_square_with_scoreboard true
|
||||
cl_show_clan_in_death_notice true
|
||||
cl_showloadout true
|
||||
cl_teamid_overhead_colors_show true
|
||||
cl_teamid_overhead_mode 2
|
||||
cl_teammate_colors_show 2
|
||||
hud_scaling 0.75
|
||||
hud_showtargetid true
|
||||
safezonex 1
|
||||
safezoney 1
|
||||
ui_steam_overlay_notification_position bottomright
|
||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => MISC |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
cl_color 3
|
||||
cl_dm_buyrandomweapons false
|
||||
cl_join_advertise 2
|
||||
cl_mute_enemy_team true
|
||||
cl_playerspraydisable true
|
||||
cl_resend 3
|
||||
cl_use_opens_buy_menu false
|
||||
con_enable true
|
||||
fps_max 200
|
||||
fps_max_ui 60
|
||||
func_break_max_pieces 0
|
||||
joystick false
|
||||
lobby_default_privacy_bits2 1
|
||||
mm_dedicated_search_maxping 50
|
||||
mp_autokick false
|
||||
option_duck_method 0
|
||||
option_speed_method 0
|
||||
player_nevershow_communityservermessage 1
|
||||
spec_replay_autostart false
|
||||
sv_holiday_mode 0
|
||||
|
||||
// HELP :O
|
||||
cl_new_user_phase -1
|
||||
cl_autohelp false
|
||||
gameinstructor_enable false
|
||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
|
||||
hud_reloadscheme
|
||||
play sounds/ui/item_drop
|
||||
|
||||
Reference in New Issue
Block a user