Jump to content
LaunchBox Community Forums

Headrush69

Members
  • Posts

    1,369
  • Joined

  • Last visited

Everything posted by Headrush69

  1. You want to save either a core or a content directory override with the universal bezel for each system enabled. If there is a game specific one it should override the universal one.
  2. Have you set the the primary control for the games that need a change in Controls Editor? A post of a debug log would probably indicate where the issue is fairly quickly.
  3. In the controls section of Retroarch's quick menu, save a core remap, a content directory remap or a game remap and it should be set ever load. You probably want a core remap unless you have a core that runs multiple systems, which you'll probably want content directory remap for that one.
  4. If you start the core, bring up the Retroarch quick menu and go to Options -> System and enable Display MAME menu Return to the game (any game is fine), hit the tab key and it should bring up the old MAME menu. There should be an option there to generate and XML file. I think it saves it in the core's save folder, can't remember 100%. There's your DATA file.
  5. They are ALL complete sets, just each is for a different MAME version. MAME2003 reference set is for the MAME2003 core which is based on MAME 0,78 <- this set doesn't change MAME2003plus reference set is for the MAME2003plus core which is also based on MAME 0.78 <- this set however does change. Best way to get complete set is use current DAT to rebuild. Although they share a lot of the same roms and some haven't changed at all, it can explain why so work and some don't. @santaclaw Glad to hear your happy with the solution. You might also want to look at the FBNeo core. Although I keep a current + roll back packs for all 3 emulators, I'm looking at switching to FBNeo for many of my main arcade titles for it Retroarch integration and features.
  6. You never answered whether it was all roms or some? FYI, the 2003 reference set isn't the complete 2003plus set. (They are both based on MAME 0.78 though) The MAME 2003-Plus Reference set found on a popular archive site is from 2018 as well. So not up to date,.
  7. You can override using LEDBlinkyControlsEditor and set intensity levels for RGB for any button per game, or you can also add new colors in Color-RGB.ini and then reference them in colors.ini For example: In Color-RGB.ini In colors.ini
  8. I have a full non-merged mame2003plus rom set and core still working fine called from LB. Santaclaw, is it all roms or just some?
  9. The problem with DAT files is they contain specifics about the roms in every rom set. That can change with MAME versions. Once I have my curated list, I just do a directory listing in Powershell, removing the file extension and redirect that output into a text file. This file just lists the rom set name, no details about the roms within. When you import that file in CMP, it will enable those rom sets and automatically grab all the roms within those sets.
  10. A couple things: You have to click the Advanced button and make sure the Separate BIOS set is not enabled to make true inclusive rom sets. When rebuilding, CMP doesn't base the sets it's creates on what is in the input folder per sa. It knows the split or merged set you have in the input folder has roms used by other sets as well, so it tries to create those sets as well and thats why you see more rom sets in your output folder. To do what you want, you have to click the Set Information button when in the scanner section. When this opens, you will see all the roms and some like Neo-Geo are grouped. Deselect all and than only select the ones you want. The Set Information tab has some great features. Now that I have my MAME game listed curated, I have a simple text file with all the names of the roms I want. Each MAME release, I bring up the Set Information, deselect everything and select roms by the import file feature there. Only the roms I want update and super fast. The only time this won't work is if the rom set name completely changes (not the roms inside), but that doesn't happen often. (Especially with the common rom sets)
  11. Exact same situation here as well. You're hardware is also going to matter as well, as some CHD games can be quite demanding as well. I generally start MAME and filter by working CHD based games and cherry pick the ones I want/like. I then only keep those one's on my main cabinet. Within LB I hide the ones my lowly i3 can't quite handle and might unhide if I ever upgrade the CPU in the future.
  12. Corrrect, but 0,233 is newer and must be better! ?
  13. Sounds like all standalone emulators. Have you added any command line parameters for these emulators?
  14. I think at that site they are only at MAME version 0.198 (for roms) and that file was added with release 0.231. It's also a device file. Basically you'll have to find another source.
  15. Your title said first ROM, do all ROMs exhibit this behaviour? What do your advanced settings look like? You have to enable them in options first so they appear. I know in there is a option to check for a previous running process which could be linked to your issue of it running on second try. PS. For N64 I use the mupen64plus_next Retroarch core and only use Project64 for mods and hacks which need extended memory. I find it's a better experience and works great for "normal" ROMs.
  16. Are you using the "Demo Game Controls" option in LEDBlinky? If so increase the Demo Scroll Delay and see if it's any better.
  17. What exactly happens when you have these performance problems? I have only an i3, but using the Unified Redux theme I don't have any issues, maybe give that a try. What are the I/O errors you get in LEDBLinky? You shouldn't be having any I/O errors and sounds suspicious.
  18. Since the XEGS was essentially identical internally, picking the computer options in Retroarch should work fine. (130XE)
  19. I like the fade too, just a couple seem overly slow compared to others. Of course that is just my opinion, and I'm looking at the point of view of someone searching through a list of games. All good.
  20. Yes thanks. I know that is an option but I prefer to keep a consistency on my cabinet videos. Just gives it a nicer finishing look in my opinion.
  21. As always, great work Sucramjd. Really appreciate your work. Thanks again. Edit: If I was to knit pick, some of the video elements slide in pretty slow which when you are scanning or looking for a game might not be optimal. For example: Samurai Shodown vs. SF 5: Type Arcade.
  22. Select the games you don't want to see, right click and select edit. In the window that opens, for the Field, pick Hide. Make sure there is a check to enable hidden. If you every want to see hidden roms, just pick Show hidden roms under the view menu, You can edit individual or multiple files to change that attribute as needed.
  23. I prefer to keep my iPac in keyboard mode as they are basically used for arcade games only, but you you can add more real XBOX controllers as well, The only thing you'll have to do is make sure you set the right controllers in each emulator. Sure, the STL files are on Thingiverse, but I don't have the direct link handy. SInce I used the iPac in keyboard I was able to enable both the arcade controls and the Xbox controllers at the same time. (very easy to do in Retroarch) I have since changed to just using the Xbox controllers for console games. Some of the games on consoles with analog controls, really need real analog to be playable.
  24. I can't speak to the specifics of using a PI and driving your LED, but the information the LB sends to Pixelcade is quite simple and nothing is stopping you from intercepting that information and running whatever program you need to accomplish your task. In your LB's settings, just set the location of Pixelcade instead to your application. Use the Platform and game name passed as needed to decide what to display. Use whatever tool you need to send an image or text over to your Pi.
  25. Another option is don't limit yourself and add some controllers. I have 2 XBOX wireless controllers that are mounted on the front of my cabinet. Using a few 3D printed holders they are very inconspicuous and don't crowd the normal arcade control panel.
×
×
  • Create New...