The NEW Build Your Own Arcade Controls

Front End Support => MaLa Frontend => Topic started by: rapomstage3 on September 02, 2011, 05:50:45 pm

Title: What is wrong with this .bat file?
Post by: rapomstage3 on September 02, 2011, 05:50:45 pm
Is it written wrong?                                                                                                                                          

C:\Program Files\Daphne\Daphne.exe Lair vldp –framefile “C:\Program Files\Daphne\vldp_dl\lair\lair.txt” –fullscreen -nohwaccel

This is following uncle ts guide to putting daphne in mala. But i cant get it to do anything. at best it pops up really fast and goes way. Im only doing dragons lair at the moment. It does work with with the daphneloader. here is the command line

daphne.exe lair vldp -framefile "C:/Program Files/Daphne/vldp_dl/lair/lair.txt" -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir "C:\Program Files\Daphne" -bank 0 11011001 -bank 1 00100011 -sound_buffer 2048 -fullscreen -x 640 -y 480

Any help would be appreciated. It could be something else all together i guess. My frame file is lair.text ,,looks like this
.

151   lair.m2v

so when i start it from mala it ends as fast as it starts.
Title: Re: What is wrong with this .bat file?
Post by: deviantla on September 03, 2011, 05:53:29 pm
This is what I have in my lair.bat file:

M:\Daphne\daphne.exe lair vldp -framefile "M:\Daphne\mpeg2\lair.txt" -fullscreen -useoverlaysb 1 -bank 0 11011000 -bank 1 0110111

and my lair.txt file:

.\lair\

151 lair.m2v

Works in both daphne loader and in mala. Hope this helps you.
Title: Re: What is wrong with this .bat file?
Post by: rapomstage3 on September 03, 2011, 06:22:15 pm
ill give it a shot. thanks. so you just put daphne on your hard drive ..not in program files?
Title: Re: What is wrong with this .bat file?
Post by: deviantla on September 03, 2011, 06:55:58 pm
The only thing I have on my internal HD is my OS. All of my emu files are on an external drive. Much easier to move to another PC if necessary and don't need to reconfigure anything.
Title: Re: What is wrong with this .bat file?
Post by: rapomstage3 on September 03, 2011, 07:20:20 pm
I'm going have to do that some  day.