Dalba Posted October 28, 2022 Share Posted October 28, 2022 (edited) Hello again ! I have a "real" issue to submit this time. Save state and load state doesn't work with dolphin, while classic launchbox's pause menu works fine. I tried to use in super Pause the same autohotkey script i use with "classic" pause menu, but still no luck... This is what i tried for save state : Send {Shift down} Sleep 50 Send {F1 down} Sleep 50 Send {F1 up} Sleep 50 Send {Shift up} Do you have any idea about what's happening ? Edited October 28, 2022 by Dalba Quote Link to comment Share on other sites More sharing options...
Chadmando Posted December 5, 2022 Author Share Posted December 5, 2022 (edited) On 10/28/2022 at 7:58 AM, Dalba said: Hello again ! I have a "real" issue to submit this time. Save state and load state doesn't work with dolphin, while classic launchbox's pause menu works fine. I tried to use in super Pause the same autohotkey script i use with "classic" pause menu, but still no luck... This is what i tried for save state : Send {Shift down} Sleep 50 Send {F1 down} Sleep 50 Send {F1 up} Sleep 50 Send {Shift up} Do you have any idea about what's happening ? EDIT: You can try what I said below, but it looks like if you amend your code to have commas after send it should work fine as well: Send, {Shift down} sleep 50 Send, {F1 down} sleep 50 Send, {F1 up} sleep 50 Send, {Shift up} The code for load would simply be: Send, {F1 down} sleep, 50 Send, {F1 up} ORIGINAL COMMENT: Hey sorry it took so long to get back to you. I tried your method and it didn't work for me either, could be something to do with different timing of my menu loading up. Did the default setting not work for you? I tried saving and loading on the latest dolphin emulator with my default settings and it worked for me. Double click on the rectangle under "Save State 1:" Then hold shift and F1, then click submit, then save at the bottom. Use the same method for loading. (Simply F1). Edited December 11, 2022 by Chadmando Clarification Quote Link to comment Share on other sites More sharing options...
oniotaku Posted March 20, 2023 Share Posted March 20, 2023 This plugin causes my lb to not start. How can I fix this issue. Quote Link to comment Share on other sites More sharing options...
Nixx Posted October 8, 2023 Share Posted October 8, 2023 @Chadmando I'm just starting to look it at and it's a really great contribution. Thanks a lot. I was a little fed up by the Pause Menu on launchbox, especially since it doesn't wait the end of the execution of the AHK pause script to launch and i had for a emulator a specific sets of actions to do prior to show the pause menu. Citra in my case, the pause menu don't show if fullscreen, so i have to unfullscreen first, then once not in full screen hit pause (if you pause before, you can't change fullscreen status) and only then show the pause menu. Thanks again for your contribution. Your soft is a great. I still have few question if you're still around : Is there a way to add custom menu entry ? Could be usefull for some emulators, like for exemple add a "Switch beetween Mempak and Rumble" on N64 Can you open the source of your software ? So if we need a feature, we could add it. Quote Link to comment Share on other sites More sharing options...
Dalba Posted October 15, 2023 Share Posted October 15, 2023 On 12/5/2022 at 6:47 PM, Chadmando said: EDIT: You can try what I said below, but it looks like if you amend your code to have commas after send it should work fine as well: Send, {Shift down} sleep 50 Send, {F1 down} sleep 50 Send, {F1 up} sleep 50 Send, {Shift up} The code for load would simply be: Send, {F1 down} sleep, 50 Send, {F1 up} ORIGINAL COMMENT: Hey sorry it took so long to get back to you. I tried your method and it didn't work for me either, could be something to do with different timing of my menu loading up. Did the default setting not work for you? I tried saving and loading on the latest dolphin emulator with my default settings and it worked for me. Double click on the rectangle under "Save State 1:" Then hold shift and F1, then click submit, then save at the bottom. Use the same method for loading. (Simply F1). It may be ultra late, but i still thank you for your advice as you were right ! Adding commas in the ahk script did the trick ! So thank you gain ! Quote Link to comment Share on other sites More sharing options...
Chadmando Posted June 6 Author Share Posted June 6 (edited) A few years ago I moved, and I finally took my PC out of storage and rebuilt it. I decided to finally get back to working on an update I been working on before. Just released v1.9.8! You can now add in up to 20 custom images, or launchbox images to any profile. Realistically you can add as many as you want but it was just easier to code the settings program this way. I also updated most of my custom profiles to include launchbox's 2D game box images, platform title images, and game cartridge/disc images. I did not yet update any emulator hotkey settings, so if you want to retain your old ones make sure to back up your old emulator folder in \Super pause menu\Emulators and replace all the files from there into the new one. Edited June 6 by Chadmando 1 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.