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

    Problem configuring arcade machine

    Scheduled Pinned Locked Moved Help and Support
    retroarch confiipac2 config
    23 Posts 2 Posters 1.9k 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.
    • mituM
      mitu Global Moderator
      last edited by mitu

      @billy You can surround the config fragment with code tags (```) so it doesn't get re-formatted by the forum. I've re-formatted it now for you.

      1 Reply Last reply Reply Quote 1
      • mituM
        mitu Global Moderator
        last edited by

        Try un-setting the reset/ff keys, even if they're not set in the configuration, RetroArch might set the default keys for the actions. Add

        input_toggle_fast_forward = "null"
        input_reset = "null"
        
        B 1 Reply Last reply Reply Quote 1
        • B
          Billy @mitu
          last edited by

          @mitu thanks, I tried that yesterday with a # before instead of null. The problem is that forward is not in my retroarch

          1 Reply Last reply Reply Quote 0
          • B
            Billy
            last edited by

            @mitu hi again. The fast forward is disabled so that part worked.
            There are still a few issues.
            When i press "down" on the player 2 joystick, the starting menu where you can change the emulator appears, it's like the game re-launches. "Press a button to configure" appears
            If i'm playing a game and move player 1 joystick "state slot: 1" and "state slot 2" appear on the button left of the screen.

            Also, i changed the hotkey to "false" as i couldn't exit the games but stil doesn't work. I changed it to "true" and also to "1" as it was my original hotkey, but nothing happens wen i press player1+select...

            Any ideas? i'm tempted to through it out the window as it's been 3 weeks of total frustration.

            Thanks

            mituM 1 Reply Last reply Reply Quote 0
            • mituM
              mitu Global Moderator @Billy
              last edited by

              @billy Looks like you don't have a hotkey enabled and some of the actions are triggered directly by the button/joystick presses. Can you post the whole retroarch.cfg on pastebin.com ?

              B 1 Reply Last reply Reply Quote 0
              • B
                Billy @mitu
                last edited by

                @mitu thanks for the help.
                Here is the full retroarch.cfg from the all folder
                https://pastebin.com/QQGf2uaa

                1 Reply Last reply Reply Quote 0
                • mituM
                  mitu Global Moderator
                  last edited by

                  The hotkey is not set - near the end of the file:

                  input_enable_hotkey = "null"
                  

                  Set it to the control you'd like and re-try, simple button presses should not trigger any hotkey actions.

                  B 1 Reply Last reply Reply Quote 1
                  • B
                    Billy @mitu
                    last edited by

                    @mitu i tried that, it was set to "num1" or "1" and it didn't work either, so i disabled it in case it was creating a conflict.

                    Also I'm still getting the "state slot:1" and "state slot: 2" when i play with player 1.

                    When i press down on Player 2 it keeps re-launching...

                    1 Reply Last reply Reply Quote 0
                    • mituM
                      mitu Global Moderator
                      last edited by mitu

                      Did you - at any point during configuration - the Save Cofiguration menu from RetroArch ? This would generate a new .cfg in the system folder, overriding any values you set in the all/retroarch.cfg file.
                      Is this with the RetroPie image or with a 3rd party image ?

                      B 1 Reply Last reply Reply Quote 1
                      • B
                        Billy @mitu
                        last edited by

                        @mitu when i open the retroarch.cfg file from the all folder configs, it's open via Text editor from the mac. Once i close it it is saved automatically. When i access again there's only one retroarch file and that contains the changes made

                        I'm using the 4.7.1 image from retropie.org.uk
                        I tried one from arcade punks but the controllers where all over the place, so reflashed the SD card with the 4.7.1 version.

                        mituM 1 Reply Last reply Reply Quote 0
                        • mituM
                          mitu Global Moderator @Billy
                          last edited by

                          @billy said in Problem configuring arcade machine:

                          When i access again there's only one retroarch file and that contains the changes made

                          No, I was referring to saving the configuration from within RetroArch, while playing a game.

                          Let's say you started a game from the arcade folder; there's an additional \\retropie\configs\arcade\retroarch.cfg, that includes the options from all/retroarch.cfg and it's used to configure the arcade games.
                          If you used Save Configuration in RetroArch, after starting an arcade game, that arcade/retroarch.cfg would be written from scratch as a new file, so anything you'd be configuring in al/retroarch.cfg would not apply.

                          Can you check to see if the system of the game you're starting doesn't have an overly large retroarch.cfg, thus ignoring all the changes you add in all/retroarch.cfg ?

                          B 1 Reply Last reply Reply Quote 1
                          • B
                            Billy @mitu
                            last edited by

                            @mitu thanks for the reply.
                            Yes, i checked the retroarch.cfg in /arcade, also in /fba and /lr-mame and the retroarch file only contains the couple of lines and the # include at the end, but nothing on remapping.
                            I tried to remap them myself with the same as the /ll retroarch but didn't work either.
                            So i don't really know what i'm doing wrong as i checked so many tutorials and tons of forums in retropie.org

                            mituM 1 Reply Last reply Reply Quote 0
                            • mituM
                              mitu Global Moderator @Billy
                              last edited by mitu

                              I have copied your configuration on my installation and tested a bit.

                              The 'Save' messages are because Left/Right are set 'next/prev state slot' in the configuration file:

                              input_state_slot_increase = "right"
                              input_state_slot_decrease = "left"
                              

                              If you comment those, then the messages will not be triggered.

                              Your 'exit' key is defined wrong (I was wondering why I wasn't able to exit):

                              input_exit_emulator = "esc"
                              

                              should be

                              input_exit_emulator = "escape"
                              

                              I couldn't reproduce the other issues - reset and FF with P2 controls. They could be caused by some keyboard combo set from the IPAC - I don't get them on a keyboard.

                              If you want to see what are the default RetroArch's hotkeys- this page lists them.

                              EDIT:

                              Just realized that F is also 'Fullscreen toggle', so you might want to add an extra line, so the P2 down (F) doesn't act up.

                              input_toggle_fullscreen = "null"
                              
                              B 2 Replies Last reply Reply Quote 2
                              • B
                                Billy @mitu
                                last edited by

                                @mitu that's brilliant. Thank you so much for that. I'll modify those lines and try it tomorrow!

                                I'll let you know how i get on.

                                Cheers!

                                1 Reply Last reply Reply Quote 0
                                • B
                                  Billy @mitu
                                  last edited by

                                  @mitu I'm petty sure i changed "escape" to "esc" myself because i couldn't exit the game.

                                  Will those work for fba too? i read that MAME roms work best with fba emulator...

                                  I'll try tomorrow both of them

                                  Thanks again

                                  mituM 1 Reply Last reply Reply Quote 0
                                  • mituM
                                    mitu Global Moderator @Billy
                                    last edited by

                                    @billy said in Problem configuring arcade machine:

                                    Will those work for fba too? i read that MAME roms work best with fba emulator...

                                    They should work with lr-fbneo also (there's no more fba in RetroPie), but arcade ROMs work best with the matching ROMset emulator - see https://retropie.org.uk/docs/Arcade/.

                                    B 1 Reply Last reply Reply Quote 0
                                    • B
                                      Billy @mitu
                                      last edited by

                                      @mitu I finally got a bit of time to remap and change the retroarch file. But i downloaded it the games in the fba folder and they don't work. they do work in the mame-libretto folder as i can change some of the buttons with the TAB option. I remapped the fba retroarch folder but still doesn't work, i can't add coins to play...

                                      also, i got a bunch of roms from different sites that i had saved over the years in a folder, but i have no idea which version they are. I guess this will be trying different emulators for each rom...

                                      Thanks again for your help

                                      mituM 1 Reply Last reply Reply Quote 0
                                      • mituM
                                        mitu Global Moderator @Billy
                                        last edited by

                                        @billy said in Problem configuring arcade machine:

                                        I remapped the fba retroarch folder but still doesn't work, i can't add coins to play...

                                        How did you re-map them ? The fba folder uses lr-fbneo as arcade emulator, which should use the same input configuration from RetroArch - i.e. Select to insert a coin.

                                        also, i got a bunch of roms from different sites that i had saved over the years in a folder, but i have no idea which version they are. I guess this will be trying different emulators for each rom...

                                        Each emulator has its own set of suppoted ROMs, there's no point in downloading random ROMs - get a split set for the emulator you're using.
                                        More details in https://retropie.org.uk/docs/Arcade/.

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          Billy
                                          last edited by

                                          @mitu that's what i don't understand. Here is what i do:

                                          • I add a rom into the fba folder
                                          • open the rom (the default emulator is lr-fbneo
                                          • the game opens but i cannot insert coins with any of the buttons even though the "all" retroarch is set to "select"
                                          • so I edited the retroarch in the fba folder only and nothing, it doesn't work...
                                            Some of those roms work with Mame, so no big deal but i can't get any of them to work with lr-fbneo...

                                          I hooked up a keyboard through the USB and i could insert coins with r-shift key but again the controllers were all over the place...

                                          At least I can play some games now so i'll be trying them with different folders and emulators...

                                          Thanks again

                                          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.