(REQUEST) Add Daphne Singe emulator?
-
@adambegood said in [(REQUEST) Add Daphne Singe emulator?]
Sorry for not being able to run with this successfully.
Edit: Okay, I've worked out that I need to amend the run.sh now.
I've amended the fullscreen section to reflect the above. https://pastebin.com/ejxNNCnN
Is there another further I need to do?
There are a couple of mechanisms to getting singe to display in fullscreen.
- A static fullscreen resolution can be set manually. See Note: 3 below.
- Or an auto-scaling fullscreen can be achieved by altering run.sh as detailed in the github F.A.Q.:
1. You should have one or other of the FULLSCREEN= lines in run.sh.
So the section should read either:
if [ "$1" = "-fullscreen" ]; then FULLSCREEN="-fullscreen" shift fi
OR
if [ "$1" = "-fullscreen" ]; then FULLSCREEN="-fullscreen_window" shift fi
2. However, this is only used when the run.sh script is given the -fullscreen argument:
./run.sh -fullscreen <game>
So using SaturnX's setup. this is done within the Timegal.sh file indicated in this line of his setup:
Create a file called +Start Timegal.sh in /home/pi/RetroPie/roms/daphne/
Within that file, SaturnX states you need to add:
cd /opt/retropie/emulators/singe ./run.sh timegal
You will need to change this to:
cd /opt/retropie/emulators/singe ./run.sh -fullscreen timegal
Note 1: The -fullscreen argument is within two scripts, run.sh and Timegal.sh, they are separate and related but different.
-fullscreen_window is an SDL command used only in run.sh (if you change it) to overcome a SDL limitation in the Pi displaying fullscreen. (See below)
Note 2: Until you have tried the changes in Timegal.sh you won't know if you need to alter run.sh to -fullscreen_window - as the F.A.Q. states:
Fullscreen './run.sh -fullscreen <game>' does not work, but produces no error.
Note 3: An alternate solution that can be used, is to alter the -x and -y values in run.sh to your current screen resolution. This change is not auto-sensing and will require a manual change if the screen resolution is ever changed.
.. -volume_vldp 30 \ -x 1920 \ -y 1080
-
@dirtbagxon great idea, I’ll update the guide. And no issues at all with linking to guide, the more awareness the better!
-
@dirtbagxon All good, thank you very very much! The games are hard as nails though!
-
Thank you for stirring the fire back up. I wasn't sure if anyone would go through the steps of making a guide I am going to test this out .
-
I get a weird folder for the Symlink of .daphne/singe:
The Symlink for .daphne/pics is fine:
If I try to open the .daphne/singe/singe folder I get this error:
The Symlinks for pics and sound go to their respective Symlink folders.
-
In my instructions,
/home/pi/.daphne/singe
should symlink to/home/pi/RetroPie/roms/daphne/singe
Did you create the new
singe
directory under your Daphne roms folder before creating the symlink?You’ll need to remove the symlink you created and recreate. Did you use the commands in my post?
Let me know!
-
I typed it how you had it:
sudo ln -s /home/pi/retropie/roms/daphne/singe /home/pi/.daphne/singeThen I realized it should have been:
sudo ln -s /home/pi/RetroPie/roms/daphne/singe /home/pi/.daphne/singeCase sensitive Linux.
-
The other thing I am confused about are these:
/home/pi/retropie/roms/daphne/singe/timegal/timegal.singe
/home/pi/retropie/roms/daphne/singe/timegal/timegal.txtAre you guys using the files from https://kangaroopunch.com/?page=Software/3000-2006-singe.xjs or something else?
This is what I have at the moment. -
-
I can not seem to get it working after the fix. I am doing something wrong.
-
@gamesman said in (REQUEST) Add Daphne Singe emulator?:
The other thing I am confused about are these:
/home/pi/retropie/roms/daphne/singe/timegal/timegal.singe
/home/pi/retropie/roms/daphne/singe/timegal/timegal.txtAre you guys using the files from https://kangaroopunch.com/?page=Software/3000-2006-singe.xjs or something else?
This is what I have at the moment.The files linked on kangaroopunch, actually on archive.org, are for SInge V2 with updated and different video, overlays and singe files that won't work on V1.
The original TimeGal (for Singe V1) directory should have something like the following (Not certain of the legal situation on posting links to game data as these games are now on archive.org):
-rw-r--r-- 1 pi pi 432 Oct 3 2010 action.png -rw-r--r-- 1 pi pi 427 Oct 3 2010 arrowdown.png -rw-r--r-- 1 pi pi 478 Oct 3 2010 arrowleft.png -rw-r--r-- 1 pi pi 450 Oct 3 2010 arrowright.png -rw-r--r-- 1 pi pi 436 Oct 3 2010 arrowup.png -rw-r--r-- 1 pi pi 56040 Sep 26 2010 blip.wav -rw-r--r-- 1 pi pi 454 Oct 3 2010 button.png -rw-r--r-- 1 pi pi 338 Oct 6 2010 credit.png -rw-r--r-- 1 pi pi 140588 Oct 5 2010 credit.wav -rw-r--r-- 1 pi pi 386 Oct 6 2010 freeplay.png -rw-r--r-- 1 pi pi 280 Oct 6 2010 gal.png -rw-r--r-- 1 pi pi 436 Oct 6 2010 getready.png -rw-r--r-- 1 pi pi 435 Oct 6 2010 insertcoin.png -rw-r--r-- 1 pi pi 18332 Sep 22 2001 LICENSE.TXT -rw-r--r-- 1 pi pi 436 Nov 17 2010 line100.png -rw-r--r-- 1 pi pi 434 Nov 17 2010 line101.png -rw-r--r-- 1 pi pi 468 Nov 17 2010 line102.png -rw-r--r-- 1 pi pi 389 Nov 17 2010 line103.png -rw-r--r-- 1 pi pi 411 Nov 17 2010 line104.png -rw-r--r-- 1 pi pi 484 Nov 17 2010 line105.png -rw-r--r-- 1 pi pi 536 Nov 17 2010 line106.png -rw-r--r-- 1 pi pi 557 Nov 17 2010 line107.png -rw-r--r-- 1 pi pi 351 Nov 17 2010 line108.png -rw-r--r-- 1 pi pi 543 Nov 17 2010 line109.png -rw-r--r-- 1 pi pi 463 Nov 17 2010 line110.png -rw-r--r-- 1 pi pi 467 Nov 17 2010 line111.png -rw-r--r-- 1 pi pi 473 Nov 17 2010 line112.png -rw-r--r-- 1 pi pi 469 Nov 17 2010 line113.png -rw-r--r-- 1 pi pi 389 Nov 17 2010 line114.png -rw-r--r-- 1 pi pi 519 Nov 17 2010 line115.png -rw-r--r-- 1 pi pi 548 Nov 17 2010 line116.png -rw-r--r-- 1 pi pi 316 Nov 17 2010 line117.png -rw-r--r-- 1 pi pi 534 Oct 6 2010 line1.png -rw-r--r-- 1 pi pi 435 Oct 6 2010 line2.png -rw-r--r-- 1 pi pi 423 Oct 6 2010 line3.png -rw-r--r-- 1 pi pi 497 Oct 6 2010 line4.png -rw-r--r-- 1 pi pi 416 Oct 6 2010 line5.png -rw-r--r-- 1 pi pi 511 Nov 10 2010 line6.png -rw-r--r-- 1 pi pi 229 Oct 6 2010 num00.png -rw-r--r-- 1 pi pi 212 Oct 6 2010 num01.png -rw-r--r-- 1 pi pi 227 Oct 6 2010 num02.png -rw-r--r-- 1 pi pi 230 Oct 6 2010 num03.png -rw-r--r-- 1 pi pi 227 Oct 6 2010 num04.png -rw-r--r-- 1 pi pi 228 Oct 6 2010 num05.png -rw-r--r-- 1 pi pi 228 Oct 6 2010 num06.png -rw-r--r-- 1 pi pi 225 Oct 6 2010 num07.png -rw-r--r-- 1 pi pi 234 Oct 6 2010 num08.png -rw-r--r-- 1 pi pi 229 Oct 6 2010 num09.png -rw-r--r-- 1 pi pi 355 Oct 6 2010 player1.png -rw-r--r-- 1 pi pi 19900 Nov 16 2001 presstart.ttf -rw-r--r-- 1 pi pi 417 Dec 31 2010 question.png -rw-r--r-- 1 pi pi 88188 Sep 1 2010 right.wav -rw-r--r-- 1 pi pi 65580 Sep 26 2010 ring01.wav -rw-r--r-- 1 pi pi 63916 Sep 26 2010 ring02.wav -rw-r--r-- 1 pi pi 383 Oct 3 2010 selarrow.png -rw-r--r-- 1 pi pi 28844 Oct 1 2010 select.wav -rw-r--r-- 1 pi pi 166780 Sep 26 2010 teedo.wav -rw-r--r-- 1 pi pi 220 Nov 1 00:50 timegal.cfg -rw-r--r-- 1 pi pi 2019095151 Dec 21 2010 timegal.m2v -rw-r--r-- 1 pi pi 38863289 Dec 21 2010 timegal.ogg -rw-r--r-- 1 pi pi 186513 Oct 29 12:02 timegal.singe -rw-r--r-- 1 pi pi 18 Dec 9 2010 timegal.txt -rw-r--r-- 1 pi pi 392 Oct 6 2010 topscore.png -rw-r--r-- 1 pi pi 89512 Sep 26 2010 wrong.wav
-
Yep - my file structure looks just like the one @DirtBagXon has listed above and works great.
-
@dirtbagxon
I have those files now in the timegal folder. On my RP4 when I goto cd /opt/retropie/emulators/singe and run ./run.sh, the only game available is singe.
This is the directory. I did everything SaturnX had in his guide. Am I missing something?? -
So your
/opt/retropie/emulators/singe
directory looks good (this is where the emulator is compiled)Are you TimeGal files in the following location?
/home/pi/RetroPie/roms/daphne/singe/timegal
?and for example, you have the following files:
/home/pi/RetroPie/roms/daphne/singe/timegal/timegal.singe
and;
/home/pi/RetroPie/roms/daphne/singe/timegal/timegal.txt
Please do the following - ssh/quit to to terminal and:
cd /home/pi/.daphne ls -al
And provide the output here. Since you say when you execute
./run.sh
from/opt/retropie/emulators/singe
you're not seeing timegal, that means that your symlinks are not correct for the rom/game file location. By defaut, the singe emulator will look for games in the following location/home/pi/.daphne/singe/[game]
and the purpose of the symlink is to move where it looks into the standard roms directory as a sub directory of Daphne. -
@saturnx
TimeGal files are in the right folder:
This is what I get with ls -al. -
@gamesman Yeah, I can see the problem, the symlinks are not set up correctly.
The only symlink that's correctly setup is the one from
singeinput.ini
you can see that in your screenshot:singeinput.ini -> /opt/retropie/configs/daphne/singeinput.ini
However,
pics
,sound
, andsinge
are not linked.Can you tell me if the
pics
,sound
, andsinge
directories are empty? If they are, you should do the following:NOTE: The instructions below include removing files/directories, make sure you're in the right location when issuing commands
- Remove the directories
cd /home/pi/.daphne rmdir pics rmdir sound rmdir singe
- Then create the proper symlinks:
sudo ln -s /opt/retropie/emulators/singe/pics /home/pi/.daphne/pics sudo ln -s /opt/retropie/emulators/singe/sound /home/pi/.daphne/sound sudo ln -s /home/pi/RetroPie/roms/daphne/singe /home/pi/.daphne/singe
If the directories are not empty, then you likely copied, instead of symlinked the directories from
/opt/retropie/emulators/
If this is the case, then I'd recommend the following:
-
Make sure
/opt/retropie/emulators/singe/pics
and/opt/retropie/emulators/singe/sound
have the expected files in them -
Remove the existing folders and contents
cd /home/pi/.daphne rm -r pics rm -r sound rm -r singe
- Create symlinks:
sudo ln -s /opt/retropie/emulators/singe/pics /home/pi/.daphne/pics sudo ln -s /opt/retropie/emulators/singe/sound /home/pi/.daphne/sound sudo ln -s /home/pi/RetroPie/roms/daphne/singe /home/pi/.daphne/singe
Let me know how it plays out. In the end what you should see if everything is setup properly when running
ls -al
in/home/pi/.daphne/
is the following: (view of my system)drwxr-xr-x 4 pi pi 4096 Feb 25 11:34 . drwxr-xr-x 10 pi pi 4096 Feb 26 16:14 .. -rw-r--r-- 1 pi pi 4073 Feb 25 11:44 daphne_log.txt drwxr-xr-x 2 pi pi 4096 Feb 8 21:04 games lrwxrwxrwx 1 pi pi 35 Feb 8 21:02 pics -> /opt/retropie/emulators/singe/pics/ drwxr-xr-x 2 pi pi 4096 Feb 8 21:04 screenshots lrwxrwxrwx 1 pi pi 36 Feb 8 21:03 singe -> /home/pi/RetroPie/roms/daphne/singe/ lrwxrwxrwx 1 pi pi 43 Feb 8 21:06 singeinput.ini -> /opt/retropie/configs/daphne/singeinput.ini lrwxrwxrwx 1 pi pi 36 Feb 8 21:02 sound -> /opt/retropie/emulators/singe/sound/
Good luck!
-
That worked. I had to do the second choice. I believe what happened is when I followed this from the beginning and installed Singe, I copied the sound, pics, and singe folders like it originally said. When you put up your guide and I went through it, it was trying to install over the original installation folders. After removing the existing folders and creating the symlinks it worked. Thank you for the help.
-
@adambegood said in (REQUEST) Add Daphne Singe emulator?:
Further Edit: I manually amended the X and Y values in the run.sh
What did you amend the X and Y values too in order for them to work? I have the same screen issue you did.
-
@gamesman said in (REQUEST) Add Daphne Singe emulator?:
@adambegood said in (REQUEST) Add Daphne Singe emulator?:
Further Edit: I manually amended the X and Y values in the run.sh
What did you amend the X and Y values too in order for them to work? I have the same screen issue you did.
You would need to alter the X and Y values in
run.sh
to the resolution of your screen.However there may be an alternate auto-scaling change you can make, using
-fullscreen_window
as detailed here:https://retropie.org.uk/forum/post/252983
-
@gamesman said in (REQUEST) Add Daphne Singe emulator?:
@adambegood said in (REQUEST) Add Daphne Singe emulator?:
Further Edit: I manually amended the X and Y values in the run.sh
What did you amend the X and Y values too in order for them to work? I have the same screen issue you did.
1920 and 1080 for my screen. :)
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.