RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Remap Controls for 4 button G&W titles (Egg,Mickey etc)

    Scheduled Pinned Locked Moved Help and Support
    g&w
    3 Posts 2 Posters 776 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Pyjamarama
      last edited by

      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?

      edmaul69E 1 Reply Last reply Reply Quote 0
      • edmaul69E
        edmaul69 @Pyjamarama
        last edited by edmaul69

        @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 "

        1 Reply Last reply Reply Quote 1
        • P
          Pyjamarama
          last edited by Pyjamarama

          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"
          
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          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.