Jump to content
LaunchBox Community Forums

Disco Lando

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by Disco Lando

  1. Alternatively, is a way to set a single fallback image as a default background for anything that doesn't have a background image associated with it? Across the board?
  2. In a custom Big Box theme, it's possible to force platform fan art for the backgrounds of filters views by simply dropping files into the images/fanart folder named after the platform. Unfortunately, it seems the only way to force platform fanart into the games views backgrounds is to drop images straight into the LaunchBox images folder under images/platforms/*platformname*. There doesn't seem to be a way to override these images from within a custom theme, either. Up until now, I had been referencing custom images for the games views backgrounds from within the theme I'm working on, but I realized that the crossfade transition for the default background elements (transitions:TransitionPresenter) can't be applied to anything else - or, at least, I haven't been able to figure out how to do it if it's possible. I just want to get a platform image as the background for the games view in my theme that acts like the default background (with crossfades and the ability to reference game fanart), but without having to manually drop files into the LaunchBox images directory. Is this even possible?
  3. I was wrong about this, sort of. Turns out when navigating between playlists in categories view, if you're using platform fanart as the background, you still get a slight dip in opacity with the fade transition. I might be able to solve this by putting a static fanart background behind the transition element... Edit: Success! A nice fade between platforms and no dip navigating through the playlists of a platform in categories view.
  4. If you're using the Community Theme Editor, put that code into a custom XAML file created by a User Source element into the space above where your current background image element is nested. I've tested it in both TextGamesView and TextFiltersView, but it should work in any of them. You'll have to set the x, y, height, and width of the element before you paste the XAML code into it, otherwise you might get a crash when trying to tweak it afterwards. You might have to restart the editor afterwards, too, it's giving me a lot of hassle.
  5. They allow the crossfade that you see in the default theme on box art and background images when going through a games view. For some reason the platforms view does that quick fade-to-black animation, but you can use this to change that.
  6. Sorry to necro a thread, but I'm looking for something similar; the transitions between box art images and fanart backgrounds in the games list view of the default theme is a smooth crossfade between previously selected and newly selected, without a dip to black. I'm trying to figure out how to implement this using the Community Theme editor for both game list and platform/playlist views. Nevermind, I figured it out. The code from the transitions in the Documentation.pdf in the main themes folder just goes right into a User Source element. So instead of using an image element for the background, you can paste: <transitions:TransitionPresenter TransitionSelector="{Binding BackgroundTransitionSelector}" Content="{Binding BackgroundView}" Height="{Binding ElementName=Canvas, Path=ActualHeight}" Width="{Binding ElementName=Canvas, Path=ActualWidth}" IsContentVideo="true" /> into a User Source element and now the transition is a crossfade in either view. For some reason the Community Editor throws up an error message the first time I implement it, though, so I'm dealing with a lot of crashes.
  7. I was ultimately able to work around this problem by duplicating the device images to the Background Overrides fanart folders in the theme I'm working on, then setting the image to Metadata: Fan art. Now the default system device images continue to be displayed as I navigate through the sub-playlists.
  8. Would there be any way to make the image dynamic, then, also using that condition? Rather than stacking static images for each and every individual system?
  9. Right now the only way I can make it so that a console image shows up when a platform playlist is selected is by copying the device image and adding the playlist name to the filename, which is *really* not economical since it would require making a huge number of unnecessary duplicate images. Is there some way to get an image to default to the system base device for playlists?
  10. Currently attempting to create a theme using the Community Editor, and I notice that if I want a platform device to show up in the background, I use a device image in the right folder and it shows up when I have that platform selected in the menu. The problem is that although LaunchBox is fantastic at creating playlists for each system, if I want the device image to be displayed in the background when one of those sublists is active, I have to then duplicate that image and rename it according to the category or playlist, which will result in dozens if not hundreds of unnecessary duplicate images. There doesn't seem to be a way to get the image to fall back on the parent platform. Surely there must be a better way of doing this that won't involve making duplicates of the same image?
  11. Thanks, that'll probably work. I'll look at the diff files for those versions in between to see if anything in that collection is affected by those revisions (probably not much if anything).
  12. The weird thing is that I was initially able to import my set, but only after removing it from LB and attempting to re-import it have I been getting the aforementioned error.
  13. Yeah, I have a heavily curated a MAME 0.159 set from about ten years ago that I don't want to have to update if possible. I am downloading the entire 0.240 set at the moment, however, just in case.
  14. In lieu of having individual entries in the DB for games of this type, or an easy way to see which games have multiple discs when combining duplicate entries, I've come up with a workaround for keeping games in the list that have playable secondary discs. As an example, I've picked Resident Evil 2 for the Sega Dreamcast. Disc One is Leon's story, and Disc Two is Claire's story, each independently playable. First, before importing your ROMs, rename the files. In my case, they were: Resident Evil 2 (v1.001)(2000)(Capcom)(US)(Disc 1 of 2)[!][Leon].chd Resident Evil 2 (v1.001)(2000)(Capcom)(US)(Disc 2 of 2)[!][Claire].chd I then changed the names to: Resident Evil 2 - Leon (v1.001)(2000)(Capcom)(US)(Disc 1 of 2)[!][Leon].chd Resident Evil 2 - Claire (v1.001)(2000)(Capcom)(US)(Disc 2 of 2)[!][Claire].chd After importing the ROMs, these two games are left without artwork or metadata. Edit the entries one by one and change the title to "Resident Evil 2" and then search for metadata, choosing the correct DB result. You can now safely set the title back to what it was before ("Resident Evil: Claire" or "Resident Evil: Leon"). Once the title is set back, go to the media tab and download the media files. It will download the artwork, but the downloaded file names will be adjusted to match the modified title. Now you've got both entries in your list with unique list titles (in text menu mode, anyway) and full artwork/metadata.
  15. To answer my own question, after some testing, 1) yes, it appears to be normal and 2) it seems either naming format works.
  16. Swapping out my custom XAML file for the default returns the page up/page down functionality, so I'm wondering if there is something I can copy from one to the other to fix it in the file produced by the community theme editor. Any ideas?
  17. Is it normal for LB to detect multi-disk games as duplicates? For the creation of .m3u files for multi-disk games is there a specific naming convention for the disk designation? I.E. (Disc 2) vs (Disc 2 of 4)?
  18. I notice that these buttons don't work properly in any custom themes, even one I'm attempting to build from scratch. I've read that this was a bug introduced years ago. Apparently it has been fixed in the default theme, but is there a workaround for custom themes? Or a way to modify the default theme instead of starting fresh?
  19. Are those platform images not supplied by default? Even just using the default theme, they were missing, and the platform names were automatically supplied by LaunchBox.
  20. Right off the bat, Big Box seems to be missing images for certain systems; Intellivision and TurboGrafx-CD to name a few. There are no wheel logos for them, just white text. I'm also noticing that a lot of skins downloaded through Big Box don't look like they're advertised for the same reason: missing images, blank backgrounds, etc. These are all with default LaunchBox options. All of my systems appear to be properly imported.
  21. I'm testing out Big Box on a CRT I have connected as a secondary monitor, and I'm noticing that both the default and most of the custom themes I'm trying out don't work well with overscan; there isn't enough "safe space" for the menus around the edges of the program. Are there any simple solutions for this problem, or themes designed for overscan?
  22. How does LB pair ROM files to database entries? If I change the folder structure for a ROM set or rename the roms, is there a way I can rescan the parent directory to re-match those files with previously downloaded media? Is there a way to tell which ROMs for a system exist in the LB database but that I do not have? Or a way to tell which ROM files haven't resulted in a match?
×
×
  • Create New...