-
Posts
4,496 -
Joined
-
Last visited
-
Days Won
34
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by JoeViking245
-
Dang! That was done almost 5 years ago! And don't think I've opened the app since then. I believe it comes with a few templates already. For the background (green panel), I forget how exactly I made that (Photoshop or something). You could probably take its default background and use [something like] Gimp to change the color to your liking. Should be able open the default template and then move the buttons around to match your cab. The greying out is automagical when you generate the images. From some OLD notes I have about generating the images: Edit Options MAME Filters check or uncheck Fileters accordingly ***make sure Includes and Excludes fields are empty*** MAME Paths set the MAME exe path "OK" View Preview make sure you can see files listed Close File Export - Batch Image Layout 1024 x 768 Draw Background Output Folder ..... "GO!" 'and now we wait...'
-
[Tutorial] How to launch Philips CDi Games with Retroarch in LaunchBox
JoeViking245 replied to SiriusVI's topic in Emulation
How to select the core was answered/resolved in Discord. -
As for being a PITA, not really. I mean the information's there. Plus I gave you the answer. For MAME, the ROMs are best found getting a MAME fullset. In MAME's softlist (software list) set, each system is in its own folder. e.g. a2600 and a2600_cass. For most MAMEs softlist's, it's just a matter of giving it the softlist name (a2600) and the ROM name. That is, you can get away without having to state the media (-cart). In this case, you're loading a cartridge and a cassette. So the media is required. There's one (or more) threads on this site that go over most every softlist system and the command line parameters for using [standalone] MAME. And I think you can use the .a26 files with MAME. Regardless of which route you decide to go, always glad to help. As are many others here on the Forums. But the ol' adage is, if MAME can emulate it, use it. That said, there are some cores in RetroArch that can emulate certain systems just-as-well. Except Arcade. (My opinion... do NOT use RetroArch for Arcade!) Again, glad to help! And "the correct answer" gives you a 100% working system (Atari 2600 with a cassette to cartridge converter) for all 13 games that you'll never need to look up anything more for it. Plus, you now have the knowledge to apply towards future systems. 😎
-
What are you entering at the command prompt? (it'd be helpful to know where you're starting from) For consoles, the hash files come in super handy. For example, you found that scharger.zip is in with /a2600/. And looking at /hash/a2600.xml you'll find scharger shows the part name to be "cart". (which coincides with all ROMs in /a2600/) Now grab a cassette. e.g. The Official Frogger (offifrog.zip). This is found in /a2600_cass/. Since you found it in /a2600-cass/, you know that the media is a cassette ("cass"). But is also found in the xml file. Now that you know the system, the required media and the respective ROMs, put them altogether. mame.exe a2600 -cart scharger -cass offifrog Now you can add to your collection and play all 13 (2 of which are only partially supported and there's 38 if you include clones) games.
-
Editing the Default theme via Visual Studio
JoeViking245 replied to stigzler's topic in Big Box Custom Themes
You won't be able to load the sln. That's just how it is. Even if you manually added references, some just will not load (e.g. BigBox.dll). As in, they're not loadable references from "the outside". Also, the themes don't Build like you would an app. So, the ones you only need are what's in the declarations of the xaml. What you really need is just a way to be able to preview the xaml. The only way I've found is to comment out the lines that are erroring and then [temporally] replace them with a place holder (like an <Image>). Another option (say, if starting from scratch) is to work with a blank xaml and add your grids and stackpanels etc. to appear how you want them. This way you get a visual of the layout. Then fill in some elements (e.g. Image or TextBlock) to fine tune any alignments, margins etc. Lastly, put in the 'proper' elements. Neither of which are ideal. I agree that at least having "dummy pack" of the un-referenceable dlls (made referenceable) could be useful. These 'dummy dll's' could merely contain object placeholders, enough to not throw errors "for the average Joe" trying to view the xamls. -
Missing Platform in the Game Database: Mega LD / Pioneer LaserActive
JoeViking245 replied to totoro's topic in Contributions
You can request adding a console not in the database on the Feedback site. Requests posted here have the possibility of getting lost in space and time (unintentionally overlooked). Requests added to Feedback get placed on "the list". Here's a direct link to the Database section of the feedback site. Feedback - LaunchBox Games Database -
The file is just a MAME derived list of the machines (games) only (no configurations). So can be named whatever_descriptive_name.ini. This would get placed in /MAME/ini/folders/ then can be accessed in the MAME interface by selecting Custom Filter. Alternately, it can be used by something like the MAME (Custom) XML Importer plugin for importing just the games listed. Correction: can be used by something like the Create Playlists from MAME category ini files plugin for creating playlists from just the games listed. Or, one could just look through it to see all the ROM names for horizontally oriented machines.
-
Following the example steps above (changing Machine to Game), on the final click on Export, the site will gather the data then depending on your web browser, you will be asked to save the download or it will just start downloading. The download is saved to wherever you save file downloads. If you're still having issues, try a different browser.
-
Launchbox can't find some games that are in the Games DB
JoeViking245 replied to Elhora's topic in Troubleshooting
Going to Tools < Download < Force Update Games Database Metadata... should resolve the issue of missing games. -
LaunchBox themes are in /LaunchBox/LBThemes/ and Big Box themes are in /LaunchBox/Themes/. Image and video placement in the respective themes are set in the xaml files located in the themes /Views/ folder. Though the themes for each interface are completely different, they will both utilize images and videos found in /LaunchBox/Images/ and /LaunchBox/Videos/. There's a pdf document in /LaunchBox/Themes/Documentation.pdf There's also documentation on this site: Big Box Theming - LaunchBox
-
Bug at add a platform based on another.
JoeViking245 replied to soqueroeu's topic in Troubleshooting
Uncheck Root. In your last image, the upper arrow is for the Consoles (Category) checkbox. The lower arrow is for the Root checkbox. -
No Sound After Updating To MAME .28 (SOLVED)
JoeViking245 replied to Glinako's topic in Troubleshooting
Thanks! Others coming across this issue will be appreciative. I know they had an audio issue about 2 revisions back. It changing was probably a left-over fragment of the issue and resolve. -
LaunchBox Ambient Music Player
JoeViking245 commented on JoeViking245's file in Third-party Apps and Plugins
Version 2.0.1 Released Fixed: When Keep playing when LaunchBox is not in focus is set to False, the music player is not pausing until after the 1st song in the playlist is over (aka, after starting the 2nd song) when LaunchBox loses focus. An adverse side-effect of the 2.0 update. Thanks to @Volikhar for bringing this to my attention! -
Whew! Glad it worked. It appeared to be a simple oversight on my part, and thankfully that's all it was. A painless, non-drawn-out fix. No further information (logs etc.) is needed. If you wish to share your appreciation, in the plugin Settings, you can click the Info icon and then click the Viking Mickey to navigate to my Ko-fi page. (He ain't there just for his good looks. ) From the immortal words of Bartles & Jaymes, "Thank you for your support."
-
Dang, this was from almost a year ago. (Have to try to remember) I'm not sure if the save state defaults (F6 etc.) have changed in MAME since then or not. But the 3 [possible] states at least are still the same. The save state actions are set in LaunchBox when you edit the MAME emulator. Big Box adheres to whatever those settings are. Honestly, I'm not familiar with what state options are available in the Pause Menu because, to me, using them (and pausing for that matter) for Arcade games is borderline sacrilegious. So have never really bothered looked.
-
Is this contrary to what your screenshot is showing? If so, I'll see if I can do some investigating. Oops. Never mind. In the meantime, can you share the log files (located in the \LBambient\Logs\ folder)? Best to start setup, set the toggle to Not Play, get something playing, start a game, play for a minute or so (music still playing?), exit the game then share the most recent log file. Also, what emulator is this happening with? Steam games? Windows games? A platform using RetroArch? Arcade/MAME? Oh, and this is the support page for the plugin (which there's a link to this page from the Info window [clicking the i in the lower right corner of the plugin settings window]), so it's a perfect place.
-
No Sound After Updating To MAME .28 (SOLVED)
JoeViking245 replied to Glinako's topic in Troubleshooting
Can you share what you changed it from and to so that future readers can benefit from this? -
-
-
You could try setting them the old way by manually doing what's shown in the [Reveal Hidden Contents] What's actually happening when you "Setup" a theme: (a behind the scenes look) section in the description. What view are you using? Can you copy that file (the file, not its contents) here. e.g. /LaunchBox/Themes/Colorful /Views/PlatformWheel4FiltersView.xaml With how the theme was written, how the plugin inserts the 2 lines may not find "the spot" to insert them. Based on the error, my guess is the 1st line (near the top) didn't get inserted. Were there any other errors that show when you start BB or load the particular theme? Like a big, long error message with a bunch of garbley-gook of the issue (aka, more than what you mentioned)?
-
-
I had this happen the other day when I was updating JP Salis's tables. It did that on some tables, but not all. The next day, it didn't happen anymore. Theory: Try "turning it off and back on". (The computer, that is. )
-
Launchbox Free - Video Snaps Not Working After Update
JoeViking245 replied to Brett_00's topic in Troubleshooting
If the videos had worked before in the Free version, it was a glitch. Video playback support is a Premium feature and is not [supposed to be] available in the Free version.