-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoexec.cfg
71 lines (55 loc) · 1.75 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
clear;
alias standard1 "buy vest; buy defuser; buy vesthelm";
alias standard2 "buy tec9; buy fiveseven;";
alias standard3 "buy ak47; buy m4a1;";
alias standard4 "buy smokegrenade; buy hegrenade; buy molotov; buy flashbang;";
alias standard5 "buy awp";
alias standard6 "buy deagle";
alias eco1 "buy vesthelm";
alias eco2 "buy p250";
alias eco3 "buy galilar; buy famas;";
alias eco4 "buy smokegrenade; buy hegrenade";
alias eco5 "buy ssg08;";
alias standard "bind f1 standard1; bind f2 standard2; bind f3 standard3; bind f4 standard4; bind f5 standard5; bind f6 standard6";
alias eco "bind f1 eco1; bind f2 eco2; bind f3 eco3; bind f4 eco4; bind f5 eco5;";
alias "+enableEco" "eco";
alias "-enableEco" "standard";
echo "Binding 'alt' to 'enableEco'";
bind "alt" "+enableEco";
alias "+jumpthrow" "+jump;-attack;-attack2";
alias "-jumpthrow" "-jump";
echo "Binding 'c' to 'jumpthrow'";
bind "c" "+jumpthrow";
unbind f10;
echo "Binding 'f11' to 'displaydamage'";
bind "f11" "displaydamage";
echo "Binding 'v' to '+voicerecord'";
bind "v" "+voicerecord";
standard;
bind "w" "+forward; +cl_show_team_equipment; +cl_show_team_equipment";
+cl_show_team_equipment;
bind f "+lookatweapon; +lookatweapon";
bind "'" "toggle m_yaw 1 0.022";
voice_scale 0.3;
hud_takesshots 1;
fps_max 0;
cl_hud_color 5;
net_graph 1;
net_graphproportionalfont 0;
sensitivity 2.7; //with DPI 450;
cl_crosshaircolor "4";
cl_crosshaircolor_b "50";
cl_crosshaircolor_r "50";
cl_crosshaircolor_g "250";
cl_showfps 1;
cl_autowepswitch 0;
safezonex 0.85;
safezoney 0.85;
hud_scaling 0.65;
net_client_steamdatagram_enable_override -1;
steamdatagram_client_force_relay_cluster "syd";
net_steamcnx_allowrelay 0;
net_steamcnx_enabled 0;
mm_session_search_qos_timeout 3;
echo "AutoExec completed!";
host_writeconfig;