Jump to content
LaunchBox Community Forums

JoeViking245

Moderators
  • Posts

    4,601
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by JoeViking245

  1. I'm not sure if it's 'right' or even a 'fix', but I recall something about setting the 2 monitors [in Windows Settings] side-by-side. With the primary monitor on the left and the marquee on the right, and then both lined up across the top. --------------------------- ----------------- | | | 2 | | 1 | ----------------- | | ---------------------------
  2. You can't do it on a per-emulator basis. But you can add an Additional App to multiple games all at once. (vs. one game at a time)
  3. It looks like maybe an applied filter or the bezel has an innate filter over its transparent area. Looks like a vertical running-bond (like a sideways brick wall) pattern. But that's more than I know about using filters. If "filter" is even the correct word here.
  4. It's working with the Default Theme and v13.4-beta-4. Are you using a different theme? (I don't know if it's theme dependent or not) Do you at least get the option to View Fullscreen when you right click on an image?
  5. Ya. Don't do that. Use PCSX2. In PCSX2, make sure you have Confirm Shutdown un-checked (Settings - Interface). In LaunchBox, edit your PCSX2 emulator (Tools, Manage, Emulators) and have "-nogui" (without quotes) in the Default Command-line Parameters.
  6. I swear NES was working for me yesterday. But it's not working today. However, I did find an apparent 'fix'. (at least it's working for me, today) Edit your emulator and change the Emulator Name: to "Get-Game MAME". Or "MAME Get-Game". Or "Get-MAME-Game". Or some variant that has the word "MAME" in it. "ThisIsNotTheMAMEemulator" will also work.
  7. Just look at mine. I guess I have something similar in my running script. To 'play nice' with PCSX2, you may want to change out that Process, Close $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } Also, unless you always exit from the pause menu (uses the Exit Script), you'll want to put this in the Running Script section.
  8. Here's what I found... It works in some Platforms and not others. Why? I have no idea. For me it works in Arcade and in NES. But it didn't work in SNES or Wii. So you may want to test in a different platform, until you find one that doesn't express concern that the ROM file doesn't exist. Then in that platform, do your full-blown testing with the proper batch file to see if it'll even work as you'd expect. Once that all for-sure works, you can jump back to resolving the ROM file doesn't exist issue.
  9. Do you have "-nogui" (without quotes and a single dash) for your command line parameters?
  10. If you can find MAME category ini files for those playlists you want, you can create the playlists with this plugin. In the plugin description, it describes where you can find some and also create-and-download them (read this comment) for importing. You could also create them long-hand if you follow the ini formatting (though may be tedious).
  11. Double check that you have badges set to Show Badges and that you have Enabled Retroachievements.
  12. You can add/set-up both emulators in LaunchBox and assign their Associated Platform to Xbox. But only one of those can be the Default Emulator. Then in LaunchBox, you can right-click a game, select Launch With and choose one or the other of those 2. If say you set xemu as the Default Emulator and you have a specific game that you want to always launch with cxbx, you can edit that game and in the Emulation section, change the emulator to cxbx. Likewise, you can select multiple games and use the bulk edit wizard to change them to use cxbx.
  13. When you open Dolphin by itself and start a game from there, does it do the same thing? Is the game "playing" such that you hear sound from it and just the game screen is black? Or does it just show a black screen, until you exit the game?
  14. 2 possible options for adding individual games are: Drag and drop the ROM files onto the LaunchBox UI (follow the prompts) Click Tools, Import, Manually Add Game (you'll need to do this for each game)
  15. Correct. LaunchBox does not innately support marquee monitors. aka, a second or even a 3rd monitor. And requires aa 3rd party app or plugin to do so.
  16. Try having LaunchBox change the paths for you. Select all games in your Arcade Platform (click on one, then press Ctrl+A). Then click Tools, File Management, Change ROMs Folder Path for Selected Games and follow the prompts.
  17. Any chance you have Steam running in the background?
  18. If you're using a recent version of PCSX2, specifically QT (recommended), in your Default Command-line parameters (when you edit the emulator in LaunchBox) put -nogui "Old" PCSX2 would have you put "--batch" (I believe that's what it was). Also, to have it start in full screen, you can either open PCSX2 emulator and check the box for fullscreen, or add "-fullscreen" (old way was "--fullscreen" (2 dashes) [both without quotes]) to the command-line parameters. (sorry. I had forgot about the -nogui part)
  19. Better than using a script.... verify that you don't have Confirm Shutdown checked.
  20. It's recommended to always use the Exit selection from within the PC games menu for exiting these types of games. This is to ensure a proper shutdown of the game. That said, if the games executable starts the game directly (vs being a 'launcher' app that then loads the game), it may be possible to save your above script to an .ahk file (MyScript.ahk) and then set that as an Additional Application for the PC game and have it Automatically Run Before Main Application. No. The only way to dedicate a single image type (i.e. Box-Front) to a game is to remove the other images of that type for that game. Otherwise, you get to cool effect of having that image type alternate through the other images [of that type].
  21. Did you set up the Controller Mapping in BigBox itself for Close Active Window? LB and BB controller mappings are set independently from each other. You can use the same button combo. Just need to map them in each program separately.
  22. But the batch file needs some information 1st to make it dynamic (aka universal to many ROMs). The games ROM (.exe in your initial testing) doesn't need to physically be there. But the game does need to point to where it's going to be. i.e. game.exe is going to be downloaded (copied) to d:\no\where\in\particular\ Then, launching the game with the [batch file] Emulator (like the one I posted earlier), 2 parameters get passed to the batch file. The 1st one is the %romlocation% parameter and the 2nd one is the full path to the ROM file (or .exe in your case). Now, that batch file can look for GamesSource.txt in the romlocation's parent directory (extrapolated in the 1st FOR statement). blah blah blah and so on. You can adjust your games Launching File Location so that it looks for GamesSource.txt in the appropriate parent folder. And if all your game's download info is coming from the .txt file, you'll still need a fake "game.exe" in the Launching path for the above batch file (as written) to work correctly. You can always adjust the Location path and/or batch file contents accordingly. My Dummy.bat file (emulator) that gave the above output when launching "game.exe" looks like @echo off set path=%1 set fullRom=%2 echo. echo RomLoaction: %path% echo. echo FullPathToRom: %fullRom% echo. echo. echo The End pause
  23. To enable saving local high scores in stand-alone MAME, an alternate method (and possibly less susceptible to human error) than mentioned above is to set it up directly in MAME. In LaunchBox, right on an Arcade game and select Open MAME. Once opened, double-click on General Settings. On the General Settings menu, double-click on Plugins. If MAME 0.229 has the older menu items, once MAME is opened, Plugins will be a menu option below Configure Options. On the Plugins menu, select Hiscore support and press the left or right arrow key to turn it on (or off). Press Escape once to close the Plugins menu. [If showing the 'older' menu(s), double-click Configure Options] then double-click Save Settings. Press Escape to close the General Settings menu and again to close MAME. No. A premium license is not required for setting up accounts. For the Forums, you obviously already have one. To connect to the LaunchBox Games Database, in LaunchBox click Tools, Cloud, Connect to the LaunchBox Games Database. This will be a separate account than the forums and a "Register for an Account" link will appear. To Request a Feature (top of this page under Help & Support), You will need to create a (free) BitBucket account. Hopefully one of those 3 was 'an account' you were referring to.
  24. What ROM are you passing to the Emulator (batch file)? The ROM shouldn't have changed any. Thus it exists. Just the Emulator you're passing the ROM to changed. I did forget to mention (remind you) to associate the new emulator to the platform. You can set it as default, or leave that unchecked and right click the game and choose Launch With, then select the original emulator or the new one. This [has and] will work. If it's still causing issues, share screen shots of your new Emulators Details section and the Associated Platforms section. Then also, the game you're trying to launch, its Launching section and Emulation section.
  25. Well, if it ain't broke, don't "fix" it. It may very well be valid. I've just never seen it in a set parameter. Though I've never used /p in there either. So may be a part of that?
×
×
  • Create New...