The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: shawnclift on January 20, 2019, 05:29:56 pm

Title: RetroPi -SingleBoot Rom - Daphne / DragonsLair
Post by: shawnclift on January 20, 2019, 05:29:56 pm
So I've been looking around online for help to boot directly into DragonsLair when turning the Raspberry pi on . This is what I've done so far and the errors i get :

command prompt:
sudo nano /opt/retropie/configs/all/autostart.sh

Replaced the code line with-
clear
/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ daphne ~/RetroPie/roms/daphne/roms/lair.zip
emulationstation #auto

And the errors I'm getting are

"Could not open frame file : /home/pi/RetroPie/roms/daphne/roms/lair.zip/lair.txt"

followed by

"could not initialize laserdisc player"

Then it boots me into emulationstation .
But then the weird thing is if I select Dragonslair from the emulation station menu ,It boots just fine and works fully .

Anyhelp here guys would be amazing .
Title: Re: RetroPi -SingleBoot Rom - Daphne / DragonsLair
Post by: ark_ader on January 23, 2019, 05:59:35 pm
I think it could be your frame file.  Edit lair.txt and see if the beginning of the frame file starts with ./

The best and legal way is to buy the DVD of Dragon's lair and install Daphne 1.x on a PC, then copy the respective folder out and then place it in the PI.  I did this but deleted the DAT file for the game to parse again.  It is better to have a single m2v file than a bunch of VOBs.  I would make the folder Read Only to protect the microSD.  You can also convert the M2V (mpeg2) to M1V (mpeg1) to save space and it plays just as good without frame drops.  The ogg file has to remain the same file size.  Do the same for Space Ace et all.  I don't believe the pizero can play Daphne only the B3+.

Here is a video:

https://www.youtube.com/watch?v=WKkkwk74Arc (https://www.youtube.com/watch?v=WKkkwk74Arc)

Hope this helps.  ;)
Title: Re: RetroPi -SingleBoot Rom - Daphne / DragonsLair
Post by: Gilrock on January 23, 2019, 10:12:59 pm
So I've been looking around online for help to boot directly into DragonsLair when turning the Raspberry pi on . This is what I've done so far and the errors i get :

command prompt:
sudo nano /opt/retropie/configs/all/autostart.sh

Replaced the code line with-
clear
/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ daphne ~/RetroPie/roms/daphne/roms/lair.zip
emulationstation #auto

And the errors I'm getting are

"Could not open frame file : /home/pi/RetroPie/roms/daphne/roms/lair.zip/lair.txt"

followed by

"could not initialize laserdisc player"

Then it boots me into emulationstation .
But then the weird thing is if I select Dragonslair from the emulation station menu ,It boots just fine and works fully .

Anyhelp here guys would be amazing .

I have Daphne running on RetroPie but haven't tried to autoboot it.  Just reading your post I'll take a guess.  Your command line ends with "lair.zip" but unless there are multiple ways to run the game I don't know about you don't run with a lair.zip you should have a lair.txt file.  My Dragon's Lair roms folder is under roms/daphne/lair.daphne and has 4 files: lair.dat, lair.m2v, lair.ogg, and lair.txt.  But I did like ark stated I already had the emulator running on a PC so I copied the files over.  I followed some tutorial I found online to get the Daphne emulator installed and working.