Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: snupello on October 28, 2020, 02:14:58 AM

Title: Singe 2 command string
Post by: snupello on October 28, 2020, 02:14:58 AM
Ciao.
I use a specific command line to run the game and it's ok, but if i want configured the generic command line for run each game in the list in AM which command i must use ??
Tks a lot

http://www.emuline.org/topic/2134-singe-2-new-laserdisc-engine-games/


Specifi String for one game is :
Start Singe -k -w -z -v Hologram_Time_Traveler_Singe_2\video\Hologram.txt Hologram_Time_Traveler_Singe_2\Script\Hologram_Time_Traveler_Singe_2.singe

Generic string for AM are: ??

Title: Re: Singe 2 command string
Post by: akafox on November 05, 2020, 08:45:48 PM
I have not run it yet...as the website is not allowing me to even see the links to it.

 But let me ask does it have a launcher like daphne?

normally your executable would be daphne.exe

then your args would be a long line of crap...

executable Start Singe
arguments -k -w -z -v Hologram_Time_Traveler_Singe_2\video\Hologram.txt Hologram_Time_Traveler_Singe_2\Script\[romfilename]

something like that. Unless i can actually get to the program and try it. I am afraid that is all I can do for you.

Update:
Okay so I found it and I got it working. Here is my config for time traveler:
Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable           /home/user/Downloads/s200l64/./Singe-v2.00-Linux-x86_64
args                 -k -w -d data -v /home/user/Downloads/s200l64/Hologram_Time_Traveler_Singe_2/Video/Hologram.mp4 "[romfilename]"
workdir              /home/user/Downloads/s200l64/
rompath              /home/user/Downloads/s200l64/Hologram_Time_Traveler_Singe_2/Script
romext               .singe

you will have to set each of these up as single "emulators", then combine them into single list just like with the daphne games.

(Could someone to me a favor and translate that into windows-ese please)