mGalaxy forum

General Discussions => Need Help? => Topic started by: curtishart on November 26, 2014, 12:11:30 AM

Title: Daphne configuration
Post by: curtishart on November 26, 2014, 12:11:30 AM
Hi guys,

Is it possible to set some kind of configuration within Daphne so when mGalaxy launches it, it adheres to these configurations?

Example: With Dragon's Lair, it's not having the blank seek times I'm used to in the original Laserdisc arcade cabinets and I'd like to add it back.  I know you can set these in the DaphneLoader such as adding:

 -blank_searches -min_seek_delay 1000 -seek_frames_per_ms 20

However, it seems like you can't set these within mGalaxy's menu when launching these games.

Any ideas?
Title: Re: Daphne configuration
Post by: Aeliss on November 26, 2014, 01:14:29 PM
You want different configuration by game.

Or a different configuration than this one from mgalaxy ?

If it s the same for all your game edit this line in systems.xml
Code: [Select]
      <Cmd id="0" name="Daphne" value="%file vldp -framefile &quot;mpeg\%file\%file.txt&quot; -fullscreen" />
Title: Re: Daphne configuration
Post by: curtishart on November 27, 2014, 01:38:51 AM
Ah-ha!  That's it!

Many thanks!