-
Posts
2,737 -
Joined
-
Last visited
-
Days Won
137
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by faeran
-
Themes with less clicking to launch games
faeran replied to GuyManDude's topic in Big Box Custom Themes
Like damageinc86 has mentioned, while themes don't control these settings, there are user options that do. Most likely what you are referring to is found here: Big Box Options > General > Skip Game Details Screen -
As Retro808 mentioned, this theme was not made in the CTC, and there are a number of things in this theme that is not currently possible to do in the CTC. In saying that, anyone is free to modify this theme and create new views for it if they wish. The initial concept of this theme did not include video snap support, and while I have no plans to create views with video support, I'll leave it open for future iterations if I ever circle back to this one. Anyone is free to do so in the meantime.
-
If this is the original ask, then you can do this using the Audit window, and sorting by the LaunchBox Games ID Column. However, this provides you a list of games that did not find a match within the Games Database, and not necessarily games that are not within the LaunchBox Games Database at all. The latter would be hard to do as the database is updated daily with new games.
-
From what I remember it's a separate element that you would need to delete. I can't really remember what I called it, but it would probably be one of the video elements. This is definitely one of those themes I should circle back to and update at some point.
-
Then just copy and paste this code, don't alter it: <Image Source="{Binding ActiveGame.Platform, StringFormat='{}LAUNCHBOX_THEME_FOLDER/Images/{0}.jpg'}" /> The code will look inside of your theme's Images folder for a file name based off of the active game's platform. So if the game's platform is Nintendo Entertainment System, then it will be looking inside the Images folder for a file called Nintendo Entertainment System.jpg
-
Launchbox not starting after choosing not to update to 12.14
faeran replied to Zkyo's topic in Troubleshooting
Did you already try what was suggested in this post to run the installer overtop your current build? That would solve it for you. For any program, it's never a good idea to stop an installation from happening while it's in the middle of messing with the program's files. If you know you don't want to update to newer versions, you should go into Tools > Options > Updates and uncheck all the options in there. Then if you ever want to update, you can run a manual check by clicking on the Hamburger Menu > Help > Check for Updates -
-
-
-
-
That would be dictated by the Image Group you choose in LaunchBox for each of those platforms.
-
Okay, so I'm not entirely sure what you are trying to do. Based on the code, it looks like you are trying to post a static image and not really what you originally said you wanted to. If this is the case, then you would just use this code: <Image Source="LAUNCHBOX_THEME_FOLDER/Images/Arcade.jpg" Stretch="Uniform" /> That will display Arcade.jpg which should be located within your theme's Images folder. Stretch Uniform means the image will keep its original aspect ratio and deform.
-
We added this to the previous poll and it ended up being the lowest voted item, by quite a large margin. We will keep a close eye on the MiSTer, as it's cool technology, as far as official integration goes, it probably will be a while. Although, knowing how it kind of works, you probably could get a script to run the necessary commands and add it as an additional app, or as a separate game entirely. Sounds like a good plugin idea.
-
We are with you in that we would love to see a more user friendly filter system in Big Box. It's on our long list for things to eventually look at. For the time being, if you were to enter into your Racing playlist, you could use the filters with either Max Players or Play Mode to narrow down the list to just 2 players, but yes, you would have to currently type out a value, which isn't ideal.
-
Yes, I can say that we are aware of the regional variants (for PAL and other regions) for the different platforms that use jewel cases. We do have plans to keep expanding out the 3D Model system to include them, so just stay tuned. No ETA on when we will get to it, but it's planned.
-
For what you are wanting to do, there's currently no way to change navigation like that. This is built into the backend of LaunchBox for the moment, on a per-view basis. I can think of a few ways to trickle this down to make it more theme controlled, but not sure when something like that would make its way into Big Box.
-
I would also like to add that with whatever decision is made, remember that the reason the DB exists is to facilitate the seamless downloading of metadata and media into LaunchBox. So, for any type of change to the DB, the main question to ask is: will this interfere with the seamless downloading of metadata and media of a game that is imported into LaunchBox? As we get closer to us uncovering some of the changes we are making to the database, we will also bring with it a more robust vision and set of guidelines, but whatever we end up sending out, just remember that it's all in the pursuit of better metadata and media scraping inside of LaunchBox.
-
Yes, would be something like: <Image Source="{Binding ActiveGame.Platform, StringFormat='{}LAUNCHBOX_THEME_FOLDER/Image Folder/{0}.jpg'}" /> This will look inside the "Image Folder" for filenames based on the active game's platform.
-
-
Just realized I'm pretty sure it's the theme you are using that's causing it. You can see the option is called "Use 3D Models for Box Images (Unless Mandated by Theme), well, pretty sure that theme mandates the use of the 3D Model in that location. You would have to use an older version of that theme, or use a different version of that theme, like the basic Unified theme. You can download older versions of themes under the changelog section of any download. Also, you have either placed 3D Box Images into your Box - Front image folders, or your added 3D Box Images into your Box - Front image priorities in the options. I don't recommend doing either as this will cause weirdness like you are seeing where a 3D box image is being placed on the 3D model.
-
Can anyone still facing this issue provide what Video playback engine they are using in Big Box, and whether changing to the other playback engine fixes the issue for you.
-
My best guess is you forgot to disable the option under: Game Details > Use 3D Models for Box Images If that's not the case, you may need to provide the other stuff I asked for.
-
Sounds like you may have possibly missed one of the options. Are you able to confirm what theme you are using, and what view you are using in that theme, and which options you disabled. Screenshots would help with what you are seeing, it kind of sounds like you may have added 3D Box Images into your Box Front priorities, instead of keeping them in their own priority group.