Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,033
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. @Artieag Unfortunately this means the license you are using is reported to be a pirated license. If you feel this is an error please email support@unbrokensoftware.com If it is not an error we invite to delete the license.xml and continue to use a free version or support the developer by purchasing a valid license.
  2. Not without pretty much a full recode of that particular theme.
  3. Seems to work fine. Just tested by setting Default 3D Box and 3D Cart for SNES and removing the images from their respective folders. When I change change the view in Launchbox to display either the 3D Box or the 3D Cart. A default image will not show if you have more than one image priority set in your settings and images exist for those priorities.
  4. What specifically do you mean? Are you talking about for moving around in BigBox or in emulators? In BigBox it is pretty simple just map the controls on the Tankstick that you want to the commands in BigBox under the keyboard setting since the Tankstick works as a keyboard. Or if you have the updated board in the Tankstick that allows you to swtich between d-input and x-input, if you are using either of those options set the controls in the game controller options. For moving around in emulators (playing games) those get set directly in the emulator.
  5. @JoeViking245 Works well with a random miss, but I think it is just a timing tweak depending if I have things in the background running or not that delays the exe opening sometimes. Easy enough to change the wait time. Big thanks for this.
  6. It is not a folder, you set a specific image. In the edit just choose to add an image in the right hand section of the window where the images display. Select your image and then select the label for default.
  7. You can create a Category and place them in it. That is what I did, created a Category called Playlists and set all playlists to show under there. You cannot make a Platform called "Collections" and place them in it. As platforms will only show up if you import a game into it.
  8. Looks like maybe an error in code in the theme you are using. What theme is it? Did you try other themes to see if you get the same error?
  9. In Launchbox right click a playlist and choose edit. Go to the parents tab and check the box for the platform or platform category you want it to show under. If you check multiple boxes it will show in multiple places.
  10. Thanks @JoeViking245 Have not had a chance to test. Was hoping to be home the other night from a work trip. Will report back once I can.
  11. Select all games for a platform and then go to >Tools>Change Roms Folder Path for Selected Games...
  12. I found a similar thread. Close Launchbox and removed the \Launchbox\CerfSharp folder (I would just move it to be safe) and then reopen Launchbox. It will regenerate it. See if that helps.
  13. Tagging @Jason Carr I remember a similar issue and Jason had someone delete the CerfSharp folder from Launchbox. But I would not do that until you get a response.
  14. Version 2.1.3 I downloaded it when I made the last post, took about a minute to set up and works fine in Launchbox.
  15. Not sure about what version you are using, but I just tried the emulator and it has a "Start in Fullscreen" option. With that ticked it worked without issue. I do not use this emulator so not sure if what I have is old or the latest version. If that does not work for you, try putting the AHK below in the "Running Auto Hot Key" tab in your emulator setup within Launchbox. I believe when you use the controller automation in Launchbox it sends Escape which is why you see it dropping out of fullscreen when you use it. This AHK will make Escape key act as Alt+F4. ESC:: Send !{f4}
  16. Thanks @JoeViking245 I will give it a test later tonight.
  17. Looking to the AHK gurus for some help. In need of an AHK that will: Delay 8 seconds then Send (Right Arrow Key) and then Send "6" after an exe opens.
  18. Before you ever attempt to import something into Launchbox it is usually best to set the emulator up first and test the games there first, as well as your controls. This way it helps eliminate Launchbox being the issue and it is easier to identify it being a rom issue. Which version of Mame do you plan on sticking with?
  19. You may be able to script an Auto Hot Key to do this. I am not versed in AHK so could not assist. I would suggest posting in the AHK thread and see if someone can chime in. We have a couple users that are pretty experienced.
  20. For controllers there is no option in Launchbox to bind to a single button. You can with a keyboard key. This is likely due to the fact a controller is limited in buttons and it could conflict with controls in game.
  21. Retro808

    ESC

    Add one of the AHK scripts below to the "Running Auto Hot Key" tab in your Project64 emulator setup in Launchbox. This one is pretty standard and used most often. ; This section closes Project64 when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } This second version is a safer way to close an emulator. The first version force closes. It is best for emulators that have to close properly to ensure save states get saved. $Esc::WinClose, ahk_exe Project64.exe
  22. Retro808

    ESC

    Which specific emulator. There are more than one that emulate N64.
  23. You just need to uncheck the box in the Arcade (Category) listing. Then all playlists will show up as a subcategory of Arcade. So you will have 3 tiers. Arcade (Category) > Arcade (Platform) > then all your playlists. By keeping both checked, you can see in my image when I edited my Castlevania playlist, it puts it both under the Arcade (Category) and under the Arcade (Platform)
  24. Yeah, sucks about the drive failing. But happy to see you got it sorted.
  25. Retro808

    NFL Blitz PC

    Does it run outside of Launchbox? If it does it could be the Startup screen causing issues, try turning it off for that game. Right click and edit the game in Launchbox. Go to the Startup tab and click override and uncheck Enable Startups.
×
×
  • Create New...