RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    New Hypseus and lr-Daphne to add on Retropie-Setup

    Scheduled Pinned Locked Moved Ideas and Development
    daphnelaserdischypseusdaphne confighypseus config
    501 Posts 33 Posters 227.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.
    • TPRT
      TPR
      last edited by TPR

      @DirtBagXon Ok, so I actually just got a little further. I made a Framework.daphne folder in my main /RetroPie/roms/Daphne directory and it worked! But now I have a "Framework" listing in that directory because it's called Framework.daphne.

      Any ideas on how to get rid of that or how to make this all work without that "game" showing up? Thank you.
      Screen Shot 2022-10-24 at 11.33.07 AM.png

      So I guess my question is, why do these two games need that Framework.daphne folder but none of the other games do? And how can I either hide or move that folder somewhere else so that it won't show up in the listing?

      DirtBagXonD 1 Reply Last reply Reply Quote 0
      • DirtBagXonD
        DirtBagXon @TPR
        last edited by DirtBagXon

        @TPR

        DLe and SAE Singe 2 games are not ported to the SBC overlays, so they can only use the full size overlay that doesn't stand a change of working on the Pi I'm afraid.

        The reason I didn't port these titles is for a Pi is due to the fact that you can play them via the original ROM in the Daphne element of Hypseus with dle21 and sae. The Singe 2 versions are complete rewrites that have no real resemblance to the original arcade games.

        Moving/porting a full resolution Singe 2 game to Hypseus is now trivial, therefore I put the games with the full overlay LUA on the repo, so that anyone with more powerful hardware (Windows, full desktop Linux or Mac) could play them without the need to install two emulators for Daphne and Singe 2. But I'm afraid the full overlay Singe 2 games aren't going to work on the current generation of Pi hardware. Use the Daphne ROM games instead for these particular games. You can use DL2e ported game on the Pi as there is no supported ROM in Daphne.

        Hypseus Singe for RetroPie: https://github.com/DirtBagXon/hypseus-singe
        Hypseus Singe Games: https://github.com/DirtBagXon/hypseus_singe_data
        Hypseus Discord: https://discord.gg/dgCsCfmRfJ

        TPRT 1 Reply Last reply Reply Quote 1
        • TPRT
          TPR @DirtBagXon
          last edited by TPR

          @DirtBagXon Thank you for the quick response! Understood on the part of why the full overlay didn't get ported. No problem!

          I guess I still don't understand why I'm getting the "Framework" folder though?

          How can I delete that so the games still load up and that folder goes away?

          I'm not bothered about the full overlay being used, but I did feel like the DLe and SAe versions did look much better and SAe had the additional scenes.

          How do I get them to run under "traditional daphne" if that's my best option?

          Or maybe I just haven't found the Daphne versions of the roms yet?

          DirtBagXonD 2 Replies Last reply Reply Quote 0
          • DirtBagXonD
            DirtBagXon @TPR
            last edited by

            @TPR

            You need the original arcade ROM and the matching video and audio for that game. This is NOT the same as the Singe 2 game, the video sequencing and frames have been completely altered.

            Take a look at the RetroPie docs on how to setup Daphne games:

            https://retropie.org.uk/docs/Daphne/

            The Framework folder is only needed for the full overlay Singe 2 games, so you can probably safely remove that altogether. Make backups before you do anything as always.

            Hypseus Singe for RetroPie: https://github.com/DirtBagXon/hypseus-singe
            Hypseus Singe Games: https://github.com/DirtBagXon/hypseus_singe_data
            Hypseus Discord: https://discord.gg/dgCsCfmRfJ

            1 Reply Last reply Reply Quote 1
            • DirtBagXonD
              DirtBagXon @TPR
              last edited by

              @TPR

              As you have probably noticed, the Singe 2 games weren't written with a Pi in mind, they are written by Windows guys. The native video and overlays are way too resource intensive for a Pi or similar SBC. Hence the ports.

              I believe you have found some of the existing ported video from your comments on other pages, if your Pi is struggling you don't need to find the original MP4 video to resize/recode, you can always use the existing M2V files and downsize them, using ffmpeg. You can also try using -set_overlay oversize on some of the games as this has been reported to help the Pi deal better with the overlays.

              In doing so you may need to tweak some sprite positioning in the LUA (text editing), this is somewhat detailed on the main repo.

              Hypseus Singe for RetroPie: https://github.com/DirtBagXon/hypseus-singe
              Hypseus Singe Games: https://github.com/DirtBagXon/hypseus_singe_data
              Hypseus Discord: https://discord.gg/dgCsCfmRfJ

              TPRT 2 Replies Last reply Reply Quote 1
              • TPRT
                TPR @DirtBagXon
                last edited by

                @DirtBagXon Yep. 100% noticed! I actually did a lot of re-encoding on the video side of things and I got games like TRON working great! I'm going to just go in and remove the Framework folder and the reference to it in the script file and see if that works. Otherwise I'll just go digging deeper for those video file. I already have the roms and everything.

                Also, with the re-encode on the video (I used your reference from the github page, thank you for that) DLe and SAe do seem to work well on the Pi, just without the overlays, so I'm hoping I can fix that framework issue.

                Again, huge thanks for responding back! It's a great help to guys like me who understand a lot of it, but just can't quite get that last 10% working! :)

                1 Reply Last reply Reply Quote 0
                • TPRT
                  TPR @DirtBagXon
                  last edited by TPR

                  @DirtBagXon OMG I think I got!

                  Man, I'm such an idiot... :D

                  I kept looking at this line:
                  dofile(BASEDIR .. "/Framework/globals.singe")

                  and changing it to:
                  dofile(BASEDIR .. "/DLe/Framework/globals.singe")

                  and couldn't for the life of me figure out why it wouldn't work.

                  It didn't even dawn on me to take a look at globals.singe at first and then change these as well to add the /DLe/ to them:

                  dofile(BASEDIR .. "/Framework/framework.singe")
                  dofile(BASEDIR .. "/Framework/main.singe")
                  dofile(BASEDIR .. "/Framework/hscore.singe")
                  dofile(BASEDIR .. "/Framework/service.singe")
                  dofile(BASEDIR .. "/Framework/toolbox.singe")
                  dofile(MYDIR .. "/Script/addons.singe")

                  Now that I made that change the sript can now find the Framework folder and I don't need it in my root Daphne directory.

                  I know this is such a newb mistake to make, but like I said, I can get to that 90% point but that last 10% can sometimes be a struggle with obvious things starring at me in the face!

                  Thanks again for all your work on this. OMG, this new version of Daphne is sooooo good! Going to buy you another cup of coffee! :D

                  (and really, using your FFmpeg suggestions, I really did get both DLe and SAe running on the Pi!)

                  1 Reply Last reply Reply Quote 0
                  • V
                    vabchgent
                    last edited by vabchgent

                    Okay So I have Hypseus running and its working better then Daphne . How do I change the button Assignments . My buttons are all over the place... Please explain in easy to understand format. For some reason I could never figure out the button layout... Thank you all in advance...Okay I found one of the Precompiled Inf files that work with gamepad in the Hypseus directory.. Changed it around a bit... I would like to assign the exit button to one of my other controllers buttons... So if someone could show me a written example of what the line should look like to do that.. It would be greatly appreciated.. For the guys that developed this, Thank you works like a charm...

                    DirtBagXonD V 2 Replies Last reply Reply Quote 0
                    • DirtBagXonD
                      DirtBagXon @vabchgent
                      last edited by DirtBagXon

                      @vabchgent

                      Either set a button against KEY_QUIT in the .ini file.

                      Or hold SELECT(COIN1) and press START (START1) for the hotkey exit on your existing config.

                       
                       

                      Hypseus Singe for RetroPie: https://github.com/DirtBagXon/hypseus-singe
                      Hypseus Singe Games: https://github.com/DirtBagXon/hypseus_singe_data
                      Hypseus Discord: https://discord.gg/dgCsCfmRfJ

                      1 Reply Last reply Reply Quote 0
                      • V
                        vabchgent @vabchgent
                        last edited by

                        @vabchgent Thank you, the Select/Start combination works and exits the game. Could never get that to work before...

                        DirtBagXonD 1 Reply Last reply Reply Quote 0
                        • DirtBagXonD
                          DirtBagXon @vabchgent
                          last edited by DirtBagXon

                          Bezel support:

                          And I keep on bumping this thread :)

                          lair

                          maddog


                            
                          Grab the latest RetroPie-Setup and pull update from source. You will get the new bezels folder in daphne conf folders.

                          The bezel PNG files need to be located within this new bezels subfolder from the hypseus home:

                          /opt/retropie/emulators/hypseus/bezels - symlinked by latest RetroPie-Setup

                          Enable in the .commands file with arguments such as:

                          -bezel maddog.png

                          Some earlier donated bezels are currently in the main hypseus repo Releases page here:

                          https://github.com/DirtBagXon/hypseus-singe/releases/latest

                          But more great ones are being donated in the hypseus Discord server.

                          Hypseus Singe for RetroPie: https://github.com/DirtBagXon/hypseus-singe
                          Hypseus Singe Games: https://github.com/DirtBagXon/hypseus_singe_data
                          Hypseus Discord: https://discord.gg/dgCsCfmRfJ

                          DirtBagXonD 1 Reply Last reply Reply Quote 4
                          • DirtBagXonD
                            DirtBagXon @DirtBagXon
                            last edited by DirtBagXon

                             

                            Widge, from the Sinden team, has made major improvements in the Singe Gun Games.

                            He has published a video describing the changes, which can be used with the latest version of Hypseus (v2.10.2):

                            Hypseus Singe for RetroPie: https://github.com/DirtBagXon/hypseus-singe
                            Hypseus Singe Games: https://github.com/DirtBagXon/hypseus_singe_data
                            Hypseus Discord: https://discord.gg/dgCsCfmRfJ

                            1 Reply Last reply Reply Quote 3
                            • M
                              mike855
                              last edited by mike855

                              Hello,

                              I'm new to Daphne. Made it working great (no hypseus or lr-ddaphne).
                              Now I'm trying to get working the 1080p remaster of Dragon's lair. It is slow, and freezing, as expected.
                              I activated the mpg2 licence, removed -nohwaccel parameter, and still slow.

                              Do someone had success with that?
                              Have a 3B+ PI

                              Edit : Just tried Hypseus, and it's better, working, no freezing but slow. No maybe I can find some parameters to make it work

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

                                @mike855 Please open a separate topic.

                                1 Reply Last reply Reply Quote 0
                                • NinjamanN
                                  Ninjaman
                                  last edited by

                                  hi i have Hypseus on my pc but i want
                                  Space Ace [Remastered by Accumbens to HD 720p the 31/03/2016]

                                  if anybody can share i would be thankful

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

                                    @Ninjaman This is not a ROM sharing site - as outlined in the forum rules.

                                    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.