Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Daphne Singe fullscreen_window not working  (Read 4734 times)

0 Members and 1 Guest are viewing this topic.

getnbizzy

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 29
  • Last login:April 15, 2022, 06:47:36 pm
  • I want to build my own arcade controls!
Daphne Singe fullscreen_window not working
« 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. 

argonlefou

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1071
  • Last login:Today at 12:59:07 pm
Re: Daphne Singe fullscreen_window not working
« Reply #1 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

getnbizzy

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 29
  • Last login:April 15, 2022, 06:47:36 pm
  • I want to build my own arcade controls!
Re: Daphne Singe fullscreen_window not working
« Reply #2 on: June 15, 2016, 08:26:34 pm »
this is my version
--DAPHNE version 1.0.10