Jump to content
LaunchBox Community Forums

JoeViking245

Moderators
  • Posts

    3,995
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by JoeViking245

  1. I didn't know that games could be launched via a URL. Not that I know, ya. It makes sense. What it does when you click "the button" (v1.1.0😞 Scans all games in the selected platform If the games' Application Path is a shortcut (.lnk) or a weblink shortcut (.url) If the shortcut file exists The game is marked as Installed (Installed = true) If the shortcut file does NOT exist The game is marked as Un-Installed (Installed = false) ScanForUninstalled (v1.1.0).7z
  2. So... wait. What? Look for the game's shortcut file. If it doesn't exist, ALSO look for some internet shortcut? Or are some of your games' Application Path an internet shortcut? Like: Game 1 Application Path = D:\Games\A_Cool_Game.lnk Game 2 Application Path = D:\Games\A_DIFFERNT_Cool_Game.url
  3. If so inclined, you can add this plugin I threw together to scan a platform that its games point to a shortcut file. If the shortcut file does not exist, it will be marked as un-installed (aka: Installed=false). From there, your playlist should now "work". With LaunchBox closed, extract the contents of the attached file into: ../LaunchBox/Plugins/ i.e. D:\LaunchBox\Plugins\ScanForUninstalled\ScanForUninstalled.dll Start LaunchBox and from the Tools menu, select Mark uninstalled Using: Select a platform and click "the button" What it does when you click "the button": Scans all games in the selected platform If the games' Application Path is a shortcut (.lnk) If the shortcut file exists The game is marked as Installed (Installed = true) If the shortcut file does NOT exist The game is marked as Un-Installed (Installed = false) Counts shown when the process is done are only for ones that have changed. ScanForUninstalled (v1.0.0).7z
  4. Ahhh shoot! I missed the part about them being Windows shortcuts. Looks like that may only work for [direct paths to?] storefront game.
  5. It seems that a filter like this should work.
  6. In just about the time that it took you to write this, you could have had these near-automatically being installed. Try giving this a watch and see if it can help you get you on your way.
  7. aka: 13.21-beta
  8. 1) It kinda doesn't matter. Because you're (as is LB) passing the absolute path to the emulator. On one PC, the ROMs are on an internal HDD. Separate from both LB and the emulator. On the other PC, they are on an external HDD, connected via USB (vs. on a LAN). 2) No. .zip is another one of the file extensions Flycast is able to run directly. And consequently, the ROMs on the 2nd PC are in .chd format (another supported file extension).
  9. ../MAME/artwork/[rom_name]/default.lay i.e. D:\MAME\artwork\dkong\Default.lay
  10. Yours looks just like mine except that my games are in zip format (and mines launches). But you indicated you tested it outside of LaunchBox and it worked. Also, Flycast is said to work with .cdi files. So that shouldn't be the issue. Usually when this happens, the user is testing outside of LaunchBox with either a different copy of the emulator (not the one that's in the Application Path in LaunchBox) or a ROM that does work in the emulator (and testing a ROM that doesn't work when in LB). (or all the above) The easiest way check is to verify Emulator=Emulator and ROM=ROM for both tests inside of LB and testing stand-alone. A true test is to (one way at least) is to create a batch file that sends the commands that LaunchBox is sending. Assuming your LaunchBox build is [also] on the F drive and is in the root of F, the batch file would look like: cd "F:\LaunchBox\Emulators\flycast-win64-2.4" flycast.exe "F:\ROMs\Other Sets and Systems\Sega Dreamcast\Capcom vs. SNK - Millennium Fight 2000.cdi" pause create a new text file (i.e. FlycastTest.txt) copy the above into it change the path to LaunchBox if it's different save and close since we're using absolute paths, you can save it anywhere rename the file to have a .bat file extension (FlycastTest.bat) double-click the file to run it
  11. LB v13.21-beta-2, I'm seeing the same issue as @hkr mentioned a little while back. Tested in v13.20 and the following issues are not present. When viewing in Vertical Details, the left/right navigation triangles won't change what your viewing like it does when you select the 'tabs' when in Horizontal Details view. Here, it should be able to navigate/switch to the High Score Leaderboard. Along the lines of the High Score Leaderboard, sometimes the navigation triangles won't appear when they should be there. In Horizontal Details view, the 'tabs' do. I found that if I navigate around enough, tap my nose 3 times, wiggle my toes twice, and navigate back to the game, the triangles will appear. But still don't function. And some that were there, disappear. Note: navigation does work (Vertical Details) in the lower details section.
  12. They lay file does affect the games' screen size within the bezel. When you're not using the bezel/overlay, the lay file isn't being read, thus [it's] not adjusting the game-screen size. That said, when you have LaunchBox install MAME for you, it adds into the Command-line Parameters -artwork_crop. You can try removing that (if it's in there) and see if it fixes it. Also, did you compare your lay file contents with what @dragon57 showed [for vertical games only]?
  13. Someone else did comment on Supermodel discord. But it was, they had the same (ish?) setup and didn't have issues. That is, didn't need to turn off HDR. My guess is there's probably a setting for your video card (maybe along the lines of what @Sbaby indicated) that will make it work without needing to toggle it. However I'm not very video-card-savvy to know what exactly it would be.
  14. Ah, it sounded like you were using MAME softlists. My bad. RetroArch and MAME (and maybe a couple others?) can innately show bezels. For the other emulators, there's the Reshade app, RocketLauncher or you can add into LaunchBox a third-party plugin called BezelLauncher (found in the Downloads section). BezelLauncher works with all emulators [that have been tested]. But purposefully excludes MAME and RetroArch.
  15. Version 1.3.2 released New Feature: Image Region drop-up box to view only images from the selected region Note: A 'blank' option (an option with no text) indicates images that don't have a specified region.
  16. Can you share a screenshot of the Associated Platforms section of your Flycast emulator (in LaunchBox)? Also share a screenshot of a game you're trying to launch with it. The main Details section, the Launching section and the Emulation section.
  17. MAME softlist bezels get placed into MAME's /artwork/[console_short_name]/ folder. i.e. D:\MAME\artwork\a2600\adventur\bezel.png D:\MAME\artwork\a2600\adventur\default.lay
  18. Force update the metadata file. Tools < Download < Force Update Games Database Metadata...
  19. The developers are aware and will (if not done already) remediate the issue. EDIT: In the most recent beta, the has been resolved.
  20. Thanks! And glad it awas an easy fix.
  21. I'm not sure how they fixed it, but you can try force updating the metadata file. Tools < Download < Force Update Games Database Metadata...
  22. A couple things you can try: If that don't work, try disabling the startup screen and see if that fixes it. If that fixes it and you want your startup screens, reenable it and try one or the other [or last resort] both of these.
  23. To clarify, the fresh install does or does not show those messages? I ask because you mentioned transferring your settings over. If it does not, you can copy the Data folder (which contains your settings, platforms and playlists) over to the fresh install.
  24. Glad that worked. Edit emulator. Add -f -g (that's dash f space dash g) to the default Command-line Parameters.
  25. Edit emulator. Un-check Remove space...
×
×
  • Create New...