Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,334
  • Joined

  • Last visited

  • Days Won

    27

Posts posted by Retro808

  1. 1 minute ago, tallpr24 said:

    yes, currently i have it set that when i hit select and start on my controller it exits out of the emulator, or retro arch. works good just not for demul.

    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
    }
  2. 8 minutes ago, retrogamer said:

    When I looked in updates folder in Launchbox it says 9.9. I'm using mame0168b. This version of mame launches outside of Launchbox.

    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. 

  3. Just now, retrogamer said:

    I have the problem of Mame not launching in Launchbox. The other systems I have to reconfigure the rom paths and emulator paths. The recent update on Launchbox was Nov 1 2019 it was 10.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?

  4. 5 hours ago, BigSpider said:

    Very good, I had no time to download the tables, but whenever I can appreciate new work with your due thanks!

    Friend, one thing I noticed was the lack of the roms folder, if you have it available I would be very grateful!

    Thanks!

    He did not post a roms folder because we do not allow posting of roms or linking to rom sites on the forum. 

  5. 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?

     

  6. 4 minutes ago, SpuRge said:

    Hey guys,

    I build my arcade cabinet with 2 volume buttons.

    I selected them in BB as my volume up and volume down buttons.

    But they only work in BB, not in any emulator.

    Is that normal? Is there a way to let them work in all my emulators?

    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. 

  7. 40 minutes ago, Enterprise said:

    thank you, is working now in theme's video folder

    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. 

  8. 4 hours ago, casbalti said:

    Thank you,

    so I am running pcsxr1.9.94 also with LaunchBox 10.6 on Windows 10 64Bit and using an Xbox 360 controller. 
     

    I have tried renstalling the emulator a few times but always get the same result. So very strange ?

    do you know of a way I can script the auto hot key to send another ESC?

    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
    }

     

  9. 20 minutes ago, casbalti said:

    Thanks for your help, it was the latest version but will confirm when I get home. 
     

    it’s within BigBox but LaunchBox also had the same issue. 
     

    Mathis is the one platform I’ve had no luck with despite allot of effort and different emulators. 

    As it was PCSX Reloaded and this wasn’t in the list I did have to choose PCSXfrom the list when setting up. Only just remembered that gem of information. 

    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. 

     

  10. 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. 

    • Like 1
  11. 16 minutes ago, Gimpy said:

    For some reason I can't get this to work at all - tried the method NJDave71 suggested, nothing. Tried putting it in my startup folder, nothing (even though BB is enabled in the startup menu). Tried using BBShell...same result, the PC just boots into explorer like normal. Am on W10 and have BB.exe to run as admin, I genuinely can't figure it out

    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. 

    • Like 1
  12. On 6/18/2019 at 7:50 AM, Darkseid001 said:

    How do you configure the software to show marquee when you switch games what file in launch box do you put marquee images?

     

    3 hours ago, bedrone said:

    That's the problem here. ;) It's not done yet and am still figuring out how to do it. I could just use Hypermarquee but I hate Hyperspin. 

    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. 

    • Like 1
×
×
  • Create New...