-
Posts
4,235 -
Joined
-
Last visited
-
Days Won
34
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by JoeViking245
-
MAME Software Lists Import Tool - plugin
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
Quick Fix: From within the \LaunchBox\Plugins\ImportMameSoftwareLists\ folder, remove any messXXX.xml files (where "XXX" is any number). Restart LaunchBox. All should be good (minus the feature). Short story: The feature added over a year ago in v6.0.2 is causing issues when loading the plugin a 2nd time during a single LaunchBox session. Long Story: This tells me that during testing (that'd be me) of the new feature AND after it was released 18 months ago, no one ever started the plugin, closed it, and reopened it without having exited LaunchBox in between. I know I didn't. Or they did and never apprised me of the issue. Longterm Fix: Coming soon to a plugin near you. Hopefully I'll get a chance in the next few days to look back in the code and get this resolved. Thanks for bringing this to my attention. I'll tag you when there's an update available. Let me know if you have any other issues or comments.- 52 comments
-
MAME Software Lists Import Tool - plugin
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
I'll look into it and see if I can reproduce it and then get it resolved. To clarify, you're just trying to open it, close it, then open it again? Or are you actually importing a softlist set, and then closing it and wanting to reopen it again to import another? Different steps require different troubleshooting techniques. Thanks.- 52 comments
-
MAME Software Lists Import Tool - plugin
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
- 52 comments
-
Pause-Menu Music Player
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
Version 1.1.0 Released Improvement: Revamped how audio files are played allowing for improved features Improvement: Song resumes on subsequent pauses (vs. restarting from the beginning) Improvement: Songs will now loop/restart when the track ends during pause Improvement: Added support for more audio file formats. Including but not limited to .ogg, .webm (audio), .wav New Feature: Set pause-music volume (Default 50%) -
The log doesn't indicate you launched klax. Or any other Arcade game for that matter. It does however indicate you don't have Cloud Sync enabled (or setup?). From: Tools < Options < Integrations < MAME (On my test PC, I don't upload scores. But the "Upload your MAME high scores..." checkbox should [also] be checked.)
-
As in, you pressed Win+R and then entered D:\All-in-One\Emulators\DemulShooter\DemulShooter.exe and it did NOT launch? If so, good. Then it's not the script. Assuming that's absolutely the correct path, if it doesn't work from there, it won't work anywhere. What happens when you run D:\All-in-One\Emulators\DemulShooter\DemulShooter.exe from the Window command prompt? Or better yet, the whole command you're trying to get working. Doing this (or these) will at least (or 'should') output something in the window. Good, bad or indifferent.
-
After setting the theme to NESICA 2020, you may need to refresh the image cache in Big Box. System Menu < Options < Image Cache < Refresh All Images
-
Check your full DemulShooter path. First post it was in "D:\All-in-One\Emulators\". The 2nd post shows just in the root D drive. Then go ahead and put the executable filename in with the variable (a little cleaner to see and work with). (see below) Oh.... and check your -rom= argument. "vgs" vs. the games .xbe rom, "vsg". demulshooterPath := "D:\All-in-One\Emulators\DemulShooter\DemulShooter.exe" cxbxPath := "D:\All-in-One\Emulators\Sega Chihiro\cxbx.exe" xbeFile := "D:\All-in-One\LaunchBox\Games\Sega Chihiro\GS\vsg.xbe" Run, %demulshooterPath% -target=chihiro -rom=vgs,,Hide Sleep, 2000 Run, "%cxbxPath%" "%xbeFile%",,Hide $Esc:: Process, Close, DemulShooter.exe WinClose, ahk_exe cxbx.exe ExitApp return (I don't run either of these, so forgive my ignorance), you said the game launches, but you have the ,,Hide parameter on that particular Run line. Seems odd, but if it works, it works. I added quotes around the %cxbxPath% variable because of the space between "Sega Chihiro". I'm kind of surprised it launched that way. For the Escape sequence, if you ever have issues with it, add a $ in front of it (as shown above). Which is not a bad thing to do anyway. Lastly, Process, Close is a pretty drastic way to close down an app. It's sort of like unplugging the computer to "shut it down". NOT recommended. DemulShooter may require this more forceful approach. But [at least] for cxbx, I suggest using WinClose, ahk_exe cxbx.exe instead. (reflected above)
-
You're doubling up the exe. The Run line essentially says: Run, "D:\All-in-One\Emulators\DemulShooter\DemulShooter.exe" DemulShooter.exe -target=chihiro -rom=vgs, , Hide
-
For emulation purposes, you ARE better off using standalone PCSX2 and Dolphin. Hence "the best way to play". But if you feel you must use only RA, in Associated Platforms, scroll to the bottom and in the last blank cell, selected your platform in the dropdown, or manually type in the name of your platform if it doesn't already exist. Select the appropriate core. Add in any necessary extra command-line parameters and check Default.
-
How do I hide platforms and categories in big box?
JoeViking245 replied to Hamburglin's topic in Troubleshooting
I agree. It is perfect! And perfectly suited for your use-case. However, I disagree with it being an "alternative solution". I'd say that it is "the solution". You've made use of the options and features already built-in to LaunchBox/Big Box to accomplish what you were wanting to achieve. You've got a 'dedicated' Arcade cabinet, "with options". Kind of like having friends-with-benefits, but on a gaming level. -
How do I hide platforms and categories in big box?
JoeViking245 replied to Hamburglin's topic in Troubleshooting
(late to the party...) I'm curious to what hear your 'alternative solution' is. To me, this sounds a little different than what you were originally asking about. Which I interpreted to be (something like): Add a feature (e.g. checkbox in the Edit Platform) to "Hide [platform] in Big Box when locked". Personally, I think it's a good idea (the one I interpreted, that is.). As suggested, you should visit https://feedback.launchbox.gg/ and add a Feature Request (Create a New Post). -
Hide cursor for systems like Nintendo DS and DSI
JoeViking245 replied to Joe35car's topic in Troubleshooting
No. That was misinformation on my part. -
Hide cursor for systems like Nintendo DS and DSI
JoeViking245 replied to Joe35car's topic in Troubleshooting
You could try adding --hide-mouse to the command line parameters for those platforms. -
Pause-Menu Music Player View File Inspired by a feature request on the LaunchBox feedback site by @crusadeRGP https://feedback.launchbox.gg/p/pause-screen-music-player "Add option to set custom music tracks and/or game music to be auto played when pause screen is activated and muted/stopped when returning to game" This plugin will allow you to play music while your game is paused. This can adapted to any Pause Theme. Requirements: LaunchBox version 13.19 (or newer) Game and/or Platform and/or Background music files Modified Pause Theme Installing: Extract the contents of the zip file into /LaunchBox/Plugins/ e.g. D:\LaunchBox\Plugins\PauseMenuMusic\PauseMenuMusic.dll Setup (Required for this to work) Navigate to your \LaunchBox\PauseThemes\ folder If you don't use a custom pause theme, select the Default folder Press Ctrl+C, then Ctrl+V This will create a copy of the Default pause theme folder (Default - Copy) Go into your theme's folder (e.g. D:\LaunchBox\PauseThemes\Default - Copy\) Using any text editor, open Default.xaml Add/insert these 3 lines as shown below xmlns:playMusic="clr-namespace:PauseMenuMusic;assembly=PauseMenuMusic" <playMusic:PauseMenuMusicPlugin x:Key="playMyMusic"/> <MediaElement Source="{Binding SelectedGame, Converter={StaticResource playMyMusic}}"/> Save and close the file Repeat for other xaml files in that folder Go to Tools < Options < Gameplay < Game Pause Make sure the Pause Theme you modified above is selected Insert line #1 here: Insert line #2 here: Insert line #3 here: Optional: Now that you've read, and have a complete understanding of how to modify your theme... included as an additional download is a pre-modified version of the Default Pause Theme (Default - Music). You can use this instead of doing the above theme modifications if you so wish. After downloading, copy the contents of Default - Music.7z into your \LaunchBox\PauseThemes\ folder e.g. D:\LaunchBox\PauseThemes\Default - Music\Default.xaml Set Default - Music as your Pause Theme Settings/Options: Start LaunchBox Go to Tools < Pause-Menu Music Player Default settings (shown): Look for the games' music file Use fallback music files The plugin is enabled Music types: Select to play: Game specific music Platform specific music Background music Fallback order-of-precedence: With fallback enabled, the plugin will look for music files in the following order, starting with your selected music type: Game > Platform > Background Platform > Background Background: [none] If fallback is disabled and there is no music file for your selected type, no music will play. Disable Pause Music: When checked, no music will play during Pause. After making any changes, be sure to click Save Changes before closing the window. Music Files: Only .mp3 and .wma audio files are supported. The plugin will search for them in that order. If your platform or background folders have music files that are .mp3 and .wma, only the .mp3 file will ever play. Music folders/files: As prescribed by LaunchBox, music files should be located respectively in the following folders: Game: \LaunchBox\Music\[platform]\[game.ext] Platform: \LaunchBox\Music\Background\Platforms\[Platform Name]\[any_file.ext] Background: \LaunchBox\Music\Background\[any_file.ext] Caveats: Only .mp3 and .wma audio files are supported. (a limitation of the method I chose to play audio files) When you pause the game, the music (if found) plays. When resuming the game, the music stops. When you pause the same game-play again later on, the music plays. From the beginning. Again. With the tools and motivation at hand, there isn't a reasonable workaround for this. If you have multiple audio files for the game, platform or background, only the 1st one found will ever be played. There's no volume normalizer feature. Analyzing the media's audio levels programmatically to normalize them would add excess processing. (That, and I don't know how with the tools and motivation at hand.) Music/song files will not loop. So don't pause for longer than the song. (We're here to play games, after all. Right? ) As always, all thoughts, views, opinions, comments and suggestions are welcome. Submitter JoeViking245 Submitted 08/12/2025 Category Third-party Apps and Plugins
-
Version 1.1.0
12 downloads
Inspired by a feature request on the LaunchBox feedback site by @crusadeRGP https://feedback.launchbox.gg/p/pause-screen-music-player "Add option to set custom music tracks and/or game music to be auto played when pause screen is activated and muted/stopped when returning to game" This plugin will allow you to play music while your game is paused. This can adapted to any Pause Theme. Requirements: LaunchBox version 13.19 (or newer) Game and/or Platform and/or Background music files Modified Pause Theme Installing: Extract the contents of the zip file into /LaunchBox/Plugins/ e.g. D:\LaunchBox\Plugins\PauseMenuMusic\PauseMenuMusic.dll Setup (Required for this to work) Navigate to your \LaunchBox\PauseThemes\ folder If you don't use a custom pause theme, select the Default folder Press Ctrl+C, then Ctrl+V This will create a copy of the Default pause theme folder (Default - Copy) Go into your theme's folder (e.g. D:\LaunchBox\PauseThemes\Default - Copy\) Using any text editor, open Default.xaml Add/insert these 3 lines as shown below xmlns:playMusic="clr-namespace:PauseMenuMusic;assembly=PauseMenuMusic" <playMusic:PauseMenuMusicPlugin x:Key="playMyMusic"/> <MediaElement Source="{Binding SelectedGame, Converter={StaticResource playMyMusic}}"/> Save and close the file Repeat for other xaml files in that folder Go to Tools < Options < Gameplay < Game Pause Make sure the Pause Theme you modified above is selected Insert line #1 here: Insert line #2 here: Insert line #3 here: Optional: Now that you've read, and have a complete understanding of how to modify your theme... included as an additional download is a pre-modified version of the Default Pause Theme (Default - Music). You can use this instead of doing the above theme modifications if you so wish. After downloading, copy the contents of Default - Music.7z into your \LaunchBox\PauseThemes\ folder e.g. D:\LaunchBox\PauseThemes\Default - Music\Default.xaml Set Default - Music as your Pause Theme Settings/Options: Start LaunchBox Go to Tools < Pause-Menu Music Player Default settings (shown): Look for the games' music file Use fallback music files The plugin is enabled Volume set to 50% (new v1.1.0) Music types: Select to play: Game specific music Platform specific music Background music Fallback order-of-precedence: With fallback enabled, the plugin will look for music files in the following order, starting with your selected music type: Game > Platform > Background Platform > Background Background: [none] If fallback is disabled and there is no music file for your selected type, no music will play. Disable Pause Music: When checked, no music will play during Pause. After making any changes, be sure to click Save Changes before closing the window. Music Files: Only .mp3 and .wma audio files are supported. The plugin will search for them in that order. If your platform or background folders have music files that are .mp3 and .wma, only the .mp3 file will ever play. Many audio files formats are supported. Including, but not limited to: .mp3, .wma, .ogg, .webm, .wav (v1.1.0) Music folders/files: As prescribed by LaunchBox, music files should be located respectively in the following folders: Game: \LaunchBox\Music\[platform]\[game.ext] Platform: \LaunchBox\Music\Background\Platforms\[Platform Name]\[any_file.ext] Background: \LaunchBox\Music\Background\[any_file.ext] Caveats: Only .mp3 and .wma audio files are supported. (a limitation of the method I chose to play audio files) (v1.1.0 Many audio file formats not supported) When you pause the game, the music (if found) plays. When resuming the game, the music stops pauses. When you pause the same game-play again later on, the music resumes from where it left off. plays. From the beginning. Again. (v1.1.0) With the tools and motivation at hand, there isn't a reasonable workaround for this. (motivation found ) If you have multiple audio files for the game, platform or background, only the 1st one found will ever be played. There's no volume normalizer feature. Analyzing the media's audio levels programmatically to normalize them would add excess processing. (That, and I don't know how with the tools and motivation at hand.) Music/song files will not loop. So don't pause for longer than the song. (We're here to play games, after all. Right? ) (v1.1.0) Music/song files will restart/loop when the track ends during pause. As always, all thoughts, views, opinions, comments and suggestions are welcome. -
Do you have the controller mappings mapped in LaunchBox and Big Box, respectively? It should Just Work™. Big Box System Menu < Options < Controller Mappings "Close the Active Window" LaunchBox Tools < Options < GameControllers < Mappings "Exit Game" Note: It seems (sometimes???) you need to press [and hold] one 1st, then press the other, in that order. e.g. Back then Start. OR Start then Back.
-
new version freezing and will not leave default theme
JoeViking245 replied to hyunchris's topic in Troubleshooting
It's not a Windows 10 thing. (if it were, I'd be in a world of hurt on all my PC's. ) If you're OK with 13.21, copy the files over again from the laptop. Then navigate (on the PC) to /LaunchBox/Data/ and using any text editor, open Settings.xml and search for <CheckForUpdates>true</CheckForUpdates> Replace it with <CheckForUpdates>false</CheckForUpdates> Save and close, THEN start LaunchBox. See if Big Box still has the same issues. -
Multiple screen setup, main screen keeps changing
JoeViking245 replied to arcademode's topic in Troubleshooting
You mentioned third screen a couple times. If you're using the ThirdScreen plugin, you might be best to post on its Support page. ThirdScreen Plugin for Platform Video Marquees, 3+ Screen Support, and more - Third-Party Applications and Plugins (Released) - LaunchBox Community Forums If I misunderstood, hopefully someone can help you here. 😊 -
The error indicates something is up with your license file. Email support@unbrokensoftware.com and they can sort it out for you.
-
Super Model 3 not saving settings
JoeViking245 replied to wolfenstein0099's topic in Troubleshooting
Are you properly exiting the test menu? In your Supermodel emulators folder, there should be an NVRAM folder. In that folder will be rom_name.nv files. Is there an nv file for the ROM your creating/changing settings for? You could try the pre-made nv files found here: -
They were both found here. Make sure your Platform is set to Windows. May also try to force update your local database. Tools < Download < Force Update Games Database Metadata...
-
How to choose the core during a Retroarch import process
JoeViking245 replied to legolas119's topic in Noobs
Ahh. I don't know how to use RetroArch as a frontend. -
I think.... Go to System Menu < Options < General < Remember Last Platform (enable this) Go back to your platforms view and select your Windows platform. Exit Big Box Restart Big Box (should start at the Windows platform) Go back and disable Remember Last Platform