Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,334
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. This is not possible. Themes can have unique views only by platform not by game.
  2. That looks correct to what @jayjay posted.
  3. Use the code @DOS76 gave you and place it in the Running AHK. Delete the Alt+F4 code. Then test and make sure it works hitting the Escape key on your keyboard. Then try the controller. In Launchbox what # button does it say your Start and Select buttons are? $Esc:: { WinClose, ahk_exe demul.exe }
  4. Did you map your controller buttons for "Exit Game" in LB and "Close Active Window" BB?
  5. You do not need both. I only posted the Send !{F4} as Dos had asked about it. Use the one Dos listed and try that first. Put it in the Running AHK.
  6. That is only for when exiting from the Pause screen. You want to put it in the Running AHK tab.
  7. To have Escape send Alt+F4 he can use the below code. The code @DOS76 gave should work. I have it in mine and it closes fine with gamepad or my arcade controls. ESC:: Send !{f4}
  8. Try here.
  9. @SpuRge Does the Ultimarc replicate keystrokes? The video I was using a game controller. Just tested my arcade which replicates keystrokes and had no issues as well. If it does replicate keystrokes make sure it is mapped in the keyboard automation section in BigBox.
  10. That would be the issue than. Since you are using a rather old version of Mame there was a LB update that added a new command line that is needed for Pause them options to work. In your Mame emulator settings in Launchbox edit it an delete the portion that shows -keyboardprovider dinput. Mame should work now, but you cannot use the new Pause features until you update to a more current version of Mame.
  11. Updates should never affect you existing rom paths and emulator setups. Prior to 10.6 what version were you on of Launchbox? Also what version of Mame are you using?
  12. He did not post a roms folder because we do not allow posting of roms or linking to rom sites on the forum.
  13. Also if you are having issues in Retroarch try changing Input driver to Raw. This was noted in another thread with the LLB/BB volume controls not working right with Retroarch.
  14. It should work without needing to set in any emulator. I do not have it set in Mame and it works fine. I believe Jason said it is adjusting the Windows volume not the volume directly in Mame. At first I thought it did not work as well, but it turned out I had the volume directly in Mame and Retroarch set to low. In the video watch in the upper left. It is adjusting the Windows volume as it should and this is in Mame. Are you on Win7 or Win10? Also are you using a game controller or a joystick setup that replicates keystrokes? 2019-11-17 19-55-45_Trim.mp4
  15. BigBox controls do not affect emulators they are only for BigBox. Those controls though should adjust the Windows volume. So you still should hear a volume change.
  16. Just keep in mind when it is in the theme's video folder it can only be used by that theme. So if you change themes the video will not work with another theme. To have it so any theme can use it be sure to use the \Launchbox\Videos folder.
  17. You mean like Unified and Unified Redux themes.
  18. LB and BB both have controller binding options so make sure you set them both. Are you binding a combo or just using the X360 center button? It should not need an AHK. But you can try putting something like the below in the Running AHK tab. I am not an expert in AHK. Just know this works and has helped on other emulators by changing the exe name. $Esc:: { WinClose, ahk_exe pcsxr.exe }
  19. OK. I tested only in Launchbox and it worked. Will test BigBox as well. I used 1.9.94 of PCSX Reloaded. Also tested with two prior versions no issues. What version Launchbox? As far as it not being on the list in Launchbox that is not an issue. There are just some more commonly known emulators that Jason put in as sort of a default. Any emulator can be added and used.
  20. I do not use this emulator so just downloaded it and tested. It worked fine with a controller exiting. Is this in Launchbox or BigBox? What controller are you using? Also was PCSXR version are you using?
  21. Awesome. Glad it is fixed.
  22. If you go to the \Launchbox\Data\Playlist folder do you see an All.xml file? If so, close Launchbox first, then remove that All.xml from the Playlists folder. Do not delete it just move it out of your Launchbox folder just in case. Then reopen Launchbox and see if there is no longer 2 "All" listings.
  23. Go to my post in this post of the same issue and click the link I provided.
  24. I cannot help with why it is not working, but I can let you know it is recommended to not run BigBox or Launchbox as admin. Doing so can cause issue with other programs ran through BigBox that would need elevation.
  25. BigBox has a setting to choose which screen is primary display screen and which is the marquee screen. Once set It will then show marquees for games as well as platforms and platform categories if you have images for them as well. Keep in mind using a stretched lcd may require a xaml edit in the theme. Since most themes are coded to more traditional aspect ratios we have seen stretched lcds not show the image in the correct location. There are a couple threads already if you search that will help you if it is needed. Marquee images for games goes in your \Images\[Platform Name]\Arcade=Marquee folders. Marquee images for platforms will pull an image from the \Images\Platforms\[platform name]\Banner folder. Marquee image for the categories would pull an image from the \Images\Platform Categories\[platform name]\Banner folder.
×
×
  • Create New...