-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoexec.cfg
executable file
·143 lines (111 loc) · 2.45 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
echo "maistho - loading config"
echo "updated: 2020-05-12"
fps_max "300"
sensitivity "1.5"
zoom_sensitivity_ratio_mouse "0.818933027098955175"
// Show team colors through walls
+cl_show_team_equipment
cl_teamid_overhead_always 1
// connection
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"
// matchmaking
mm_dedicated_search_maxping "25"
// community servers
cl_join_advertise 2
// hud
cl_use_opens_buy_menu "0"
hud_showtargetid "1"
cl_autowepswitch "0"
net_graph "1"
cl_autohelp "0"
cl_showhelp "0"
// Radar
cl_hud_radar_scale 1.1
cl_radar_always_centered 0
cl_radar_scale 0.37
cl_radar_rotate 0
// crosshair
crosshair "1"
cl_crosshair_t "0"
cl_crosshairdot "0"
cl_crosshairalpha "200"
cl_crosshaircolor "1"
cl_crosshaircolor_b "0"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "0"
cl_crosshairgap "-2.5"
cl_crosshairsize "4"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "0"
cl_fixedcrosshairgap "3"
cl_crosshair_outlinethickness "0"
cl_crosshair_drawoutline "0"
// viewmodel
viewmodel_offset_x "0"
viewmodel_offset_y "-2"
viewmodel_offset_z "-2"
// interpolation
cl_interp "0"
cl_interp_ratio "1"
// lowers delay between sounds
snd_mixahead "0.02"
// reduces scope movement while moving, and reduces scope bob (?)
cl_bobcycle "0.98"
// removes weapon bobbing while running
cl_bob_lower_amt "0"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
////
// binds
////
// movement
bind "e" "+forward"
bind "d" "+back"
bind "f" "+moveright"
bind "s" "+moveleft"
bind "space" "+jump"
bind "r" "+use"
bind "t" "+reload"
bind "w" noclip
bind "q" "say .back"
unbind "g"
bind "h" "drop"
// jump throw bind
bind n "+jump; -attack; -jump"
// weapons
unbind "1"
bind "2" "slot1"
bind "3" "slot2"
bind "4" "slot3"
bind "5" "slot4"
bind "6" "slot5"
// // nades
// bind "z" "use weapon_smokegrenade"
// bind "x" "use weapon_decoy"
// bind "c" "use weapon_flashbang"
// bind "v" "use weapon_incgrenade; use weapon_molotov"
bind "a" "+voicerecord"
bind "mouse4" "r_cleardecals"
bind "mouse5" "toggle gameinstructor_enable 0 1"
bind "b" "buymenu"
bind "z" "radio1"
bind "x" "radio2"
bind "c" "radio3"
// unbind autobuy etc
unbind "f1"
unbind "f2"
unbind "f3"
unbind "f4"
unbind "f5"
unbind "f6"
unbind "f7"
unbind "f8"
unbind "f9"
unbind "f10"
unbind "f11"
unbind "f12"
alias prac "connect csgo; password katt"
echo "maistho - config loaded"