-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoexec.cfg
140 lines (125 loc) · 3.42 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
clear
//-------------------------
// AUDIO
//-------------------------
volume "0.28"
snd_musicvolume "0"
snd_deathcamera_volume "0"
snd_mapobjective_volume "0"
snd_menumusic_volume "0"
snd_roundend_volume "0"
snd_roundstart_volume "0"
snd_mvp_volume "0"
snd_tensecondwarning_volume "0.28"
//-------------------------
// VIDEO
//-------------------------
mat_queue_mode "-1"
fps_max "999"
fps_max_ui "145"
r_dynamic "0"
r_drawtracers_firstperson "0"
//-------------------------
// HUD
//-------------------------
hud_scaling "0.80"
hud_showtargetid "1"
cl_teamid_overhead_always "1"
cl_showloadout "1"
cl_hud_color "6"
//-------------------------
// RADAR
//-------------------------
cl_radar_always_centered "1"
cl_radar_scale "0.4"
cl_radar_icon_scale_min "0.7"
cl_hud_radar_scale "1.15"
cl_radar_rotate "1"
cl_radar_square_with_scoreboard "1"
//-------------------------
// MISC
//-------------------------
bind "F9" "toggleconsole"
bind "z" "messagemode"
bind "u" "messagemode2"
sv_allowupload "1"
cl_show_clan_in_death_notice "0"
//-------------------------
// MOUSE
//-------------------------
sensitivity "0.82"
zoom_sensitivity_ratio "0.818933027098955175"
//-------------------------
// CROSSHAIR
//-------------------------
cl_crosshair_drawoutline "1"
cl_crosshair_outlinethickness "1"
cl_crosshairalpha "200"
cl_crosshaircolor "2"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairthickness "0.5"
cl_crosshairusealpha "1"
cl_crosshair_t "1"
//-------------------------
// INGAME BINDS
//-------------------------
bind "mouse5" "slot7"
bind "mouse4" "slot8"
bind "mouse3" "slot6"
bind "mwheelup" "slot10"
bind "mwheeldown" "slot9"
bind "f" "+lookatweapon"
bind "g" "drop"
bind "j" "+cl_show_team_equipment"
bind "k" "+voicerecord"
bind "n" "-attack"
bind "u" "messagemode2"
bind "z" "messagemode"
unbind "y"
//-------------------------
// BUY BINDS
//-------------------------
bind "KP_1" "buy rifle0;"
bind "KP_2" "buy rifle1;"
bind "KP_3" "buy secondary1;"
bind "KP_4" "buy rifle2;"
bind "kp_enter" "buy vesthelm; buy vest;"
bind "kp_minus" "buy vest;"
bind "kp_plus" "buy defuser;"
bind "kp_5" "buy rifle3;"
bind "KP_6" "buy midtier0;"
bind "KP_0" "buy secondary2;"
bind "kp_del" "buy secondary3;"
bind "KP_7" "buy smokegrenade;"
bind "KP_8" "buy flashbang;"
bind "KP_9" "buy hegrenade;"
bind "kp_multiply" "buy molotov; buy incgrenade;"
//-------------------------
// DISPLAY DAMAGE GIVEN AFTER DEATH
//-------------------------
alias displaydamage "displaydamage_on"
alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 1; echo "Display Damage ON"; alias displaydamage "displaydamage_off""
alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 1; echo "Display Damage OFF"; alias displaydamage "displaydamage_on""
bind "F5" "displaydamage"
//-------------------------
// SHOW NETGRAPH ON TAB
//-------------------------
alias "+netscores" "+showscores; netgraph";
alias "-netscores" "-showscores; net_graph 0";
alias "netgraph" "net_graph 1";
bind "TAB" "+netscores";
//-------------------------
// ENABLE/DISABLE VOICECHAT
//-------------------------
bind F8 "toggle snd_voipvolume 0 1"
//-------------------------
// SAVE AUTOEXEC
//-------------------------
host_writeconfig
echo
echo "AUTOEXEC.CFG SUCCESSFULLY LOADED!!!"
echo