update CS2 config
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// CS2 AUTOEXEC | 2023.09.09
|
||||
// CS2 AUTOEXEC | 2023.09.14
|
||||
// launch options: -console -novid -nojoy -language english
|
||||
|
||||
echo "/---------------------------------------------------------------------------------\"
|
||||
@@ -9,11 +9,16 @@ echo "| autoexec [1/2]
|
||||
// ---------------------------------------------------------------------------------------
|
||||
unbindall
|
||||
|
||||
alias ".reload" "exec autoexec"
|
||||
alias ".x" "exec autoexec"
|
||||
alias ".swap" "mp_swapteams"
|
||||
alias ".clearsmoke" "ent_fire smokegrenade_projectile kill"
|
||||
alias ".givenades" "give weapon_flashbang; give weapon_hegrenade; give weapon_incgrenade; give weapon_smokegrenade"
|
||||
alias ".nadeprac" "sv_cheats true; mp_warmup_offline_enabled true; mp_warmup_start; mp_warmup_pausetimer 1; sv_grenade_trajectory_prac_pipreview true; sv_grenade_trajectory_prac_trailtime 8; mp_buy_anywhere 1; sv_infinite_ammo 1; .givenades"
|
||||
|
||||
alias "+radar" "+lookatweapon; cl_radar_always_centered 0; cl_radar_scale 0.35"
|
||||
alias "+radar" "+lookatweapon; cl_radar_always_centered 0; cl_radar_scale 0.30"
|
||||
alias "-radar" "-lookatweapon; cl_radar_always_centered 1; cl_radar_scale 0.55"
|
||||
alias "+altbinds" "bind MOUSE1 player_ping; bind MOUSE2 +quickinv"
|
||||
alias "-altbinds" "bind MOUSE1 +attack; bind MOUSE2 +attack2"
|
||||
|
||||
bind "w" "+forward"
|
||||
bind "a" "+left"
|
||||
@@ -23,15 +28,15 @@ bind "d" "+right"
|
||||
bind "MOUSE_X" "yaw"
|
||||
bind "MOUSE_Y" "pitch"
|
||||
|
||||
// slot6 = frag, slot7 = flash, slot8 = smoke, slot10 = molotov
|
||||
bind "MOUSE1" "+attack"
|
||||
bind "MOUSE2" "+attack2"
|
||||
bind "MOUSE3" "player_ping"
|
||||
bind "MOUSE4" "slot8"
|
||||
bind "MOUSE5" "slot7"
|
||||
bind "MOUSE3" "slot6" // frag
|
||||
bind "MOUSE4" "slot8" // smoke
|
||||
bind "MOUSE5" "slot7" // flash
|
||||
bind "MWHEELUP" "+jump"
|
||||
bind "MWHEELDOWN" "+jump"
|
||||
|
||||
bind "ALT" "+altbinds"
|
||||
bind "SHIFT" "+sprint"
|
||||
bind "CTRL" "+duck"
|
||||
bind "SPACE" "+jump"
|
||||
@@ -43,17 +48,21 @@ bind "g" "drop"
|
||||
bind "m" "teammenu"
|
||||
bind "q" "lastinv"
|
||||
bind "r" "+reload"
|
||||
bind "x" "+quickinv"
|
||||
bind "x" "slot10" // molotov
|
||||
bind "h" "slot12" // x-ray
|
||||
|
||||
bind "c" "+voicerecord"
|
||||
bind "j" "messagemode"
|
||||
bind "k" "messagemode2"
|
||||
bind "t" "+radialradio"
|
||||
bind "z" "+radialradio2"
|
||||
bind "u" "+radialradio3"
|
||||
bind "v" "+radialradio"
|
||||
bind "y" "+radialradio2"
|
||||
bind "t" "+radialradio3"
|
||||
|
||||
bind "l" "toggle host_timescale 1 30"
|
||||
bind "n" "noclip"
|
||||
bind "." "toggle host_timescale 1 30"
|
||||
bind "-" "sv_rethrow_last_grenade"
|
||||
bind "," ".clearsmoke"
|
||||
bind "O_WITH_DIAERESIS" "toggle cl_drawhud"
|
||||
|
||||
bind "ESCAPE" "cancelselect"
|
||||
bind "TAB" "+showscores"
|
||||
@@ -77,13 +86,14 @@ 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"
|
||||
// volume = √x
|
||||
bind "UPARROW" "toggle voice_scale 0.01 0.04 0.09 0.16 0.25 0.36 0.49 0.64 0.81 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 "DOWNARROW" "toggle voice_scale 0.81 0.64 0.49 0.36 0.25 0.16 0.09 0.4 0.01 0 0"
|
||||
bind "RIGHTARROW" "voice_modenable false; play sounds/ui/weapon_cant_buy"
|
||||
|
||||
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 "KP_PLUS" "toggle volume 0.01 0.04 0.09 0.16 0.25 0.36 0.49 0.64 0.81 1 1"
|
||||
bind "KP_MINUS" "toggle volume 0.81 0.64 0.49 0.36 0.25 0.16 0.09 0.4 0.01 0 0"
|
||||
|
||||
bind "KP_1" "buy m4a1; buy ak47"
|
||||
bind "KP_2" "buy galilar; buy famas"
|
||||
@@ -99,18 +109,13 @@ bind "KP_DEL" "buy decoy"
|
||||
bind "KP_0" "buy p250"
|
||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => NETWORK ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
rate 786432
|
||||
cl_updaterate 128
|
||||
cl_interp 0.015625
|
||||
cl_interp_ratio 1
|
||||
cl_lagcompensation true
|
||||
cl_predictweapons true
|
||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => MOUSE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// => INPUT ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
cl_buywheel_donate_key 2
|
||||
cl_silencer_mode 0
|
||||
cl_use_opens_buy_menu false
|
||||
option_duck_method 0
|
||||
option_speed_method 0
|
||||
sensitivity 1.1
|
||||
zoom_sensitivity_ratio 1
|
||||
|
||||
@@ -152,19 +157,24 @@ viewmodel_presetpos 0
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => SOUND ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
volume 0.64
|
||||
snd_deathcamera_volume 0
|
||||
snd_mapobjective_volume 0
|
||||
snd_menumusic_volume 0.05
|
||||
snd_menumusic_volume 0.04
|
||||
snd_mute_losefocus false
|
||||
snd_mvp_volume 0.05
|
||||
snd_mvp_volume 0.09
|
||||
snd_roundaction_volume 0
|
||||
snd_roundend_volume 0
|
||||
snd_roundstart_volume 0.05
|
||||
snd_tensecondwarning_volume 0.05
|
||||
snd_roundstart_volume 0.04
|
||||
snd_tensecondwarning_volume 0.04
|
||||
snd_mute_mvp_music_live_players true
|
||||
voice_always_sample_mic true
|
||||
voice_scale 1.0
|
||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
// => HUD ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
cl_drawhud_force_radar 1
|
||||
cl_hide_avatar_images 2
|
||||
cl_hud_color 0
|
||||
cl_hud_radar_scale 1.3
|
||||
@@ -193,22 +203,21 @@ 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
|
||||
fps_max_tools 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
|
||||
rate 786432
|
||||
spec_replay_autostart false
|
||||
sv_holiday_mode 0
|
||||
|
||||
// HELP :O
|
||||
// HELP x)
|
||||
cl_new_user_phase -1
|
||||
cl_autohelp false
|
||||
gameinstructor_enable false
|
||||
|
||||
Reference in New Issue
Block a user