-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoexec.cfg
106 lines (88 loc) · 2.62 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
// Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
// Video
mat_monitorgamma "1.6"
mat_queue_mode "-1" // auto detect multi-core rendering
fps_max "999"
fps_max_menu "145"
r_dynamic "0"
r_drawtracers_firstperson "0"
engine_no_focus_sleep "0" // default 50
// Unbinds
unbind y
// Chat and spray
bind "y" "+spray_menu"
bind "ENTER" "messagemode" // all
bind "[" "messagemode2" // team
bind "w" "+forward"
bind "a" "+moveleft"
bind "s" "+back"
bind "d" "+moveright"
// Various
bind "q" "lastinv"
bind "e" "+use"
bind "r" "+reload"
bind "f" "+lookatweapon; r_cleardecals"
bind "g" "drop"
// Movement
bind "SHIFT" "+speed; r_cleardecals"
bind "CTRL" "+duck; r_cleardecals"
bind "SPACE" "+jump"
// Radio stuff
bind "z" "radio1"
bind "x" "radio2"
bind "v" "radio3"
// Attack
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
// Mouse binds
bind "MOUSE3" "+voicerecord" // Thumb lower button
bind "MOUSE5" "slot1" // Thumb upper forward button
bind "MOUSE4" "slot2" // Thumb upper backer button
// Other
bind "F10" "toggleconsole"
bind "TAB" "+ngscore"
bind "b" "buymenu"
// bhop
bind "MWHEELDOWN" "+jump"
bind "MWHEELUP" "+jump"
// Grenades and knife
bind "t" "use weapon_molotov;use weapon_incgrenade"
bind "1" "use weapon_knife; use weapon_flashbang; r_cleardecals"
bind "2" "use weapon_knife; use weapon_smokegrenade; r_cleardecals"
bind "3" "use weapon_knife; use weapon_hegrenade; r_cleardecals"
bind "4" "slot4" // Default HE, allow grenade shuffle
bind "c" "slot3" // Knifewd
// Aliases
alias "+ngscore" "+showscores;net_graph 1"
alias "-ngscore" "-showscores;net_graph 0"
// cl_bob from s1mple
cl_bob_lower_amt 21; cl_bobamt_lat 0.33; cl_bobamt_vert 0.14; cl_bobcycle 0.98;
// viewmodel from s1mple
viewmodel_fov 68; viewmodel_offset_x 2.5; viewmodel_offset_y 0; viewmodel_offset_z -1.5; viewmodel_presetpos 3; cl_viewmodel_shift_left_amt 1.5; cl_viewmodel_shift_right_amt 0.75; viewmodel_recoil 0; cl_righthand 1;
// Crossair
cl_crosshairalpha "255";
cl_crosshaircolor "1";
cl_crosshaircolor_b "0";
cl_crosshaircolor_r "250";
cl_crosshaircolor_g "0";
cl_crosshairdot "0";
cl_crosshair_t "0";
cl_crosshairgap "-3";
cl_crosshairsize "3";
cl_crosshairstyle "4";
cl_crosshairusealpha "1";
cl_crosshairthickness "0";
cl_fixedcrosshairgap "0";
cl_crosshair_outlinethickness "1";
cl_crosshair_drawoutline "0";
// Mouse stuff
sensitivity 1.635353
m_rawinput 1
m_customaccel 0
m_mouseaccel1 0
m_mouseaccel2 0
// Print a message in console that the autoexec.cfg was successfully executed. Useful for troubleshooting and peace of mind.
echo "Loaded autoexec!"