mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-07 17:17:50 -05:00
36 lines
730 B
INI
36 lines
730 B
INI
|
|
set gpad_buttonsConfig "buttons_zombietron"
|
|
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_A "+activate"
|
|
bind BUTTON_LSHLDR "+frag"
|
|
bind BUTTON_RSHLDR "+gostand"
|
|
set gpad_button_rstick_deflect_max 1.0
|
|
set gpad_button_lstick_deflect_max 1.0
|