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: Maximus Arcade and Daphne  (Read 12223 times)

0 Members and 1 Guest are viewing this topic.

shateredsoul

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1412
  • Last login:January 25, 2013, 08:23:51 pm
Maximus Arcade and Daphne
« on: February 27, 2010, 02:08:33 am »
so... I figured out how to run Daphne great from .bat files (I thought I need these to run them in Maximus, because maximus arcade scans for .bat files according to the scan tab).

I setup the emulator as daphne.exe and the roms folder as a folder with the .bat files.  It doesn't work.. I'm not surprised since I'm asking maximus to make Daphne run a batch file that executes daphne.  Does anyone have an idea of how I can edit these .bat files so they can launch through Daphne.exe?

here is the working .bat file outside of maximus

:: Dragon's Lair
::
@ECHO OFF
K:
CD \Games\daphne\
daphne.exe lair vldp -framefile "K:\Games\daphne\framefile\Lair.txt" -fullscreen


I thought maybe just having

" lair vldp -framefile "K:\Games\daphne\framefile\Lair.txt" -fullscreen, in the bat would work, but it didn't any other ideas on how I can do this? maybe all i need is just "K:\Games\daphne\framefile\Lair.txt" in the .bat and editing the command line section at the bottom"

I don't really want to use the daphneloader as it always tries to connect to the internet and my connection is slow

Here's a pic of the setup screen


Neverending Project

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 851
  • Last login:April 06, 2015, 10:07:43 pm
    • Arcade Fixer
Re: Maximus Arcade and Daphne
« Reply #1 on: March 01, 2010, 12:35:02 pm »
I don't have Maximus, but I have some experience setting up batch files for Daphne. If you update your screenshot to show the setup for your daphne emulator we may be able to help out more.

shateredsoul

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1412
  • Last login:January 25, 2013, 08:23:51 pm
Re: Maximus Arcade and Daphne
« Reply #2 on: March 01, 2010, 02:44:21 pm »
I think I resolved the issue.. i'll update this thread when i figure it out

portugese pirate

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 84
  • Last login:March 06, 2025, 06:07:58 pm
Re: Maximus Arcade and Daphne
« Reply #3 on: January 27, 2011, 01:50:29 pm »
ok is there a tutorial on how to set up daphneloader in maximus. The other problem Im having is that I cant remap any of my keys on my x-arcade dual, on the daphneloader, so i always end up using a mouse to select and start games...........please help, this is the last piece of the puzzle so i can be done with this and just play.....lol

ps .......daphneloader is set not to connect and still asks if i want the new update everytime i open it

shateredsoul

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1412
  • Last login:January 25, 2013, 08:23:51 pm
Re: Maximus Arcade and Daphne
« Reply #4 on: January 29, 2011, 11:57:24 pm »
wish I could help, i've moved on to another frontend and forgotten pretty much everything about maximus =/  well at least I forgot how I setup Daphne.

ehauk

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 13
  • Last login:September 05, 2014, 09:56:37 am
Re: Maximus Arcade and Daphne
« Reply #5 on: February 04, 2011, 05:01:39 pm »
This is what I did. It works and there are no loading/cmd window screens.

I set MA to look for .VBS files

Then I created VBS files for each game, ex. Dragon's Lair.vbs

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "c:\Emulators\Daphne\Batch\Dragon's Lair.bat" & Chr(34), 0
Set WshShell = Nothing

This hides the execution of the bat file.

Then I created Dragon's Lair.bat (This is all one line, no line break)

C:\Emulators\Daphne\Daphne.exe lair vldp -fullscreen -x 800 -y 600 -nohwaccel -framefile C:\Emulators\daphne\roms\DragonsLair\dl_framefile.txt

blubberpud

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 14
  • Last login:May 15, 2021, 10:04:04 am
Re: Maximus Arcade and Daphne
« Reply #6 on: August 19, 2011, 11:14:11 am »
Thought I resurrect this thread  :)

I am able to launch Dragon's Lair now with the vbs files (thx ehauk), but I can't get Maximus to recognize what they are so art / videos play?  is there a way to force this?

Thanks,
J