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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 153 154 155 156 157 ... 369 Next »

Simplified Dolphin/Individual game launching.
View New Posts | View Today's Posts

Poll: Would you like a launcher exe to launch directly into games, without ever seeing the dolphin client?
Yes
No
Maybe/A bit different than what has been suggested.
[Show Results]
 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Simplified Dolphin/Individual game launching.
12-21-2013, 10:15 PM (This post was last modified: 12-21-2013, 10:16 PM by Garteal.)
#19
Garteal Offline
「Lab Mem. 004」
********
Global Moderators
Posts: 2,095
Threads: 24
Joined: Aug 2011
If you're not using Steam then you can batch files for each game. I've written a batch script here. Simply follow the instructions in that post if you're new to this. Since the back-end names have changed, I'll just post the updated script here.

Code:
echo off

::Enter the emulator executable name including the filetype
set Emulator=Dolphin.exe

::Enter the game you would like to play including the filetype
set Game=Super Mario Galaxy.iso

::Enter the full path of the directory of your emulator. Make sure to add a trailing \ if there isn't already
set EmulatorDirectory=D:\Emulation\Emulators\GCnWii\Dolphin 4.0.1\

::Enter the full path of the game location. Make sure to add a trailing \ if there isn't already
set GameDirectory=D:\Emulation\ROMs\Wii\

::Uncomment (remove the ::'s) for the back-end you want to use
::Comment (add the ::'s infront of the line) everything else
set BackEnd=OGL
::set BackEnd=DX9
::set BackEnd=D3D

::DO NOT MODIFY UNLESS YOU KNOW WHAT YOU'RE DOING!
set LaunchEmulator=%EmulatorDirectory%%Emulator%
set LaunchGame=%GameDirectory%%Game%

start "" ^"%LaunchEmulator%^" /V ^"%BackEnd%^" /e ^"%LaunchGame%^" /b
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Simplified Dolphin/Individual game launching. - Winchester7314 - 12-20-2013, 11:00 AM
RE: Simplified Dolphin/Individual game launching. - DJBarry004 - 12-20-2013, 12:00 PM
RE: Simplified Dolphin/Individual game launching. - Winchester7314 - 12-20-2013, 12:08 PM
RE: Simplified Dolphin/Individual game launching. - Shonumi - 12-20-2013, 12:39 PM
RE: Simplified Dolphin/Individual game launching. - BONKERS - 12-21-2013, 04:27 PM
RE: Simplified Dolphin/Individual game launching. - LPFaint99 - 12-20-2013, 02:29 PM
RE: Simplified Dolphin/Individual game launching. - Winchester7314 - 12-20-2013, 02:33 PM
RE: Simplified Dolphin/Individual game launching. - RachelB - 12-21-2013, 06:58 AM
RE: Simplified Dolphin/Individual game launching. - JMC47 - 12-20-2013, 02:39 PM
RE: Simplified Dolphin/Individual game launching. - Winchester7314 - 12-20-2013, 02:42 PM
RE: Simplified Dolphin/Individual game launching. - Shonumi - 12-20-2013, 03:05 PM
RE: Simplified Dolphin/Individual game launching. - Winchester7314 - 12-20-2013, 03:11 PM
RE: Simplified Dolphin/Individual game launching. - MayImilae - 12-20-2013, 03:14 PM
RE: Simplified Dolphin/Individual game launching. - LPFaint99 - 12-21-2013, 04:28 AM
RE: Simplified Dolphin/Individual game launching. - Shonumi - 12-21-2013, 04:56 AM
RE: Simplified Dolphin/Individual game launching. - Shonumi - 12-21-2013, 04:43 PM
RE: Simplified Dolphin/Individual game launching. - Soopah - 12-21-2013, 08:38 PM
RE: Simplified Dolphin/Individual game launching. - MayImilae - 12-21-2013, 09:44 PM
RE: Simplified Dolphin/Individual game launching. - Garteal - 12-21-2013, 10:15 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode