oldgamer Posted March 30, 2021 Share Posted March 30, 2021 (edited) so I follow a video that Arcade Pirate made on his channel, but I don't like how he did it or how he explain it, I try to follow a lots videos on how to add ps3 emulators on big box and launch box but they don't explain the right way on how to hide the GUI or hide the Launcher for PS3 emulators. I even try to find answer on this forum and there all out dated post and topic that was like back 2019 and so I was wondering if there is anyways to explain to me in baby step how to get ps3 emulator run on Big box and also run it right way and also how to hide the ps3 launching part here a video I made to show you what its does on Big box. I made this video to show everyone on how the PS3 Emulator acts up when its start to launch in Big Box and Launch Box. I am sorry if my grammar is not perfect but I figure I can make this video and to show you guys on how its behaving and I hope you guys can show me and explain to me in baby step how to get the PS3 hub and GUIS launcher from not showing in front of Big box and hide it some how. Edited March 30, 2021 by oldgamer Quote Link to comment Share on other sites More sharing options...
Chadmando Posted March 30, 2021 Share Posted March 30, 2021 You might be able to hide it with an ahk script. I never played around with ps3 emulators myself yet. Also might be worth it to check the emulators website for any special command line parameters you could use. Quote Link to comment Share on other sites More sharing options...
Your Friendly A.I Overlord Posted March 30, 2021 Share Posted March 30, 2021 (edited) To hide the emulator during game launch go to: LaunchBox > Tools > Manage Emulators > RPCS3 > Startup Screen tab. Tick "Hide All Windows that are not in Exclusive Fullscreen Mode". Then increase the "Startup Load Delay" slider. I have set mine to 20 seconds. You can't launch BigBox when LaunchBox is open. You either have to use the keyboard shortcut (Ctrl + B), launch BigBox from the hamburger menu on the left, or close LaunchBox and start BigBox. Then your question about closing RPCS3 entirely at once. First, in RPCS3, for a global setting go to: Config > Emulator > and tick "Exit RPCS3 when process finishes". If you made per game configs in RPCS3, right click your game > Change Custom Configuration > Emulator > and tick "Exit RPCS3 when process finishes". You have to do this for every game. Then, to close RPCS3 in LaunchBox / BigBox with the Escape key (or controller automation) copy / paste the following script in: LaunchBox > Tools > Manage Emulators > RPCS3 > Running AutoHotKey tab $Esc:: { WinClose, ahk_exe rpcs3.exe } But for me RPCS3 sometimes hangs when closing that way (a thread lock-up). If that happens try the following script. $Esc:: { Process, Close, rpcs3.exe } Edited March 30, 2021 by Koroth Quote Link to comment Share on other sites More sharing options...
oldgamer Posted March 30, 2021 Author Share Posted March 30, 2021 (edited) 9 hours ago, Koroth said: To hide the emulator during game launch go to: LaunchBox > Tools > Manage Emulators > RPCS3 > Startup Screen tab. Tick "Hide All Windows that are not in Exclusive Fullscreen Mode". Then increase the "Startup Load Delay" slider. I have set mine to 20 seconds. You can't launch BigBox when LaunchBox is open. You either have to use the keyboard shortcut (Ctrl + B), launch BigBox from the hamburger menu on the left, or close LaunchBox and start BigBox. Then your question about closing RPCS3 entirely at once. First, in RPCS3, for a global setting go to: Config > Emulator > and tick "Exit RPCS3 when process finishes". If you made per game configs in RPCS3, right click your game > Change Custom Configuration > Emulator > and tick "Exit RPCS3 when process finishes". You have to do this for every game. Then, to close RPCS3 in LaunchBox / BigBox with the Escape key (or controller automation) copy / paste the following script in: LaunchBox > Tools > Manage Emulators > RPCS3 > Running AutoHotKey tab $Esc:: { WinClose, ahk_exe rpcs3.exe } But for me RPCS3 sometimes hangs when closing that way (a thread lock-up). If that happens try the following script. $Esc:: { Process, Close, rpcs3.exe } thank you so mush I follow your guide to the letter and everything is working perfect I used the first script with the WinClose and that work very perfect, but when I try using your second script the rpcs3 cause some odd error crash. but everything is so perfect thank you so mush for everything. I hope this guide you made will help everyone in future as well ❤️ and if you ever wanting a custom made screen pack for mugen let me know okay Koroth because Im a real Mugen Theme artist and sprite pixal art theme artist for the mugen software let me know and make you a custom cool screen pack for all your help ❤️ Edited March 30, 2021 by oldgamer 1 Quote Link to comment Share on other sites More sharing options...
Salamonius Posted October 17, 2023 Share Posted October 17, 2023 Is this still applicable in 2023? I'm trying to get rpcs3 to close via xinput. L3+start to exit out, but cannot find a guide anywhere. Quote Link to comment Share on other sites More sharing options...
skizzosjt Posted October 18, 2023 Share Posted October 18, 2023 On 10/16/2023 at 11:58 PM, Salamonius said: Is this still applicable in 2023? I'm trying to get rpcs3 to close via xinput. L3+start to exit out, but cannot find a guide anywhere. all you need to do is set the "close active window" hotkey in LaunchBox and/or Big Box to whatever you want on your controller and it will do just that. find it in options > controller mappings and set it to whatever you like. then when you push that button (or button combo) when you're playing a game it will close the emulator Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.