- 
                Posts4,520
- 
                Joined
- 
                Last visited
- 
                Days Won34
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by JoeViking245
- 
	.thumb.png.c9faf450e4d2b690a819048b18173f61.png)  Visual Pinball X – Top Scores (hiscore) ViewerJoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins @Sbaby Disregard all of what I wrote above. Try this version. The games' ROM path file extension will need to be .vpx (or .vp9 or .vp8) The plugin no longer: looks for or even cares about VPinball.exe (or any name variant of the executable). extracts nor needs the tables script The attachment only has the plugin .dll file in it. Just replace your existing one with it. You will still need the existing "PINemHi" subfolder from your previous installation. VPXhiScores (v1.3-beta-1).7z
- 22 comments
- 
	- 1
- 
					
						
					
							  
 
 
- 
	.thumb.png.c9faf450e4d2b690a819048b18173f61.png)  Visual Pinball X – Top Scores (hiscore) ViewerJoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins I dug deep into the archives and found the original code for this plugin and now see your issue. To have the plugin enabled (not grayed out), it looks for game's emulator path to contain "vpinballx". It also uses that path to execute extracting the tables script to get the games ROM. At the time (over 3 years ago), this seemed the most logical route to determine if the game was a Visual Pinball game. To make this work for your situation, I could change the logic to look at the games ROM path and check if its file extension is .vpx. Should probably check for .vp9 and .vp8 also if you still use those tables. Is it safe to assume that your VP games ROM path all point to one of those 3 file extensions? Next, I need to figure where your vpinball executable is located so the tables script can be extracted if it doesn't already exist. PINemHi only knows where the nvram folder is (via its .ini file). And there's no reasonable way to get the executable to vp using that path because there isn't consistency to how the .exe's are named. I'm thinking the easiest way is to have you add a text file in the plugins folder that contains [only] the full path to vpinball???.exe. (something like vpLocation.txt) Then if the script needs to be extracted from the table, it'll 1st look in the emulator's application path for "vpinballx" (so don't have that in the filename of your AHK script ). If it's not there, then it'll look for "vpLocation.txt" in the plugins folder. If that exists, it'll read the 1st line to get the full path. The plugin only extracts the table script if one doesn't exist for the table being launched. So, if your custom script is in the same folder as the table AND is named exactly the same as the table (minus the file extension), it won't get extracted. Does anything stand out to you that any of this may not work?
- 22 comments
 
- 
	.thumb.png.c9faf450e4d2b690a819048b18173f61.png)  Visual Pinball X – Top Scores (hiscore) ViewerJoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins [temporarily] Set your emulator to the VPX executable run the plugin [once] for each table you want to see high scores for, "This is where it extracts the tables’ script." [when you are all done] change it [the emulator] back to your AHK script. aka, after doing the above steps [to extract the .vbs file] the emulator you use doesn't need to point to VPinballX.exe anymore. aka, you don't have "to go through all these steps every time I launch a game". Just the one time for each table to extract the .vbs file. I suppose you could create a batch file or AHK script that will loop through your tables, running VPinballX-x64.exe -ExtractVBS [filename], to get the .vbs files extracted. That way you won't need to change the emulator at all in LaunchBox. Again, as long as the .vbs file exists next to its corresponding table, there is no need for VPinballX-x64.exe to be 'the emulator'. Set your emulator back to your AHK script and see if the plugin [still] works for that table. It should. Unless you deleted the .vbs file.
- 22 comments
 
- 
	Glad it worked for you. You're welcome. If you have a Premium license, in Windows Explorer navigate to \\LaunchBox\Images\Platform Icons\Platforms\ Make a copy of "Super Nintendo Entertainment System.png" Rename the copy to "Famicom.png" Re-start LaunchBox If you'd rather us a different image, place the image in that folder (naming it appropriately). If you don't have a Premium license, you can rename you platform to "Super Famicom" where there's an existing image for that platform. with a Premium license, you could also rename the "Super Famicom.png" file.
- 
	It's probably not 'hanging'. It's probably just doesn't have focus. Edit MAME (in LB) and un-check "Attempt to hide console window on startup/shutdown"
- 
	.thumb.png.c9faf450e4d2b690a819048b18173f61.png)  Visual Pinball X – Top Scores (hiscore) ViewerJoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins Thanks! Glad to hear it still works in 2025. Yes. Extract the tables .vbs into the same folder as the table. (See How it works and What to Expect). Set your emulator to the VPX executable and run the plugin for each table you want to see high scores for, then change it back to your AHK script. Or, from the command prompt (or in a batch file or in an AHK script) run the VPX executable and use the parameters -ExtractVBS [filename]. Where [filename] is the tables filename.
- 22 comments
 
- 
	Depending on how you imported them, Super Nintendo Entertainment System (SNES) is typically a Platform. SNES would then fall under the Category 'Consoles'. What I think you're wanting (needing) to do is have your Famicom games into their own Platform. If you can somehow manage to select just those games in your SNES platform, you can press Ctrl+E to start the bulk edit wizard. Follow the prompts and then select to change the Platform and type in the new Platform name ("Famicom" or whatever you choose). Alternately, remove all the SNES games and then reimport the [actual] SNES games and Famicom games separately into their own respective Platform.
- 
	The running scripts are only available as along as the 'emulator' (batch file, in your case) is running. So if the batch file only Starts the process without the /wait parameter, it exits after the executing the Start command. Thus abandoning the Running Script. So depending on what's in your batch file might be why none of the attempts are working.
- 
	I heard of at least one other plugin having issues with the 13.19-betas. I believe because of the switch to .NET 9 (from .NET 6). So far, I haven't had any reports for the few plugins that I have out there (knock on wood). Probably wait and see what @LostArc79 says about unblocking and the LB version being used.
- 
	(With LaunchBox closed) try right-click clicking the dll file and select Properties. See if there's something along the lines "UnBlock" and a checkbox. If so, check the box, click Apply and click OK to close. Start LaunchBox. If that doesn't work, are you running the latest beta of LaunchBox. Or the latest official build (13.18)? @B-B-Lee Are you testing on 13.19-beta-3? Or 13.18?
- 
	That be the case, look at the Default Command-line Parameters and all checkboxes used in your original install and mimic those into the new install. Also check for differences in the Associated Platforms sections of both installs.
- 
	Since [it sounds like] you're using your original MAME install in the 'new' LaunchBox, edit the MAME emulator (in LaunchBox) and remove from the Default Command-line Parameters -rompath %romlocation%
- 
	OK, so it's only closing BigBox. That makes more sense. In BigBox, go to the System Menu < Options - Keyboard Mappings. Look for the mapping for Exit and select it. It should have an "X" next to it. Press Enter on your keyboard and wait 5 seconds to clear it completely. Alternately, while waiting the 5 seconds, you can press a different key to map as Exit [BigBox].
- 
	"x" on the I-PAC should be mapped to Player 1, Button 6. At least for the games I play, not too many use button 6. This all assumes your I-Pac 2 is running in keyboard mode. If it's in XInput mode, then I have no idea. (My I-PAC is too old to have XInput as an option.) Saying this 'out loud' just now makes me think you're probably playing games on just the keyboard. With that, the I-PAC should not be a factor. If you play the game(s) without BigBox running, does pressing x + something else still cause all programs to close? If you have something like Notepad opened (again BigBox not running) and press pressing x + something else, does it close?
- 
	Arcade machines weren't delivered in boxes. They typically used wooden crates. With that, you won't find [true] 'Box Front' images. If anything, there should only be 'Fanart Box Fronts'. For the Arcade platform, most people use 'Advertisement Flyers - Front' images. Myself, I use 'Arcade Cabinet' images. Neither of those are checked by default.
- 
	.thumb.png.c9faf450e4d2b690a819048b18173f61.png)  Visual problems with Rincewind custom launchbox themeJoeViking245 replied to ollybobbles's topic in Noobs While we appreciate your eagerness to get answers, please feel free to "bump" your original post rather than (re)posting the same question on multiple threads. That said (and contrary to it), you might try posting on the particular Theme's Support page. The person who created that Theme would be the one most intimately familiar with it and should be able to best help.
- 
	.thumb.png.c9faf450e4d2b690a819048b18173f61.png)  How Long To Beat (HLTB)JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins 
- 
	.thumb.png.c9faf450e4d2b690a819048b18173f61.png)  How Long To Beat (HLTB)JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins 
- 
	You didn't specifically state, I'm guessing you don't have that information so you can simply reverse what you did? Instead of looking how to 'revert', look how to shell. This is definitely a Windows issue (vs BB). I'd think you be able to Search the Registry for "BigBox.exe" (because that's what it's starting). Tip: Search just in "Data". Then wherever it's found, if its Name is Shell and it looks like it's in a Windows related section, change it [back] to "explorer.exe". A location example might be Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon Name=Shell Data=xyz Proceed at your own risk. If it breaks something, it's not my fault. etc. etc. You know the routine.
- 
	To add Star Wars Trilogy to you Sega Model 3 platform, in LaunchBox, select that platform then click Tools < Import < Manually Add Game. Type in the Title "Star Wars Trilogy" and then click "Search for Metadata" to get the appropriate information filled in. Next, go to the Launching section and click Browse and navigate to your swtrilgy.zip ROM file. Click OK to save and close. Game added.
- 
	Click the stupid upside-down triangle to the right of Complete. It'll open a dropdown menu in which contains other actually quite smart view options. Take some time to scroll through all the stupid view/filter options available to you. When your done getting familiar with them, select the smartest one that says Platform Categories. There you'll be able to see your "console" and "arcade" Categories.
- 
	.thumb.png.c9faf450e4d2b690a819048b18173f61.png)  Yuzu Early Acess 4176 Doesn't Close from the Pause MenuJoeViking245 replied to 8-BitKiddo's topic in Troubleshooting Different emulator. Different thread. But you'll find what you're after here.
 
        .thumb.png.c9faf450e4d2b690a819048b18173f61.png) 
                 
	 
					
						 
	 
	 
					
						 
	