-
Posts
575 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Sbaby's Achievements
-
Hi, actually it still works for me, but I think it depends on how you exit the game. Exiting with "Esc" is different from exiting through the LaunchBox pause menu. I personally put the same script in both contexts, so I get the same result whether I exit with "Esc" or using the LaunchBox button combination or the pause menu. Also, of course, it depends on your configuration, which might be different from mine or others. In general, though, I recommend using WinClose instead of Process, Close. You can try something like this: WinClose, ahk_exe {{{StartupEXE}}} or WinClose, ahk_exe mame.exe or (if you want to be sure) WinClose, ahk_exe {{{StartupEXE}}} Sleep 200 WinClose, ahk_exe mame.exe The WinClose approach allows you to directly close the emulator without any risk of losing save data, unlike Process Indeed
-
Visual Pinball X โ Top Scores (hiscore) Viewer
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
- 21 comments
-
Visual Pinball X โ Top Scores (hiscore) Viewer
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
Hi, Since the Pinemhi tool (excluding the leaderboard) only works with nvram and fpram files, I discovered that for tables without a ROM, the program should retrieve the hiscore from the vpreg.stg file instead of using PinEMHi. Do you think you could implement this feature in your fantastic plugin one day? It would be really interesting!- 21 comments
-
- 1
-
-
Big Box Crashing After Around 2 Minutes of scrolling....
Sbaby replied to Cnells2000's topic in Troubleshooting
Iโm adding my testimony as well...Iโm experiencing the same crash issue. I hope a solution is found soon -
LaunchBox Games Database Image Viewer-Plus
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
Yes, I think you have identified the problem. Now, even though some images sometimes remain blank, they load correctly after a few seconds. However, if I also keep the ThidScreen plugin active, I notice that loading is slower, and some images, though not all, may freeze and stay blank. In my opinion, you should strengthen the refresh of the loading process. Still, even like this, without other image plugins active, it now works. -
LaunchBox Games Database Image Viewer-Plus
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
-
LaunchBox Games Database Image Viewer-Plus
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
-
LaunchBox Games Database Image Viewer-Plus
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
Hi, thanks for the update on the new beta version of the plugin. Unfortunately, Iโve encountered an issue: while the HIDE IMAGES function stays enabled after the second launch, the zoom levels are lost. I usually keep them at the maximum, all the way to the right, but afterward, no images are displayed. Sometimes, if I close and reopen it, some images appear, but as soon as I switch sections, such as to Box Front, all images disappear. On the other hand, with the stable version 1.2.1, everything works fine, and the zoom levels remain as set. -
LaunchBox Games Database Image Viewer-Plus
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
-
LaunchBox Games Database Image Viewer-Plus
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
-
-
LaunchBox Games Database Image Viewer-Plus
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
Thank you for fixing the plugin! It now works really well and makes everything much more efficient. If I may suggest an improvement that I would find useful (and I believe others would too), it would be great to have, along with the image preview, some key details like resolution and file size. This would make it easier to quickly assess which images to keep or delete, helping to choose the best ones more effectively. In particular, some images may look identical at first glance but could have lower quality when viewed in full screen. Having resolution and file size readily available would make it much easier to spot these differences and make better decisions. Since I have images archived from many years ago, such a feature would be extremely helpful for managing them more efficiently. Thanks again for your work! -
LaunchBox Games Database Image Viewer-Plus
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins