Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted
Could someone please post their daphne settings I just figured out daph and it seems like the hardest emu to setup in gameex...

Thanks,

Hi. Its not too difficuct to set up daphne in Gameex if you already know how to run daphne. The most important thing I can think of is to not overlook the daphne button in the config as this is what I did when I first tried to set it up (I tried to set it up as an emulator and couldn't get it to work) Daphne has its own special settings in the config, kind of like mame does. Here is my config, hope it helps.

jaythom

[Daphne]

#

# (http://www.daphne-emu.com/)

# Daphne is a an arcade Laserdisc emulator, that allows playing of

# games such as Dragon's Lair and Space Ace.

# The following options enable GameEx to act as a Daphne front end

# and presents a list of Daphne games that can be selected from the Start

# Page. DaphnePath, and DapnheSnaps should contain the full path to where

# the Daphne ExE is located (path only), and the path to snaps to use.

# Daphne EXE is the daphne executable file (without the path).

# DaphneSnap is the location of Snap Images

# DapnheOptions are the global command line options applicable to all games.

# Set UseDapnhe to true to enable Daphne support in GameEx

UseDaphne=True

DaphnePath=C:\Daphne

DaphneExe=Daphne.exe

DaphneSnap=C:\Daphne\images

DaphneOptions=vldp -fullscreen -x 640 -y 480 -nohwaccel

# Set up the following options for each Daphne Game. Suffix the end of the

# option with an underscore and a number between one and 30. With Each

# game having a seperate number.

# ROMName is the ROM filename

# GameName is the friendly name shown in the GameEx list

# GameOptions are the specific command line options for each game

# Enabled is true or false and whether the game will appear in the list.

#

Enabled_1 =True

ROMName_1 =lair

GameName_1 =Dragon's Lair

GameOptions_1 =-framefile c:\daphne\framefile\dl_framefile.txt

Enabled_2=True

ROMName_2 =sae

GameName_2 =Space Ace

GameOptions_2 =-framefile c:\daphne\framefile\spaceace_framefile.txt

Enabled_3=True

ROMName_3 =astron

GameName_3 =Astron Belt

GameOptions_3 =-framefile c:\daphne\framefile\abelt.txt

Enabled_4=True

ROMName_4 =cliff

GameName_4 =Cliff Hanger

GameOptions_4 =-framefile c:\daphne\framefile\cliff_framefile.txt

Enabled_5=True

ROMName_5 =cobraab

GameName_5 =Cobra Command

GameOptions_5 =-framefile c:\daphne\framefile\cc.txt

Enabled_6=True

ROMName_6=lair2

GameName_6=Dragon's Lair II

GameOptions_6=-framefile c:\daphne\framefile\dlair2.txt

Enabled_7=True

ROMName_7=galaxy

GameName_7=Galaxy Ranger

GameOptions_7=-framefile c:\daphne\framefile\galaxy_framefile.txt

Enabled_8=True

ROMName_8=esh

GameName_8=Esh's Aurunmilla

GameOptions_8=-framefile c:\daphne\framefile\eshframe.txt

Enabled_9=True

ROMName_9=interstellar

GameName_9=Interstellar

GameOptions_9=-framefile c:\daphne\framefile\interstellar.txt

Enabled_10=True

ROMName_10=mach3

GameName_10=Mach 3

GameOptions_10=-framefile c:\daphne\framefile\mach3.txt

Enabled_11=True

ROMName_11=dle21

GameName_11=Dragons Lair Enhanced

GameOptions_11=-framefile c:\daphne\framefile\dl_framefile.txt

Enabled_12=False

ROMName_12=cobraab

GameName_12=Cobra Command

GameOptions_12=-framefile c:\daphne\framefile\cc.txt

GameName_23=

Enabled_13=False

ROMName_13=

GameName_13=

GameOptions_13=

Enabled_14=False

ROMName_14=

GameName_14=

GameOptions_14=

Enabled_15=False

ROMName_15=

GameName_15=

GameOptions_15=

Enabled_16=False

ROMName_16=

GameName_16=

GameOptions_16=

Enabled_17=False

ROMName_17=

GameName_17=

GameOptions_17=

Enabled_18=False

ROMName_18=

GameName_18=

GameOptions_18=

Enabled_19=False

ROMName_19=

GameName_19=

GameOptions_19=

Enabled_20=False

ROMName_20=

GameName_20=

GameOptions_20=

Enabled_21=False

ROMName_21=

GameName_21=

GameOptions_21=

Enabled_22=False

ROMName_22=

GameName_22=

GameOptions_22=

Enabled_23=False

ROMName_23=

GameOptions_23=

DaphneFlyer=K:\Daphne\flyers

DaphneCabinet=K:\Daphne\cabinets

DaphneTitle=K:\Daphne\titles

DaphneMarquee=K:\Daphne\marquees

DaphnePanel=K:\Daphne\panels

UseGamepad=False

  • 2 months later...
Posted
Hi. Its not too difficuct to set up daphne in Gameex if you already know how to run daphne. The most important thing I can think of is to not overlook the daphne button in the config as this is what I did when I first tried to set it up (I tried to set it up as an emulator and couldn't get it to work) Daphne has its own special settings in the config, kind of like mame does. Here is my config, hope it helps.

jaythom

[Daphne]

Enabled_1 =True

ROMName_1 =lair

GameName_1 =Dragon's Lair

GameOptions_1 =-framefile c:\daphne\framefile\dl_framefile.txt

Hi,

I've been struggling with Daphne for quite a while now, and this post really helped. The only thing I had to change (apart from the directories, obviously) was to put the path to the framefile in quotes, eg:

GameOptions_1 =-framefile "c:\daphne\framefile\dl_framefile.txt"

Dragon's Lair and Space Ace now run in GameEx perfectly: after all that, I didn't need to rip them from my 20th Anniversary DVD again at all: I just needed to read the command line to get the correct commands.

D'oh!

Johnny

Posted
Hi,

I've been struggling with Daphne for quite a while now, and this post really helped. The only thing I had to change (apart from the directories, obviously) was to put the path to the framefile in quotes, eg:

GameOptions_1 =-framefile "c:\daphne\framefile\dl_framefile.txt"

Dragon's Lair and Space Ace now run in GameEx perfectly: after all that, I didn't need to rip them from my 20th Anniversary DVD again at all: I just needed to read the command line to get the correct commands.

D'oh!

Johnny

I'm glad it helped. Yes you will have to specify the correct framefile name in your setup but everything else is pretty straight forward.

Jay T

Guest
This topic is now closed to further replies.
×
×
  • Create New...