From 9264749a505c0fbd1c7633bb0a72e8c5f2a08d75 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 4 Sep 2021 11:16:03 +0200 Subject: [PATCH] Make gamepad scoreboard toggable by default --- iw4x/iw4x_00/buttons_default.cfg | 2 +- iw4x/iw4x_00/buttons_lefty.cfg | 2 +- iw4x/iw4x_00/buttons_nomad.cfg | 2 +- iw4x/iw4x_00/buttons_tactical.cfg | 2 +- iw4x/iw4x_00/default_mp_controller.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/iw4x/iw4x_00/buttons_default.cfg b/iw4x/iw4x_00/buttons_default.cfg index df8be96..ab7bdf7 100644 --- a/iw4x/iw4x_00/buttons_default.cfg +++ b/iw4x/iw4x_00/buttons_default.cfg @@ -1,7 +1,7 @@ set gpad_buttonsConfig "buttons_default" bind BUTTON_START togglemenu -bind BUTTON_BACK +scores +bind BUTTON_BACK togglescores unbind BUTTON_RSHLDR unbind BUTTON_LSHLDR diff --git a/iw4x/iw4x_00/buttons_lefty.cfg b/iw4x/iw4x_00/buttons_lefty.cfg index d0a2a2e..2220846 100644 --- a/iw4x/iw4x_00/buttons_lefty.cfg +++ b/iw4x/iw4x_00/buttons_lefty.cfg @@ -1,7 +1,7 @@ set gpad_buttonsConfig "buttons_lefty" bind BUTTON_START togglemenu -bind BUTTON_BACK +scores +bind BUTTON_BACK togglescores unbind BUTTON_RSHLDR unbind BUTTON_LSHLDR diff --git a/iw4x/iw4x_00/buttons_nomad.cfg b/iw4x/iw4x_00/buttons_nomad.cfg index c69543a..c75a637 100644 --- a/iw4x/iw4x_00/buttons_nomad.cfg +++ b/iw4x/iw4x_00/buttons_nomad.cfg @@ -1,7 +1,7 @@ set gpad_buttonsConfig "buttons_nomad" bind BUTTON_START togglemenu -bind BUTTON_BACK +scores +bind BUTTON_BACK togglescores unbind BUTTON_RSHLDR unbind BUTTON_LSHLDR diff --git a/iw4x/iw4x_00/buttons_tactical.cfg b/iw4x/iw4x_00/buttons_tactical.cfg index cd0f79f..7095665 100644 --- a/iw4x/iw4x_00/buttons_tactical.cfg +++ b/iw4x/iw4x_00/buttons_tactical.cfg @@ -1,7 +1,7 @@ set gpad_buttonsConfig "buttons_tactical" bind BUTTON_START togglemenu -bind BUTTON_BACK +scores +bind BUTTON_BACK togglescores unbind BUTTON_RSHLDR unbind BUTTON_LSHLDR diff --git a/iw4x/iw4x_00/default_mp_controller.cfg b/iw4x/iw4x_00/default_mp_controller.cfg index 47e8f9b..47e2055 100644 --- a/iw4x/iw4x_00/default_mp_controller.cfg +++ b/iw4x/iw4x_00/default_mp_controller.cfg @@ -35,7 +35,7 @@ bind BUTTON_LSHLDR "+smoke" // Interaction bind BUTTON_X "+usereload" -bind BUTTON_BACK "+scores" +bind BUTTON_BACK "togglescores" // Stance bind BUTTON_A "+gostand"