![]() |
|
command line, load state file? - 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: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: command line, load state file? (/Thread-command-line-load-state-file) |
command line, load state file? - ThumpieBunnyEve - 12-12-2015 is there a way to use the command line to open dolphin to a particular rom and load a particular save state: example: dolphin.exe -e monsterhuntertri.iso -state ./state/mhtri.sav so i could put that in a batch file or a shortcut and have it load the rom, then load the state, skipping all the splash screens and getting right back to where i was in the game? RE: command line, load state file? - Helios - 12-12-2015 This was brought up as an idea. I really like it. I have it on my to-do list the next time I have a chance to work on Dolphin (Maybe next week or so?) RE: command line, load state file? - ThumpieBunnyEve - 12-13-2015 (12-12-2015, 05:37 PM)helios747 Wrote: This was brought up as an idea. I really like it. I have it on my to-do list the next time I have a chance to work on Dolphin (Maybe next week or so?) I would sure like to see it. Please update this thread once a build with this functionality is released. RE: command line, load state file? - ThumpieBunnyEve - 12-18-2015 Any progress on this? RE: command line, load state file? - Helios - 12-18-2015 Not yet. I'm currently in the process of moving and won't be really settled in until after this weekend to start working on this. If anybody else in the meantime wants to work on this (JosJuice maybe?) I don't mind. I'd recommend just calling a savestate load slot function on start if the CLI switch is defined. Maybe make it accept a command line argument to tell which slot to load. RE: command line, load state file? - ThumpieBunnyEve - 12-19-2015 (12-18-2015, 03:52 AM)helios747 Wrote: Not yet. I'm currently in the process of moving and won't be really settled in until after this weekend to start working on this. -------------------------- JosJuice Wrote:To: ThumpieBunnyEve------------------------- Can anyone else maybe give this feature a try? RE: command line, load state file? - Helios - 12-23-2015 Working on this now. Ran into a bit of a problem that I'm hoping to get help on. I'll update this thread with a build when it's working. RE: command line, load state file? - Sklink - 02-27-2020 (12-23-2015, 05:12 AM)Helios Wrote: Working on this now. Ran into a bit of a problem that I'm hoping to get help on. I'll update this thread with a build when it's working. Were you able to make progress with this feature? I'm building a launcher and would like to be able to resume state. Alternative was to use an auto-hotkey script to press load state, but it seems to cause issues with Dolphin. I can provide more details about that if necessary. |