-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefault_binds.cfg
More file actions
114 lines (106 loc) · 3.57 KB
/
default_binds.cfg
File metadata and controls
114 lines (106 loc) · 3.57 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
bind mouse1 "+attack"
bind mouse2 "+attack2"
bind mouse3 "voicemenu 2 0" // Help!
bind mouse4 "voicemenu 1 1" // Spy!
bind mouse5 "voicemenu 2 6" // Nice shot!
bind 1 "slot1"
bind 2 "slot2"
bind 3 "slot3"
bind 4 "slot4"
bind 5 "slot5"
bind mwheelup "r_drawviewmodel 1; slot1"
bind mwheeldown "r_drawviewmodel 1; slot2"
bind q "r_drawviewmodel 1; slot3"
bind shift "+duck"
bind space "+jump"
bind j "cl_trigger_first_notification"
bind k "cl_decline_first_notification"
bind v "+voicerecord"
bind b "+inspect"
bind y "say"
bind u "say_team"
bind z "voice_menu_1"
bind x "voice_menu_2"
bind c "voice_menu_3"
bind f "taunt"
bind g "+taunt"
bind r "+use_action_slot_item"
bind m "open_charinfo_direct"
bind n "open_charinfo_backpack"
bind o "say (╯'□')╯︵ ┻━┻"
bind t "impulse 201" // Spray logo
bind , "changeclass"
bind . "changeteam"
bind f5 "screenshot"
bind f6 "save_replay"
bind f7 "abuse_report_queue"
bind f9 "load_itempreset 0"
bind f10 "load_itempreset 1"
bind f11 "load_itempreset 2"
bind f12 "load_itempreset 3"
bind backspace "kill"
bind kp_del "explode"
bindtoggle kp_ins "cl_first_person_uses_world_model" // numpad 0
bindtoggle kp_pgup "r_drawviewmodel" // numpad 9
bind alt "vc_thanks"
bind kp_plus "vc_spy" // numpad plus
bind kp_end "vc_disphere" // numpad 1
bind kp_downarrow "vc_niceshot" // numpad 2
bind kp_pgdn "vc_sentryahead" // numpad 3
bind kp_leftarrow "vc_help" // numpad 4
bind kp_5 "vc_gogogo" // numpad 5
bind kp_rightarrow "vc_incoming" // numpad 6
bind kp_home "vc_yes" // numpad 7
bind kp_uparrow "vc_no" // numpad 8
net_graphproportionalfont 0
alias +scores "net_graph 3; +showscores"
alias -scores "net_graph 0; -showscores"
bind tab +scores
// Null-cancelling movement script
bind W +mfwd
bind S +mback
bind A +mleft
bind D +mright
alias +mfwd "-back;+forward;alias checkfwd +forward"
alias +mback "-forward;+back;alias checkback +back"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
alias +mright "-moveleft;+moveright;alias checkright +moveright"
alias -mfwd "-forward;checkback;alias checkfwd none"
alias -mback "-back;checkfwd;alias checkback none"
alias -mleft "-moveleft;checkright;alias checkleft none"
alias -mright "-moveright;checkleft;alias checkright none"
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none ""
// Fixes floating miscs, civilians, sound loops
// and HUD inconsistency
bind kp_minus "record fix;stop;snd_restart;hud_reloadscheme"
//alias +toggleState "bind "mouse1" "+attack""
//alias -toggleState "bind "mouse1" "voicemenu 0 1""
//bind alt +toggleState
alias vc_medic "voicemenu 0 0"
alias vc_thanks "voicemenu 0 1"
alias vc_gogogo "voicemenu 0 2"
alias vc_moveup "voicemenu 0 3"
alias vc_goleft "voicemenu 0 4"
alias vc_goright "voicemenu 0 5"
alias vc_yes "voicemenu 0 6"
alias vc_no "voicemenu 0 7"
alias vc_incoming "voicemenu 1 0"
alias vc_spy "voicemenu 1 1"
alias vc_sentryahead "voicemenu 1 2"
alias vc_telehere "voicemenu 1 3"
alias vc_disphere "voicemenu 1 4"
alias vc_sentryhere "voicemenu 1 5"
alias vc_activateuber "voicemenu 1 6"
alias vc_uberready "voicemenu 1 7"
alias vc_help "voicemenu 2 0"
alias vc_battlecry "voicemenu 2 1"
alias vc_cheers "voicemenu 2 2"
alias vc_jeers "voicemenu 2 3"
alias vc_positive "voicemenu 2 4"
alias vc_negative "voicemenu 2 5"
alias vc_niceshot "voicemenu 2 6"
alias vc_goodjob "voicemenu 2 7"