Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,330
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. That Star Wars has been working. The 217 updated added Star Wars Arcade.
  2. It could be either one of those that affect your system. I do not have have issues with either on my builds, even the ryzen 2200g runs fine with blur on and box sizing. So just test and go with what works.
  3. Not without editing the theme's code to work with a 4:3 screen.
  4. In the Launchbox settings try turning the background blur to 0 and turning of Dynamic Box sizing. You will find one in the \Tools\Options\Visuals\Background and the other in \Visuals\Boxes
  5. If you used the full Mame set import option I do not believe Jason updated it to 217 yet. I just ran the importer to check and as you can see Star Wars Arcade (swa.zip) is not present.
  6. Currently there is not. It is in BigBox primarily since that is the main frontend piece for arcade cabinet builds. We could see an update to this at some time, but for now marquee support update did not make the poll items that the team is working on from 2019.
  7. Yes, there are several threads with this same reported issue on focus loss. Jason did advise Startup/Shutdowns would be problematic due to exclusive fullscreen.
  8. Currently no. I think this is mainly because if it works in LB it works in BB since they function off of the same structure. However, there have been some outlier users that with some emulators will have an issue in BB and not LB.
  9. I believe it can only be set by platform, not by category. Even though you can set it while in Launchbox I have only seen it retain the platform specific choice on each reboot.
  10. What platform are you having issues with? If the games work in Retroarch and not in Launchbox a couple of the more common errors we see is either not having the platform name in the Associated Platforms tab exactly as you have the platform named in Launchbox or you did not select the core you are using. Pics of your edit emulator screen for Retroarch showing the "Details" tab and the "Associated Platforms" tab would help.
  11. The only ones really you could call officially released are ones available directly in BigBox. Those are submitted through our site and tested by the dev team before being pushed to BigBox. All are others are just made available by the creators in the forum download link or as in this case directly in a thread.
  12. Previews have not really worked well for quite some time now. Not sure if it was ever looked at. Not really anything a setting can correct from the users end.
  13. Well in game Launchbox has nothing to do with that. Each emulator has to be setup directly in their config file or UI. So you will need to check bindings in the emulator to see if somehow they changed. This would be for either your Xbox or Tankstick. For the X-arcade since their joystick replicates keystrokes (stock setting if you have the tri-mode pcb) so you will have to bind keyboard. However, that is only for BigBox because Launchbox does not have a keyboard setting. If you have the tri-mode pcb you can switch to Xinput or Dinput and then bind as a game controller in Launchbox.
  14. Did you unblock and then unzip the file as well? Considering the creator of this theme has not been around in a while and was last updated in 2017 there could be some functionality issues with BigBox. There have been a lot of updates since then and the theme may not work well anymore.
  15. All available themes are in our downloads section under BigBox Custom Themes.
  16. @Xpendable Glad it worked for you as well. I think it is something with how heavy Colorful is. Maybe something for lack of a better description is getting stuck and not allowing the image refresh. That is mainly the theme I get this issue with. All other theme’s I use or test with have not displayed this issue.
  17. Retro808

    Marquees

    @midd Well how abut that. With regards to the image size It is likely that platform marquee xaml I had you test. When you update it will not delete it. So look and see if it is still there and remove it.
  18. Are you using a theme other than the default? Reason I ask is I had something similar happen and a theme stopped showing many of my chosen clear logos and the refresh would not fix it. What was odd was when I changed theme to the Default theme and refreshed the image it corrected it. When I then changed back to the theme I was using the logos were correct. This has happened a few times recently. Next time I will capture a video of it.
  19. Well one thing I can confirm is you cannot edit the default themes. It will always revert to its normal coded state. This is a safeguard to ensure it always has a working theme. Now, you can copy and paste it, then rename it the theme and edit that one. So if you want to edit it that is what you will need to do.
  20. I recommend posting using Google Translate. Some members may not want to take the time to translate for you so they may avoid answering. I cannot answer your question as I do not mess with multi-disc games much, but posted a translation for you.
  21. Retro808

    Marquees

    @midd Did not forget about this. Checking with the team on this now. If you get a chance can you post a pic of with working in another theme. I would like to see what the image looks like.
  22. Not sure. I will test in a bit when back to the house. Been a while since I used FBA. Edit: OK so just tested FBA and it works fine closing with the code I gave. I even tried a different controller where Start and Select are 8 and 9. No issues either.
  23. Yes, that would be an issue for the steps I mentioned. In that case you can simply use the AHK below and paste into the same RunningAHK tab I mentioned. You will need to know what the button numbers are for the two buttons you want to hit to exit a game. in this code below it is for one of my 8bitdo gamepads to use Start and Select to exit a game. 11 is my select and 12 is Start. So in the code you would replace "11" and "12" with the correct buttons numbers for your buttons on your gamepad. Joy11:: If GetKeyState("Joy12") { SetKeyDelay, -1, 110 WinClose, ahk_exe {{{StartupEXE}}} } Return
  24. Good. Yes, that is what was causing the issue so Jason added the tick box to turn it off.
  25. Did you turn of the Dynamic Box Sizing option?
×
×
  • Create New...