Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,063
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. Retro808

    Mame xml

    If you use LB Full Mame Rom set importer there are options to select to leave out specific types of files/games. Additionally one of our devs created a plugin to convert an xml to LB formatted xml that might do what you want with Hyperspin data.
  2. Just an FYI, LB would only force the update if you had the option for "Automatically download updates in the Background" checked. Otherwise, with that off, LB would alert you an update it available either via the bell icon at the top or a pop-up notification depending on which option you chose for LB notifications. It would then only download if you click to see the notification and then click the download button.
  3. That import process if you have LB set up Mame has been in place for well over a year and we really have not had many users report issues. I suspect maybe one of the command lines might be in conflict with something on your pc like an out of date video driver or Windows update. Heck we have even seen Corsair keyboard software cause LB/Mame conflicts. -waitvsync could have been the issue with your pc. Could also be a difference in your monitor's refresh rate. I would ay try adding that command line back in an see if it brings the issue back. If we can narrow down what might be causing issues with your build it would be helpful if a change is needed. I went ahead and tested a new import on my test pc having LB set-up mame and .261 keeping the stock command lines and no issues.
  4. Go to your \Launchbox\Updates folder. Run the installer from the version you want. Make sure to look at the path it is installing. Make sure it is not \Launchbox\Launchbox. It needs to install to \Launchbox
  5. Yes, noting Android would be helpful. Moved to Android subforum.
  6. Not trying to be mean, but that in know way answers what I am trying to find out. Please read my last post again.
  7. For in game control you would need to open up the emulator directly and go to the controller mapping section (this is different in all emulators) and change the controls. Cannot give you exact steps as we do not know what emulator you might be talking about. What emulator? Again, if you are talking about in game controls deleting this file would not affect in game inputs as I mentioned that file only affects moving around in BB.
  8. Thanks for chiming in. Was hoping someone with better knowledge would. @skizzosjt Originally I did try a version of the first script you listed (sans the xbox portion) but it did not work. Looking back now I notice I had a typo (I tend to copy and paste scripts into notes so I can learn and keep track of things). So thanks for helping. Can confirm using skizzosjt script below works perfectly and is concise. Esc::WinClose, ahk_exe {{{StartupEXE}}} Return vk07:: ;Xbox guide button If (A_ThisHotkey = A_PriorHotkey && A_TimeSincePriorHotkey < 300) WinClose, ahk_exe {{{StartupEXE}}} Return
  9. That would be specifically in Mame. Looks like you fire button is somehow mapped to the onscreen display setting. Open Mame.exe and go to the input setting for User Interface. I think it is the first option there. Normally that option is bound to the tilde key ( ` ).
  10. So definitely something changed in the newer exp builds. Seems like you cannot use any shortcuts to close Cemu. You can jump in/out of fullscreen a bunch of different ways, but nothing for closing. Did some testing and the AHK below definitely works. I am no guru with this but it was something I had in my AHK notes from either something someone helped me with or I found a while back and just modified it for this use. So I cannot take any credit for it other than tinkering with it. SetTitleMatchMode, 2 Esc::PostMessage, 0x0112, 0xF060,,, Cemu
  11. Are you running Cemu as admn?
  12. Just an FYI the bindings in BB are only for moving around inside the BB UI (in game controls are bound in the emulators). Also, BB does not see multiple controllers as separate controllers. It sees multiple but only binds options as one. BB does not see for example Joy1Button1 or Joy2Button1 and so on. So if you bind button 1 on controller 1 then button 1 on all of them act the same. Hope that makes sense.
  13. Not exactly sure what your settings in LB look like or which tab you have the AHK pasted but below is what you should have set up. In LB bind your button(s) to close a game to the "Exit" option. In BB bind it to the "Close Active Window" option. Make sure the AHK you are suing is in the "Running Script" tab in the emulator set-up in LB. If still no luck try the script below instead. ESC:: { SetTitleMatchMode, 2 WinWaitActive, Cemu WinClose }
  14. Well that error is an update issue and not a game play issue. I suspect you have a setting wrong in LB or pointing to a wrong file. Can you go to >Tools >Manage >Emulators and edit Retroarch. Post the following pics: 1. Details Tab 2. Associated Platforms tab and make sure in the tab we can see your Playstation platform name listing. Then select a PS game and right click, edit. Show the follwoing pics. 1. Metadata tab 2. Launching tab 3. Emulation tab
  15. What emulator are you using? Short answer is to open the exe for the emulator you are using and select the game. I can provide clearer steps if I know the emulator.
  16. In your \Launchbox\Data folder you can remove the InputBindings.xml file. That file contains the controller bindings you mapped.
  17. Just want to add something about the affects of custom themes on performance. I read this thread again and someone mentioned they tried all themes and even "disabled almost all their options". If you use a custom theme and go into LB/BB settings to disable some options this does not, in many cases, affect what a custom theme does. Those settings usually only work on the Default theme. A custom theme's coding can override what settings you have changed in the LB/BB settings page. Manually editing the code of the theme is typically needed.
  18. 1st step any time you troubleshoot a game not playing is test it directly in the emulator without using LB. When you do this do the games work?
  19. This means the license you are using is known to be a shared or a pirated license. You an remove it and continue to use the freeware version or purchase a legit license from our website. If you feel this is an error you can email our team and explain. support@unbrokensoftware.com
  20. Something like this might require a user created plugin as natively, LB cannot do this. There is no setting.
  21. uncheck "Versions" under >View >Show/Hide
  22. Well honestly I cannot say what was going on as it would have been more helpful to see the image I requested. Then been able to see the contents of the data xaml for the platform you were having issues with. At least you are back and running without the issue.
  23. Need a bit more information since they are a bunch of emulators out there. What specific emulator? What does your set-up (Some pics would help >Tools >Manage >Emulators and edit that emulator) in Launchbox for that emulator look like?
  24. Can you post an image of the contents of your \Launchbox\Data\Platform folder? Usually this issue occurs when someone has backup copies or multiple versions of a platform xml file in there.
×
×
  • Create New...