-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdefault_controller.cfg
More file actions
72 lines (59 loc) · 1.46 KB
/
default_controller.cfg
File metadata and controls
72 lines (59 loc) · 1.46 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
// X360Controller
set gpad_sticksConfig "thumbstick_default"
set gpad_buttonsConfig "buttons_default_alt"
bind BUTTON_START togglemenu
bind BUTTON_BACK +scores
bindaxis A_LSTICK_X VA_SIDE MAP_SQUARED
bindaxis A_LSTICK_Y VA_FORWARD MAP_SQUARED
bindaxis A_RSTICK_X VA_YAW MAP_SQUARED
bindaxis A_RSTICK_Y VA_PITCH MAP_SQUARED
unbind BUTTON_RSHLDR
unbind BUTTON_LSHLDR
unbind BUTTON_RTRIG
unbind BUTTON_LTRIG
unbind BUTTON_RSTICK
unbind BUTTON_LSTICK
unbind BUTTON_A
unbind BUTTON_B
unbind BUTTON_X
unbind BUTTON_Y
unbind DPAD_UP
unbind DPAD_DOWN
unbind DPAD_LEFT
unbind DPAD_RIGHT
unbind2 BUTTON_RSHLDR
unbind2 BUTTON_LSHLDR
unbind2 BUTTON_RTRIG
unbind2 BUTTON_LTRIG
unbind2 BUTTON_RSTICK
unbind2 BUTTON_LSTICK
unbind2 BUTTON_A
unbind2 BUTTON_B
unbind2 BUTTON_X
unbind2 BUTTON_Y
unbind2 DPAD_UP
unbind2 DPAD_DOWN
unbind2 DPAD_LEFT
unbind2 DPAD_RIGHT
bind BUTTON_RTRIG "+attack"
bind BUTTON_LTRIG "+speed_throw"
bind BUTTON_RSHLDR "+frag"
bind BUTTON_LSHLDR "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
set gpad_button_rstick_deflect_max 1.0
set gpad_button_lstick_deflect_max 1.0
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "+actionslot 1"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind2 BUTTON_RTRIG "+gas"
bind2 BUTTON_LTRIG "+reverse"
bind2 BUTTON_B "+handbrake"
// other key binds
exec otherkeysdefaults.cfg
con_showchannel *