-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_default.cfg
75 lines (71 loc) · 1.91 KB
/
config_default.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
// If the user doesn't have a config.cfg when they run, this gets executed the first time they run the engine
// It doesn't execute if they have their own config.cfg saved out.
unbindall
bind "`" "toggleconsole"
bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "SPACE" "+jump"
bind "CTRL" "+duck"
bind "TAB" "+showscores"
bind "'" "+moveup"
bind "/" "+movedown"
bind "PGUP" "+lookup"
bind "PGDN" "+lookdown"
bind "END" "centerview"
bind "ALT" "+strafe"
bind "INS" "+klook"
//bind "SEMICOLON" "+mlook"
bind "r" "+reload"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "+attack3"
//bind "z" "saveme"
bind "z" "voice_menu_1"
bind "x" "voice_menu_2"
bind "c" "voice_menu_3"
bind "e" "dropitem"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot10"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"
bind "q" "lastinv"
bind "F2" "show_quest_log"
bind "F5" "screenshot"
bind "F6" "save_replay"
bind "F7" "abuse_report_queue"
bind "F10" "quit prompt"
bind "F12" "replay_togglereplaytips"
bind "PAUSE" "pause"
bind "ESCAPE" "escape"
bind "t" "impulse 201"
bind "y" "say"
bind "u" "say_team"
bind "p" "say_party"
bind "v" "+voicerecord"
bind "." "changeteam"
bind "," "changeclass"
bind "F1" "+showroundinfo"
bind "g" "+taunt"
bind "h" "+use_action_slot_item"
bind "e" "voicemenu 0 0"
bind "b" "lastdisguise"
bind "l" "dropitem"
bind "i" "showmapinfo"
bind "-" "disguiseteam"
bind "m" "open_charinfo_direct"
bind "n" "open_charinfo_backpack"
bind "f" "+inspect"
bind "j" "cl_trigger_first_notification"
bind "k" "cl_decline_first_notification"
r_maxdlights 12
cl_phys_timescale 0.8