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

    Does Daphne run enhanced versions?

    Scheduled Pinned Locked Moved Help and Support
    daphnedragons lairspace ace
    7 Posts 2 Posters 1.1k 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.
    • S
      SuperFella
      last edited by

      I was very delighted to finally get Daphne working and running Dragon's Lair and Space Ace on my Retropie (RPi 3b) today (although the absence of the score display is a shame).

      But I see that Daphne also supports the Enhanced versions of both games by the Dragon's Lair project:

      http://www.dragons-lair-project.com/tech/enhancements/dle21.asp

      I grabbed the ROMs and popped them into my Retropie Daphne folder but they didn't show up in the ES menu. Does anyone know if they're supported, and if so how you get them to work?

      1 Reply Last reply Reply Quote 0
      • ClydeC
        Clyde
        last edited by

        DLE21 should work with RetroPie's Daphne, it certainly did on my system.

        Did you follow the instructions in the Docs? One common mistake is to put the game as a zip file in the daphne directory, but you have to extract its contents and put them in a file structure as laid out in the Docs.

        If that doesn't fix your problem, please give us the information that's asked for in https://retropie.org.uk/forum/topic/3/read-this-first.

        S 1 Reply Last reply Reply Quote 0
        • S
          SuperFella @Clyde
          last edited by

          @clyde I did what it says in the docs. The zipped ROM file (dle21.zip) is in /home/pi/RetroPie/roms/daphne/roms and the folder containing the video files etc is called dle21.daphne and contains dle21.txt, lair.m2v, lair.ogg and lair.dat.

          I also have this in /home/pi/RetroPie/roms/daphne/gamelist.xml:

          	<game>
          		<path>/home/pi/RetroPie/roms/daphne/dle21.daphne</path>
          		<name>Dragon's Lair</name>
          		<image>./media/images/lair.png</image>
          		<video>./media/videos/lair.mp4</video>
          		<rating>0.8</rating>
          		<releasedate>19830601T000000</releasedate>
          		<developer>Sullivan Bluth Interactive</developer>
          		<publisher>Cinematronics</publisher>
          	</game>
          
          S 1 Reply Last reply Reply Quote 0
          • S
            SuperFella @SuperFella
            last edited by SuperFella

            @superfella [nevermind, was a bizarre Pi crash, sorted now]

            S 1 Reply Last reply Reply Quote 0
            • S
              SuperFella @SuperFella
              last edited by

              One other Q - is it possible to have both normal Dragon's Lair and the Enhanced version playable at once without duplicating the giant .M2V file? Is there some way of making a shortcut to it from the other folder?

              1 Reply Last reply Reply Quote 0
              • ClydeC
                Clyde
                last edited by

                The part from the gamelist seems to be okay, could you show us the whole file, please?

                As for the m2v, you could link it from one directory to the other, but actually, there is an easier way. Just put the path to the one existing file in both txt files. So, if lair.m2v resides in lair.daphne, the txt files should contain this:

                lair.txt

                .
                
                151     lair.m2v
                

                dle21.txt

                ../lair.daphne/
                
                151     lair.m2v
                

                Mind the different first line of the files. It tells Daphne where to find the file listed below, where . means in the current directory, and ../lair.daphne/ means one dir up, in lair.daphne.

                If that doesn't work, you could hard link the files in RetroPie's command console (everything behind # is a comment):

                # change to the daphne directory
                cd /home/pi/RetroPie/roms/daphne
                # create a hard link to lair.m2v
                ln lair.daphne/lair.m2v dle21.daphne/dle21.m2v
                

                Mind that in this case the dle21.txt has to contain this:

                .
                
                151     dle21.m2v
                
                S 1 Reply Last reply Reply Quote 1
                • S
                  SuperFella @Clyde
                  last edited by

                  @clyde said in Does Daphne run enhanced versions?:

                  ../lair.daphne/

                  Worked perfectly, many thanks :)

                  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.