mirror of
https://github.com/nzp-team/assets.git
synced 2025-02-07 06:31:08 +00:00
FTE: Add default controller binds to nzportable.cfg
This commit is contained in:
parent
02d26c95c3
commit
6369d7d6f3
1 changed files with 25 additions and 9 deletions
|
@ -34,20 +34,36 @@ bind MOUSE1 "+attack"
|
||||||
bind MOUSE2 "+button8"
|
bind MOUSE2 "+button8"
|
||||||
bind MWHEELDOWN "+button4"
|
bind MWHEELDOWN "+button4"
|
||||||
bind MWHEELUP "+button4"
|
bind MWHEELUP "+button4"
|
||||||
|
|
||||||
|
joyadvaxisr 4
|
||||||
|
joyadvaxisu 2
|
||||||
|
joyadvaxisx 3
|
||||||
|
joyadvaxisy -1
|
||||||
bind JOY1 "+button5"
|
bind JOY1 "+button5"
|
||||||
bind JOY2 "impulse 10"
|
bindlevel JOY2 30 "null"
|
||||||
bind JOY3 "+button4"
|
bind JOY3 "+button4"
|
||||||
bind JOY4 "impulse 30"
|
bind GP_LSHOULDER "impulse 33"
|
||||||
bind AUX1 "+moveup"
|
bind AUX1 "+moveup"
|
||||||
bind AUX2 "+button3"
|
bind AUX2 "+button3"
|
||||||
bind AUX3 "+sprint"
|
bindlevel AUX3 30 "null"
|
||||||
bind AUX4 "+button6"
|
bindlevel AUX4 30 "null"
|
||||||
bind AUX5 "togglemenu"
|
bind AUX5 "togglemenu"
|
||||||
bind AUX6 "showscores"
|
bind GP_RTRIGGER "+attack"
|
||||||
bind AUX7 "echo 7"
|
bind GP_Y "+button4"
|
||||||
bind AUX8 "echo 8"
|
bindlevel GP_A 30 "impulse 10"
|
||||||
bind AUX9 "+button8"
|
bindlevel GP_B 30 "impulse 30"
|
||||||
bind AUX10 "+attack"
|
bindlevel GP_X 30 "+button5"
|
||||||
|
bindlevel GP_LTHUMB 30 "impulse 23"
|
||||||
|
bindlevel GP_RTHUMB 30 "+button6"
|
||||||
|
bind GP_LTRIGGER "+button8"
|
||||||
|
bindlevel GP_DPAD_DOWN 30 "+button7"
|
||||||
|
bindlevel GP_RSHOULDER 30 "+button3"
|
||||||
|
bindlevel GP_DPAD_RIGHT 30 "impulse 33"
|
||||||
|
bindlevel GP_DPAD_UP 30 "+button7"
|
||||||
|
bind GP_VIEW "showscores"
|
||||||
|
joysidesensitivity 0.8
|
||||||
|
joyyawsensitivity 0.6
|
||||||
|
joypitchsensitivity 0.55
|
||||||
|
|
||||||
setinfo * ""
|
setinfo * ""
|
||||||
setinfo "in_menu" "1"
|
setinfo "in_menu" "1"
|
||||||
|
|
Loading…
Reference in a new issue