-
Posts
579 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Sbaby
-
Visual Pinball X – Top Scores (hiscore) Viewer
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
- 22 comments
-
- 1
-
-
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
- 22 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!- 22 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
-
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
This plugin is really useful and well-made! 💪 The resizable window with the mouse is also very convenient—it would be great to have this feature in all other plugins. I also wanted to report that if I try to remove multiple images at once, it only deletes one, whereas removing them one by one works correctly. -
I just wanted to contribute to the discussion by sharing my experience: in the past, I had created symbolic links for the folders LaunchBox/Videos, LaunchBox/Images/Cache-BB, and LaunchBox\Images\Cache-LB, pointing to a much more performant NVMe hard drive. After updating to version 13.19, I haven't encountered any issues, the symbolic links remained intact and continue to work correctly.
-
I join in the thanks! It's great to see the team focusing on performance—LaunchBox is now smoother and more responsive. Thanks to the developers, moderators, and community for the amazing work! 🚀
-
Visual Pinball X – Top Scores (hiscore) Viewer
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
- 22 comments
-
- 1
-
-
Visual Pinball X – Top Scores (hiscore) Viewer
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
I prefer The Addams Family (Bally 1992) 2.4.41.vpx table, but I have tried several ROMs (Taf_l5, Taf_l5c, Taf_l6, Taf_l7), and unfortunately the plugin always responds with the message: “not supported rom...\nvram\Taf_lnumber.nv”. I have tried using the commands you pointed me to pinemhi.exe taf_l7.nv and also pinemhi.exe taf_l6.nv and the hi scores are shown correctly This is really a mystery, considering that all my other 23 tables work correctly with the plugin.- 22 comments
-
Visual Pinball X – Top Scores (hiscore) Viewer
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
- 22 comments
-
Visual Pinball X – Top Scores (hiscore) Viewer
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
I use Visual Pinball X 64 bit exclusively, but unfortunately this table has the script menu locked and I can't find any option to unlock it. I tried modifying it with a previous emulator and the plugin works, but unfortunately the table starts with messy graphics. Twilight Zone (Bally 1993) VPW Edition v1.0.vpx- 22 comments
-
Visual Pinball X – Top Scores (hiscore) Viewer
Sbaby commented on JoeViking245's file in Third-party Apps and Plugins
Theatre of Magic works very well, thanks! Twilight Zone, I can't edit the script natively, so I'm forced to create the VBS file. I commented out some lines using the ' symbol and added the one you suggested. The table works, but the plugin still throws the same error. Maybe the plugin only checks VPX files and not VBS? ' Dim cGameName ' Select Case Romset ' Case 0: cGameName = "tz_94ch" ' Coin-Based Home Version (Advanced Features) ' Case 1: cGameName = "tz_94h" ' Free Play Home Version (Advanced Features) ' Case 2: cGameName = "tz_92" ' Last Arcade Romset (Basic Features) ' End Select Const cGameName = "tz_94ch" Happy to help! 😊 Honestly, I think the only reason no one stress-tested it before is simply because the pinball theme isn't very popular on this forum. Your plugin is solid, and I’m glad I could put it through its paces after all this time! Hopefully, my feedback can be useful if you ever decide to update it. 😉- 22 comments