Jump to content
(Open Beta) HyperSpin 2 is now available for everyone ×

Playstation 2 Full Boot


doohan

Recommended Posts

Posted

Hello everybody,


 


Is it possible to launch pcsx2 in Full boot mode in Hyperspin?


It works great now but in Fast boot mode. 


The reason is some PAL games need to start in Full Boot mode to match 


the system language...


 


For Playstation 1, I succeeded with this command


---------------------------------------------------------------------------------------------------------------------------


else if (systemName = "Sony Playstation" && executable = "ePSXe.exe")

{

Hotkey, %exitEmulatorKey%, CloseProcess

RunWait, %Executable% -nogui -slowboot -loadbin %romPath%%romName%%romExtension%, %EmuPath%, Hide UseErrorLevel

}

----------------------------------------------------------------------------------------------------------------------------

 

Anyone get an idea?

 

Thanks and regards,

 

Posted

http://forums.pcsx2.net/Thread-blog-The-return-of-the-Commandline

 

--fullboot {disables the quick boot feature, forcing you to sit through the PS2 startup splash screens}

by-nc-nd.png

#thisismydesign by ryuuji is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Permissions beyond the scope of this license may be available at
http://www.hyperspin-fe.com/user/34679-ryuuji/.

Posted

ps3 and ps4 ? lol DOES NOT EXIST EMULATORS FOR THOSE!

Thanks HyperNewbie.

Got it for PS1 and PS2:

 

;********************************Sony Playstation*******************************
 
else if (systemName = "Sony Playstation" && executable = "ePSXe.exe")
{
Hotkey, %exitEmulatorKey%, CloseProcess
RunWait, %Executable% -nogui -slowboot -loadbin %romPath%%romName%%romExtension%, %EmuPath%, Hide UseErrorLevel
}
 
;********************************Sony Playstation 2*******************************
 
else if (systemName = "Sony Playstation 2" && executable = "pcsx2-r5875.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %Executable% --fullboot "%romPath%%romName%%romExtension%", %EmuPath%, Hide UseErrorLevel
Process, WaitClose, pcsx2-r5875.exe
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...