-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrent.cfg
76 lines (64 loc) · 1.28 KB
/
brent.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
unbindall
//
// SETTINGS
//
seta sensitivity "8.000000"
seta cg_drawFPS "2"
//
// MOVEMENT
//
bind w "+forward"
bind s "+back"
bind a "+moveleft"
bind d "+moveright"
bind q "+leanleft"
bind e "+leanright"
bind c "togglecrouch"
bind CTRL "toggleprone"
bind MOUSE2 "+moveup"
bind MWHEELUP "raisestance"
bind MWHEELDOWN "lowerstance"
//
// INTERACTION
//
bind f "+activate"
bind b "+binoculars"
//
// WEAPONS
//
bind MOUSE1 "+attack"
bind MOUSE2 "+gostand"
bind MOUSE3 "toggleads"
bind SPACE "+frag"
bind SHIFT "+melee_breath"
bind ALT "+smoke"
bind r "+reload"
bind 1 "weaponslot pistol"
bind 2 "weaponslot primary"
bind 3 "weaponslot primaryb"
bind 5 "weapalt"
//
// MISC
//
bind ESCAPE "togglemenu"
bind ` "toggleconsole"
bind TAB "+scores"
bind F5 "savegame quicksave"
bind F9 "loadgame quicksave"
bind F12 "screenshotjpeg"
//
// DEVELOPER CONTROLS
//
bind p "ai_showNodesDist 1024; toggle ai_shownodes 0 1"
bind m "noclip"
bind n "cg_noclip"
bind u "cg_ufo"
bind g "god"
bind t "toggle timescale 1 3"
bind y "toggle timescale 1 0.25"
bind F4 "map_restart"
bind PAUSE "toggle cl_paused 0 1 2"
bind BACKSPACE "scriptDebugger"
bind DOWNARROW "replay_live"
bind LEFTARROW "replay_back 10"
bind RIGHTARROW "replay_forward 10"