• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 … 776 777 778 779 780 … 1207 Next »

Starting a game withouth launching dolphin first?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode
Starting a game withouth launching dolphin first?
01-02-2010, 08:29 PM
#1
defiancenl Offline
Member
***
Posts: 70
Threads: 8
Joined: Jan 2010
Is there a way to start a game directly , for instance with a switch on the commandline feeding it to dolphin ?

So that i can start the wii-games from XBMC?

For instance

C:\Games\Emulators\Wii\Dolphin\Dolphin.exe -g C:\Games\Emulators\Wii\Iso\isoname.iso
Find
Reply
01-02-2010, 09:55 PM
#2
Chaoscode Offline
Senior Member
****
Posts: 382
Threads: 11
Joined: Mar 2009
I know there is but forgive me, off hand I don't know. I think it might be just adding the path of the iso name to it. basically what you have without the -g
CPU: E8500 Not OC
Memory 8 Gigs DDR2-800Mhz
GPU: NVidia GeForce 8800GT 256
OS: Windows 7 64bit
Monitor: LCD TV 42' 720P
Find
Reply
01-03-2010, 03:10 AM (This post was last modified: 01-03-2010, 03:13 AM by defiancenl.)
#3
defiancenl Offline
Member
***
Posts: 70
Threads: 8
Joined: Jan 2010
(01-02-2010, 09:55 PM)Chaoscode Wrote: I know there is but forgive me, off hand I don't know. I think it might be just adding the path of the iso name to it. basically what you have without the -g

Sadly no, this doesnt work

i tried , but it pops up a message with the switches available .

/h = help
/d = debugger
/l = logger
/e = elf
/V = video plugin
/A = audio plugin
/P = pad plugin
/W = wiimote plugin

Not starting the game, i can see no switch that will load a game from commandline.
Find
Reply
10-10-2011, 04:18 PM
#4
MadHattersTeaParty
Unregistered
 
(01-03-2010, 03:10 AM)defiancenl Wrote:
(01-02-2010, 09:55 PM)Chaoscode Wrote: I know there is but forgive me, off hand I don't know. I think it might be just adding the path of the iso name to it. basically what you have without the -g

Sadly no, this doesnt work

i tried , but it pops up a message with the switches available .

/h = help
/d = debugger
/l = logger
/e = elf
/V = video plugin
/A = audio plugin
/P = pad plugin
/W = wiimote plugin

Not starting the game, i can see no switch that will load a game from commandline.

Has anyone gotten this working on xbmc yet? I used the following in emultopia:

ROM folder: <my ROM folder>
ROM file extension: dol,elf,gcm,iso,wad
Emulator executable: <dolphin.exe>
Emulator arguments: /e "%ROM%"

When I execute the the above command in the command prompt, I have no issues, but when trying to start it from xbmc I get the following message:

The specified "%rom%" file does not exist.

I have tried it with both the quotes and without the quotes. (although it only works with quotes within the command prompt.)
Reply
10-10-2011, 05:38 PM
#5
dannzen Offline
I liked to help people (but NO)
*******
Posts: 1,525
Threads: 5
Joined: Dec 2010
set a specific rom for testing?
"c:/user/xxx/roms/zelda.iso"
EDIT by neobrain: that pic was kinda annoying..
EDIT by dannzen: don't fuck with my sig Dodgy
EDIT by neobrain: yet, I will keep doing it Tongue
EDIT by ???? : A WILD DACO APPEARS
EDIT by [SS]: Hey guys, what's going on here?
EDIT by dannzen: Gotta Catch 'em All!
EDIT by ???? : WILD DACO BROKE FREE FROM MASTER BALL
Find
Reply
10-18-2011, 08:53 AM
#6
MadHattersTeaParty
Unregistered
 
(10-10-2011, 05:38 PM)dannzen Wrote: set a specific rom for testing?
"c:/user/xxx/roms/zelda.iso"

I thought I was pretty clear in stating that it worked fine from a DOS prompt AND that it doesn't work without the quotes. (in case you didn't read that part either)

Reply
10-18-2011, 10:27 AM (This post was last modified: 10-18-2011, 10:31 AM by Kenaf.)
#7
Kenaf Offline
Junior Member
**
Posts: 12
Threads: 2
Joined: Sep 2011
I wrote a quick and dirty batch script which does this for me for a frontend I'm using. All you do is pass it the rom path and it'll load fine. The only problem I have with this is that if you press the DOWN or LEFT arrow keys, you can no longer quit with the Esc key. If you remap the down and left buttons to a different key besides the arrow keys it works fine though. Weird problem, but its in the code somewhere.

Code:
echo off
"D:\HyperSpin\Emulators\Wii\Dolphin.exe" /e %1 /b

If you don't want a CMD prompt to open up, you can use some freeware tools for converting BAT files to EXE files. It has worked pretty well for me thus far. Unsure if this will fit your needs though.
I should say that this is for Dolphin 3.0 and up. The options you are presented above don't look familiar to me. Are you using Dolphin 2.0?
Find
Reply
10-20-2011, 07:25 AM
#8
MadHattersTeaParty
Unregistered
 
(10-18-2011, 10:27 AM)Kenaf Wrote: I wrote a quick and dirty batch script which does this for me for a frontend I'm using. All you do is pass it the rom path and it'll load fine. The only problem I have with this is that if you press the DOWN or LEFT arrow keys, you can no longer quit with the Esc key. If you remap the down and left buttons to a different key besides the arrow keys it works fine though. Weird problem, but its in the code somewhere.

Code:
echo off
"D:\HyperSpin\Emulators\Wii\Dolphin.exe" /e %1 /b

If you don't want a CMD prompt to open up, you can use some freeware tools for converting BAT files to EXE files. It has worked pretty well for me thus far. Unsure if this will fit your needs though.
I should say that this is for Dolphin 3.0 and up. The options you are presented above don't look familiar to me. Are you using Dolphin 2.0?

I'm using Dolphin 3.0 and the switches that I used were the ones that were posted on the Advanced Launcher wiki. I was using the emultopia frontend (XBMC plugin) to launch my arcade games.

Link to wiki: http://www.gwenael.org/xbmc/index.php?title=Dolphin

Interesting batch file. It looks like all it's doing is opening Dolphin. What is the %1 and /b for? What frontend are you using and how did you implement the batch file into it? I have a slight idea of how to launch it but would like to compare it to what you already have in place. No sense in re-inventing the wheel is there? Tongue


nevermind...I see that you are using HyperSpin. Gonna try it out!
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma