Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Dragon's Lair > MAME / Daphne

    Emulateurs Arcade/PC/Console
    dragons lair mame daphne
    4
    29
    7636
    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.
    • Saween
      Saween @Cap last edited by

      @Cap What's the command to delete -noserversend ?

      1 Reply Last reply Reply Quote 0
      • Cap
        Cap @sroach last edited by

        @sroach I did a few checks with the roms I'm using. This is the list of roms that don't work with the -noserversend argument:

        cliff
        gpworld
        tq
        esh
        lair2
        roadblaster

        These roms work fine with the -noserversend argument:

        uvt
        lair
        bega
        cobraconv
        galaxy
        astron
        badlands
        interstellar
        mach3
        sdq
        sae

        I'm not even sure if it makes any difference whether to include -noserversend or not for hypseus on Pi. Anyway, it's working now so I'm happy. 😊 The only issue left is that sometimes the sound is out of sync with the video. Noticeable in Space Ace for example, in some scenes the sound is ahead a second or so. Not a deal breaker, though, as the button timing is correct and in sync with the video, so the games are playable.

        sroach 1 Reply Last reply Reply Quote 0
        • Cap
          Cap @Saween last edited by

          @Saween There is actually no command to delete -noserversend. Instead, you can pass command line arguments to the launcher by creating an additional file in your game folder. E.g. for lair2, that would be

          ./roms/daphne/lair2.daphne/lair2.commands

          If you have no such file, then you also don't have the -noserversend argument.

          I think that you use a wrong folder name (you wrote you have your files in DL2.daphne). So the launcher will try to find a rom called "DL2", which does not exist. Be sure that the name of this folder reads "lair2.daphne". Also be sure that your rom file sits in the correct place. Its expected to be in

          ./roms/daphne/roms/lair2.zip

          1 Reply Last reply Reply Quote 0
          • Saween
            Saween last edited by Saween

            Everythings is ok.

            I have in daphne\ :

            • \lair2.daphne
              lair2.commands
              lair2.txt
              lair2.m2v
              lair2.ogg
              lair2.dat
            • \roms
              lair2.zip

            In my lair2.commands, there are just X & Y..

            I don't know what can I do πŸ˜•

            Cap 1 Reply Last reply Reply Quote 0
            • Cap
              Cap @Saween last edited by

              @Saween Hmm weird. You could still try to delete lair2.commands just to rule out errors. Also, verify your rom with the MD5 sum from above.

              I had one more issue where Daphne games won't start at all. After connecting a new controller for the first time, I did not configure it. It was plugged in via USB, detected automatically and everything just worked, so I thought I was fine. But daphne/hypseus did not start because the Hotkey button was not mapped. After running the Controller Configuration and mapping the Hotkey button, it actually worked.

              1 Reply Last reply Reply Quote 0
              • Saween
                Saween last edited by

                I removed lair2.commands and I still have the same issue.
                I tried every roms:

                md5sum dl2_211.zip

                5a04b043f86fbc20e935a05c5f4465b6 dl2_211.zip

                md5sum dl2_300.zip

                7c8c27d1a6fbde8989ed6a164c7347a1 dl2_300.zip

                md5sum dl2_314.zip

                28efd77a25433b584efa7519b4d6634b dl2_314.zip

                md5sum dl2_315.zip

                fbd2ced500e578e7a65930a01d1ab70f dl2_315.zip

                md5sum dl2_316_euro.zip

                5b6fa03f5ceb01f07fe8f474cd090821 dl2_316_euro.zip

                md5sum dl2_319_euro.zip

                0006baaa494dc596f6ec00a86bc72ef8 dl2_319_euro.zip

                md5sum lair2.zip

                0006baaa494dc596f6ec00a86bc72ef8 lair2.zip

                But I don't have the same MD5..

                Maybe you can share your ".commands" & your rom to test if it's works with my setup ?

                Cap 1 Reply Last reply Reply Quote 0
                • Cap
                  Cap @Saween last edited by

                  @Saween Ah yeah, I think there might be an issue with your rom. The only one that is used is lair2.zip (unless you rename your game folder) and for me its MD5 is 0c2736f0e6a024ad111fe6c5150f38a4. Actually, more important is what's inside the zip, which should be this one file:

                  dl2_319.bin 6d762087a3d6b2cb098a46d53e2f4995

                  I don't think this forum is intended to share roms, but if you google for "dragons lair 2 rom files" you should be fine (first hit should give you one with matching MD5). πŸ˜‰

                  My lair2.commands for reference:

                  -nocrc -noissues -nolog -prefer_samples

                  Note that especially the first three arguments are not helpful for finding errors. πŸ˜›

                  Saween 1 Reply Last reply Reply Quote 0
                  • Saween
                    Saween last edited by Saween

                    Indeed I renamed the last because i tried to use it.

                    Okey I will create a new lair2.commands with the same parameters than yours. And try to found the same rom than yours.

                    1 Reply Last reply Reply Quote 0
                    • sroach
                      sroach @Cap last edited by

                      @Cap what do you use or how do you check if the -noserversend command is being past to kick off the game?

                      Interesting that lair works and lair 2 doesn't.

                      I'll check Space Ace, but I don't remember any of my sound being off

                      Cap 1 Reply Last reply Reply Quote 0
                      • Cap
                        Cap @sroach last edited by

                        @sroach The -noserversend argument is only used if it's included in your game's custom commands file. So I just removed it from those that don't start otherwise. E.g. for lair2, with my current commands file from above, the launcher invokes

                        # ps aux | grep hypseus
                        root 1186 11.8 1.7 65544 27196 ? Sl 15:23 0:02 /usr/bin/hypseus lair2 vldp -framefile /recalbox/share/roms/daphne/lair2.daphne/lair2.txt -fullscreen -useoverlaysb 2 -datadir /usr/share/daphne -homedir /recalbox/share/roms/daphne -nocrc -noissues -nolog -prefer_samples

                        The sound issue in Space Ace is very prominent in the scene where you fly with your ship for the first time, when Kimberly shouts "Get me out of here!!!". The video is clearly way too late. It seems to get worse the longer a scene goes on. Sometimes the sound also stops before the scene is actually over.

                        I also noted this with Dragon's Lair 1 and the dle21 rom. When Dirk breaks through the drawbridge in the very beginning, you can hear the sound before you actually see him breaking through.

                        1 Reply Last reply Reply Quote 0
                        • Saween
                          Saween @Cap last edited by

                          @Cap said in Dragon's Lair > MAME / Daphne:

                          dragons lair 2 rom files

                          When I write "dragons lair 2 rom files", I have the remastered version and I don't know if it's possible to put it in Recalbox..

                          1 Reply Last reply Reply Quote 0
                          • Saween
                            Saween last edited by

                            It's fine, I found another way to play to DL2. Thank you πŸ™‚

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Want to support us ?

                            98
                            Online

                            99.7k
                            Users

                            28.1k
                            Topics

                            187.1k
                            Posts

                            Copyright Β© 2021 recalbox.com