Difference between revisions of "Daphne"

From BYOAC OLD Wiki
Jump to navigation Jump to search
(How do I set it up?)
(How do I set it up?)
Line 20: Line 20:
  
 
==How do I set it up?==
 
==How do I set it up?==
Laserdisc games consisted of a traditional arcade pcb, and a laser disc player.  The pcb worked much like a traditional video game, but the graphics were stored on the laser disc player, and the pcb would change to the appropriate scene based on the user's input. While an actual laserdisc player can be used, it is not reccomended as shown [here http://166.70.135.167/faq.php#28]
+
Laserdisc games consisted of a traditional arcade pcb, and a laser disc player.  The pcb worked much like a traditional video game, but the graphics were stored on the laser disc player, and the pcb would change to the appropriate scene based on the user's input. It is important to understand this relationship to setup daphne properly.   
It is important to understand this relationship to setup daphne properly.   
 
  
 
Once you have installed the emulator, you need three things for every game you wish to run:
 
Once you have installed the emulator, you need three things for every game you wish to run:
Line 31: Line 30:
 
'''Roms:''' Rom's in this one case aren't a taboo and are freely available at [http://www.d-l-p.com The Dragon's Lair Project]. These are placed in the "roms" folder for daphne.   
 
'''Roms:''' Rom's in this one case aren't a taboo and are freely available at [http://www.d-l-p.com The Dragon's Lair Project]. These are placed in the "roms" folder for daphne.   
  
'''Video:''' Video footage, however is copyrighted, as it is the bulk of the laserdisc game.  You have a few (legal) options to obtain it. Firstly [http://www.digitalleisure.com Digital Leisure] has dvd versions of some of the more popular games available. Also you can obtain an original laser disc and rip the footage onto the pc via a laser disc player and a video capture card.  In any case once you get a video source you have to rip it in a very special way.  Details on how to do this are found at the [http://www.daphne-emu.com/ Daphne homepage].   
+
'''Video:''' Please note that an actual laserdisc player can be used instead of video footage, but it is not reccomended as shown [http://166.70.135.167/faq.php#28 here.]  Video footage, however is copyrighted, as it is the bulk of the laserdisc game.  You have a few (legal) options to obtain it. Firstly [http://www.digitalleisure.com Digital Leisure] has dvd versions of some of the more popular games available. Also you can obtain an original laser disc and rip the footage onto the pc via a laser disc player and a video capture card.  In any case once you get a video source you have to rip it in a very special way.  Details on how to do this are found at the [http://www.daphne-emu.com/ Daphne homepage].   
  
 
'''Framefile:''' Once the video is ripped properly you will have to make a framefile.  The framefile, is simply a text file that tells daphne where the useable portion of the video file is stored.  Making the file can be rather complicated but luckily details on how to do so are also available at the [http://www.daphne-emu.com/ Daphne homepage].
 
'''Framefile:''' Once the video is ripped properly you will have to make a framefile.  The framefile, is simply a text file that tells daphne where the useable portion of the video file is stored.  Making the file can be rather complicated but luckily details on how to do so are also available at the [http://www.daphne-emu.com/ Daphne homepage].

Revision as of 01:11, 21 May 2006



Dragon Lair Screenshot
Space Ace Screenshot


What is Daphne?

DAPHNE is a Free laserdisc game emulator that allows one to play real laserdisc arcade games such as Dragon's Lair and Space Ace on one's PC.


How do I set it up?

Laserdisc games consisted of a traditional arcade pcb, and a laser disc player. The pcb worked much like a traditional video game, but the graphics were stored on the laser disc player, and the pcb would change to the appropriate scene based on the user's input. It is important to understand this relationship to setup daphne properly.

Once you have installed the emulator, you need three things for every game you wish to run:

  • A rom image.
  • Video Footage.
  • A framefile.


Roms: Rom's in this one case aren't a taboo and are freely available at The Dragon's Lair Project. These are placed in the "roms" folder for daphne.

Video: Please note that an actual laserdisc player can be used instead of video footage, but it is not reccomended as shown here. Video footage, however is copyrighted, as it is the bulk of the laserdisc game. You have a few (legal) options to obtain it. Firstly Digital Leisure has dvd versions of some of the more popular games available. Also you can obtain an original laser disc and rip the footage onto the pc via a laser disc player and a video capture card. In any case once you get a video source you have to rip it in a very special way. Details on how to do this are found at the Daphne homepage.

Framefile: Once the video is ripped properly you will have to make a framefile. The framefile, is simply a text file that tells daphne where the useable portion of the video file is stored. Making the file can be rather complicated but luckily details on how to do so are also available at the Daphne homepage.

Install: Once you have all three items you need to discover the command line to launch them. The easiest way to do this is to configure a single game in the included daphne loader.

Most options are your preference, but the important one is to set the laserdisc player type to "Virtual LDP" and to point to the framefile for that game. Note that to make things easier, keep all of your framefiles in a single folder and name the framefiles after the rom for said game. More on that in a minute. Anyway, once you have everything to your liking check the "display command line before launching" option in the advanced tab. Now run the game and you'll see the exact command line used to launch the game with those options in daphne. Copy the text and set it aside.

Make sure the game launched properly and if so let's look at the text which we will be using:

    daphne.exe romname vldp -framefile "framefilepath\romname.txt" -fullscreen 

Notice the pattern, and notice why we wanted to keep the framefiles named after the rom. Any front end that supports sending a custom command line and injecting the romname into the command line should support daphne natively. If not, then the command line could be sent via a wrapper.

See Also: