forked from Extraordinary-Beat-X/ebx-data
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdefault.cfg
104 lines (80 loc) · 1.61 KB
/
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
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
//
// KEY BINDINGS
//
unbindall
//
// CHARACTER CONTROLS
//
bind ENTER +button2 // Use holdable item
bind ] holdnext
bind [ holdprev
bind CTRL +attack
bind e +dropweapon
bind f dropflag
bind ALT +strafe
bind SHIFT +lockon
bind DEL +lookdown
bind PGDN +lookup
bind END centerview
bind c +movedown
bind SPACE +moveup
// Good to have if using arrow keys.
bind . +movedown
bind / +moveup
bind l +lockon
bind SEMICOLON +dropweapon
bind ' dropflag
bind UPARROW +forward
bind DOWNARROW +back
bind LEFTARROW +left
bind RIGHTARROW +right
bind w +forward
bind a +moveleft
bind s +back
bind d +moveright
//
// MOUSE BUTTONS
//
bind MOUSE1 +attack
bind MOUSE2 +button2 // Use holdable item
bind mwheelup holdnext
bind mwheeldown holdprev
//
// MOUSE OPTIONS
//
bind \ +mlook
//
// CLIENT ENVIRONMENT COMMANDS
//
bind PAUSE pause
bind ESCAPE togglemenu
bind ~ toggleconsole
bind ` toggleconsole
bind TAB +scores
// chat and team chat keys
bind t messagemode
bind y messagemode2
bind F1 vote yes
bind F2 vote no
//bind F3 ui_teamOrders
bind F11 screenshot
bind F12 follownext
//
// DEVELOPER KEYS
//
//bind F4 give all
//bind F5 toggle r_speeds
//bind F6 toggle r_showtris
//bind F7 noclip
//bind F8 god
//
//bind F10 toggle developer
//
// CAMERA
//
bind kp_5 camreset
bind kp_home toggle cg_thirdperson
bind kp_leftarrow +camleft
bind kp_rightarrow +camright
bind kp_uparrow +camZoomIn
bind kp_downarrow +camZoomOut