Jump to content
LaunchBox Community Forums

faeran

Administrators
  • Posts

    2,736
  • Joined

  • Last visited

  • Days Won

    137

Everything posted by faeran

  1. In LaunchBox, go into Tools > Options and find the General > Updates section. Uncheck the three options.
  2. I probably won't be circling back to this one for a while, but if anyone wanted to create these views, the project files are available for the CTC for anyone feeling adventurous
  3. If I'm remembering correctly, I don't think device images was ever something LaunchBox bundled with the program itself, but was always something that a user had to add themselves.
  4. faeran

    Little plethora

    For MS-DOS games, make sure you have downloaded the DOSBox Pure core, and have chosen that within LaunchBox as well. That's the only core that can run zipped MS-DOS games, and is what the export function is set up to use.
  5. Sounds like you may have a number of configuration issues inside of LaunchBox. This indicates that you may have accidentally imported mp4 files during your ROM import process. This happens if you have your ROM files and your video files in the same folder and import the entire folder or all the files into LaunchBox. This indicates that you are possibly pointing to a different version of RetroArch than you are thinking. One that doesn't have any cores available. In LaunchBox, go into Tools > Manage > Emulators. Edit your RetroArch entry, and see what the application path is. That will tell you where LaunchBox is expecting to find RetroArch. Then in explorer, go to that location and make sure cores are available (if not, you can download them within RetroArch, or use LaunchBox's RetroArch download and installer found under Tools > Manage > RetroArch. Then, go back to your RetroArch emulator window inside of LaunchBox and check your Associated Platforms section to make sure each platform you want to play is associated with the core that you want to use.
  6. faeran

    Little plethora

    When you enable beta versions in the app, then each time you open LaunchBox it will check to see if a beta version is available. If it is, then it will ask you if you would like to update. If there isn't, then nothing out of the ordinary will happen. The way themes work on Android is that a theme creator can add as many views as they like, or as little as they like, to their theme. This means that a theme could only have 1 platform view, or 1 games view, or many of both. After you download a theme, then either on a platform view or a games view, you can click on the top right menu and choose Change View. You'll find available theme views there.
  7. Version 13.3 - Released April 24, 2023 Full Changelog: https://www.launchbox-app.com/about/changelog New Feature: LaunchBox will now optionally sync your game statistics to the cloud and sync them between your installations using your LaunchBox Games Database account. If enabled, your Favorites, Completed, Last Played, Play Time, Play Count, and Star Rating fields will be synced. You can enable this under Tools > Cloud > Enable Game Statistics Syncing after connecting to the LaunchBox Games Database (also in the Cloud menu). New Feature: 3D model overrides can now be set on a game-specific basis using the Add/Edit Game window Improvement: Import processes have been significantly improved for Nintendo Wii U and Sony Playstation 3 platforms, which should now properly identify the game's name when importing Improvement: LaunchBox has now been upgraded to .NET 6.0 (from .NET Core 3.1), and no longer requires a separate .NET framework install in order to function Improvement: The included hashing application from RetroAchievements.org has been upgraded to better identify Retro Achievements for games that use CHD files Improvement: Scanning for Nintendo DS achievements should now yield better results Improvement: The ROM import wizard now does a better job parsing folders that contain a game with multiple BIN track files Improvement: The update notification popup that used to come up on startup (when background updates are disabled) has been changed to a notification instead, primarily to prevent window focus issues on startup Improvement: Scanning for achievements now works with M3U files Improvement: LaunchBox plugins now have the ability to add nested menu items in the game context menu (for plugin developers) Improvement: The visibility binding AchievementScoreVisibility for the Retro Score element has been adjusted to now collapse if turned off or unable to display in LaunchBox (for theme developers) Improvement: A new visibility binding (ModelVisibility) for 3D Models has been added to the MainView in LaunchBox (for theme developers) Fixed: Star ratings in the Game Details pane were not always being submitted to the cloud Fixed: The Retro Achievements window was unable to fetch information due to changes with the RetroAchievements.org API Fixed: The Audit window was improperly sorting the Box - Spine column Fixed: The Games tab in the Playlist window was refreshing when attempting to click on a game in the grid, if your list was populated via the Auto-Populate Playlist feature Fixed: In rare cases, the games view inside of LaunchBox was not refreshing properly if the selected sidebar item wasn't visible in the list
  8. While it's possible to display them as a grid, the reason you don't see it often is because there's no official wall type for a platform view. Navigation is tied to the view, therefore, you would end up with platforms in a grid, but you would only be able to navigate left and right. A plugin may be able to get around this limitation.
  9. Check under Options > Views > Background Fade
  10. Each program/core would need to specifically have support for m3u disc swapping for this to work. If not, you'll need to find out their method of swapping discs and work within the confines of the emulator.
  11. I took your MainView.xaml file and applied it to the theme but I'm not getting the same freeze you are. It's possible it's not a freeze caused by the theme, or that there's another change not present in this MainView.xaml file. More often than not theme changes won't freeze LaunchBox, but will present you with a theme error and fallback to the default.
  12. Microsoft broke this functionality in certain scenarios for users, depending on what versions of .NET you already have installed on your system. As posted above, the next version of LaunchBox has solved this moving forward.
  13. If you have built yourself a custom LaunchBox theme and want to include support for the new Sync Status Icon that was released with version 13.3, you can do the following. Open up your theme's MainView.xaml file. Make sure you have the following namespace added: xmlns:controls="clr-namespace:Unbroken.LaunchBox.Windows.Controls;assembly=Unbroken.LaunchBox.Windows" Here's the code for the sync status icon. Add it to a place you want it to be in your theme. I've added comments to better explain each section just in case you would like to customize it:
  14. Are you able to clarify what device you are using and which version of Android you are on?
  15. The version of .NET Core that you need is version 3.1. Here's a link to the download: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-3.1.32-windows-x64-installer However, when the next version is released you will no longer need that dependency as we are going to bundle .NET 6.0 with the program itself.
  16. This could mean you've already imported the same file into your library. During the import, on the Custom Options page, you can check to "Force import duplicate games". If this allows you to then see the file on the last page of the import, then you know this is the case.
  17. If you have a non-merged romset, then you could potentially use the option under Tools > File Management > Export/Copy ROM Files from Selected Games to New Folder... If you have either a merged or split set, then there's not a great way to clean up the folder, as each game ROM may have a number of other files as dependencies, and you'll break the games by using that utility.
  18. There's a lot of changes to this theme that requires newer versions of LaunchBox to function. You can try and use older versions of the theme and see which version ends up working for you. The download page on the forums has the ability to choose different versions to download down where the changelog is listed.
  19. Beta 4 is out with a quick addition for plugin devs: New Feature: LaunchBox plugins now have the ability to add nested menu items in a game context menu (for plugin devs)
  20. faeran

    Default Plus

    I haven't checked this theme in a while, but this theme is essentially just the default theme with a different game details page. You have an image of what you are seeing?
  21. Beta 3 is out with the following: Improvement - Scanning for achievements now works with M3U files Improvement - Added 3D Model settings to Bulk Edit Fixed - RetroAchievements errors that sometimes appeared when editing a game
  22. Beta 2 is out with the following: New Feature: 3D model overrides can now be set on a game-specific basis using the Add/Edit Game window Improvement: Import processes have been significantly improved for Nintendo Wii U and Sony Playstation 3 platforms, which should now properly identify the game's name when importing Improvement: The included hashing application from RetroAchievements.org has been upgraded to better identify Retro Achievements for games that use CHD files Improvement: The update notification popup that used to come up on startup (when background updates are disabled) has been changed to a notification instead, primarily to prevent Window focus issues on startup Fixed: In rare cases, the games view inside of LaunchBox was not refreshing properly if the selected sidebar item wasn't visible in the list Fixed: Some sync processes would throw errors if not connected to the internet Fixed: The MAME Full Set Wizard didn't recognize a sucessful login to the cloud account if launched from the wizard Fixed: Issues with play time not displaying properly after a sync if the game contained multiple versions
  23. It was all code at the time when I created this theme. You have the ability to create an item template of what you want each item within the wall to look like, and you can add the border in that template, and then use a datatrigger to say something like: "Only make this border appear on the selected item". If you want, I can try and take you through as much as I can if you send me a PM.
  24. faeran

    Default Plus

    Yes. I will eventually make a separate post about it with instructions. Most likely in the Custom Theme Tutorial section of the forums, before the official release. If I forget, remind me again 😉
  25. LaunchBox 13.3 beta thread is now open:
×
×
  • Create New...