-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoexec.cfg
85 lines (68 loc) · 2.1 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
/// Game Config:
// Set your maximum allowable ping in CS:GOs matchmaking
mm_dedicated_search_maxping 50
// Set your preference on what downloads you allow from a server: all, none, or nosounds
cl_downloadfilter all
// Set rate values to be optimal for all CS:GO servers, even 128 tick.
rate 128000
cl_cmdrate 128
cl_updaterate 128
//Sound - less delayed, better sound
windows_speaker_config 1
snd_mixahead 0.05
snd_musicvolume 0
snd_headphone_pan_exponent 2
snd_headphone_pan_radial_weight 1
snd_rear_headphone_position 90
// Bypass OS Interface & Acceleration - yes
m_rawinput 1
m_mouseaccel1 0
m_mouseaccel2 0
sensitivity 4.04
// Removes tracers following your own fire. Other players' tracers will not be affected.
r_drawtracers_firstperson 0
// Bobbing and Movement Shifting - remove all the dumb view bob
cl_viewmodel_shift_left_amt 0
cl_viewmodel_shift_right_amt 0
cl_bob_lower_amt 0
cl_bobamt_lat 0
cl_bobamt_vert 0
cl_showloadout 1
cl_bobcycle 1
// Disable automatically switching to a more powerful weapon when it is picked up.
cl_autowepswitch 0
//Radar settings
cl_radar_rotate 0
cl_radar_always_centered 0
cl_radar_scale 0.32
cl_radar_icon_scale_min 0.5
// Adjust netgraph position
net_graphpos 2
net_graphheight 0
/// User config:
// Crosshair
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0.00000000000"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "4"
cl_crosshair_outlinethickness "1"
cl_crosshairalpha "150"
cl_crosshaircolor "1"
cl_crosshaircolor_b "50"
cl_crosshaircolor_g "250"
cl_crosshaircolor_r "50"
cl_crosshairdot "0"
cl_crosshairgap "-3"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "20"
cl_crosshairsize "1"
cl_crosshairstyle "2"
cl_crosshairthickness "0.5"
cl_crosshairusealpha "1"
// Keys
bind "c" "+voicerecord"
bind "v" "incrementvar cl_radar_scale 0.40 0.60 0.05"
bind "TAB" "+showscores; toggle net_graph 1 0"; // only show netgraph when tab/scoreboard is held
/// Config end:
echo "*******Loaded autoexec!"