2021-08-31 18:04:24 +02:00
|
|
|
set gpad_buttonsConfig "buttons_nomad"
|
|
|
|
|
|
|
|
bind BUTTON_START togglemenu
|
2021-09-04 11:16:03 +02:00
|
|
|
bind BUTTON_BACK togglescores
|
2021-08-31 18:04:24 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
bind BUTTON_RTRIG "+attack"
|
|
|
|
bind BUTTON_LTRIG "+toggleads_throw"
|
|
|
|
|
|
|
|
bind BUTTON_RSHLDR "+frag"
|
|
|
|
bind BUTTON_LSHLDR "+smoke"
|
|
|
|
|
|
|
|
bind BUTTON_RSTICK "+stance"
|
|
|
|
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 "+melee"
|
|
|
|
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"
|