Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,076
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. If all you want is Arcade which would include Neo Geo go to Pleasuredome. Google Pleasuredome io and their git is the first result. Get the Mame rom set from them. Import those and let LB create the arcade playlists and it will make the SNK Neo Geo playlist for you. Don’t mess with a separate Neo Geo rom set. Easiest way to get things going.
  2. What is going on is you can never edit any of LB or BB Default themes. They will always return to original code. This is done to ensure LB/BB always has a working theme. What you need to do is copy the Default theme and rename the copy whatever you want. Then you can edit that new theme. You need to then change BB to use that new theme.
  3. It is not a case of not wanting to support. Here is Jason's response from a thread with the related error Win 7, 8, and 8.1 users are getting.
  4. Glad you are sorted. As much as we would love for LB to "just work" out of the box for everyone there will always be some outliers due to the huge parity difference in Windows pc builds. Those command lines are the most common ones used that can get a majority of our average users up an running with little fuss.
  5. Please see Jason's responses in this thread.
  6. Possibly a user could create a plugin or an AHK script, but as it sits now LB does not have a binding for this.
  7. @sersoft2008 What version Windows are you on?
  8. this would likely need a custom theme made to turn them off in Discovery Center's current state. There is not a specific setting that was implemented.
  9. Retro808

    Mame xml

    You could also keep the other versions and just combine them together (In LB select both games and choose "Combine Selected Games). You can then set the non-cassette version as default that way it is the version laucnhed when clicked on. Then should you ever desire to play the other version it is available as an additional app via right click in LB and in BB is it available in the Game Details screen.
  10. Locking thread. There is another thread for this same concern and Jason has already responded about LB and Windows OS that have reached their end of life support.
  11. Not according to Jason's post about an hour ago. You will just have to reinstall the last version that worked for you then make sure you uncheck the box in your updates setting for “Automatic downloads in the Background”. This way you stay in that version.
  12. LB has always defaulted to \Launchbox when it installs. At least in the 7 years I have been using it. So if your main LB folder is called something else it was not LB originated. Maybe rename that main folder Launchbox and then run the installer. When done name it back to what you originally had it as.
  13. 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.
  14. 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.
  15. 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.
  16. 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
  17. Yes, noting Android would be helpful. Moved to Android subforum.
  18. Not trying to be mean, but that in know way answers what I am trying to find out. Please read my last post again.
  19. 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.
  20. 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
  21. 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 ( ` ).
  22. 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
  23. Are you running Cemu as admn?
  24. 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.
×
×
  • Create New...