Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,500
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by C-Beats

  1. You can edit your platform and change the media folders in the Edit Window. This needs to be done per platform as we don't have any global settings affecting this logic.
  2. If you are running NVIDIA control panel make sure it's isn't forcing any weird sync settings on the app as well. These tend to more harm than good when running WPF applications like LaunchBox.
  3. Am I missing something? How is an optional feature not on by default (and required to be configured via your device's settings) negatively impacting your ability to use the app the way you want?
  4. Glad to hear, I would suggest now going into your settings and unchecking all 3 boxes as well as deleting any installations NEWER than the one you just installed or LaunchBox will attempt to update itself on startup with the newest installer.
  5. You can turn off updates in options as Neil stated. You can also simply run the installer for the version you want to revert to (should be in your \\LaunchBox\Updates\ folder) on top of your current install and be able to revert to your previous version without any data loss.
  6. In the view menu I'm going to assume you have a hide filter set. Go to View > Hide Games and make sure none of those items are checked and causing the games to be accidentally hidden.
  7. C-Beats

    Steamy

    We don't currently have an option to turn that section off in GameDetails and it would need manually removed from the theme's XAML code. You could find it in the GameDetailsView.xaml file in \\LaunchBox\LBThemes\Steamy\Views
  8. C-Beats

    Steamy

    I prefer the one I went with but it's cool to see people changing the theme to fit their needs. Good work, I know this theme's XAML is a bit of a mess and isn't the easiest to modify so congrats on getting it to look like what you want. Feel free to post up your changes to the forum if you want or get anyone asking for your version of it.
  9. Bit curious. You are posting in the Android forums, but AYANEO Pro runs on Windows. Did you purchase the wrong license or put the wrong license in the LaunchBox folder?
  10. Never run an app as administrator that doesn't specifically tell you it needs it (and really wouldn't bother with apps that do). It will break things for many apps. In LaunchBox it breaks all relative pathing logic which is used heavily to load emulators and games. Also ensure when running the installer you are pointing to your \\LaunchBox folder and not \\LaunchBox\LaunchBox. When running the installer it should open the app up after. You can check the version in the about page. I find it pretty hard to imagine after running the installer that the app opens as a different version than the installer is for.
  11. Filename has to match the file name used in the Bezel Project repository (or close to it) for us to be able assign it a bezel. You can check on the names they use by checking their GitHub page
  12. What probably happened is you have the "Change View" binding filled in and some one changed from your standard Platform Wheel 3 view to Text List View. Use the binding to go back to the view you want and it should be back to normal. You could change the 4th item in the options screen you show to something else, then change it back to the value you have it at and I believe it should revert to what you're used to as well.
  13. I deleted the duplicate. In the future if you make the mistake again you can delete your own posts as well.
  14. Not sure I understand the question. A games platform is only used to determine what BezelProject repository to pull from. After that everything is driven by the ROMs file name.
  15. Bezels aren't saved anywhere inside of LaunchBox's directory permanently. They are downloading to a temporary directory that is deleted when LaunchBox is closed. There is also no way to view an individual game's bezel inside of LaunchBox at this time.
  16. Close LaunchBox. Then navigate to your \\LaunchBox\Updates folder and find the installer in there. Then manually run the installer over your install (make sure you don't create a \\LaunchBox\LaunchBox directory when doing so) and you should be good to go.
  17. Just edit those games and on the first page set installed to a checkbox (true) instead of the square (empty). You can also use bulk edit to do it for multiple games at once.
  18. Can use Arcade Italia to get a list of those titles and output an ini file. Then use @JoeViking245s plugin here to create a playlist with it.
  19. LaunchBox and Big Box have never played the game inside of the application itself. We just launch your emulator. Where there MAY be some confusion is that perhaps in the past your emulator was told to run full screen and now is not. You may need to check the command line arguments you have set in your emulator to ensure you're telling it to launch full screen.
  20. Ah yeah. That data grid is pretty temperamental about what columns you can/cannot have in it. Not sure you'd be able to put it in it's own column with any degree of success. You can append it inside of another column (title for instance) if you wanted to pretty easily though. I'll take a look while I'm working on next version to see if there is any other work arounds I can find to help it all work.
  21. Can grab the latest release of my Beats theme to see it in action. All that's needed to do it is add an Image who's source is "{Binding ContentImage}".
  22. Yes. 12.13 is live and official. The release date wasn't properly added to the changelog before publishing the version. It'll be corrected with the next beta release.
  23. To be honest I'm not entirely sure. The .NET core run up was pretty different to what Microsoft did with .NET Framework and many of the SDKs/Runtimes weren't fully backward compatible. Also .NET 6 is just simply "dot net" while 3.1 is "dot net core" in moniker and I'm unsure if there was anything done in that transition that makes the newer runtimes not as compatible. Pointing to 3.1 runtime ensures they have a version that WILL run the app and eliminates the possibility of a newer runtime causing potential issues that we then have to get past to troubleshoot any future issues. If the user HAS to have that runtime to run other apps and the OS overwrites the 3.1 runtime there is of course little the user can do, but if it isn't required it eliminates a possible issue for them to get tripped up on moving forward.
  24. Hmm in your video when in the Aether app adding the folder it doesn't look to me like it added the folder you were navigating to. I don't see it getting added to the list and the one that IS there isn't the same as what you're pointing to in LaunchBox.
×
×
  • Create New...