22//
33// https://gitdek.github.io/CSGOConfigs/
44//
5- // Launch options: +mat_queue_mode 2 -noaafonts -nod3d9ex -noforcemparms -noforcemspd -noforcemaccel -novid -high -freq 144 -refresh 144 -tickrate 128 -maxplayers_override 50 -nojoy +exec autoexec.cfg
5+ // Launch options: -noaafonts -nod3d9ex -noforcemparms -noforcemspd -noforcemaccel -novid -high -freq 144 -refresh 144 -tickrate 128 -maxplayers_override 50 -nojoy +exec autoexec.cfg
6+
67
78// *****************************************
89// Rates
@@ -41,7 +42,7 @@ cl_predictweapons "1"
4142// (((1200) * 2.667)) / 8) = 400 dpi.
4243
4344sensitivity " 1.1"
44- zoom_sensitivity_ratio_mouse " 1.0 "
45+ zoom_sensitivity_ratio_mouse " 1.3 "
4546m_rawinput " 1"
4647m_pitch " 0.022"
4748m_yaw " 0.022"
@@ -63,16 +64,16 @@ fps_max "300" // Before joining a server, I change this manually to 100 and then
6364fps_max_menu " 145"
6465
6566
66- // Tracers are not helpful, and dynamic objects/eyes are useless and hurt performance.
67- r_drawtracers_firstperson " 1 "
67+ // Tracers are not helpful, and dynamic objects/eyes are useless and hurt performance, but people like them .
68+ r_drawtracers_firstperson " 0 "
6869r_dynamic " 0"
6970r_eyegloss " 0"
7071r_eyemove " 0"
7172r_eyeshift_x " 0"
7273r_eyeshift_y " 0"
7374r_eyeshift_z " 0"
7475r_eyesize " 0"
75- muzzleflash_light " 1 "
76+ muzzleflash_light " 0 "
7677sys_antialiasing " 0"
7778sys_aspectratio " 0"
7879sys_refldetail " 0"
@@ -119,11 +120,14 @@ snd_legacy_surround "0" // emulated surround sound
119120snd_mute_losefocus " 0" // mute game when alt-tabbed
120121dsp_enhance_stereo " 0"
121122dsp_slow_cpu " 0"
122- snd_musicvolume " 0.5 "
123+ snd_menumusic_volume " 0"
123124lobby_voice_chat_enabled " 0" // voice chat in lobby
124125cl_mute_all_but_friends_and_party " 0"
126+ snd_tensecondwarning_volume " 0.5"
127+ snd_musicvolume " 0.2"
128+ snd_roundend_volume " 0.2"
129+ snd_roundstart_volume " 0"
125130snd_async_flush
126- snd_tensecondwarning_volume " 0.2"
127131
128132// *****************************************
129133// HUD
@@ -170,9 +174,16 @@ cl_radar_scale "0.452500"
170174cl_radar_icon_scale_min " 0.6"
171175cl_radar_square_with_scoreboard " 0"
172176
173-
177+ // *****************************************
178+ // See your teammates through any object, and see their equipment.
179+ // *****************************************
174180+cl_show_team_equipment
175181
182+
183+ // *****************************************
184+ // Map overview
185+ // *****************************************
186+
176187// For when spectating, and easier to draw lines for timing when the grid is enabled (hold shift and draw)
177188mapoverview_allow_client_draw 1
178189mapoverview_icon_scale 1.5
@@ -241,16 +252,23 @@ cl_dm_buyrandomweapons "0"
241252cl_teammate_colors_show " 1" // 2 Adds the first letter of the Colors name to the icons to aid Color Blind people.
242253cl_autowepswitch " 0" // auto weapon switch on pickup
243254cl_use_opens_buy_menu " 0" // `e` opening buy menu
244- cl_scoreboard_mouse_enable_binding " +attack2"
255+ cl_scoreboard_mouse_enable_binding " +attack2" // Right click to enable mouse cursor.
245256closeonbuy " 0"
246257hud_takesshots " 0" // scoreboard screenshot at end of match
247258password " changeme"
248259
260+
261+ // *****************************************
262+ // Autobuy (command ' autobuy' )
263+ // *****************************************
264+
249265// If you accidentally press autobuy, might as well have this set correctly.
250266cl_autobuy " vesthelm vest m4a1 ak47 ump45 smokegrenade flashbang flashbang defuser hegrenade molotov incgrenade"
251267
252-
268+ // *****************************************
253269// Binds
270+ // *****************************************
271+
254272unbind y
255273unbind u
256274unbind k
@@ -265,15 +283,14 @@ unbind f8
265283unbind mouse3
266284unbind home
267285unbind RSHIFT
268- // Toggle voicerecord instead of holding it.
269286bind v " +voicerecord"
270287bind w " +forward"
271288bind a " +moveleft"
272289bind s " +back"
273290bind d " +moveright"
274291bind l " give weapon_flashbang; give weapon_flashbang; give weapon_m4a1; give weapon_ak47; give weapon_awp; give weapon_smokegrenade; give weapon_hegrenade; give weapon_molotov"
275292bind r " +reload"
276- bind t " use weapon_molotov;use weapon_incgrenade" // molotov + mouse on scoreboard
293+ bind t " use weapon_molotov;use weapon_incgrenade"
277294bind f " +lookatweapon"
278295bind g " drop"
279296bind b " buymenu;impulse 101" // impulse 101 Gives player full health, all weapons, and ammo. This is just set for servers with sv_cheats 1.
@@ -319,6 +336,8 @@ bind F5 "jpeg_quality 100;jpeg"
319336bind F10 " disconnect"
320337bind SEMICOLON " +spray_menu"
321338bind RSHIFT " hrup"
339+ bind j " getpos_exact"
340+ bind k " echo *** KEY BINDINGS ***; bind t;bind o;bind p;bind [;bind ];bind -;bind =;bind 0;bind f1;bind f2;bind f3;bind f4;bind f5;bind n;bind h;bind del;bind ins;bind l;bind rshift;bind semicolon;bind mouse3;bind mouse4;bind mouse5;bind MWHEELDOWN;bind MWHEELUP;bind kp_enter;bind j"
322341
323342
324343// Aliases
@@ -461,6 +480,8 @@ echo "----- dek's autoexec cfg loaded -----"
461480exec buybinds.cfg
462481exec crosshairs.cfg
463482echo ""
483+ echo "Press key k in game to see a list of binds."
484+ echo ""
464485echo "https://gitdek.github.io/CSGOConfigs/ for updates"
465486echo ""
466487echo -------------------------------------------------------
0 commit comments