The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: getnbizzy on June 07, 2016, 10:03:51 pm

Title: Daphne Singe fullscreen_window not working
Post by: getnbizzy on June 07, 2016, 10:03:51 pm
I'm trying to get my aimtrak light guns working with daphne singe action laser games and wow action max  and I've read that the trick is to set resolution to 800 and 600 and -fullscreen_window. When adding -fullscreen_window to my batch files I get an error that it's a bad command line.

Anyone else had this?

Please help.

Thanks. 
Title: Re: Daphne Singe fullscreen_window not working
Post by: argonlefou on June 08, 2016, 05:10:15 pm
Which version of Daphne do you use ? if I'm not wrong fullscreen_window was added in the last version or the one just before
If you don't know, you can read into Daphne log file when you execute and get an error, it should start with something like :
Quote
--DAPHNE version 1.0.10
--Command line is: C:\Users\XXXX\Desktop\singe test\daphne_singe\daphne.exe singe vldp -x 800 -y 600 -fullscreen_window -noserversend -framefile singe/crimepatrol/frame-crimepatrol-cdrom.txt -script

With 1.0.10 this .bat is working perfectly :
Quote
cd data
cls
@daphne.exe singe vldp -x 800 -y 600 -fullscreen_window -noserversend -framefile singe/maddog/frame_maddog_cdrom.txt -script singe/maddog/maddog_cdrom.singe
Title: Re: Daphne Singe fullscreen_window not working
Post by: getnbizzy on June 15, 2016, 08:26:34 pm
this is my version
--DAPHNE version 1.0.10