Jump to content
LaunchBox Community Forums

Headrush69

Members
  • Posts

    1,367
  • Joined

  • Last visited

Everything posted by Headrush69

  1. LOL, stayed long winded. Verbose code is always better to me. ? I get lazy sometimes using the phone to post, especially code. You'd think I'd learn after a while it's not a good tool for that, but seems I'm always running to the computer after to fix all the mistakes I make using it.
  2. I don't know how efficient this would be and might need some tweaking, but wouldn't something like this work: Might need a Wait in the loop so you are constantly polling so much. Also, instead of redefining the hotkey each use, might be simpler and cleaner to call a function that just maintains a simple boolean toggle and use that alternate calling the 2 functions. So you would have Hotkey, ~NumpadSub & NumpadEnter, Flip and remove the hotkeys from Function1 and Function2. Can't test this myself right now, but hopefully logic makes sense and helps.
  3. I think that is part of the bezel to simulate how crts were often cut off a little. Hit tab in game to bring up the MAME menu -> go to Video options -> turn off bezel and see if you see everything now.
  4. Those plus the Apple IIgs and PowerMac are the only computers I included in my collection. I find there are just too many games with these platforms and I only keep a limited subset. I use a few different criteria to decide which to include. I grew up with an Apple II so I only include games and apps that I had, were first written for it, or for comparison to other systems of the day. (Loderunner, Choplifter, Karateka, Music COnstruction Set, etc) All these games work great using MAME. For the other 8 bit systems, just a few of the more popular games and a few standard ones to compare across platforms. (Ballblazer, Summer Games) (Use Retroarch Vice for C64 and Alltirra for Atari 800. Amiga only a few games to show off the power of the system. Since I run BB in a cabinet, I only want games that can run with arcade controls, and trackball (mouse), so no games that need a lot of keyboard input. (P-Uae Retroarch core) Apple IIgs similar to Amiga, just to show off the hardware. (MAME) Mac OS - Just because I grew up with MAC OS 7-8 as well, include it for nostaglia. (not really any software, just to desktop.) (Use BasiliskII and Sheepshaver for various versions) I use to collect every rom for every system, but the fact is I'll probably never touch so many of them, it wasn't worth the effort. A simpler collection just makes it more user friendly to me and people that use my cabinet. If I have some friends over that ask about a specific game, it's easy and fast enough to add. Of course if you like to have massive collections, you can import them all and hide most until you "need" them.
  5. That’s odd since most cores should all be using the abstracted Retropad interface and be the same. Which cores were you using and which did you switch to? Is it possible that you had an old core, or directory, or game override that was changing the settings?
  6. Headrush69

    Demulshooter

    You can absolutely can use additional apps to start Demulshooter, no need for a bat file.
  7. I love that the different elements can now be independently enabled. No more manually editing layouts to combine overlays and bezels! ?
  8. The link is wrong, but still got to the site. Always appreciated your work and learned a lot about the layout system reading some of your previous lay files in the past. Thanks. Mr. Do's
  9. I think you are likely exactly right. I had a similar issue with LEDBlinky scripts i was using and fs-uae some time ago. I corrected it by calling fs-uae.exe directly, but this led to some other inconveniences. Unfortunately I don't have my scripts anymore as I've switched to the P-uae core in Retroarch for my Amiga games. It just works easier for the games I need and has a cleaner look that comes with Retroarch.
  10. Your debug log is showing otherwise. ?
  11. I would edit your post and remove your email. Are you using the exact same same controls.ini for both machines? Edit: Are you sure you have the mame.xml file here? Odd nothing in the size. Are you sure you enabled the no LEDs Mode option on the Misc Options tab under Other Options in LEDBlinkyConfig?
  12. Still waiting on a debug log. Without it basically just guessing and hoping something sticks.
  13. I just tested with both a single chd in a zip and a multi disc zip with m3u and 2 chd files and both worked fine. What format are your images inside your zips? Do they all fail or just multi disc? FYI, I converted all my images to chd format and just as small as zipped and load much faster.
  14. For starters, enable the debug log in LEDBlinkyConfig and see what's LB is sending it or not. Should be valuable info in there.
  15. I've seen this on other sites using different forum software as well. Mostly like to help prevent overwhelming the backend with possible massive results that could result from using such small search terms.
  16. No. Your iPac keys are mapped to abstract Retropad devices, that have Start, Select, D-pad, A, B, X, Y, etc. If you look in your Retroarch.cfg file you will see those mappings. For example, input_player1_x = “ctrl” Once you make a core or folder override, you can override those defaults. (It’s in Retroarch/config folder) What you do is change some of the player1 controls to use the iPac player 2 keys. Then you can map them in the controls quick menu of Retroarch since they will appear as player 1 controls. (Even though the keys are player 2 to iPac) for example, in my iPac, key “2” is player 2 start. In Retroarch.cfg there is a line input_player2_start = “2” so in the override file in the config folder I add input_player1_l3 = “2” and input_player2_start =“nul” so now in Retroarch I set player1 L3 button to right_difficulty_a even though it’s iPac player 2, Retroarch sees as player 1
  17. This is a constraint due to Retroarch and that core mapping those functions to only Retropad #1. There is a work around since you are using the iPac in keyboard mode: add a custom key config file for that core. In that config, you can map the keys from player #2 to buttons on the player #1 retropad and than remap in Retroarch as needed. For example, I use my player #2 insert coin (6 key) and start button (2 key) for right difficulty buttons, so in my custom config I set player #1 L3 button to '6' and player #1 R3 button to '2' and in Retroarch set those to the difficulty buttons. Hope that make sense.
  18. Which player keys cause the issue? I only use 2 players with my iPac 4 Ultimate, (spinner and trackball on other player connections), and the default keystrokes for player 1 and 2 don't cause any issues. Can you not start WinIpac software and check to see what keystrokes are set for the "problem" controls? Or, are you using the iPac4 in joystick mode? If so you might have to check the mappings in LB settings.
  19. My issue wasn't a key, but an analog joystick. Analog joystick values are always changing (hence why we have deadzones with them), and that was causing the issue. The solution in my case was in the LEDBlinky settings.ini file to disable checking joysticks.
  20. What emulator are you using? If the Vice core in Retroarch, it supports zip archives. In general, for any Retroarch core, if you start Retroarch, load a core, than you can go to Core Information, it will list the formats supported by that core.
  21. It’s just a static ID for Mame. Mame static IDs
  22. Is your device dynamic? (Sometimes attached, sometimes not? Or is Windows changing it’s ID) Once you set up static IDs for Mame devices, I find moving my config changes into a ctlr file fixes the issues with Mame resetting inputs for dynamic devices. It just ignores them if the device isn’t attached and doesn’t change the file.
  23. I definitely used the Full MAME Arcade set but I'm not sure whether I used North America or World as region import originally. To test again I reset the variants and imported again using the Full MAME Arcade Set using both World and NA as regions (did the import twice), and now those roms are being set back to the default variants. (I only have 4 games I know I changed) Obviously the the MAME version used by the importer just got updated, (as I'm seeing new games since that first import as well. Guessing that came with the 11.7 update?) That may be something to look at for addition to the importer than, saving variant information for roms that have been changed, If possible.
  24. Great. I can't believe I missed that. ? So use to just checking the above 3 options, since I never unzip roms and completely forget about that one. Have fun. ?
  25. Are you sure you didn't start MAME at some point without your controller connected? MAME erases joypad settings itself when they are disconnected. Options are to make the file read only, or make the changes into a custom ctlr file.
×
×
  • Create New...