Remap Controls for 4 button G&W titles (Egg,Mickey etc)
-
Hi,
I am trying to figure a way to have some specific G&W titles (the Nintendo Wide Screen that have 4 buttons) to work with both analog sticks of the 360 pad.Now the left stick's up and downcorespond (correctly) to the two left G&W buttons.
For the two right G&W buttons, instead of the X and B, I want to map them to the up and down of the right XBOX 360 pad.
Is there a way?
-
@Pyjamarama for a b x y buttons in the retroarch config you could add the commands to the gw retroarch.cfg. Normally the commands would look something like this:
input_player1_a_btn = "0" input_player1_b_btn = "1"
In your case you would do something like:
input_player1_a_axis = "-3" input_player1_b_axis = "+3"
(I believe 3 is the vertical axis and not 2) note that there is a space between axis and = and = and "
-
Thank you!!! It worked with a little modification. U rock!
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line input_remapping_directory = "/opt/retropie/configs/gameandwatch/" input_player1_x_axis = "-3" input_player1_b_axis = "+3" #include "/opt/retropie/configs/all/retroarch.cfg"
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.