• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

Enabling Xbox360 analog controls in lr-mame2003

Scheduled Pinned Locked Moved Help and Support
lr-mame2003analog joystickxbox 360 wirele
16 Posts 7 Posters 3.7k 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.
  • C
    charlie1212
    last edited by 17 Dec 2017, 15:20

    By default, only the d-pad is working. How do I EASILY enable the analog sticks on lr-mame2003.
    Please explain it step by steps
    Thank you

    J M D 3 Replies Last reply 17 Dec 2017, 16:15 Reply Quote 0
    • J
      jonnykesh @charlie1212
      last edited by 17 Dec 2017, 16:15

      @charlie1212 Launch a game in lr-mame2003 then press TAB on a keyboard. You should see a menu that looks like this:
      0_1513527271516_mametab.png

      Pick which ever option you want and remap the controls. (probably best to stick with a per-game basis)

      1 Reply Last reply Reply Quote 1
      • M
        mitu Global Moderator @charlie1212
        last edited by mitu 17 Dec 2017, 16:17

        @charlie1212 You need to enable the Analog controls in the RetroArch gui.

        1. Start the game as normal
        2. Press Select + X ( or Hotkey + X if you mapped a different button the the Hotkey button) to open the RetroArch GUI.
        3. Go to the Controls section
        4. Choose RetroPad w/ Analog for User 1 Device Type and choose either Left Analogor Right Analog for User Analog to Digital. They're the first 2 options once you open the Control section. It should look similar to the picture below
          0_1513527314174_snapshot.jpg

        Go back to the game - you can exit the RetroArch with Resume from the main open screen, B exits the current option screen - and check your controls. If this works, go back to the RGUI and use the Save Core Overrides menu option to save this configuration for the Mame2003 core so it will apply to all games started with lr-mame2003.

        C 1 Reply Last reply 17 Dec 2017, 19:07 Reply Quote 0
        • D
          dudleydes @charlie1212
          last edited by 17 Dec 2017, 17:24

          @charlie1212 You can use the Configuration Editor in the RetroPie setup script. More info: https://retropie.org.uk/docs/Configuration-Editor/

          1 Reply Last reply Reply Quote 2
          • C
            charlie1212 @mitu
            last edited by 17 Dec 2017, 19:07

            @mitu
            I had I hopes in this method but it does not work. And if I press the TAB button to config the controls, like I always did, it does not register any input from my joystick. I'm a clueless on this one

            M 1 Reply Last reply 17 Dec 2017, 19:51 Reply Quote 0
            • M
              mitu Global Moderator @charlie1212
              last edited by 17 Dec 2017, 19:51

              @charlie1212 It seems the analog controls are not detected - are they working in any other game/emulator ?

              1 Reply Last reply Reply Quote 0
              • W
                ward614
                last edited by 18 Dec 2017, 00:38

                Near as I can tell, certain emulators only accept specific inputs. I recommend using lr-mame2014 if you need to use the analog sticks and the d-pad at the same time.

                1 Reply Last reply Reply Quote 0
                • E
                  edmaul69
                  last edited by edmaul69 18 Dec 2017, 00:45

                  in my opinion ignore everything else. this method makes the d-pad and analogs both work as the same thing. in all retroarch.cfg files except for in the "all", "psp" and "psx" folders add this above the #include..... line

                  input_player1_up_axis = "-1"
                  input_player1_down_axis = "+1"
                  input_player1_left_axis = "-0"
                  input_player1_right_axis = "+0"
                  
                  input_player2_up_axis = "-1"
                  input_player2_down_axis = "+1"
                  input_player2_left_axis = "-0"
                  input_player2_right_axis = "+0"
                  

                  now you can use both d-pad and left analog controls in all retroarch libretro systems.

                  H 1 Reply Last reply 18 Dec 2017, 01:20 Reply Quote 0
                  • H
                    herb_fargus administrators @edmaul69
                    last edited by 18 Dec 2017, 01:20

                    @edmaul69 the configuration editor is the simplest method imo.

                    If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                    Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                    E C 2 Replies Last reply 18 Dec 2017, 01:29 Reply Quote 1
                    • E
                      edmaul69 @herb_fargus
                      last edited by 18 Dec 2017, 01:29

                      @herb_fargus dont you have to manually type in everything in the configuration editor? Using winscp this can be entered really fast in any config file.

                      H 1 Reply Last reply 18 Dec 2017, 01:33 Reply Quote 0
                      • H
                        herb_fargus administrators @edmaul69
                        last edited by 18 Dec 2017, 01:33

                        @edmaul69 there are preconfigured settings for using the analog as a dpad. No typing necessary. Detailed on the wiki page.

                        If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                        Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                        E 2 Replies Last reply 18 Dec 2017, 01:34 Reply Quote 0
                        • E
                          edmaul69 @herb_fargus
                          last edited by 18 Dec 2017, 01:34

                          @herb_fargus cool. Good to know.

                          1 Reply Last reply Reply Quote 0
                          • E
                            edmaul69 @herb_fargus
                            last edited by 18 Dec 2017, 01:37

                            @herb_fargus so does this make both d-pad and analog both the same thing if you set this up in the config editor?

                            H 1 Reply Last reply 18 Dec 2017, 03:05 Reply Quote 0
                            • H
                              herb_fargus administrators @edmaul69
                              last edited by 18 Dec 2017, 03:05

                              @edmaul69 that's the idea. That's why it isn't a good idea to set it up for the whole system if one intends on using psx games that use both dpad and analog.

                              If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                              Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                              E 1 Reply Last reply 18 Dec 2017, 03:14 Reply Quote 0
                              • E
                                edmaul69 @herb_fargus
                                last edited by 18 Dec 2017, 03:14

                                @herb_fargus thats why i said to skip all, psx and psp. Glad to know it works this way in the editor. I am definitely going to have to check out what all is implemented in the configuration editor. Thanks for the info.

                                1 Reply Last reply Reply Quote 0
                                • C
                                  charlie1212 @herb_fargus
                                  last edited by charlie1212 18 Dec 2017, 15:11

                                  @herb_fargus
                                  Thanks a lot. Solved

                                  1 Reply Last reply Reply Quote 0
                                  16 out of 16
                                  • First post
                                    16/16
                                    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.

                                    This community forum collects and processes your personal information.
                                    consent.not_received