AlmightyTurboman Posted October 6, 2018 Share Posted October 6, 2018 I'd like to exit Redream directly back into Bigbox by pushing start and select on my controller like every other emulator I'm running. I presently have to push esc on the keyboard and then click close with the mouse. Any help would be appreciated! Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted October 6, 2018 Share Posted October 6, 2018 Use this AHK scrip in your Redream Edit Emulator window $Esc:: { Process, Close, {{{StartupEXE}}} } You can also set a button in the emulator 1 Quote Link to comment Share on other sites More sharing options...
AlmightyTurboman Posted October 6, 2018 Author Share Posted October 6, 2018 ok thanks, that was fast sir!!! 1 Quote Link to comment Share on other sites More sharing options...
mosestyle Posted August 20, 2019 Share Posted August 20, 2019 Sorry to bring this up, but is there a way to exit Redream by pressing Select and Start when using a controller?? Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted August 20, 2019 Share Posted August 20, 2019 2 minutes ago, mosestyle said: Sorry to bring this up, but is there a way to exit Redream by pressing Select and Start when using a controller?? Yes, with Launchbox's Controller Automation function, it will send the AHK script I posted above and close it out. Or you could use some other 3rd party software such as Xpadder or Controller Companion if you want to set up your own custom exit key combo. Quote Link to comment Share on other sites More sharing options...
mosestyle Posted August 20, 2019 Share Posted August 20, 2019 2 minutes ago, Lordmonkus said: Yes, with Launchbox's Controller Automation function, it will send the AHK script I posted above and close it out. Or you could use some other 3rd party software such as Xpadder or Controller Companion if you want to set up your own custom exit key combo. Sorry for being a noob now, but how does that work? I mean the code is specifically used for ESC key Let say that I want to exit the game by using Select + D-Pad right... Would that be possible?? Nooo hahaha not a third party software! I used Xpadder, rocket launcher etc when I used HyperSpin, and it was such a pain and too much of a hassle to make it work... It didn't even work sometimes Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted August 20, 2019 Share Posted August 20, 2019 The above AHK script gets put in the Running Hotkey Script tab of the Edit Emulator window for your Redream entry in Lunchbox. Then you set your Controller Automation button combo that you want to use in Launchbox and BigBox, they are separate.Your button combo when pressed will send the AHK script command to the emulator and close it out. Quote Link to comment Share on other sites More sharing options...
mosestyle Posted August 20, 2019 Share Posted August 20, 2019 20 minutes ago, Lordmonkus said: The above AHK script gets put in the Running Hotkey Script tab of the Edit Emulator window for your Redream entry in Lunchbox. Then you set your Controller Automation button combo that you want to use in Launchbox and BigBox, they are separate.Your button combo when pressed will send the AHK script command to the emulator and close it out. THANK YOU VERY MUCH!! It worked!! Too bad Redream closed sourced it so we can't use it on RetroArch.. But oh well 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.