Johnny T Posted October 2, 2018 Share Posted October 2, 2018 Hi all, I've got strange behaviour with Daphne within BigBox. When I start a game it goes black for several seconds and then cycles quickly through all the screens before launching into the game? It didn't used to do this with Hyperspin - it just used to boot up (and a lot faster too). I wondered if something is wrong with the command line parameters I'm passing to the games? Daphne.exe %1 vldp -fullscreen -x 640 -y 480 -framefile "..\..\Emulators\Daphne\vldp\%1\%1.txt" Daphne.exe %1 vldp -fullscreen -x 640 -y 480 -framefile "..\..\Emulators\Daphne\vldp\%1\%1.txt" Is this the same as other peoples .bat file to start the games? And do you get the screens cycling through before the game starts? Thanks Quote Link to comment Share on other sites More sharing options...
twobucks Posted October 4, 2018 Share Posted October 4, 2018 which game or games do you have the problem cycling through all the screens? on my setup dragon's lair does cycle through a bunch of screens before fully starting up but the screens are not actual gameplay screens. 1 Quote Link to comment Share on other sites More sharing options...
Johnny T Posted October 4, 2018 Author Share Posted October 4, 2018 6 hours ago, twobucks said: which game or games do you have the problem cycling through all the screens? on my setup dragon's lair does cycle through a bunch of screens before fully starting up but the screens are not actual gameplay screens. I was specifically talking about Dragon's Lair - yes. I've not really played the other games but, what is strange is that Dragon's Lair didn't do this on my RocketLauncher/Hyperspin set up? I'll double check it all tonight when I get home from work and find out which games cycle through the screens and which ones don't. Just thought it was strange and wasn't sure if it was just me. I also wondered if there was a command missing from the startup that would get rid of this behaviour? Quote Link to comment Share on other sites More sharing options...
Johnny T Posted October 4, 2018 Author Share Posted October 4, 2018 Yep, I just checked and it's just Dragon's Lair... must just be something specific to this game. Not a problem. Thanks for all your help Quote Link to comment Share on other sites More sharing options...
Styphelus Posted October 4, 2018 Share Posted October 4, 2018 My Dragon's Lair does the same if that helps. Tried a few different versions from different sources and the same happens. Never played the real thing so I don't know if the actual game was like this or not. 1 Quote Link to comment Share on other sites More sharing options...
twobucks Posted October 5, 2018 Share Posted October 5, 2018 here is my batch file script for reference. My guess would be to add -fastboot to your script and that might fix the problem. **don't use my full script below since this most likely will not work. Quote daphne.exe lair vldp -framefile E:\Daphne\framefile\lair.txt -ignore_aspect_ratio -blank_searches -fastboot -noserversend -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir E:\Daphne -useoverlaysb 2 -bank 0 11011001 -bank 1 00100111 -latency 100 -sound_buffer 2048 -fullscreen -x 640 -y 480 1 Quote Link to comment Share on other sites More sharing options...
Johnny T Posted October 5, 2018 Author Share Posted October 5, 2018 13 hours ago, twobucks said: here is my batch file script for reference. My guess would be to add -fastboot to your script and that might fix the problem. **don't use my full script below since this most likely will not work. Wow!! After adapting your script to my needs (i.e. changing the two paths that are in there) it is working an absolute treat!!! I've even got an overview of lives and score at the top which is awesome! I really appreciate you sharing that with me @twobucks thank you very much! And for reference here is my *new* .bat file thanks to twobucks. Daphne.exe %1 vldp -framefile "..\..\Emulators\Daphne\vldp\%1\%1.txt" -ignore_aspect_ratio -blank_searches -fastboot -noserversend -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir "T:\LaunchBox\Emulators\Daphne" -useoverlaysb 2 -bank 0 11011001 -bank 1 00100111 -latency 100 -sound_buffer 2048 -fullscreen -x 640 -y 480 Quote Link to comment Share on other sites More sharing options...
twobucks Posted October 5, 2018 Share Posted October 5, 2018 By the way i would take out ignore_aspect_ratio. This is only if you were running a version of dragons lair that was not a 4x3 aspect ratio. Glad it worked out. 1 Quote Link to comment Share on other sites More sharing options...
Johnny T Posted October 6, 2018 Author Share Posted October 6, 2018 18 hours ago, twobucks said: By the way i would take out ignore_aspect_ratio. This is only if you were running a version of dragons lair that was not a 4x3 aspect ratio. Glad it worked out. Okeedokee. Will do. Thanks again Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.