Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,264
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. 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.
  2. That is only for when exiting from the Pause screen. You want to put it in the Running AHK tab.
  3. 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}
  4. @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.
  5. 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.
  6. 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?
  7. He did not post a roms folder because we do not allow posting of roms or linking to rom sites on the forum.
  8. 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.
  9. 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
  10. 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.
  11. 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.
  12. You mean like Unified and Unified Redux themes.
  13. 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 }
  14. 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.
  15. 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?
  16. Awesome. Glad it is fixed.
  17. 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.
  18. Go to my post in this post of the same issue and click the link I provided.
  19. 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.
  20. 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.
  21. The users cannot code their own version of attract mode. It is something Jason built into BigBox. Per @dragon57 post you can use the built in attract mode with any theme. It will randomly jump in and out of platforms/categories showing different games. You cannot launch directly into a game shown unfortunately.
  22. Worked fine on all my cabinets/builds. None of them needed re-pinning. I have had this happen in the past with other software after an update. So I don't think it is something unique to Launchbox.
  23. @cemfundog try posting here and see if one of our other coders might have an answer or maybe a plugin that could solve your issue.
  24. Moving this to the specific startup theme subforum. Also checked with Jason and this may not be possible with the standard screenshot binding <Image Source="{Binding Path=SelectedGame.ScreenshotImagePath}" /> as it would just randomly select an image from the folder. He said it may be possible with some other type of coding but would take some work/research. They have a plate full already so this may be something that, unless one of our resident theme coders knows or could help, may take some time to get solved.
×
×
  • Create New...