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 259.4k 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.
    • DirtBagXonD
      DirtBagXon @DirtBagXon
      last edited by

      roms
      |-- daphne
      |    |
      |    |-- timegal.daphne
      |    |    |
      |    |    |-- timegal.commands  (Optional)
      |    |    |-- timegal.txt
      |    |    |-- timegal.m2v
      |    |    |-- timegal.ogg
      |    |    |-- timegal.singe
      |    |
      |    +-- singe
      |         +-- timegal  <<- link (ln -s ../timegal.daphne timegal)
      

      What was missing was the symlink below:

      ln -s /home/pi/RetroPie/roms/daphne/singe /opt/retropie/emulators/daphne/singe
      

      And the new daphne.sh

      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 0
      • DirtBagXonD
        DirtBagXon @DirtBagXon
        last edited by

        https://github.com/DirtBagXon/hypseus-singe/blob/RetroPie/RETROPIE.md

        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

        roslofR DarksaviorD 2 Replies Last reply Reply Quote 1
        • roslofR
          roslof @DirtBagXon
          last edited by roslof

          @dirtbagxon yes, this structure is MUCH prettier and covers all the bases. Tested, and works as expected. Great stuff!! ...yet another day of your life sucked into the vortex of HypseuSinge.

          Really appreciated.

          1 Reply Last reply Reply Quote 0
          • DarksaviorD
            Darksavior @DirtBagXon
            last edited by Darksavior

            Ok , nevermind, deleting folder did it

            roslofR 1 Reply Last reply Reply Quote 0
            • roslofR
              roslof @Darksavior
              last edited by

              @darksavior said in New Hypseus and lr-Daphne to add on Retropie-Setup:

              Ok , nevermind, deleting folder did it

              Good deal. I was prepping a list of possibilities. Sounds like you're close now. Fingers crossed.

              DarksaviorD 1 Reply Last reply Reply Quote 0
              • DarksaviorD
                Darksavior @roslof
                last edited by Darksavior

                @roslof Spoke too soon. Tried multiple times. Trying ln -s ../timegal.daphne timegal

                ln: failed to create symbolic link 'timegal': Operation not permitted
                
                
                roslofR 1 Reply Last reply Reply Quote 1
                • roslofR
                  roslof @Darksavior
                  last edited by roslof

                  @darksavior said in New Hypseus and lr-Daphne to add on Retropie-Setup:

                  @roslof Spoke too soon. Tried multiple times. Trying ln -s ../timegal.daphne timegal

                  ln: failed to create symbolic link 'timegal': Operation not permitted
                  
                  
                  • Is this on an external drive? FAT32 partition?
                  • Permissions of folders correct?
                  • Are you performing this from within daphne/singe?
                  DarksaviorD 1 Reply Last reply Reply Quote 0
                  • DarksaviorD
                    Darksavior @roslof
                    last edited by

                    @roslof

                    • Yes, fat32 usb stick.
                    • I haven't messed with permissions. Is 755 fine?
                    • Yes.
                    pi@retropie:~/RetroPie/roms/daphne/singe $ ln -s ../timegal.daphne timegal
                    ln: failed to create symbolic link 'timegal': Operation not permitted
                    pi@retropie:~/RetroPie/roms/daphne/singe $ 
                    
                    
                    roslofR 1 Reply Last reply Reply Quote 0
                    • roslofR
                      roslof @Darksavior
                      last edited by

                      @darksavior I'm fairly certain you can't create symlinks on FAT32. There is a thread here:

                      https://retropie.org.uk/forum/topic/19433/symbolic-link-operation-prohibited

                      DarksaviorD 1 Reply Last reply Reply Quote 0
                      • DarksaviorD
                        Darksavior @roslof
                        last edited by

                        @roslof Oh ok I can give up now. Not formatting my drive to ext for like two singe games. Ah well..

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

                          @darksavior said in New Hypseus and lr-Daphne to add on Retropie-Setup:

                          @roslof Oh ok I can give up now. Not formatting my drive to ext for like two singe games. Ah well..

                          Correct, you cannot create symlinks on FAT32. The filesystem doesn't support it.

                          You can however, duplicate the data, i.e. copy timegal.daphne as timegal into the singe folder.

                          Yes is doubling the amount of disk space, but I presume you have the same issue with lair and dle21 or ace and sae which use the same data for different versions of Dragons Lair/Space Ace ?

                          You could also save space by linking them:

                          ln -s lair.daphne dle21.daphne

                          We are down to individual user cases now.

                          There is a way around it but wasteful on disk space.

                          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

                          DarksaviorD roslofR 2 Replies Last reply Reply Quote 0
                          • DarksaviorD
                            Darksavior @DirtBagXon
                            last edited by Darksavior

                            @dirtbagxon I'll test that out a bit later.
                            No, I do not have that issue with dragon's lair or space ace. I have only one folder for each game called dle21.daphneand sae.daphne

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

                              @dirtbagxon said in New Hypseus and lr-Daphne to add on Retropie-Setup:

                              You could also save space by linking them:
                              ln -s lair dle21

                              Daphne games can be handled by having one main directory for everything (lair.daphne) and a separate folder called dle21.daphne that contains a sole, lonely framefile named dle21.txt and whose first line points to ../lair.daphne

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

                                @darksavior said in New Hypseus and lr-Daphne to add on Retropie-Setup:

                                @dirtbagxon I'll test that out a bit later.
                                No, I do not have that issue with dragon's lair. I have only one folder for it called dle21.daphne

                                If it's for just two games......

                                But I would always use ext filesystems ;)

                                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
                                • DirtBagXonD
                                  DirtBagXon @roslof
                                  last edited by DirtBagXon

                                  @roslof said in New Hypseus and lr-Daphne to add on Retropie-Setup:

                                  @dirtbagxon said in New Hypseus and lr-Daphne to add on Retropie-Setup:

                                  You could also save space by linking them:
                                  ln -s lair dle21

                                  Daphne games can be handled by having one main directory for everything (lair.daphne) and a sole, lonely framefile in dle21.daphne whose first line points to ../lair.daphne

                                  Aha, by editing the frame file! - You could also try that..... But Singe games have more than just video/audio files referenced in the framefile, they have the .singe file which references all the other bits and pieces.

                                  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 0
                                  • DirtBagXonD
                                    DirtBagXon @DirtBagXon
                                    last edited by DirtBagXon

                                    @dirtbagxon said in New Hypseus and lr-Daphne to add on Retropie-Setup:

                                    @roslof said in New Hypseus and lr-Daphne to add on Retropie-Setup:

                                    @dirtbagxon said in New Hypseus and lr-Daphne to add on Retropie-Setup:

                                    You could also save space by linking them:
                                    ln -s lair dle21

                                    Daphne games can be handled by having one main directory for everything (lair.daphne) and a sole, lonely framefile in dle21.daphne whose first line points to ../lair.daphne

                                    Aha, by editing the frame file! - You could also try that..... But Singe games have more than just video/audio files referenced in the framefile, they have the .singe file which references all the other bits and pieces.

                                    Infact, in might only need the peripheral files in the copied directory within singe - Put all files in there to start with, when that works try taking out the large video files etc, and see what it needs.

                                    The errors were only complaining about the peripheral files, I THINK it still read the video/audio from the timegal.daphne directory due to the framefile....

                                    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 0
                                    • DirtBagXonD
                                      DirtBagXon @DirtBagXon
                                      last edited by DirtBagXon

                                      I'm thinking this might work:

                                      roms          (EXT linux filesystem)
                                      |-- daphne
                                      |    |
                                      |    |-- timegal.daphne
                                      |    |    |
                                      |    |    |-- timegal.commands  (Optional)
                                      |    |    |-- timegal.txt
                                      |    |    |-- timegal.m2v
                                      |    |    |-- timegal.ogg
                                      |    |    |-- timegal.singe
                                      |    |    |-- *.*
                                      |    |
                                      |    +-- singe
                                      |         +-- timegal  <<- link (ln -s ../timegal.daphne timegal)
                                      
                                      roms          (FAT32 filesystem)
                                      |-- daphne
                                      |    |
                                      |    |-- timegal.daphne
                                      |    |    |
                                      |    |    |-- timegal.commands  (Optional)
                                      |    |    |-- timegal.txt
                                      |    |    |-- timegal.m2v
                                      |    |    |-- timegal.ogg
                                      |    |    |-- timegal.singe
                                      |    |
                                      |    +-- singe
                                      |         |-- timegal
                                                     |
                                                     |-- *.*  <<- All other files except
                                                                  m2v, ogg, singe and framefile
                                      

                                      Of course in FAT32 scenario you can also have the *.* files in both places for simplicity and archival purposes.

                                       

                                      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

                                      DarksaviorD 1 Reply Last reply Reply Quote 0
                                      • DarksaviorD
                                        Darksavior @DirtBagXon
                                        last edited by Darksavior

                                        @dirtbagxon Still not loading. It's going back to the errors about reading the wav files. I re-transferred those files but didn't change the situation.

                                        2021-03-28 07:38:12.387 INFO  [3948] [printline@95] SINGE: Could not open singe/timegal/ring01.wav: Could not find RIFF or WAVE identifiers (not a Waveform file)
                                        2021-03-28 07:38:12.387 INFO  [3948] [printline@95] SINGE: Could not open singe/timegal/credit.wav: Could not find RIFF or WAVE identifiers (not a Waveform file)
                                        2021-03-28 07:38:12.387 INFO  [3948] [printline@95] SINGE: Could not open singe/timegal/select.wav: Could not find RIFF or WAVE identifiers (not a Waveform file)
                                        2021-03-28 07:38:12.387 INFO  [3948] [printline@95] SINGE: Could not open singe/timegal/ring02.wav: Could not find RIFF or WAVE identifiers (not a Waveform file)
                                        2021-03-28 07:38:12.387 INFO  [3948] [printline@95] SINGE: Could not open singe/timegal/right.wav: Could not find RIFF or WAVE identifiers (not a Waveform file)
                                        2021-03-28 07:38:12.388 INFO  [3948] [printline@95] SINGE: Could not open singe/timegal/wrong.wav: Could not find RIFF or WAVE identifiers (not a Waveform file)
                                        2021-03-28 07:38:12.388 INFO  [3948] [printline@95] SINGE: Could not open singe/timegal/blip.wav: Could not find RIFF or WAVE identifiers (not a Waveform file)
                                        2021-03-28 07:38:12.388 INFO  [3948] [printline@95] SINGE: Could not open singe/timegal/teedo.wav: Could not find RIFF or WAVE identifiers (not a Waveform file)
                                        
                                        
                                        DirtBagXonD 1 Reply Last reply Reply Quote 0
                                        • DirtBagXonD
                                          DirtBagXon @Darksavior
                                          last edited by

                                          @darksavior said in New Hypseus and lr-Daphne to add on Retropie-Setup:

                                          @dirtbagxon Still not loading. It's going back to the errors about reading the wav files. I re-transferred those files but didn't change the situation.

                                          Some thing weird going on there, can you show us how your drive layout looks, maybe via a screenshot on Windows explorer as a remote mount ?

                                          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 0
                                          • DirtBagXonD
                                            DirtBagXon @DirtBagXon
                                            last edited by DirtBagXon

                                            I have just confirmed this works, deleted my symlink, created a directory and copied the below files in there:

                                            pi@retropie:~/RetroPie/roms/daphne/singe/timegal $ ls -al
                                            total 928
                                            drwxr-xr-x 2 pi pi   4096 Mar 28 09:08 .
                                            drwxr-xr-x 3 pi pi   4096 Mar 28 09:07 ..
                                            -rw-r--r-- 1 pi pi    432 Mar 28 09:08 action.png
                                            -rw-r--r-- 1 pi pi    427 Mar 28 09:08 arrowdown.png
                                            -rw-r--r-- 1 pi pi    478 Mar 28 09:08 arrowleft.png
                                            -rw-r--r-- 1 pi pi    450 Mar 28 09:08 arrowright.png
                                            -rw-r--r-- 1 pi pi    436 Mar 28 09:08 arrowup.png
                                            -rw-r--r-- 1 pi pi  56040 Mar 28 09:08 blip.wav
                                            -rw-r--r-- 1 pi pi    454 Mar 28 09:08 button.png
                                            -rw-r--r-- 1 pi pi    338 Mar 28 09:08 credit.png
                                            -rw-r--r-- 1 pi pi 140588 Mar 28 09:08 credit.wav
                                            -rw-r--r-- 1 pi pi    386 Mar 28 09:08 freeplay.png
                                            -rw-r--r-- 1 pi pi    280 Mar 28 09:08 gal.png
                                            -rw-r--r-- 1 pi pi    436 Mar 28 09:08 getready.png
                                            -rw-r--r-- 1 pi pi    435 Mar 28 09:08 insertcoin.png
                                            -rw-r--r-- 1 pi pi    436 Mar 28 09:08 line100.png
                                            -rw-r--r-- 1 pi pi    434 Mar 28 09:08 line101.png
                                            -rw-r--r-- 1 pi pi    468 Mar 28 09:08 line102.png
                                            -rw-r--r-- 1 pi pi    389 Mar 28 09:08 line103.png
                                            -rw-r--r-- 1 pi pi    411 Mar 28 09:08 line104.png
                                            -rw-r--r-- 1 pi pi    484 Mar 28 09:08 line105.png
                                            -rw-r--r-- 1 pi pi    536 Mar 28 09:08 line106.png
                                            -rw-r--r-- 1 pi pi    557 Mar 28 09:08 line107.png
                                            -rw-r--r-- 1 pi pi    351 Mar 28 09:08 line108.png
                                            -rw-r--r-- 1 pi pi    543 Mar 28 09:08 line109.png
                                            -rw-r--r-- 1 pi pi    463 Mar 28 09:08 line110.png
                                            -rw-r--r-- 1 pi pi    467 Mar 28 09:08 line111.png
                                            -rw-r--r-- 1 pi pi    473 Mar 28 09:08 line112.png
                                            -rw-r--r-- 1 pi pi    469 Mar 28 09:08 line113.png
                                            -rw-r--r-- 1 pi pi    389 Mar 28 09:08 line114.png
                                            -rw-r--r-- 1 pi pi    519 Mar 28 09:08 line115.png
                                            -rw-r--r-- 1 pi pi    548 Mar 28 09:08 line116.png
                                            -rw-r--r-- 1 pi pi    316 Mar 28 09:08 line117.png
                                            -rw-r--r-- 1 pi pi    534 Mar 28 09:08 line1.png
                                            -rw-r--r-- 1 pi pi    435 Mar 28 09:08 line2.png
                                            -rw-r--r-- 1 pi pi    423 Mar 28 09:08 line3.png
                                            -rw-r--r-- 1 pi pi    497 Mar 28 09:08 line4.png
                                            -rw-r--r-- 1 pi pi    416 Mar 28 09:08 line5.png
                                            -rw-r--r-- 1 pi pi    511 Mar 28 09:08 line6.png
                                            -rw-r--r-- 1 pi pi    229 Mar 28 09:08 num00.png
                                            -rw-r--r-- 1 pi pi    212 Mar 28 09:08 num01.png
                                            -rw-r--r-- 1 pi pi    227 Mar 28 09:08 num02.png
                                            -rw-r--r-- 1 pi pi    230 Mar 28 09:08 num03.png
                                            -rw-r--r-- 1 pi pi    227 Mar 28 09:08 num04.png
                                            -rw-r--r-- 1 pi pi    228 Mar 28 09:08 num05.png
                                            -rw-r--r-- 1 pi pi    228 Mar 28 09:08 num06.png
                                            -rw-r--r-- 1 pi pi    225 Mar 28 09:08 num07.png
                                            -rw-r--r-- 1 pi pi    234 Mar 28 09:08 num08.png
                                            -rw-r--r-- 1 pi pi    229 Mar 28 09:08 num09.png
                                            -rw-r--r-- 1 pi pi    355 Mar 28 09:08 player1.png
                                            -rw-r--r-- 1 pi pi  19900 Mar 28 09:08 presstart.ttf
                                            -rw-r--r-- 1 pi pi    417 Mar 28 09:08 question.png
                                            -rw-r--r-- 1 pi pi  88188 Mar 28 09:08 right.wav
                                            -rw-r--r-- 1 pi pi  65580 Mar 28 09:08 ring01.wav
                                            -rw-r--r-- 1 pi pi  63916 Mar 28 09:08 ring02.wav
                                            -rw-r--r-- 1 pi pi    383 Mar 28 09:08 selarrow.png
                                            -rw-r--r-- 1 pi pi  28844 Mar 28 09:08 select.wav
                                            -rw-r--r-- 1 pi pi 166780 Mar 28 09:08 teedo.wav
                                            -rw-r--r-- 1 pi pi    224 Mar 28 09:08 timegal.cfg
                                            -rw-r--r-- 1 pi pi    392 Mar 28 09:08 topscore.png
                                            -rw-r--r-- 1 pi pi  89512 Mar 28 09:08 wrong.wav
                                            

                                            Watching it play now on a fresh install on RetroPie 4.7.1-rpi4_400........

                                            This is only duplicating 924K of data

                                             

                                            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 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.