[feat](cs2autoexec) added some settings"
This commit is contained in:
@@ -12,15 +12,18 @@ alias -lineupcrosshair "cl_crosshairsize 2"
|
|||||||
alias +radarzoom "cl_radar_scale 0.4; cl_radar_always_centered 0"
|
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 -radarzoom "cl_radar_scale 0.7; cl_radar_always_centered 1"
|
||||||
|
|
||||||
|
alias "+bombfind" "+use; gameinstructor_enable 1"
|
||||||
|
alias "-bombfind" "-use; gameinstructor_enable 0"
|
||||||
|
|
||||||
//Binds
|
//Binds
|
||||||
|
|
||||||
unbindall
|
unbindall
|
||||||
|
|
||||||
// Movement binds
|
// Movement binds
|
||||||
bind "w" "+forward"
|
bind "W" "+forward"
|
||||||
bind "a" "+left"
|
bind "A" "+left"
|
||||||
bind "s" "+back"
|
bind "S" "+back"
|
||||||
bind "d" "+right"
|
bind "D" "+right"
|
||||||
bind "SPACE" "+duck"
|
bind "SPACE" "+duck"
|
||||||
bind "SHIFT" "+sprint"
|
bind "SHIFT" "+sprint"
|
||||||
bind "MWHEELUP" "+jump"
|
bind "MWHEELUP" "+jump"
|
||||||
@@ -33,9 +36,12 @@ bind "MOUSE_Y" "pitch"
|
|||||||
bind "MOUSE1" "+attack"
|
bind "MOUSE1" "+attack"
|
||||||
bind "MOUSE2" "+attack2"
|
bind "MOUSE2" "+attack2"
|
||||||
bind "CTRL" "+reload"
|
bind "CTRL" "+reload"
|
||||||
bind "f" "+use"
|
bind "E" "+use"
|
||||||
bind "g" "drop"
|
bind "F" "+inspect"
|
||||||
|
bind "G" "drop"
|
||||||
bind "MOUSE4" "+jumpaction;+throwaction;"
|
bind "MOUSE4" "+jumpaction;+throwaction;"
|
||||||
|
bind "R" "+jumpaction;+throwaction;"
|
||||||
|
bind "H" "+bombfind"
|
||||||
|
|
||||||
// Slot binds
|
// Slot binds
|
||||||
bind "1" "slot1"
|
bind "1" "slot1"
|
||||||
@@ -44,24 +50,29 @@ bind "3" "slot3"
|
|||||||
bind "4" "slot5"
|
bind "4" "slot5"
|
||||||
|
|
||||||
// Grenade binds
|
// Grenade binds
|
||||||
bind "e" "+lineupcrosshair; buy flashbang; slot7"
|
bind "Z" "+lineupcrosshair; buy flashbang; slot7"
|
||||||
bind "v" "+lineupcrosshair; buy incgrenade; slot10"
|
bind "V" "+lineupcrosshair; buy incgrenade; slot10"
|
||||||
bind "c" "+lineupcrosshair; buy smokegrenade; slot8"
|
bind "C" "+lineupcrosshair; buy smokegrenade; slot8"
|
||||||
bind "x" "buy hegrenade; slot6"
|
bind "X" "buy hegrenade; slot6"
|
||||||
bind "z" "buy decoy; slot9"
|
bind "5" "buy decoy; slot9"
|
||||||
|
|
||||||
// UI binds
|
// UI binds
|
||||||
bind "TAB" "+radarzoom"
|
bind "TAB" "+radarzoom"
|
||||||
bind "b" "buymenu"
|
bind "B" "buymenu"
|
||||||
bind "ESCAPE" "cancelselect"
|
bind "ESCAPE" "cancelselect"
|
||||||
bind "p" "+showscores"
|
bind "P" "+showscores"
|
||||||
|
|
||||||
// Communication and console binds
|
// Communication and console binds
|
||||||
bind "ENTER" "messagemode"
|
bind "ENTER" "messagemode"
|
||||||
bind "y" "messagemode2"
|
bind "Y" "messagemode2"
|
||||||
bind "q" "player_ping"
|
bind "Q" "player_ping"
|
||||||
bind "`" "toggleconsole"
|
bind "`" "toggleconsole"
|
||||||
|
|
||||||
|
// Buybinds
|
||||||
|
bind "KP_1" "buy vesthelm; buy vest;"
|
||||||
|
bind "KP_2" "buy rifle1;"
|
||||||
|
bind "KP_3" "buy awp;"
|
||||||
|
|
||||||
// Audio
|
// Audio
|
||||||
volume "0.15"
|
volume "0.15"
|
||||||
voice_scale "0"
|
voice_scale "0"
|
||||||
@@ -84,7 +95,7 @@ cl_showloadout "1"
|
|||||||
gameinstructor_enable "0"
|
gameinstructor_enable "0"
|
||||||
|
|
||||||
// Mouse
|
// Mouse
|
||||||
sensitivity "1"
|
sensitivity "0.8"
|
||||||
zoom_sensitivity_ratio "0.818933027098955175"
|
zoom_sensitivity_ratio "0.818933027098955175"
|
||||||
|
|
||||||
// Radar
|
// Radar
|
||||||
@@ -97,6 +108,7 @@ cl_radar_square_with_scoreboard "0"
|
|||||||
|
|
||||||
// Video
|
// Video
|
||||||
fps_max "0"
|
fps_max "0"
|
||||||
|
r_fullscreen_gamma 2.5
|
||||||
|
|
||||||
// Viewmodel
|
// Viewmodel
|
||||||
viewmodel_presetpos "1"
|
viewmodel_presetpos "1"
|
||||||
@@ -105,5 +117,12 @@ viewmodel_offset_x "-2.0"
|
|||||||
viewmodel_offset_y "-2.0"
|
viewmodel_offset_y "-2.0"
|
||||||
viewmodel_offset_z "-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"
|
echo "Loaded autoexec.cfg"
|
||||||
host_writeconfig
|
host_writeconfig
|
||||||
|
Reference in New Issue
Block a user