Jump to content
LaunchBox Community Forums

faeran

Administrators
  • Posts

    2,823
  • Joined

  • Last visited

  • Days Won

    141

Everything posted by faeran

  1. You can play around with it. I believe you need to leave those options on, or else you are telling LaunchBox to not display Android apps.
  2. This would mean that the core you have chosen to use inside of LaunchBox has not been found inside of RetroArch. Check the arcade's emulator settings and make sure the core selected matches one you downloaded within RetroArch. This can be a little confusing since LaunchBox lists the file names while RetroArch lists core names (which can unfortunately be drastically different names sometimes). There may be other reasons you get presented with a black screen, but this is the most common one.
  3. Check the Options section. You'll find: Parse/Add Android Games on Startup - This will make Android games automatically show up in their own Android section, as long as they are categorized as games by the app author Include Non-Game Android Apps - This will add all Android apps to the Android section, which you can then pare down by deleting the apps you don't want to see.
  4. Unfortunately, that view is hardcoded and there's no way to change this. However, do know that the old view would display images at their native resolution, so if you had a 200x200 image, they would show up really tiny in the center of the screen, and not stretch. Therefore, in general, the images are displayed larger on the screen in this iteration.
  5. Have you added games to your LaunchBox library?
  6. So, a theme can't technically affect this. This sounds more like you have something fishy going on with your data files. I would check in your LaunchBox\Data\Platforms folder and make sure you only see one file per platform. Anything more and you will run into the issue you are describing.
  7. This is actually by design. LaunchBox will always use the game you are trying to import to determine region. If you have a Japanese ROM, it will try and download Japanese artwork. However, if you have a ROM that was released in multiple regions, then it looks at your region priorities to determine which artwork to download. We also have more fallback steps involved in this process to try and maximize the likelihood that a user will get some image over no image, but this is how the process always starts.
  8. Yes, this is essentially how it works, which allowed users to play a certain track while still navigating around LaunchBox, but still allowing an auto-play option for users just wanting to hear music on games they are currently selecting. It's good to know that you are wanting to use LaunchBox as more of a jukebox experience. I know the manual play option was added for your specific usecase, but can see how it's not as desirable for you. We may review it to see if we can shore it up sometime in the future, but no guarantee on when that could be.
  9. Thanks for the report. This is a known issue and we have it on our long list to tackle for a future update. I can only recommend to not use certain transition types with the Screen Transition. We will also be looking at certain performance issues with wheel scrolling as well as other oddities before next official release.
  10. faeran

    rotate screen 270

    Just curious. Are you saying that only for certain games in your library you physically rotate your screen to play vertical games, and then physically rotate it back when you are not? Or is your screen always vertically oriented?
  11. If you turn off Auto-Play Music (located in View > Media), then next time you hit the play music button it will continue to play.
  12. Yes, which is why I would encourage all theme developers to utilize the available visibility bindings, although realistically, it's the theme developers choice on whether they want to use them.
  13. Yup, that's just theme specific. You could always just grab the BoxesContentView.xaml file from the theme you like, and replace the one within Default Plus.
  14. Ok, so basic metadata. Within the default theme, this is controlled by the user within the Game Details options menu. The theme uses visibility bindings to determine the choice the user made within that menu. Any theme creator can choose to utilize those visibility bindings to allow the user to choose, or not use them, and force the user to see the metadata they choose.
  15. When you say Categories on the Game Details panel, what are you referring to here?
  16. This theme is essentially identical to the Default theme, in this regard, and does work. The setting you are referring to will place text overtop the box on all boxes, like this:
  17. Not sure I fully understand, but to have users adjust what is displayed in Game Details from the options, that is controlled by individual visibility bindings set on each item within the code. Removing the visibility binding would force that metadata to show regardless of the user's options.
  18. When you close LaunchBox, it does a bunch of closing process behind the scenes. During this time, you'll see LaunchBox still in the task manager. Once it leaves the task manager, then all the things it needed to do was successful. This includes saving the filter you were last on, like being on the Favorites section: If that is not happening, you may have something fishy going on within your LaunchBox\Data folder.
  19. faeran

    Neptune

    Not a theme issue, but thanks for bringing it up.
  20. LaunchBox will save the last filter from the dropdown filter list you are under upon a successful shutdown of the program. However, are you referring to the dropdown filter options, the on-the-fly filter button, or Arrange By Favorite option?
  21. View File RetroMags - Pocket Edition RetroMags - Pocket Edition is a port that is loosely based on my Big Box Theme of a similar name. Retro Magazine inspired, each Platform is represented by their own custom magazine cover. It utilizes custom images, including a platform background, character, and controller. It also has a repository of platform slogans, used for the tagline on each magazine cover. Add/Change Custom Images If you would like to change or add any custom images you can do so at the following location (each image should be named after their respective platform/filter): Backgrounds - LaunchBox\Themes\RetroMags - Pocket Edition\Images\Backgrounds Characters - LaunchBox\Themes\RetroMags - Pocket Edition\Images\Characters Controllers - LaunchBox\Themes\RetroMags - Pocket Edition\Images\Controllers Add/Change Slogans If you wish to change or add any slogans, open the following file: LaunchBox\Themes\RetroMags - Pocket Edition\Filters Views\Horizontal Mags.xaml Close to the top you'll see a list of slogans within the resource dictionary. Make a copy of ones of the lines and adjust the platform name (name must match the name of your filter or platform), and replace the slogan. Here's an example of one of the lines: <x:String x:Key="Atari 2600">Have you played your Atari today?</x:String> Note: This iteration of the theme currently only comes with a filter view. There is currently no games view, however, I do plan to create one sometime in the future. What's Included Horizontal Mags filters view - Wheel based, horizontal navigation Installation Instructions Extract the [theme folder] from zip file (Make sure you do not create a second folder while extracting, creating a [theme folder]\[theme folder]\files situation. Place folder on your Android device, inside of the LaunchBox\Themes folder. In LaunchBox for Android, navigate to intended View and click on the top-right menu button and select Change View, and choose the correct theme view Submitter faeran Submitted 10/21/2022 Category Custom Themes  
      • 1
      • Like
  22. Version 1.3

    154 downloads

    RetroMags - Pocket Edition is a port that is loosely based on my Big Box Theme of a similar name. Retro Magazine inspired, each Platform is represented by their own custom magazine cover. It utilizes custom images, including a platform background, character, and controller. It also has a repository of platform slogans, used for the tagline on each magazine cover. Add/Change Custom Images If you would like to change or add any of the magazine covers (each image should be named after their respective platform/filter): Magazine Overlay - LaunchBox\Themes\RetroMags - Pocket Edition\Images\Magazine Overlay Add/Change Slogans If you wish to change or add any slogans, open the following file: LaunchBox\Themes\RetroMags - Pocket Edition\Filters Views\Horizontal Mags.xaml Close to the top you'll see a list of slogans within the resource dictionary. Make a copy of ones of the lines and adjust the platform name (name must match the name of your filter or platform), and replace the slogan. Here's an example of one of the lines: <x:String x:Key="Atari 2600">Have you played your Atari today?</x:String> What's Included Horizontal Mags filters view - Wheel based, horizontal navigation Vertical Mags game view - Wheel based, vertical navigation Installation Instructions Extract the [theme folder] from zip file (Make sure you do not create a second folder while extracting, creating a [theme folder]\[theme folder]\files situation. Place folder on your Android device, inside of the LaunchBox\Themes folder. In LaunchBox for Android, navigate to intended View and click on the top-right menu button and select Change View, and choose the correct theme view
  23. ah, hmm.. yeah, that's a possibility. This theme is not really made for that type of platform, since it's supposed to mimick a game's boxart, but it wouldn't be the first time I implemented something like that.
  24. Next time I do a CoverBox update, I'll probably be adding Xbox 360 and PS3, and maybe a few others. As far as an Android version... it's possible, but it would be extremely limiting. This theme was built with 16:9 aspect ratio in mind, and most Android devices don't conform to that. It would be a lot of work to get this theme ported over to Android, forcing a 16:9 aspect ratio. If I were to attempt to convert it to allow it to work in all the different aspect ratios and orientations required, it would most likely be insurmountable.
  25. Yeah, unfortunately, it's from a very old version of CoverBox. It's essentially just a copy of the Wii theme, so it's easy enough to set up following my instructions.
×
×
  • Create New...