-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautoexec.cfg
More file actions
160 lines (150 loc) · 3.12 KB
/
Copy pathautoexec.cfg
File metadata and controls
160 lines (150 loc) · 3.12 KB
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
//aliases
//lineups
alias +lineupcrosshair "cl_crosshairsize 1000"
alias -lineupcrosshair "cl_crosshairsize 2"
alias +radarzoom "cl_radar_scale 0.4; cl_radar_always_centered 0"
alias -radarzoom "cl_radar_scale 0.7; cl_radar_always_centered 1"
//mouse
//1000dpi
//60cm
//sensitivity 0.692727
//55cm
//sensitivity 0.755702
//50cm/360
//sensitivity 0.831256
//45cm
//sensitivity 0.923615
//40cm
//sensitivity 1.03909
//35cm
//sensitivity 1.187534
//30cm
//sensitivity 1.38545
//25cm/360
//sensitivity 1.662543
//20cm
//sensitivity 2.07818
//17.5cm
//sensitivity 2.37506
//15Cm
//sensitivity 2.77999
//1600dpi
//65cm
//sensitivity 0.3996501
//60cm
//sensitivity 0.4329542
//55cm
//sensitivity 0.472314
//50cm
//sensitivity 0.519545
//45cm
//sensitivity 0.577273
//40cm
//sensitivity 0.649432
//35cm
sensitivity 0.7422069
//30cm
//sensitivity 0.86591
//25cm
//sensitivity 1.03909
//20cm
//sensitivity 1.298861
//15cm
//sensitivity 1.73182
//10cm
//sensitivity 2.59774
zoom_sensitivity_ratio 0.793471
//binds
unbindall
bind "DOWNARROW" "exec autoexec"
//movement
bind "w" "+forward"
bind "a" "+left"
bind "s" "+back"
bind "d" "+right"
bind "SHIFT" "+sprint"
bind "CTRL" "+duck"
bind "space" "+jump"
bind "MWHEELDOWN" "+jump"
bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"
//combat
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "r" "+reload"
bind "g" "drop"
bind "h" "+lookatweapon"
//grenades
bind "x" "+lineupcrosshair; buy flashbang; slot7"
bind "v" "+lineupcrosshair; buy incgrenade; slot10"
bind "e" "+lineupcrosshair; buy smokegrenade; slot8"
bind "c" "+lineupcrosshair; buy hegrenade; slot6"
bind "z" "+lineupcrosshair; buy decoy; slot9"
//slots
alias weap1 "slot1"
alias weap2 "slot2"
alias weap3 "slot3"
alias weap5 "slot5"
bind mwheelup "slot1"
bind mwheeldown "slot3"
bind mouse5 "slot2"
bind mouse4 "slot5"
//ETC
bind "f" "+voicerecord"
//UI
bind "0" "+radarzoom"
bind "b" "buymenu"
bind "ESCAPE" "cancelselect"
bind "TAB" "+showscores"
cl_scoreboard_mouse_enable_binding +Attack2
//comms
bind "t" "messagemode"
bind "y" "messagemode2"
bind "`" "toggleconsole"
//audio
snd_deathcamera_volume "0"
snd_mapobjective_volume "0"
snd_menumusic_volume "0"
snd_mvp_volume "0"
snd_roundend_volume "0"
snd_roundstart_volume "0"
snd_tensecondwarning_volume "0.04"
//hud
cl_showfps 1
hud_scaling "0.5"
hud_showtargetid "1"
cl_autohelp "0"
cl_hud_color 11
cl_sanitize_player_names "0"
cl_showloadout "1"
+cl_show_team_equipment
gameinstructor_enable "0"
//radar
cl_hud_radar_scale "1.3"
cl_radar_always_centered "1"
cl_radar_icon_scale_min "0.4"
cl_radar_rotate "1"
cl_radar_scale "0.7"
cl_radar_square_with_scoreboard "0"
//video
fps_max "0"
r_show_build_info false
//viewmodel
viewmodel_presetpos "1"
viewmodel_fov "68"
viewmodel_offset_x "-2.0"
viewmodel_offset_y "-2.0"
viewmodel_offset_z "-2.0"
//networking
cl_updaterate 128
cl_interp_ratio 1
cl_interp "0.015625"
//crosshair
cl_crosshairsize 2
cl_crosshair_sniper_width 2
//graphics
r_drawparticles 0
r_drawskybox 0
mat_fullbright 1
echo "Loaded autoexec.cfg"
host_writeconfig