add cs configs
This commit is contained in:
214
cs2/autoexec.cfg
Normal file
214
cs2/autoexec.cfg
Normal file
@@ -0,0 +1,214 @@
|
|||||||
|
// CS2 AUTOEXEC | 2023.09.06
|
||||||
|
// launch options: -console -novid -nojoy -language english
|
||||||
|
|
||||||
|
echo "/---------------------------------------------------------------------------------\"
|
||||||
|
echo "| autoexec [1/2] |"
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => BINDS & ALIASES |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
unbindall
|
||||||
|
|
||||||
|
alias ".reload" "exec autoexec"
|
||||||
|
alias ".swap" "mp_swapteams"
|
||||||
|
|
||||||
|
bind "w" "+forward"
|
||||||
|
bind "a" "+left"
|
||||||
|
bind "s" "+back"
|
||||||
|
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 "MWHEELUP" "+jump"
|
||||||
|
bind "MWHEELDOWN" "+jump"
|
||||||
|
|
||||||
|
bind "SHIFT" "+sprint"
|
||||||
|
bind "CTRL" "+duck"
|
||||||
|
bind "SPACE" "+jump"
|
||||||
|
|
||||||
|
bind "e" "+use"
|
||||||
|
bind "b" "buymenu"
|
||||||
|
bind "f" "+lookatweapon"
|
||||||
|
bind "g" "drop"
|
||||||
|
bind "m" "teammenu"
|
||||||
|
bind "q" "lastinv"
|
||||||
|
bind "r" "+reload"
|
||||||
|
bind "x" "+quickinv"
|
||||||
|
|
||||||
|
bind "c" "+voicerecord"
|
||||||
|
bind "j" "messagemode"
|
||||||
|
bind "k" "messagemode2"
|
||||||
|
bind "t" "+radialradio"
|
||||||
|
bind "z" "+radialradio2"
|
||||||
|
bind "u" "+radialradio3"
|
||||||
|
|
||||||
|
bind "l" "toggle host_timescale 1 30"
|
||||||
|
bind "n" "noclip"
|
||||||
|
|
||||||
|
bind "ESCAPE" "cancelselect"
|
||||||
|
bind "TAB" "+showscores"
|
||||||
|
bind "DEL" "mute"
|
||||||
|
bind "PAUSE" "pause"
|
||||||
|
|
||||||
|
bind "1" "slot1"
|
||||||
|
bind "2" "slot2"
|
||||||
|
bind "3" "slot3"
|
||||||
|
bind "4" "slot4"
|
||||||
|
bind "5" "slot5"
|
||||||
|
bind "6" "slot6"
|
||||||
|
bind "7" "slot7"
|
||||||
|
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 "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 "F3" "autobuy"
|
||||||
|
bind "F4" "rebuy"
|
||||||
|
|
||||||
|
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 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
rate 786432
|
||||||
|
cl_updaterate 128
|
||||||
|
cl_interp 0.015625
|
||||||
|
cl_interp_ratio 1
|
||||||
|
cl_lagcompensation true
|
||||||
|
cl_predictweapons true
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => MOUSE |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
sensitivity 1.1
|
||||||
|
zoom_sensitivity_ratio 1
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => CROSSHAIR |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
cl_crosshair_drawoutline 1
|
||||||
|
cl_crosshair_dynamic_maxdist_splitratio 0.35
|
||||||
|
cl_crosshair_dynamic_splitalpha_innermod 1
|
||||||
|
cl_crosshair_dynamic_splitalpha_outermod 0.5
|
||||||
|
cl_crosshair_dynamic_splitdist 7
|
||||||
|
cl_crosshair_outlinethickness 1
|
||||||
|
cl_crosshair_sniper_show_normal_inaccuracy false
|
||||||
|
cl_crosshair_sniper_width 2
|
||||||
|
cl_crosshair_t false
|
||||||
|
cl_crosshairalpha 255
|
||||||
|
cl_crosshaircolor 4
|
||||||
|
cl_crosshaircolor_b 255
|
||||||
|
cl_crosshaircolor_g 155
|
||||||
|
cl_crosshaircolor_r 255
|
||||||
|
cl_crosshairdot false
|
||||||
|
cl_crosshairgap -1
|
||||||
|
cl_crosshairgap_useweaponvalue false
|
||||||
|
cl_crosshairsize 2.5
|
||||||
|
cl_crosshairstyle 4
|
||||||
|
cl_crosshairthickness 1
|
||||||
|
cl_crosshairusealpha true
|
||||||
|
cl_fixedcrosshairgap 3
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => 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
|
||||||
|
snd_deathcamera_volume 0
|
||||||
|
snd_mapobjective_volume 0
|
||||||
|
snd_menumusic_volume 0.05
|
||||||
|
snd_mute_losefocus false
|
||||||
|
snd_mvp_volume 0.05
|
||||||
|
snd_roundend_volume 0
|
||||||
|
snd_roundstart_volume 0.05
|
||||||
|
snd_tensecondwarning_volume 0.1
|
||||||
|
|
||||||
|
hud_reloadscheme
|
||||||
|
play sounds/ui/item_drop
|
||||||
|
host_writeconfig
|
||||||
|
|
||||||
|
echo "| autoexec [2/2] |"
|
||||||
|
echo "\---------------------------------------------------------------------------------/"
|
||||||
315
csgo/autoexec.cfg
Normal file
315
csgo/autoexec.cfg
Normal file
@@ -0,0 +1,315 @@
|
|||||||
|
// CS:GO AUTOEXEC | 2023.04.16
|
||||||
|
// launch options: -console -novid -nojoy -language english
|
||||||
|
|
||||||
|
echo "/-------------------------------------------------\\"
|
||||||
|
echo "| autoexec [1/2] |"
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => BINDS & ALIASES |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
unbindall
|
||||||
|
|
||||||
|
alias ".ares" "exec ares_server_control"
|
||||||
|
alias ".dm" "exec fntx_dm"
|
||||||
|
alias ".nade" "exec fntx_nadepractice"
|
||||||
|
alias ".wup" "mp_do_warmup_offine 1;mp_warmuptime 3600;mp_maxmoney 99999;mp_startmoney 99999;mp_buy_anywhere 1;sv_cheats 1;mp_warmup_start"
|
||||||
|
|
||||||
|
alias "+radar" "+use; cl_radar_always_centered 0; cl_radar_scale 0.35; +nadecross"
|
||||||
|
alias "-radar" "-use; cl_radar_always_centered 1; cl_radar_scale 0.55; -nadecross"
|
||||||
|
|
||||||
|
alias "+nadecross" "cl_crosshairalpha 100; cl_crosshairdot 1; cl_crosshairgap 4; cl_crosshairsize 255; cl_fixedcrosshairgap 4"
|
||||||
|
alias "-nadecross" "cl_crosshairalpha 255; cl_crosshairdot 0; cl_crosshairgap 0; cl_crosshairsize 3; cl_fixedcrosshairgap 0"
|
||||||
|
|
||||||
|
alias "+noclip" "noclip"
|
||||||
|
alias "-noclip" "noclip"
|
||||||
|
|
||||||
|
alias ".swap" "mp_swapteams"
|
||||||
|
|
||||||
|
alias ".afk" "afk_on"
|
||||||
|
alias "afk_on" "+forward; +right; alias .afk afk_off"
|
||||||
|
alias "afk_off" "-forward; -right; alias .afk afk_on"
|
||||||
|
|
||||||
|
alias ".reload" "exec autoexec"
|
||||||
|
|
||||||
|
alias "+jumpthrow" "+jump;-attack"
|
||||||
|
alias "-jumpthrow" "-jump"
|
||||||
|
|
||||||
|
bind "MOUSE1" "+attack"
|
||||||
|
bind "MOUSE2" "+attack2"
|
||||||
|
bind "MOUSE3" "use weapon_hegrenade"
|
||||||
|
bind "MOUSE4" "use weapon_smokegrenade"
|
||||||
|
bind "MOUSE5" "use weapon_flashbang"
|
||||||
|
bind "MWHEELUP" "+jump"
|
||||||
|
bind "MWHEELDOWN" "+jump"
|
||||||
|
|
||||||
|
bind "w" "+forward"
|
||||||
|
bind "a" "+moveleft"
|
||||||
|
bind "s" "+back"
|
||||||
|
bind "d" "+moveright"
|
||||||
|
|
||||||
|
bind "b" "buymenu"
|
||||||
|
bind "f" "+lookatweapon;r_cleardecals"
|
||||||
|
bind "g" "drop"
|
||||||
|
bind "i" "+spray_menu"
|
||||||
|
bind "m" "teammenu"
|
||||||
|
bind "q" "lastinv"
|
||||||
|
bind "r" "+reload;r_cleardecals"
|
||||||
|
bind "x" "use weapon_molotov;use weapon_incgrenade"
|
||||||
|
bind "e" "+radar"
|
||||||
|
bind "y" "+jumpthrow"
|
||||||
|
|
||||||
|
bind "c" "+voicerecord"
|
||||||
|
bind "j" "messagemode"
|
||||||
|
bind "k" "messagemode2"
|
||||||
|
|
||||||
|
bind "v" "player_ping"
|
||||||
|
// bind "v" "radio1"
|
||||||
|
// bind "z" "radio2"
|
||||||
|
// bind "t" "radio3"
|
||||||
|
bind "t" "+radialradio"
|
||||||
|
|
||||||
|
bind "l" "toggle host_timescale 1 30"
|
||||||
|
bind "n" "noclip"
|
||||||
|
|
||||||
|
bind "ALT" "+noclip"
|
||||||
|
bind "ESCAPE" "cancelselect"
|
||||||
|
bind "DEL" "mute"
|
||||||
|
bind "PAUSE" "pause"
|
||||||
|
bind "SHIFT" "+speed"
|
||||||
|
bind "CTRL" "+duck"
|
||||||
|
bind "SPACE" "+jump"
|
||||||
|
bind "TAB" "+showscores"
|
||||||
|
|
||||||
|
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 "\" "toggleconsole"
|
||||||
|
|
||||||
|
bind "F1" "autobuy"
|
||||||
|
bind "F2" "rebuy"
|
||||||
|
bind "F3" "askconnect_accept"
|
||||||
|
bind "F4" "toggle net_graph 0 1"
|
||||||
|
unbind "F5"
|
||||||
|
unbind "F6"
|
||||||
|
unbind "F7"
|
||||||
|
unbind "F8"
|
||||||
|
unbind "F9"
|
||||||
|
unbind "F10"
|
||||||
|
unbind "F11"
|
||||||
|
unbind "F12"
|
||||||
|
|
||||||
|
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_enable 1; play 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_enable 0; play ui/weapon_cant_buy"
|
||||||
|
|
||||||
|
bind "0" "slot10"
|
||||||
|
bind "1" "slot1"
|
||||||
|
bind "2" "slot2"
|
||||||
|
bind "3" "slot3"
|
||||||
|
bind "4" "slot4"
|
||||||
|
bind "5" "slot5"
|
||||||
|
bind "6" "slot6"
|
||||||
|
bind "7" "slot7"
|
||||||
|
bind "8" "slot8"
|
||||||
|
bind "9" "slot9"
|
||||||
|
bind "h" "slot12"
|
||||||
|
|
||||||
|
bind "KP_END" "buy m4a1; buy ak47" // 1
|
||||||
|
bind "KP_DOWNARROW" "buy galilar; buy famas" // 2
|
||||||
|
bind "KP_PGDN" "buy awp" // 3
|
||||||
|
|
||||||
|
bind "KP_LEFTARROW" "buy vest" // 4
|
||||||
|
bind "KP_5" "buy vesthelm" // 5
|
||||||
|
bind "KP_RIGHTARROW" "buy defuser" // 6
|
||||||
|
|
||||||
|
bind "KP_HOME" "buy smokegrenade" // 7
|
||||||
|
bind "KP_UPARROW" "buy flashbang" // 8
|
||||||
|
bind "KP_PGUP" "buy hegrenade" // 9
|
||||||
|
|
||||||
|
// bind "KP_SLASH" "" // /
|
||||||
|
// bind "KP_MULTIPLY" "" // *
|
||||||
|
// bind "KP_MINUS" "" // -
|
||||||
|
// bind "KP_PLUS" "" // +
|
||||||
|
|
||||||
|
bind "KP_ENTER" "buy incgrenade; buy molotov" // ENTER
|
||||||
|
bind "KP_DEL" "buy decoy" // DEL
|
||||||
|
bind "KP_INS" "buy p250" // 0
|
||||||
|
|
||||||
|
// Pistols: glock, hkp2000, elite, p250, tec9, fiveseven, deagle
|
||||||
|
// SMGs: mac10, mp9, mp7, ump45, p90, bizon
|
||||||
|
// Rifles: galilar, famas, ak47, m4a1, ssg08, sg556, aug, awp, scar20, g3sg1
|
||||||
|
// Heavy: nova, xm1014, sawedoff, mag7, m249, negev
|
||||||
|
// Equipment: defuser, vest, vesthelm, taser
|
||||||
|
// Grenades: flashbang, hegrenade, smokegrenade, decoy, molotov, incgrenade
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => NETWORK |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
rate 786432
|
||||||
|
cl_cmdrate 128
|
||||||
|
cl_updaterate 128
|
||||||
|
cl_interp 0
|
||||||
|
cl_interp_ratio 1
|
||||||
|
cl_lagcompensation 1
|
||||||
|
cl_predict 1
|
||||||
|
cl_predictweapons 1
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => NETGRAPH ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
net_graph 0
|
||||||
|
net_graphheight 48
|
||||||
|
net_graphpos 2
|
||||||
|
net_graphproportionalfont 0
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => GRAPHICS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
cl_showfps 0
|
||||||
|
fps_max 300
|
||||||
|
fps_max_menu 60
|
||||||
|
mat_monitorgamma 2.2
|
||||||
|
mat_monitorgamma_tv_enabled 0
|
||||||
|
r_dynamic 0
|
||||||
|
r_eyegloss 0
|
||||||
|
r_eyemove 0
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => MOUSE |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
m_customaccel 0
|
||||||
|
m_mousespeed 0
|
||||||
|
m_mouseaccel1 0
|
||||||
|
m_mouseaccel2 0
|
||||||
|
m_rawinput 1
|
||||||
|
sensitivity 1.1
|
||||||
|
zoom_sensitivity_ratio_mouse 1
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => CROSSHAIR |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
cl_crosshair_drawoutline 1
|
||||||
|
cl_crosshair_dynamic_maxdist_splitratio 0.35
|
||||||
|
cl_crosshair_dynamic_splitalpha_innermod 1
|
||||||
|
cl_crosshair_dynamic_splitalpha_outermod 0.5
|
||||||
|
cl_crosshair_dynamic_splitdist 7
|
||||||
|
cl_crosshair_outlinethickness 1
|
||||||
|
cl_crosshair_sniper_show_normal_inaccuracy 0
|
||||||
|
cl_crosshair_sniper_width 2
|
||||||
|
cl_crosshair_t 0
|
||||||
|
cl_crosshairalpha 255
|
||||||
|
cl_crosshaircolor 4
|
||||||
|
cl_crosshaircolor_b 255
|
||||||
|
cl_crosshaircolor_g 155
|
||||||
|
cl_crosshaircolor_r 255
|
||||||
|
cl_crosshairdot 0
|
||||||
|
cl_crosshairgap -1
|
||||||
|
cl_crosshairgap_useweaponvalue 0
|
||||||
|
cl_crosshairsize 2.5
|
||||||
|
cl_crosshairstyle 4
|
||||||
|
cl_crosshairthickness 1
|
||||||
|
cl_crosshairusealpha 1
|
||||||
|
cl_fixedcrosshairgap 3
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => VIEWMODEL |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
cl_bob_lower_amt 5
|
||||||
|
cl_bobamt_lat 0.1
|
||||||
|
cl_bobamt_vert 0.1
|
||||||
|
cl_bobcycle 0.98
|
||||||
|
cl_righthand 1
|
||||||
|
cl_viewmodel_shift_left_amt 0.5
|
||||||
|
cl_viewmodel_shift_right_amt 0.25
|
||||||
|
|
||||||
|
viewmodel_fov 68
|
||||||
|
viewmodel_offset_x 1
|
||||||
|
viewmodel_offset_y -2
|
||||||
|
viewmodel_offset_z -2
|
||||||
|
viewmodel_presetpos 0
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// => MISC ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
|
// ------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
cl_allowdownload 1
|
||||||
|
cl_allowupload 0
|
||||||
|
cl_autowepswitch 0
|
||||||
|
cl_color 4
|
||||||
|
cl_disablefreezecam 1
|
||||||
|
cl_disablehtmlmotd 0
|
||||||
|
cl_dm_buyrandomweapons 0
|
||||||
|
cl_downloadfilter nosounds
|
||||||
|
cl_hud_background_alpha 0.2
|
||||||
|
cl_hud_bomb_under_radar 0
|
||||||
|
cl_hud_color 6
|
||||||
|
cl_hud_healthammo_style 0
|
||||||
|
cl_hud_playercount_pos 0
|
||||||
|
cl_hud_playercount_showcount 0
|
||||||
|
cl_hud_radar_scale 1.3
|
||||||
|
cl_join_advertise 2
|
||||||
|
cl_radar_always_centered 1
|
||||||
|
cl_radar_icon_scale_min 0.4
|
||||||
|
cl_radar_rotate 1
|
||||||
|
cl_radar_scale 0.55
|
||||||
|
cl_resend 3
|
||||||
|
cl_resend_timeout 9
|
||||||
|
cl_show_clan_in_death_notice 1
|
||||||
|
cl_showloadout 1
|
||||||
|
cl_teamid_overhead_mode 2
|
||||||
|
cl_teammate_colors_show 2
|
||||||
|
cl_use_opens_buy_menu 0
|
||||||
|
closeonbuy 0
|
||||||
|
con_enable 1
|
||||||
|
con_filter_enable 0
|
||||||
|
con_filter_text ""
|
||||||
|
con_filter_text_out ""
|
||||||
|
developer 0
|
||||||
|
func_break_max_pieces 0
|
||||||
|
hud_scaling 0.75
|
||||||
|
hud_showtargetid 1
|
||||||
|
lobby_default_privacy_bits2 1
|
||||||
|
mat_queue_mode 2
|
||||||
|
mm_csgo_community_search_players_min 5
|
||||||
|
mm_dedicated_search_maxping 50
|
||||||
|
mp_autokick 0
|
||||||
|
mp_drop_knife_enable 1
|
||||||
|
muzzleflash_light 0
|
||||||
|
option_duck_method 0
|
||||||
|
option_speed_method 0
|
||||||
|
player_nevershow_communityservermessage 1
|
||||||
|
r_drawtracers_firstperson 1
|
||||||
|
safezonex 1
|
||||||
|
safezoney 1
|
||||||
|
spec_replay_autostart 0
|
||||||
|
sv_holiday_mode 0
|
||||||
|
ui_steam_overlay_notification_position bottomright
|
||||||
|
|
||||||
|
// Joystick
|
||||||
|
joystick 0
|
||||||
|
joystick_force_disabled 1
|
||||||
|
joystick_force_disabled_set_from_options 1
|
||||||
|
|
||||||
|
// HELP
|
||||||
|
cl_autohelp 0
|
||||||
|
cl_showhelp 0
|
||||||
|
gameinstructor_enable 0
|
||||||
|
|
||||||
|
// SOUND
|
||||||
|
snd_deathcamera_volume 0
|
||||||
|
snd_mapobjective_volume 0
|
||||||
|
snd_menumusic_volume 0.05
|
||||||
|
snd_musicvolume_multiplier_inoverlay 0.2
|
||||||
|
snd_mute_losefocus 0
|
||||||
|
snd_mvp_volume 0.05
|
||||||
|
snd_roundend_volume 0
|
||||||
|
snd_roundstart_volume 0.05
|
||||||
|
snd_tensecondwarning_volume 0.1
|
||||||
|
snd_dzmusic_volume 0.1
|
||||||
|
|
||||||
|
hud_reloadscheme
|
||||||
|
play ui/item_drop
|
||||||
|
host_writeconfig
|
||||||
|
|
||||||
|
echo "| autoexec [2/2] |"
|
||||||
|
echo "\-------------------------------------------------/"
|
||||||
Reference in New Issue
Block a user