Jump to content
LaunchBox Community Forums

JoeViking245

Moderators
  • Posts

    2,924
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by JoeViking245

  1. Thank you! Based on you saying "the appropriate SID", I'll assume the <SidFilename/> listed in the database is what's pointing to a music file. If this is correct, the few databases I've looked at list a path pointing to either a .zip, .sid, .ym or .rsn file. The last 3 I've never dealt with nor heard of. Can LaunchBox play a music file with the extension .sid, .ym or .rsn? I know it can't 'play' a .zip. If it can play all 3, I'll consider your request. If there are other file extensions that GBase uses for its music files, please let me know. (Assuming that LB is able to play them as well) Alternatively: If the music files are named the same as the games Title (<Name/>), you could just copy them into the appropriate platform under ../LaunchBox/Music/ LaunchBox will (I'm pretty sure) pick those up just as if you had them listed in the Game Music Path for each game.
  2. You're welcome. Great theory. However the Importer really doesn't care about you romset. Well, I suppose it does if you ask it to copy your ROMs into a different folder. But even then, it goes through the list (your above left photo) and attempts to copy the Rom (column 1) from the source to the destination folder you supply. And then I believe, if it doesn't exist (say in the case of a clone in a merged set), it simply moves on to the next file. If you are doing an Import Only (aka, phase 2 of Copy and Import), the plugin won't care if the ROMs exist or not. It just needs to know the path to where they're 'supposed to be'. No. It's the plugin. I personally never import clones as addition apps. Well, I never import clones at all for that matter. lol At least not in bulk. I've found it easier to add a few good ones, 1-by-1 then to remove a bunch of crap. Anyway, I had in the back of head that the Import as Additional Apps wasn't 100% and that I was "going to fix it later". And I did. Back in January. But appears I didn't share it. Thank you for the reminder. 😊 I'll update the original post with version "beta-04. "
  3. Great catch! Totally forgot about the closing part of the element.
  4. That's the old MAME format. BUT you might be able to open it in a text editor and do a find and replace [all]. Replace "<game" (without quotes) with "<machine" (again, without quotes). Be sure to include the less-than symbol (<), otherwise something like 88games will become 88machines.
  5. If you have an xml file that's formatted the same as MAME does its Arcade xml files, there's a plugin that can help with that. But the xml DOES have to formatted the same way.
  6. To view "Command", select External DAT View. Command Tab will only appear for games that are listed in command.dat. Mortal Kombat (mk.zip) is a good one to test with. You don't need anything special to view this. The paths should be setup by default. You just need command.dat in the dat folder. Again, this is for (at least) standalone MAME. I've never used RA MAME.
  7. lol. Yes. What's needing to be done beforehand is to test everything in PCSX2 itself. Once that proves good, then move on to setting it up in LB Here's what I did: Had "-batch" (without quotes) as the ONLY command-line parameter in LB. Checked Start Fullscreen via the PCSX2 GUI. Removed all the old custom command-line parameters for every game in LB. (a little over half of mine had them) Launched Kung Fu Panda, and it worked flawlessly. Without ANY adjustments being made inside PCSX2. For the few PS2 games I have, if KFP works, they'll all work.
  8. Try removing Complete all-together, then click the Games tab and see if any populate. It should populate. (If not, there's other issues) Now add Complete back in and set to Is Not Empty. Check the Games tab again. It should populate. Back to Auto-Populate, set Complete to False. Check the Games tab again. Does it populate? Weird, but this worked for me.
  9. If you're just wanting to get a single game (pacman.zip) added, you could just click the plus sign (+) in the lower right corner of LaunchBox and add it manually. This seems to work exceptionally well. Especially since you know the name of the ROM file.
  10. I think you mean to say "the current version of PCSX2, per-game config is built-in". To get it to launch correctly from LaunchBox, yes. As you've read in this thread, the old "--fullscreen" command-line parameter is now "-fullscreen" (single, not double dash). But you can get rid of that completely by checking 'start fullscreen' (or however it's written) in the PCSX2 GUI. Also, using the command "-batch" (without quotes) will alleviate the need for an exit script. Lastly, (and pretty important) if you have (had) any per-game custom command-line parameters to load specific configs, delete those. Are you having specific issues running PCSX2? Or just generally asking if you need to do things mentioned above?
  11. LaunchBox does have something like you're asking for. At least for the popup windows/dialogs. I'm not sure if BigBox does.
  12. I'm not really sure what you mean. I'm pretty sure all these do is, when you're in-game and press Tab to bring up the MAME Menu (at least in stand-alone MAME), then select inputs, instead of showing something like Player1 Button1 Player1 Button2 it'll show you (if available) what the action is Player1 Punch Player1 Jump Also in stand-alone MAME, when you open the emulator without a ROM, you can scroll sideways on the "Infos" tab to "Command" to see commands for a particular game. I've seen these buttons in color, but never figured out how to have them show that way in my MAME.
  13. If you have ROM specific ini files that you created in your old MAME setup, they're most likely in something like "D:\Old_MAME_Setup\ini\" folder. Simply copy those ini files to your new MAME folder. Something like "D:\LaunchBox\Emulators\MAME 0.246\ini\" If by chance you're talking about ROM (game) specific settings you had in your old MAME such as keyboard/controller bindings, those are .cfg files. If you want to copy those over, do the same as above but change "ini" to "cfg" in the file paths.
  14. Look at the LaunchBox debug Log file and see if it indicates any issues with it there. Also, you may want to make things "public".
  15. No need to install AHK. You can use the AutoHotkey.exe located in ../LaunchBox/ThirdParty/AutoHotkey/AutoHotkey.exe and then the "full/path/name of your script.ahk" as the Command Line Parameter. "D:\LaunchBox\ThirdParty\AutoHotkey\AutoHotkey.exe" "D:\Utils\My Awesome Scripts\TheBestOneEver.ahk" Be sure to use quotes. Especially if your path has spaces in it.
  16. Don't know about retroArch, but for stand-alone MAME, command.dat would go in the ../MAME/dat/ folder, and command.ini would go in either ../MAME/ini/ or ../MAME/ini/folders/ Depending how you have it setup.
  17. To load DemulShooter with a game, you can add an Additional App to the game (edit the game in LaunchBox), and point directly to demulshooter.exe. Set it to run Before Main Application.
  18. Just a guess for a potential solution, from your screenshot above, go to the Startup Screen section and turn off the startup screen. (Uncheck the box.)
  19. I was just re-reading/remembering that, that is the way to go. @Denys06 You might want to read through this post. It's 6 pages and a couple years old, but holds a lot of good info about an emulator that itself hasn't been updated in a while.
  20. Remove the ROM name from the Custom Command Line. LaunchBox puts that in for you.-run=gaelco -rom= -run=gaelco -rom= Also make sure your Emulator is setup correctly in LaunchBox. You'll want all 3 boxes checked.
  21. I don't use the Demul emulator, but the 1st post says to "add it as an additional application that loads before or after your hikaru game and it will make it go fullscreen on load." So you may try it there instead of the Running Script section. But since all it's essentially doing is pressing Alt+Enter when the window is active, you could try a Running Script like: Loop { ifwinactive, ahk_exe demul.exe { send !{Enter} break } } ; This section closes Demul when pressing Escape $Esc:: { Send !{F4} } ...and not use the HikaruFullscreen.exe program at all. I'd be curious to if this works.
  22. Based on you saying you want to replace them with your images ("my graphics"), you have the images you want to use. But you also said you're "hoping there was a local source", which can be read as you're looking for replacement images to use. I'm going to assume the prior (you have them). As Neil indicated, it is possible. Just remove the existing image and replace it with yours in the /LaunchBox/Images/Playlists/All Games/Clear Logo/ folder and in the /LaunchBox/Images/Playlists/Favorites/Clear Logo/ folder respectively. Option "B" (Do it from within LaunchBox itself) In LaunchBox, Right click on your "Favorites" playlist (on the lefthand side) and click Edit... Drag the image you want to use onto the Images section (right side of the Edit Playlist window). Click the image type and change it to Clear Logo. Click the 'left chevron' to navigate to the "default image", then click the "X" to delete it. (you'll now have 1/1 [one of one] images showing) Click OK to save and close. Do the same for the "All Games" playlist you created. (Not to be confused with the "ALL" playlist, which isn't really a playlist anyway. Besides, it can't be edited.)
  23. There's a Pause Theme floating around that will display the Controls Information image. (Don't recall if it's generic controls, game specific, or both) Similar to CPWizard's MAME pause feature. But not as a 'menu item'. It simple shows the image in with the Theme. I've also seen a modified Startup Theme that does the same thing. I've seen an AutoHotkey script that's used in leu of MAME as the emulator that will show a full screen 'splash' of your game-specific Controls Information image, until you press a key. After the key press, MAME is started, loading your ROM as normal. This one takes a little bit of "creative licensing" to work. But viable none-the-less. Of course, all 3 of these require that you already have all the control images. How far are you willing to go? Well, 2 years, I guess. lol I know one (or several) users have created Console (vs Arcade) specific controller images to go with the Pause Theme above. Are you wanting to create something that will auto generate on-the-fly, images? I think CPW may have done that [for Arcade]. Hmm... maybe not on-the-fly. But the auto generate is (was) cool! I'm intrigued to see where your idea takes you.
  24. It's not so much because your unfamiliar with AutoHotkey, it's because that's as much as you're going to able to do. "close". When an emulator has a built-in Reset feature, the emulator stays active while resetting. As in, it doesn't completely exit then restart. If you were to add AHK code to the Reset Game Script section of your CEMU emulator (or any emulator for that matter) that closes, then restarts then emulator, you'll have a couple issues. When your script goes to restart the emulator, there is no viable way to tell it to restart using the same ROM you originally launched with. This is the big one... When LB/BB sees the emulator close, ALL scripts are abandoned. So even though your script might 'say' WinClose CEMU... Run CEMU..., when executed through LB/BB, it will never see the latter half. And even if those weren't issues, it's probably just as easy to exit and then restart the game, normally.
  25. We're all special in our own way. lol Tested again (a couple times) and my Close Active Window button-combo does indeed close BigBox.
×
×
  • Create New...