
Chadmando
Members-
Posts
140 -
Joined
-
Last visited
Chadmando's Achievements

32-Bit GPU (5/7)
87
Reputation
-
Thank you, I'll make sure to implement something for this with my next update. I could look into this, I'm not too sure if I want to pursue it much though. I really intended the pause menu add-on to be pause menu oriented, it would take quite a bit of work to implement this due to how my program targets the emulator window.
- 88 replies
-
- 1
-
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
It might take me a while to get to this, but I'll see what I can do in one my upcoming updates.
- 88 replies
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
Yeah I could see that being a pain. Do you have a preference for another image structure? I could look into implementing a secondary one.
- 88 replies
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
It can be named anything as long as it has an image extension. It will choose the first image it finds in the folder. Controller images in the game folder will take priority over the platform folder. The image in the platform folder would be used for all the games of the specific platform The pause menu will make a new controller game folder for every game launched, you don't have to use it you just want to use a generic platform one. The game folder name is the games title with special characters replaced with underscores. So in this case you would just put flagrall.jpg into _96 Flag Rally folder.
- 88 replies
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
This is something I've been planning on doing, yes. I had spent several hours on this, only to realize I needed to take a different approach from how I was implementing it, and decided to move onto something a little easier for a bit. Currently I am working on another small update to the Strategy guides menu, after that will be a "Videos" menu that will work in a similar manner to the strategy guides where you can "bookmark" your place in the video, which will be good for tutorials/video guides. After that I plan on getting back into the sub menus. I apologize for how long it takes for some of these updates, I try to do a little bit here and there in my free time. I had been laid off for a short while, which is why I put out so many updates fairly recently lol.
- 88 replies
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
Sorry I never really made clear instructions for updating! Backup a copy of your existing super pause menu folder like you have done (but don't delete the existing one). Copy over the new Super Pause menu files and overwrite all the existing files windows asks you to do. Copy/overwrite your old "Controls" folder to the new one (Contains your controller menu configuration), as well as any emulator config files of choice from the "Emulators" folder (Contains your custom hotkeys, and emulator settings), any .ini files from the "Profiles" folder (contains your custom menus). The Screenshots folder contains your Save file screenshot with its timestamp data, if you didn't delete this there shouldn't be a need to copy to the existing one. You can also do more of a fresh install and delete your old folder and copy over specific files from your backup, but this can be a little more cumbersome depending on how much fonts, images, manuals, etc you might have.
- 88 replies
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
Just released my new Strategy guide update, I've included emulator settings for Daphne and included logic to handle .bat files.
- 88 replies
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
This is odd behaviour. I am using Dolphin 5.0-21460. In dolphin, Options -> Configuration -> Interface I have pause on loss of focus disabled, but there's also "Hotkeys require windows focus", maybe try disabling that option?
- 88 replies
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
-
Hi, you want more options to modify the manual and controls menus more? As it is now you can only use one manual per game, and one controller/game or system. I can put these on my list of changes to make and add more options to modify these in the future, no one has requested it before, so I never thought to add more options to them yet.
-
I see. So for the super pause menu, the emulators .exe info get passed to the pause menu from launchbox, and part of the checks the pause menu does is to compare the running .exe emulator that Launchbox explicitly launches so it doesn't incidentally latch onto a potential second emulator process that may be running the background. I spent some time with Daphne today, and I added some logic into the pause menu that if the launched emulator program is a ".bat" it will latch onto the first running emu.exe that was enabled in the settings once the bat command closes with a 10 second timeout. It seems to work out well just be sure to not have another emulator running in the background that it could potentially latch onto. This will be implemented in my next release, with a config for Daphne, along with a Strategy guide menu I am working on.
- 88 replies
-
- 1
-
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
Awesome. I haven't played around with Daphne, but I can take a look this weekend. Is the bat file part of the emulator, or are you just using a batch script to launch the emulator itself?
- 88 replies
-
- 1
-
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
Good to hear. You may want to disable launchbox's pause menu if you want to use the same pause key for this. I see you were having resolution issues with launchbox's pause menu, the super pause menu should be able to handle those problems.
- 88 replies
-
- 1
-
-
- pause menu
- addon
-
(and 2 more)
Tagged with:
-
This isn't a pause theme, it's it own program seperate from launchbox. After downloading make sure you unblock the zip file by right clicking -> properties -> unblock check box. Extract the contents directly into the launchbox folder. (Super pause menu folder goes into into /launchbox/ .DLL file in plugins folder goes into launchbox/plugins.) you can then go into the pause menu settings by going into launchbox -> tools -> Super pause menu settings There are some further instructions in the pdf guide in the super pause menu folder. I also have some instructions (scroll down a little bit to quick install and setup.) here:
-
Place any image file in the folder launchbox/Super Pause Menu/images/controls/Arcade Or you can place it in launchbox/Super Pause Menu/images/controls/Arcade/game_name Doesn't matter the filename as long as it has an image extension. Do the same for other platforms if wanted eg: launchbox/Super Pause Menu/images/controls/Nintendo 64. Next time you launch the menu a "Controls" menu item should be added, and when you click on it, it will display your controller image full screen. I find it looks nice if your image has some transparency in the background, the controls really pop out. Anytime a game is ran and the pause menu is activated for that emulator a new folder is added for the game/platform so you don't have to add them manually.