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

    Arcade/Daphne question using retropie attractmode

    Scheduled Pinned Locked Moved Help and Support
    help guide
    21 Posts 8 Posters 4.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.
    • rbakerR
      rbaker @thedeathstar
      last edited by

      @thedeathstar

      I looked through the first several of your posts, and as expected, you don't seem to actually answer questions

      Look harder, understand that unless the details of ones setup are given, help is futile and a waste of time.

      just post links to the documentation

      You agreed it to read them. Your 20 posts show that you haven't. They answer 99.9% of all questions so people like you who post questions rather than take the time to read the extensive manual need to be redirected there again and again so that time is not wasted posting answers to questions already covered.

      I looked through all of your posts, and as expected, you haven't read the documentation either....sigh.

      passive-aggressive

      No idea what that is.

      1 Reply Last reply Reply Quote 0
      • BuZzB
        BuZz administrators @thedeathstar
        last edited by

        @thedeathstar Looking at your current forum reputation (-5) I would definitely avoid being argumentative - if you want to stay around here.

        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

        T 2 Replies Last reply Reply Quote 0
        • T
          thedeathstar @BuZz
          last edited by

          @BuZz Negative reputation? An engineer gave me a crappy drawing for a proposal of a new column placement, should I down vote him? Mentioning a reputation system as any point of reference for value of a comment is the sign of a tiny mind and fragile ego.

          If you're concerned about me calling out the people who take it upon themselves to police this place without providing any real answers, at least tell me how it's "damaging the project" before you down vote me.

          BuZzB mediamogulM 2 Replies Last reply Reply Quote 0
          • T
            thedeathstar @BuZz
            last edited by

            @BuZz Should I also avoid giving answers? Because it seems like I was the first one to do that for this question.

            1 Reply Last reply Reply Quote 0
            • BuZzB
              BuZz administrators @thedeathstar
              last edited by BuZz

              @thedeathstar rbaker helps many users. It's a waste of our time to try and guess a users problems without details. The pinned topics are there for a reason, and users are asked to read them on registration. It's completely fair to link a user to it if they provide no information to go on. Nothing passive aggressive about it.

              He's certainly spent more time helping users than you, so I don't appreciate you having a go just because you took some dislike to him asking for more information.

              I post a link to the pinned topic when I need more information and it's clear it has not been read.

              If you get personal again, you will be removed.

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              1 Reply Last reply Reply Quote 0
              • mediamogulM
                mediamogul Global Moderator @thedeathstar
                last edited by mediamogul

                @thedeathstar

                me calling out the people who take it upon themselves to police this place without providing any real answers

                Reading over your recent comments, the irony should be noted that you yourself seem to be policing this place for people you believe to be policing this place. I'd suggest that someone start policing your behavior, but I'd be worried the forum would fold in on itself and create a web-based singularity that would threaten the very fabric of existence. The last thing any of us need is the hassle of a new reality where you're expected to eat cereal with a fork or watch a Miley Cyrus video with the volume up.

                RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                1 Reply Last reply Reply Quote 0
                • AlturisA
                  Alturis
                  last edited by Alturis

                  Hey guys,

                  Not to crash the argument but I was also interested in finding out if it was possible to have daphne games run from the arcade folder. Not for attract mode reasons but simply because I only have one daphne game and I dislike that there is an entire category in emulation station for one game. ;)

                  All the documentation and online videos I have found instruct you how to install the rom in ../roms/daphne/roms, and then create a folder in ../roms/daphne called <rom>.daphne for the laser disc video files.

                  I was interested in if there was some trick to get a rom listed in the arcade folder to not only run with the daphne emulator but find the necessary daphne video files and also not confusing emulation station that there are two <rom>.zip games for example.

                  I was going to begin experimenting on my own but wanted to check first if there was a known answer.

                  Edit: My assumption is that this is not possible simply because daphne is not an emulator that even presents itself as an option from the runcommand dialog for arcade folder games.

                  RP 4.7.1 • Pi4 4Gig • CanaKit Aluminum • 64GB microSD • 1920x1080 BarTop [2 Sanwa sticks]

                  mediamogulM 1 Reply Last reply Reply Quote 0
                  • mediamogulM
                    mediamogul Global Moderator @Alturis
                    last edited by mediamogul

                    @alturis

                    Not to crash the argument

                    You're about 8 months too late for that. ;)

                    I was also interested in finding out if it was possible to have daphne games run from the arcade folder.

                    You'll first need to add the ROM types to the arcade system entry in /opt/retropie/configs/all/emulationstation/es_systems.cfg so that it reads:

                      <system>
                        <name>arcade</name>
                        <fullname>Arcade</fullname>
                        <path>/home/pi/RetroPie/roms/arcade</path>
                        <extension>.daphne .fba .zip .DAPHNE .FBA .ZIP</extension>
                        <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ arcade %ROM%</command>
                        <platform>arcade</platform>
                        <theme>arcade</theme>
                      </system>
                    

                    Then, restart Emulation Station. Next, add:

                    daphne = "/opt/retropie/emulators/daphne/daphne.sh %ROM%"
                    

                    to: /opt/retropie/configs/arcade/emulators.cfg

                    From there, just change the default emulator for the ROM to "daphne" in the Runcommand window and it should be good to go.

                    Edit:

                    You also might want to symlink the Daphne ROMs folder into the arcade folder with something like:

                    ln -s /home/pi/RetroPie/roms/daphne/roms /home/pi/RetroPie/roms/arcade/daphne-roms
                    

                    or you can just simply put them in /home/pi/RetroPie/roms/daphne/roms as you normally would.

                    RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                    AlturisA 2 Replies Last reply Reply Quote 1
                    • AlturisA
                      Alturis @mediamogul
                      last edited by Alturis

                      @mediamogul awesome thank you! I will try this out. But wont adding a link have it show up as another folder of games within the arcade list? I was trying to just make it appear like any other game in the arcade list.

                      RP 4.7.1 • Pi4 4Gig • CanaKit Aluminum • 64GB microSD • 1920x1080 BarTop [2 Sanwa sticks]

                      mediamogulM 1 Reply Last reply Reply Quote 0
                      • mediamogulM
                        mediamogul Global Moderator @Alturis
                        last edited by

                        @alturis

                        I was trying to just make it appear like any other game in the arcade list.

                        If you just put the .daphne directories alongside your other arcade ROMs and don't symlink the Daphne ROMs from /home/pi/RetroPie/roms/daphne/roms, it should behave the way you want.

                        RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                        1 Reply Last reply Reply Quote 0
                        • caver01C
                          caver01
                          last edited by

                          Cool. This has been on my todo list for a year. Thanks for laying out the steps.

                          My 4-player cocktail style cabinet built as a custom "roadcase"

                          1 Reply Last reply Reply Quote 0
                          • AlturisA
                            Alturis @mediamogul
                            last edited by Alturis

                            @mediamogul said in Arcade/Daphne question using retropie attractmode:

                            You'll first need to add the ROM types to the arcade system entry in /opt/retropie/configs/all/emulationstation/es_systems.cfg

                            This is actually located at /etc/emulationstation/es_systems.cfg

                            in my setup. I never moved it anywhere I think maybe it was just in a different place in a previous RetroPie vanilla install version?

                            RP 4.7.1 • Pi4 4Gig • CanaKit Aluminum • 64GB microSD • 1920x1080 BarTop [2 Sanwa sticks]

                            mediamogulM 1 Reply Last reply Reply Quote 0
                            • AlturisA
                              Alturis
                              last edited by Alturis

                              Also to spell this out because I was unclear on it, you leave your .../roms/daphne/roms/<game>.zip where it is, you just move the .../roms/daphne/<game>.daphne video folder to .../roms/arcade

                              RP 4.7.1 • Pi4 4Gig • CanaKit Aluminum • 64GB microSD • 1920x1080 BarTop [2 Sanwa sticks]

                              1 Reply Last reply Reply Quote 0
                              • mediamogulM
                                mediamogul Global Moderator @Alturis
                                last edited by mediamogul

                                @alturis said in Arcade/Daphne question using retropie attractmode:

                                This is actually located at /etc/emulationstation/es_systems.cfg in my setup.

                                At one time, it was considered bad practice to alter anything at /etc/emulationstation/, so /opt/retropie/configs/all/emulationstation/ was made available to override the base location. I don't know if this has changed, but I continue to make all my alterations at /opt/retropie/configs/all/emulationstation/.

                                Also to spell this out because I was unclear on it, you leave your .../roms/daphne/roms/<game>.zip where it is, you just move the .../roms/daphne/<game>.daphne video folder to .../roms/arcade

                                You got it.

                                RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                                1 Reply Last reply Reply Quote 1
                                • C
                                  ChuckyP
                                  last edited by

                                  I believe updates overwrite the data in the ETC folder. So creating your custom configs in the other directory will save a lot of time in the long run.

                                  AlturisA 1 Reply Last reply Reply Quote 1
                                  • AlturisA
                                    Alturis @ChuckyP
                                    last edited by

                                    @chuckyp said in Arcade/Daphne question using retropie attractmode:

                                    I believe updates overwrite the data in the ETC folder. So creating your custom configs in the other directory will save a lot of time in the long run.

                                    I had heard that the problem with that is that your override will then be missing any critical updates to the normal es_systems.cfg?

                                    RP 4.7.1 • Pi4 4Gig • CanaKit Aluminum • 64GB microSD • 1920x1080 BarTop [2 Sanwa sticks]

                                    mediamogulM 1 Reply Last reply Reply Quote 0
                                    • mediamogulM
                                      mediamogul Global Moderator @Alturis
                                      last edited by mediamogul

                                      @alturis

                                      Neither way is perfect, but /opt/retropie/configs/all/emulationstation/ is what has always been recommended. You have to expect this kind of situation when you're looking to customize an actively updated software ecosystem in the way you're looking to do. That said, I've been maintaining my own override for over a year and haven't run into any issues.

                                      RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        ChuckyP
                                        last edited by

                                        I haven’t seen any changes in over a year either. There’s not any settings that may change, only the paths to the emulators and that is rather stable.

                                        If you add new emulators however you will need to refer to the ETC location and copy/ paste the new system info into your OPT override.

                                        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.