Jump to content
LaunchBox Community Forums

faeran

Administrators
  • Posts

    2,891
  • Joined

  • Last visited

  • Days Won

    141

Everything posted by faeran

  1. Just thought I'd bring up that you can manually add games to LaunchBox that you don't have by either clicking the Add button, Right clicking and choosing Add, or through Tools > Import > Manually Add Game That will open the game window where you can type out the name of the game, and search for it in our database. If a result is found, it will auto-populate the games metadata, and you can then optionally download media for it. Once all your games are added, LaunchBox would provide you with more organization and customization options than the web would do, like editing/changing your game's metadata/media, arranging your games in different ways, advanced filtering options, dynamic playlists, related game suggestions, etc... You'll end up with an offline database of your games vs. an online one, which has its pros and cons. In the end, both ways are viable, but I thought you should be aware of your options.
  2. This is due to the differences of older CTC versions vs. CTC 2.5. The main one is that the CTC now supports a different style wheel, and has removed the ability to create the older wheels that this theme was based off of. You would have to play around with the new wheel templates to get the same effects as the original theme. It also does look like you may be missing some fonts. If you feel you have installed the fonts from the Fonts theme folder properly, you'll need to restart the CTC before it recognizes that you have them installed.
  3. Beta 5 is out with the following: Fixed: Rare error when right clicking a GOG imported game Fixed: Image Grid freezing (introduced in beta 4) Translations added @bundangdon you should be good to go.
  4. Here are a few reasons you may see this happen: The hard drive you have it installed LaunchBox on does not support symlinks (filesystems like exFAT, FAT32...) One of the folders within the path to LaunchBox contains a symbol
  5. Make sure you have .NET Core version 3.1 Desktop Runtime, installed. You can get it from the following link: https://dotnet.microsoft.com/en-us/download/dotnet/3.1 Download the x64 link under the header: .NET Desktop Runtime 3.1.32
  6. For now we've rolled back to beta 3 until we've had a chance to look closer into this and fix it up early next week. For anyone interested, you can always roll back to beta 3 by running the beta 3 installer overtop of your build (located inside of LaunchBox\Updates). Thanks for helping us beta test.
  7. This is a custom theme issue that we'll address early next week. For now, you can use the default theme, or if you are adventurous, you can dive into your theme's SideBarView.xaml file and change the following to False: VirtualizingStackPanel.IsVirtualizing
  8. Beta 4 is out with the following: Improvement: GOG's play time, last played, and badge information are now updated during startup Fixed: A game containing multiple executables should now import properly using the EA import Fixed: Potential LaunchBox image grid loading issues in certain rare situations
  9. It can, but the code may be a bit advanced, especially if you are starting from square one with WPF. If you create the bezel someone would probably be able to help you though.
  10. faeran

    DraStic broken

    From my understanding it's the latest version of DraStic that broke a number of things. Something we will be looking into what's going on before the next release. A simple fix you could control is to downgrade to the previous version of DraStic.
  11. Beta 3 is out with the following: New Feature: Steam and GOG achievements now support on-the-fly filters, auto-populate playlists, and badges (scanning your games is mandatory for this functionality to work) Improvement: Achievement scanning will now scan for Steam and GOG achievement information Improvement: Steam's last played date and achievement availability info now updates on LaunchBox startup Improvement: LaunchBox now downloads your play time and last played date information for GOG games Improvement: Icon scaling as been tweaked to help with certain scaling percentages and custom themes Fixed: Custom named platforms would not get placed in Platform Categories if missing a Scrape As value
  12. While I'm not entirely sure the best way to report RetroAchievement hash issues, here are some links I found that could be useful. https://github.com/RetroAchievements/RALibretro/issues https://retroachievements.org/forum.php
  13. This is the only one I can remember:
  14. So, that's not actually the CriticalZone Big Box theme. That's the default theme with CriticalZone's details view. CriticalZone probably gave you the option to switch to a wall view even though it doesn't include that view in the file, so it ends up falling back to the default theme instead. In saying that, you would need to create a custom theme by copying the critical zone theme folder and renaming it to something else. Then taking the Wall view file (I believe that's Wall View 4) and pasting it into the View folder of your new theme. Then if you look inside that wall view file, you'll find the code for the video and adjust the sizing. I'm guessing what you want is the adjust the height (and not the width) of the container that the video element is inside of. This is because there's probably enough space for a 16:9 video there, and since you were displaying a 4:3 video, it just centered it into that space. Increasing the Height would provide more room for the 4:3 video to grow, but just know that it would cause 16:9 videos to have more empty space on the top and bottom. At that point, you would hop into the GameDetailsView.xaml file where you'll find the description code that you can remove.
  15. Something like this: <TextBlock Text="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type coverFlow:FlowContext}}, Path=DataContext.Title}" /> Just make sure the FlowImage that contains your main image inside of your wheel has a CreateFallbackImage property set to False. After you set this, you'll have to refresh your cache to remove all previously saved fallback images.
  16. Beta 2 is out with the following: Improvement: Origin import has been replaced with an EA import and now works with the new EA App Fixed: RetroAchievement game matching caused by hash casing Fixed: In the Add/Edit Playlist window, pressing the Games tab, in certain situations, would take a considerable time to load the games in an auto-populate playlist Fixed: Some Platform Icons with special symbols were not being named properly by the startup script Fixed: Platform Icons should now scale more elegantly for users with custom DPI settings For users that tested beta 1 and you want the cleanest Platform Icons folder, you may want to consider deleting the Platform Icons folder after update (while LaunchBox is closed). LaunchBox will then recreate that folder the next time you start. Make sure you create a backup of any custom icons you may have added before doing this. Not doing this won't harm your setup, but you may end up with some duplicate icons.
  17. It's important to know which themes you have tried, along with which views you used with those themes. If you haven't already, I'd recommend trying the default theme and providing testing feedback.
  18. There are many factors on why someone may see some download errors. Sounds like your hard drive issue could be one of them. Finishing the entire media download should be fine. Sounds like most of your media will end up downloading even with those issues, and you can always run another one if you wish afterwards, or download media on a per-game basis as well.
  19. LaunchBox saves its core configuration within the RetroArch emulator window. To get there, go to Tools > Manage > Emulators Find your RetroArch emulator from the list and choose Edit. Click on the Associated Platforms section and you'll find a list of platforms and their associated cores. Choose a different core from the dropdown menu. If you don't see your platform listed, you can add it to the bottom of the list.
  20. Thanks everyone helping with the beta test. The things that have been identified and internally fixed so far: Certain platform icons getting renamed during the startup process, causing them to not show up in LaunchBox Icon DPI scaling improvements We are continuing to work through the rest of the reports and any other bugs that we internally find, along with the next set of updates.
  21. If you haven't yet, switch to the default theme and see how long you can last. A lot of crashes are theme specific, so it's good to rule them out right off the bat (or have it point directly to a theme specific issue).
  22. LaunchBox 13.2 beta thread is now open:
  23. Hi everyone, LaunchBox 13.2 beta 1 is out now with the following changes: New Feature: RetroAchievements now supports On-the-fly filters, auto-populate playlists, and badges (scanning and hashing your games is mandatory for this functionality to work) New Feature: RetroAchievements scanning option has been added to the Tools menu, and the RetroAchievements integrations section under the LaunchBox options New Feature: Icons in the side bar are now supported (#3 in the 2022 Community Poll). Over 240 brand new, default icons have been commissioned and are instantly usable on the side bar in the default theme (An option to toggle the icons is available under View > Show / Hide > Side Bar Icons). Premium users can customize these icons to their liking by adding their own images to the folder: LaunchBox\Images\Platform Icons Improvement: The hash value of your ROM is now used to determine whether a game supports RetroAchievements functionality Improvement: Box - Spine image type is now available in the Audit window Fixed: Box - Flip functionality when 3D Models are turned off in Big Box Fixed: Rare occurrences where Steam games were mixing achievements from multiple games Fixed: Big Box clock not updating its value in some views for some users Fixed: Multiple instances of MAME opening when caused by the emulator's default running script. Beta 2: Improvement: Origin import has been replaced with an EA import and now works with the new EA App Fixed: RetroAchievement game matching caused by hash casing Fixed: In the Add/Edit Playlist window, pressing the Games tab, in certain situations, would take a considerable time to load the games in an auto-populate playlist Fixed: Some Platform Icons with special symbols were not being named properly by the startup script Fixed: Platform Icons should now scale more elegantly for users with custom DPI settings Beta 3: New Feature: Steam and GOG achievements now support on-the-fly filters, auto-populate playlists, and badges (scanning your games is mandatory for this functionality to work) Improvement: Achievement scanning will now scan for Steam and GOG achievement information Improvement: Steam's last played date and achievement availability info now updates on LaunchBox startup Improvement: LaunchBox now downloads your play time and last played date information for GOG games Improvement: Icon scaling as been tweaked to help with certain scaling percentages and custom themes Fixed: Custom named platforms would not get placed in Platform Categories if missing a Scrape As value Beta 4: Improvement: GOG's play time, last played, and badge information are now updated during startup Fixed: A game containing multiple executables should now import properly using the EA import Fixed: Potential LaunchBox image grid loading issues in certain rare situations Beta 5: Fixed: Rare error when right clicking a GOG imported game Fixed: Image Grid freezing (introduced in beta 4) Translations added If you are testing, there's a few things to note about the above. RetroAchievements work the same as they did the past. You select a game and it displays your RetroAchievement information. However, it now scans your game file, instead of trying to match your game title, to determine whether it's compatible for earning achievements. The new RetroAchievement features, including badges, on-the-fly filters, and auto-populate playlists will require a one-time scan of your library to work. This scan does take a while to complete for your entire library. The platforms you have, the format they are in, and whether they are compressed or not, can greatly affect the time it takes for the scan to complete (for example, it will take much longer if your files are 7zipped). The platform icon feature will work for the Default theme. Custom themes will require an update by the author, and users will need to download new versions of the theme. For theme devs, here's a post with instructions on how to update your theme to support them:
  24. If you have built yourself a custom LaunchBox theme and want to include support for the new Platform Icon system that was released with version 13.2, you can do the following. Open your SidebarView.xaml file. Add the following namespaces to the top (along with the rest of them): xmlns:controls="clr-namespace:Unbroken.LaunchBox.Windows.Controls;assembly=Unbroken.LaunchBox.Windows" xmlns:win="clr-namespace:Unbroken.LaunchBox.Windows;assembly=Unbroken.LaunchBox.Windows" Below that, in the UserControl.Resources section, you will need to add the following: <win:BindingProxy x:Key="IconVisibility" Data="{Binding IconVisibility}"/> Further down, inside of your TreeView.ItemTemplate you will need to add the new PlatformIcon control, which is wrapped in a Grid. Here is an example of the entire DockPanel, but note that you will most likely only need to add the Grid portion of it in the same position as shown in this example. <DockPanel LastChildFill="True" HorizontalAlignment="Stretch"> <TextBlock Padding="12,8,12,8" Text="{Binding Count}" TextAlignment="Right" DockPanel.Dock="Right" Visibility="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}, Path=DataContext.RightCountVisibility}" /> <Grid DockPanel.Dock="Left" Margin="12,0,0,0" Height="24" Width="24" Visibility="{Binding Source={StaticResource IconVisibility}, Path=Data}"> <controls:PlatformIcon PlatformName="{Binding BackendValue}" PlatformType="{Binding FilterType}" /> </Grid> <TextBlock Padding="12,8,12,8" Text="{Binding Value}" TextAlignment="Left" TextTrimming="CharacterEllipsis" Visibility="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}, Path=DataContext.ValueWithoutCountVisibility}" /> <TextBlock Padding="12,8,12,8" Text="{Binding ValueWithCount}" TextAlignment="Left" TextTrimming="CharacterEllipsis" Visibility="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}, Path=DataContext.ValueWithCountVisibility}" /> </DockPanel>
  25. Can you take a screenshot of the files and where you placed them in file explorer? Usually when this happens it's because you may have just placed the files in the wrong spot. That, or the sound files themselves are not in the correct format.
×
×
  • Create New...