[feat](cs2autoexec) added some settings"

This commit is contained in:
2025-09-13 02:11:31 +02:00
parent 9161dd0311
commit 3ea7d8230c

View File

@@ -12,16 +12,19 @@ alias -lineupcrosshair "cl_crosshairsize 2"
alias +radarzoom "cl_radar_scale 0.4; cl_radar_always_centered 0"
alias -radarzoom "cl_radar_scale 0.7; cl_radar_always_centered 1"
alias "+bombfind" "+use; gameinstructor_enable 1"
alias "-bombfind" "-use; gameinstructor_enable 0"
//Binds
unbindall
// Movement binds
bind "w" "+forward"
bind "a" "+left"
bind "s" "+back"
bind "d" "+right"
bind "SPACE" "+duck"
bind "W" "+forward"
bind "A" "+left"
bind "S" "+back"
bind "D" "+right"
bind "SPACE" "+duck"
bind "SHIFT" "+sprint"
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "+jump"
@@ -30,37 +33,45 @@ bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"
// Combat binds
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "CTRL" "+reload"
bind "f" "+use"
bind "g" "drop"
bind "MOUSE4" "+jumpaction;+throwaction;"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "CTRL" "+reload"
bind "E" "+use"
bind "F" "+inspect"
bind "G" "drop"
bind "MOUSE4" "+jumpaction;+throwaction;"
bind "R" "+jumpaction;+throwaction;"
bind "H" "+bombfind"
// Slot binds
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot5"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot5"
// Grenade binds
bind "e" "+lineupcrosshair; buy flashbang; slot7"
bind "v" "+lineupcrosshair; buy incgrenade; slot10"
bind "c" "+lineupcrosshair; buy smokegrenade; slot8"
bind "x" "buy hegrenade; slot6"
bind "z" "buy decoy; slot9"
bind "Z" "+lineupcrosshair; buy flashbang; slot7"
bind "V" "+lineupcrosshair; buy incgrenade; slot10"
bind "C" "+lineupcrosshair; buy smokegrenade; slot8"
bind "X" "buy hegrenade; slot6"
bind "5" "buy decoy; slot9"
// UI binds
bind "TAB" "+radarzoom"
bind "b" "buymenu"
bind "ESCAPE" "cancelselect"
bind "p" "+showscores"
bind "TAB" "+radarzoom"
bind "B" "buymenu"
bind "ESCAPE" "cancelselect"
bind "P" "+showscores"
// Communication and console binds
bind "ENTER" "messagemode"
bind "y" "messagemode2"
bind "q" "player_ping"
bind "`" "toggleconsole"
bind "ENTER" "messagemode"
bind "Y" "messagemode2"
bind "Q" "player_ping"
bind "`" "toggleconsole"
// Buybinds
bind "KP_1" "buy vesthelm; buy vest;"
bind "KP_2" "buy rifle1;"
bind "KP_3" "buy awp;"
// Audio
volume "0.15"
@@ -84,7 +95,7 @@ cl_showloadout "1"
gameinstructor_enable "0"
// Mouse
sensitivity "1"
sensitivity "0.8"
zoom_sensitivity_ratio "0.818933027098955175"
// Radar
@@ -97,6 +108,7 @@ cl_radar_square_with_scoreboard "0"
// Video
fps_max "0"
r_fullscreen_gamma 2.5
// Viewmodel
viewmodel_presetpos "1"
@@ -105,5 +117,12 @@ viewmodel_offset_x "-2.0"
viewmodel_offset_y "-2.0"
viewmodel_offset_z "-2.0"
// Performance
mat_queue_mode "-1"
cl_forcepreload "1"
cl_disable_ragdolls "1"
engine_low_latency_sleep_after_client_tick true
r_show_build_info false
echo "Loaded autoexec.cfg"
host_writeconfig