forked from bombsimon/csgo-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoexec.cfg
243 lines (223 loc) · 7.48 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
// * BINDS
unbindall
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 "a" "+moveleft"
bind "b" "buymenu"
bind "c" "radio3"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "+lookatweapon"
bind "g" "drop"
bind "i" "show_loadout_toggle"
bind "k" "+voicerecord"
bind "l" "cast_ray"
bind "m" "teammenu"
bind "n" "noclip"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "t" "+spray_menu"
bind "u" "messagemode2"
bind "v" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_incgrenade;give weapon_molotov;give weapon_decoy"
bind "w" "+forward"
bind "x" "radio2"
bind "y" "messagemode"
bind "z" "radio1"
bind "," "buyammo1"
bind "." "buyammo2"
bind "\" "toggleconsole"
bind "SPACE" "+jump"
bind "TAB" "+showscores"
bind "ESCAPE" "cancelselect"
bind "DEL" "mute"
bind "PAUSE" "pause"
bind "SHIFT" "+speed"
bind "CTRL" "+duck"
bind "F3" "autobuy"
bind "F4" "rebuy"
bind "F5" "jpeg"
bind "F6" "save quick"
bind "F7" "load quick"
bind "F10" "quit prompt"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"
bind "RCTRL" "bhopon"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "drop"
bind "MOUSE4" "use weapon_smokegrenade"
bind "MOUSE5" "use weapon_incgrenade;use weapon_molotov"
// bind "x" "use weapon_flashbang"
// bind "x" "use weapon_hegrenade"
// bind "x" "use weapon_decoy"
// * AUTOBUY
bind "KP_INS" "buy vesthelm" // 0
bind "KP_DEL" "buy vest" // .
bind "KP_ENTER" "buy defuser" // Enter
bind "KP_END" "buy hegrenade;give weapon_hegrenade" // 1
bind "KP_DOWNARROW" "buy flashbang;give weapon_flashbang" // 2
bind "KP_PGDN" "buy smokegrenade;give weapon_smokegrenade" // 3
bind "KP_LEFTARROW" "buy deagle;give weapon_deagle" // 4
bind "KP_5" "buy incgrenade;buy molotov;give weapon_incgrenade;give weapon_molotov" // 5
bind "KP_RIGHTARROW" "buy decoy;give weapon_decoy" // 6
bind "KP_HOME" "buy awp;give weapon_awp" // 7
bind "KP_UPARROW" "buy m4a1;buy ak47;give weapon_m4a1;give weapon_ak47;" // 8
bind "KP_PGUP" "buy famas;buy galilar;give weapon_famas;give weapon_galilar" // 9
bind "KP_SLASH" "buy p90;give weapon_p90" // /
bind "KP_MULTIPLY" "buy mac10;buy mp9;give weapon_mac10;give weapon_mp9" // *
bind "KP_MINUS" "buy p250;give weapon_p250" // -
bind "KP_PLUS" "buy fn57;buy tec9;give weapon_fiveseven;give weapon_tec9" // +
// * RATES
rate "786432" // https://www.reddit.com/r/GlobalOffensive/comments/53wy3w/new_92116_networking_update_what_to_do/
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_interpolate "1"
cl_lagcompensation "1"
net_client_steamdatagram_enable_override "1" // SDR beta
// * MOUSE
sensitivity "2.520000"
zoom_sensitivity_ratio_mouse "1.0"
m_rawinput "1"
m_pitch "0.022"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
// * VIDEO
mat_monitorgamma "1.6"
mat_queue_mode "-1" // auto detect multi-core rendering
fps_max "999"
fps_max_menu "145"
r_dynamic "0"
r_drawtracers_firstperson "0"
// * AUDIO
volume "0.3"
voice_enable "1"
voice_scale "1" // Receive volume
voice_mixer_volume "1" // Microphone volume
snd_mix_async "1"
snd_mixahead "0.1"
snd_pitchquality "1"
snd_ducking_off "1"
snd_mute_losefocus "1" // Mute when tabbed out of game
dsp_enhance_stereo "0"
cl_mute_all_but_friends_and_party "0"
snd_async_flush
// * HRTF Settings - https://www.reddit.com/r/GlobalOffensive/comments/3zqtvm/improved_csgo_sound_why_the_popular_settings_suck/
snd_front_headphone_position "90.0"
snd_rear_headphone_position "90.0"
snd_headphone_pan_exponent "1.0"
snd_headphone_pan_radial_weight "1.0"
// * HUD
cl_color "1"
hud_scaling "0.85"
hud_showtargetid "1"
cl_hud_playercount_showcount "1" // 1 or 2, Shows remaning alive players in numbers instead of avatars
cl_hud_healthammo_style "1" // Removes unnecessary graphics from HP and bullet-count
cl_hud_background_alpha "0.5"
cl_hud_bomb_under_radar "1"
cl_hud_color "0"
cl_hud_playercount_pos "0"
cl_hud_radar_scale "1"
cl_righthand "1"
cl_showloadout "0"
cl_showpos "0"
cl_showfps "0"
net_graph "0"
net_graphproportionalfont "0" // Smaller font for netgraph
// * RADAR
cl_radar_always_centered "1"
cl_radar_rotate "1"
cl_radar_scale "0.7"
cl_radar_icon_scale_min "0.6"
cl_radar_square_with_scoreboard "1"
// * GUN MODEL POSITION
viewmodel_presetpos "1"
viewmodel_fov "60"
viewmodel_offset_x "1"
viewmodel_offset_y "1"
viewmodel_offset_z "-1"
// Reduce gun shifting when crouching
cl_viewmodel_shift_left_amt "1.5"
cl_viewmodel_shift_right_amt "0.75"
// Reduce gun and scope shifting/bobbing when moving
cl_bobcycle "0.98"
cl_bob_lower_amt "21"
cl_bobamt_lat "0.400000"
cl_bobamt_vert "0.250000"
// * CROSSHAIR
cl_crosshairstyle "4"
cl_crosshairsize "5"
cl_crosshairthickness "0.5"
cl_crosshairgap "1"
cl_fixedcrosshairgap "3"
cl_crosshairdot "1"
cl_crosshairusealpha "1"
cl_crosshairalpha "200"
cl_crosshair_drawoutline "1"
cl_crosshair_outlinethickness "1"
cl_crosshairgap_useweaponvalue "0"
cl_crosshair_sniper_width "1"
cl_crosshaircolor "1"
cl_crosshaircolor_r "50"
cl_crosshaircolor_g "250"
cl_crosshaircolor_b "50"
// * ACCURACY DEBUG (sv_cheats)
cl_weapon_debug_show_accuracy "0"
cl_weapon_debug_show_accuracy_duration "10"
weapon_debug_spread_show "0"
weapon_debug_spread_gap "0.67"
// * MISC
developer "0"
con_enable "1"
con_filter_enable "2"
con_filter_text "Damage "
ui_steam_overlay_notification_position "bottomright"
player_nevershow_communityservermessage "1"
mm_dedicated_search_maxping "80"
mm_dedicated_force_servers ""
gameinstructor_enable "0"
option_duck_method "0"
option_speed_method "0"
cl_forcepreload "0"
cl_downloadfilter "none" // Security #1
cl_allowdownload "0" // Security #2
cl_allowupload "0" // Security #3
cl_disablehtmlmotd "1" // Security #4 - disable those annoying advertisements when joining a server
cl_join_advertise "2" // Lets your friends join the community server you are playing on without an invitation
cl_autohelp "0"
cl_showhelp "0"
cl_disablefreezecam "1"
spec_replay_autostart "0"
cl_dm_buyrandomweapons "0"
cl_teammate_colors_show "1"
cl_autowepswitch "0"
cl_use_opens_buy_menu "0" // Disable `e` opening buy menu
cl_scoreboard_mouse_enable_binding "+attack2"
closeonbuy "1" // Close buy menu after buy
hud_takesshots "0" // Scoreboard screenshot at end of match
password ""
// * ALIASES
alias "bhopon" "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind RCTRL bhopoff"
alias "bhopoff" "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind RCTRL bhopon"
// * Jumpthrow
// You need to hold down left click on the grenade and then press your bind key.
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind h "+jumpthrow"
// * After loading configuration - write to config.cfg no matter where it's currently placed.
host_writeconfig
clear
echo "autoexec.cfg has been successfully executed."
echo ""