Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    5,176
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by C-Beats

  1. Can you click back to details before saving and let me know if that resolves your issue?
  2. We are looking into this issue. You aren't the first to report this problem and the devs at LEDBlinky have reached out to us as well. When we get any corrections put into a beta I'll reach out for help testing the correction.
  3. There were only 10 requests and we picked them. That item got a pretty abysmal score. So much so that we decided it probably isn't even worth it to pursue integrating it (at least not anytime in the foreseeable future). We also do NOT have a parental control feature (or least not the one mentioned in the poll) so you're entirely off base.
  4. I'd start another thread about this issue and post your XAML. This isn't related to beta and sounds like you have something going on with the XAML because you shouldn't see the black unless you put it in the FlowContext.
  5. What you're seeing is z-fighting. The items are drawn in index order (left to right in your picture) and the selected item wasn't told to draw above the others so the item to the right is cutting off the border of the selected item. In your example I'd suggest using an orthographic camera and then setting a selected item offset with a positive Z value and it should correct the issue.
  6. Just go to the hamburger menu inside of LaunchBox, then navigate to Help > Changelog...
  7. @Fry You need to make sure you are passing the playlist's unique name NOT it's nested name. If you go to Add/Edit Playlist window it is the first field. Unique names must be unique, nested names do not, which is why we require the unique name be used.
  8. Yeah, Windows 8.0 doesn't have .NET Framework 4.8 capability. To be honest I've never heard of anyone using 8.0. Is there any reason you can't migrate to 8.1? You'll have far less compatibility issues not only with our product but several others (including anything from Microsoft). 8.0 was a pretty disastrous version of the operating system so curious why you are electing to stay on it instead of 8.1 (though I do respect it's your choice to make)
  9. What version of LaunchBox are you using?
  10. You will have to reach out to support@unbrokensoftware.com and ask for an 11.2 installer to get the latest version running off of .NET Framework (though you WOULD need to upgrade it to 4.8 runtimes, installer should do this for you though). .NET Core 3.1 only runs on 8.1, not 8.
  11. I'm unsure why it would be asking you to install Framework 4.8. Current version of LaunchBox SHOULD run on 8.1 though I haven't ran into anyone using that OS in a while.
  12. Those categories display whatever image types are assigned to that image group which can be set in the Options menu under media. Unused may not be the best string, perhaps we can swap it out for "Unassigned", those image types are images that you don't have included in ANY image group (which means unless a theme or plugin loads them directly from file LaunchBox doesn't use them at all)
  13. We no longer use .NET Framework for LaunchBox, if you are attempting to install any version newer than 11.2 you need to install the .NET Core 3.1 Desktop Runtime. I believe you have to be on 8.1 though if you aren't already.
  14. @Rlad @sundogak Can confirm I'm seeing the issues you two are reporting in Edit Game. We will get that corrected and a new beta released as soon as possible.
  15. LaunchBox does not have a built in reader. Big Box does. LaunchBox will attempt to open the file using the operating system which should open what ever program is set to the default for that file extension. Big Box will open a chromium window and load the file into that if possible.
  16. The limit isn't a hard limit, but is a soft limit. The way the feature works is if any image group has LESS than that number of items with that image types priority level or less than the download is allowed. For example: Your download limit is: 1 Your Box Front Image Priorities is set up as: Box - Front, Box Front - Reconstructed, Fanart - Box Front Your game already has the following images: 1 Box Front - Reconstructed The process would download a Box - Front image once (since it is higher priority than the reconstructed you already have) and skip any other type in that group since you already are at the limit. If an image belongs to a type that DOESN'T belong to an image group, the limit is applied to ONLY that image type. So how the limiter behaves greatly depends on how you have your image group priorities set.
  17. Do you have a program associated to the file extension of your file?
  18. You mean like the document isn't opened INSIDE of LaunchBox, or that it doesn't open at all?
  19. @Fry You mind confirming this for me? Big thanks to @circo and his team for all the work that made this possible. @MadK9 Anyway I can get you to help us test this out and confirm it's working?
  20. This is because you have less than 10gb of RAM in your machine and so you can only go to medium to avoid running out of memory trying to render everything on screen.
  21. Currently the only way to do what you are wanting (as far as I know of off the top of my head) is to create a IBigBoxThemeElementPlugin and then embed it into the view then can tie your logic to the OnSelectionChanged function to perform the logic you're interested in. You could also POTENTIALLY do something like using LEDBlinky if you can tie into the feed the application regarding entering and exiting platforms, though I am not experienced enough to tell you whether THAT avenue would definitely work or not.
  22. LaunchBox itself is portable, but to make your collection portable you need to make sure all paths are relative which cannot happen if your roms are on a different drive than the LaunchBox executable. Big Box does work much better running of an SSD simply because load times for all the media is much faster. If you're going for portability + performance then yeah an SSD works best. You CAN split up your collection so that LaunchBox and Big Box sit on an SSD but the roms sit on a HDD but then you'd lose true portability. When moving to a new machine you'd need to make the sure the HDD was connected to the same drive letter as it was in the first machine.
  23. If on current version you could use Marquee image group. Can also just use Box - Front and prioritize Steam Banners.
  24. Current versions of LaunchBox don't use .NET Framework. We use .NET Core 3.1. If you get the installer from our website it should handle that installation for you. If not Google ".NET Core 3.1 Desktop Runtime" and grab it from the microsoft link that should be the top result.
×
×
  • Create New...