Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: Halo on August 16, 2004, 07:54:47 am
-
Im running Daphne in Mamewah ... three questions really:
1) How do I get it to default to 800 x 600 in Mamewah? I can select this as an option in DaphneLoader .. so I'm guessing it's possible to configure it somewhere for Mamewah.
2) When the game starts .. in both Mamewah and DaphneLoader, it comes up with a message 'parsing video files' .. will this have to happen every time I run the game? It's an old PC and takes ages for this 'parsing' procedure.
3) Anyone know an approximate minimum spec to run Daphne?
Thx :)
-
Unsure on the first two, but the Daphne site specs out a Athalon 800 as being the recommended minimum (buried in a doc I saw last week).
-Goz
-
You can rip your LD at any resolustion you want if the games do not use overlays. Games that have overlays MUST be at the resolution that is specified in the Daphne documentation or the overlay will not display correctly. My understanding is that even games that do not have overlays will work better (run faster) at the specified resolution. (I have only ripped at the recomended resolution, but I have seen Cliffhanger that was at the wrong res.)
The parsing should happen only once.
see this link for proper resolutions.
http://166.70.135.167/disc2mpeg.php
Later
Todd
-
Thanks to both :)
Just to back up a bit ... overlays, what exactly are overlays? I have simply bought the ROMS and mpegs, so I'm unsure of exactly what format these are. I think they run as 'mv2' files.
I've run the video in Daphne Loader at 800 x 600 .. so perhaps whatever format they are, it will be possible to do the same in Mamewah? Or is that not necessarily so?
Forgive the ignorance, it's my first dalliance into both Mamewah and Daphne :-[
-
You're right, MAMEWAH doesn't use the DaphneLoader options (it doesn't store the settings in a file(s) read by Daphne itself)...
All you need to do it add the commandline switch '-nohwaccel' to the commandline in the .bat file, so it will now read something like:
start /wait c:\daphne\daphne.exe %1 vldp -framefile c:\daphne\framefile\%1.txt -nohwaccel -fullscreen
I think that should work
I've just been scanning through with the search facility and I think I've discovered why I can play Daphne games at 800 x 600 in DaphneLoader and not through Mamewah (as indicated above). Is there anything I can add to my current .bat file so that when I run Daphne games through Mamewah it will default to 800 x 600? Everything else is set I think, I have the layout at 800 x 600, I have the game list set .. I just get the dreaded roll when the game loads as I think it's defaulting to 640 x 480.
-
Run Daphneloader with the "show command line" option checked (I'm not sure exactly what it's called).
Then use this exact command line in your batch file. All Daphneloader does is make the command line easier through check boxes and options.
There is a way to specify the resolution. I just use the "default" for resolution and it works fine for me.
Good luck,
Rocky
-
Fantastic! Thanks very much!! ;D