-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoexec.cfg
106 lines (93 loc) · 2.43 KB
/
autoexec.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
// CROSSHAIR
cl_crosshair_drawoutline "0"
cl_crosshair_dynamic_maxdist_splitratio "0.300000"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.500000"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_friendly_warning "1"
cl_crosshair_outlinethickness "1.000000"
cl_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_sniper_width "1"
cl_crosshair_t "0"
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "255"
cl_crosshaircolor_r "0"
cl_crosshairdot "0"
cl_crosshairgap "-3.000000"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairsize "2.000000"
cl_crosshairstyle "4"
cl_crosshairthickness "1.000000"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "3.000000"
// HUD
hud_showtargetid "1"
hud_scaling "0.90"
cl_hud_playercount_showcount "1"
cl_hud_healthammo_style "1"
net_graph "1"
// MISC
cl_autohelp "0"
cl_autowepswitch "0" // Disable auto weapon switch on pickup
cl_disablehtmlmotd "0"
cl_showhelp "0"
cl_use_opens_buy_menu "0" // E Opening Buy Menu
con_enable "1"
gameinstructor_enable "0"
mm_dedicated_search_maxping "75" // Max Ping for Matchmaking Games
// MOUSE
m_rawinput "1"
m_customaccel "0"
m_rawinput "1" //Raw Input on
m_customaccel "0" //Mouse Acceleration off
m_customaccel_exponent "0" //Acceleration Amount
m_mousespeed "0" //Windows mouse acceleration off
sensitivity "0.7"
// RATES
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "2"
rate "786432"
// Reduce gun and scope shifting/bobbing when moving and crouching
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.98"
// BINDS
// Pistols
bind m "buy deagle"
// Grenades & Gear
bind "kp_home" "buy hegrenade"
bind "kp_uparrow" "buy flashbang"
bind "kp_pgup" "buy smokegrenade"
bind "kp_ins" "buy vesthelm"
bind "del" "buy vesthelm"
bind "kp_del" "buy vest"
bind "ins" "buy vest"
bind "kp_enter" "buy defuser"
bind "l" "buy defuser"
// Assault Rifles
bind "kp_end" "buy ak47; buy m4a1"
bind "pgup" "buy ak47; buy m4a1"
// Sniper Rifles
bind "kp_downarrow" "buy awp"
bind "pgdn" "buy awp"
// For TKL keyboards
bind "del" "buy hegrenade"
bind "home" "buy flashbang"
bind "pgup" "buy smokegrenade"
bind "pgdn" "buy molotov;"
bind "ins" "buy vest"
bind "l" "buy defuser"
bind "end" "buy ak47; buy m4a1"
bind "rightarrow" "buy awp;"
// Bhop
bind "mwheelup" "+jump"
bind "mwheeldown" "+jump"
// Jumpthrow
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind v "+jumpthrow"