![]() |
|
Simplified Dolphin/Individual game launching. - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion) +--- Thread: Simplified Dolphin/Individual game launching. (/Thread-simplified-dolphin-individual-game-launching) Pages:
1
2
|
RE: Simplified Dolphin/Individual game launching. - MayImilae - 12-20-2013 A bunch of people have done this already. Do some searches and figure it out. EDIT: Here. https://forums.dolphin-emu.org/Thread-steam-big-picture-and-dolphin?page=2 Seriously, why don't people do searches for things before they ask? RE: Simplified Dolphin/Individual game launching. - LPFaint99 - 12-21-2013 (12-20-2013, 03:05 PM)Shonumi Wrote: I always thought you had to make the shortcut point to a file or folder? The only way I know that you can get a shortcut to execute CLI stuff is if that shortcut points to a batch file (which the OP wants to avoid?) The point was I didn't think you could do that in Windows without relying on batch files. Do tell if you know of a way that bypasses batch files.you initially create a shortcut to dolphin (or anything) and modify the target of the shortcut [attachment=10134] RE: Simplified Dolphin/Individual game launching. - Shonumi - 12-21-2013 @LPFaint99 - Thanks for that, I always wondered how to do that, and my Google Fu failed to turn up anything :p RE: Simplified Dolphin/Individual game launching. - RachelB - 12-21-2013 (12-20-2013, 02:33 PM)Winchester7314 Wrote:If your hdd is dying, just replace it and copy the data to the new drive, and set it to the same letter as the old one. Problem solved.(12-20-2013, 02:29 PM)LPFaint99 Wrote:the problem is my basic purpose in this is for steam...there are several variables that go into my needs. I know you can do some of this with steam shortcuts, but the problem is, lets say for instance my hdd is dying and i need to change the games location, the second i do, i have to redo the entire shortcut method, for ALL the games i have in emulator form. This can get tiresome when you have almost 80 emulator games. I want a simplified way where i can literally just add the exe into steams library and be done with it. without having to launch the game from dolphins client either.(12-20-2013, 12:39 PM)Shonumi Wrote: Most desktop environments in Linux will let menus (or icons themselves) directly execute commands without relying on scripts. So, in something like KDE, I can make an icon in Kickoff that will launch Dolphin with a specific game file, and all I have to do is click on the icon to go.you can do this with standard windows shortcuts RE: Simplified Dolphin/Individual game launching. - BONKERS - 12-21-2013 (12-20-2013, 12:39 PM)Shonumi Wrote:If it's indeed really Niche. Then i'm the most niche guy on the planet.' Wrote:It would be nice to have an option for each dolphin emulator to automatically launch into an Iso, without ever seeing the window(without the use of batch files). Having a way to just simply launch the game once it's been configured prior makes ease of use so much better and more straightforward. And it certainly helps sell the point more that you are just playing a game instead of having to jump through hoops. RE: Simplified Dolphin/Individual game launching. - Shonumi - 12-21-2013 BONKERS Wrote:Having a way to just simply launch the game once it's been configured prior makes ease of use so much better and more straightforward. And it certainly helps sell the point more that you are just playing a game instead of having to jump through hoops. It's a niche solution because it's a convoluted way of achieving this. Having a separate launcher is not as straightforward as making a shortcut in your OS or your UI of choice (Steam, XBMC, for example). If anything it's one more step (UI -> launcher -> Dolphin executable vs. UI -> Dolphin executable with the -e paramater). There are already ways of getting Dolphin to seemlessly act as if each ISO were it's own "game" on your computer without having to resort to the launcher the OP proposed. RE: Simplified Dolphin/Individual game launching. - Soopah - 12-21-2013 Quote:There are already ways of getting Dolphin to seemlessly act as if each ISO were it's own "game" on your computer without having to resort to the launcher the OP proposed.like merging the 3.5 shortcut branch?
RE: Simplified Dolphin/Individual game launching. - MayImilae - 12-21-2013 (12-21-2013, 08:38 PM)Soopah Wrote:Quote:There are already ways of getting Dolphin to seemlessly act as if each ISO were it's own "game" on your computer without having to resort to the launcher the OP proposed.like merging the 3.5 shortcut branch? AHEM - https://forums.dolphin-emu.org/Thread-steam-big-picture-and-dolphin?page=2 I get really annoyed when I paste the answer and no one bothers to click the link. So here are relevant quotes from the thread. (01-14-2013, 02:56 AM)Epic Vegas Wrote: I have a question about creating the .bat files. (01-14-2013, 03:31 AM)Shonumi Wrote: If you're using absolute paths (fullpath names with the drive name in it) the cd/dir command isn't necessary: (01-13-2013, 04:26 AM)Garteal Wrote: As said by the gentlemen before. You have several options of adding shortcuts to Steam which will launch Dolphin with arguments to run a game with it. RE: Simplified Dolphin/Individual game launching. - Garteal - 12-21-2013 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 |