Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,995
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by C-Beats

  1. NTFS has some features that ExFAT doesn't. You can use some GoogleFu and check out the differences. If not using NTFS though you will probably run into issues with Big Box themes that load files from disk.
  2. NTFS
  3. @kayoti The only other way currently is to use the "Hide" field as your means of doing what you want. Mark games you want filter as hidden and then when some one is using the app that you don't want to be able to see the items you can hide games marked hidden, then when you are on and want access to them turn that off so Hidden games are still shown. You could essentially do the same thing with the broken field if you wanted.
  4. @dominikabra I'll take a look when I get back in office Monday. Could you do me a favor and use the "Help & Support" link at the top of this page to "Report a Bug" with this information. Helps us make sure we don't lose the report in the shuffle of the forums.
  5. @maabus Can you give me the steps you are taking to create the new category so I can attempt to reproduce?
  6. Same line as the string x:Name="MarqueeImage"
  7. Fairly certain most use PcEm though I have 0 experience with it personally
  8. Poor dude still has that ugly sticker covering his face like some overgrown pimple...
  9. @Briantodd Is that a marquee image? If so could you check the element named "MarqueeImage" and set it's alignment properties to Stretch instead of Center and let us know if that corrects the issue for you?
  10. That's the games Clear Logo and can be scraped during import or by using the Download Metadata and Media wizard or manually adding it to a game in the Edit Game window
  11. I'd have to check. I believe Platforms only have the one. Games I know for a fact can have as many as you want and they will be randomly selected (like start ups). Just add them via Add/Edit Game's video page and as long as the type of video is allowed to be used (determined via your Video Priorities options in Tools > Options) it will be randomly selected.
  12. What version of LaunchBox are you on? Should be a matter of just changing the fill type used in the XAML file for the most part.
  13. With the steps Joe is telling you to take you wouldn't need to. Simply download the ini and let the plugin make the playlist for you. Even if you don't want to keep the playlist long term, you could make it, then select all the games in that playlist and add a custom field to them all then delete the playlists and plugin
  14. You can do that but not with Big Box default ImageVideoView. Would need to use the new FlowVideo controls to do that. It is possible though, just requires quite a bit more custom XAML to pull off.
  15. Isn't built into the CTC but you can use the RandomGame binding to access a random game from the platform currently being hovered over.
  16. Any Windows game that doesn't have a Quit or Exit menu item should be removed from your computer and never heard from again....
  17. Yeah. Been kinda putting off changing that code until RetroAchievements gets an endpoint added to their API that allows you to search for a game by the ROMs file hash (same check they already do within RetroArch). That alone would solve most of our problems.
  18. Pretty sure only the primary name since that feature was built before Alt Names was implemented (or I'm FAIRLY certain it was).
  19. We added a bindable property to all filter views called "RandomGame" that is a game picked at random from the currently selected filter. You can use it do display information or media about a random game for the filter currently being hovered over. So for example you do something like make a dynamic text box that says, "{Binding RandomGame.Title} is a great {Binding RandomGame.Genre} game for the {Binding SelectedPlatform.Name}!" and would display something similar to: "Adventure is a great adventure game for the Atari 2600!" The RandomGame property changes when SelectedPlatform (or SelectedFilter) changes so that you can have multiple bindings pointing to the randomly selected game and they all point to the same game.
  20. Inside of LaunchBox you can go to Tools > Options > Region Priority and tell us what your region preference is and we will use that to prioritize roms based on region. We do have some other prioritization logic built into LaunchBox (and have updated it not too long ago to work better). That process should already be deprioritizing beta roms. I believe though for that logic to work "Beta" has to be in parens like so, "(Beta)"
  21. Run the LaunchBox installer over the directory so it can download and place dependencies and it should work. We have several users already on Windows 11 you have not had any issues getting LaunchBox or Big Box to run. That combined with the this particular error message makes it pretty clear this is a dependency issue on your machine. If this error occurs after running the LaunchBox installer, restart your computer. If it still happens after that let us know and there a few more tricks we can try to get it to work for ya.
  22. Inbox is always open if you run into a hurdle with the current functionality. Can't make any promises, but would love to hear when it happens so we can be aware and hopefully address it at some point.
  23. Really enjoy that preview video. Got a few views in there that are definitely something I'll probably sub into use in my own set up. I enjoy the more subdued minimalistic approach to your themes quite a bit. It's been pretty cool to watch your skills grow as you get more comfortable with your tool set. If this is just the beginning it'll be cool to see where you end up. Keep up the good work!
  24. I would assume this is because you pressed the Games tab. When pressing that tab we generate the list of games your filter would generate so you can see the results in real time. With no filters active this is your entire library, which can take time to add to the form and unfortunately cause some hanging. It shouldn't crash though. Windows may mark it as "Not responding" but that just means the UI thread hasn't told Windows to redraw in a long time. It isn't because the program stopped working. I'll look and see if there are things we can do to help with that.
  25. Can just use the realtime filter to filter games that have installed set to NO and then delete those games, no need to delete all and reimport.
×
×
  • Create New...