Is it possible to create a shortcut to a save state?
#1
In Metal Gear Solid 3: Subsistence's 2nd disc it is included in the main menu an option to play the game Metal Gear 2: Solid Snake.
Since this version is different from the 1990 MSX original as it includes redrawn graphics and an official English translation, I wanted to create a shortcut to this specific game by creating a save state right after selecting the option to play the game, and having the shortcut's path point towards the emulator's executable as well as the .p2s save state file.
The emulator said it couldn't find any file. I thought maybe I could fix this by including a path to the .iso and then to the .p2s but that didn't work either as the parameters were all wrong.
Is it just not possible to create a shortcut to a save state? or is is there something I'm doing wrong here?
Reply

Sponsored links

#2
PCSX2 don't have a command line that allows you to load a save state after loading a game

This is an autohotkey script that can do what you want but it will not work with you use the --no-gui command line

Code:
SetTitleMatchMode,2
Run,path to pcsx2 --fullscreen "path to the game image"
WinWait,Slot ahk_exe pcsx2.exe
WinMenuSelectItem,PCSX2 v,,System,Load State,Slot 0

Replace "Slot 0" with the slot the save states is in
Reply




Users browsing this thread: 1 Guest(s)