-
Posts
2,517 -
Joined
-
Last visited
-
Days Won
134
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by faeran
-
I'm kind of curious if it's a platform or playlist issue. One thing you could try is to first completely close LaunchBox. Then head into your LaunchBox\Data\Playlists folder. Temporarily move everything out of this folder to a safe location on your PC. Now, open up Big Box and see if that made any difference at all. Don't forget to do the reverse to get your playlists back.
-
LaunchBox and Big Box is designed to take up as little resources as possible during gameplay. Try out the free version of LaunchBox and see how it feels when you launch a game. I'm pretty sure Big Box takes up less resources than LaunchBox does, so if you are okay with LaunchBox you should be good with Big Box.
-
One thing you could try is removing your EmuMovies credentials, saving out of the Options menu. Then editing a game that you know has media to download from EmuMovies and signing in from there. Just note that EmuMovies doesn't have every game on their server, so make sure you are choosing a game that you know has something available for the best test. If it still isn't working, you may need to reach out to EmuMovies to see if there's anything going on with your account on their end.
- 1 reply
-
- 1
-
Are you able to post a screenshot of what the keyboard looks like?
-
That's definitely a strange one. Not really sure why the update would cause issues like that as not really much was touched that could have affected this. One thing you can try is downgrade to the previous update and see if it works better for you. If it does, then it could point to something in the update, if it still doesn't, it could point to something external that happened (like an OS update). You potentially have the previous apk file inside of your LaunchBox\Updates folder.
-
Beta 4 is out with the following: New Feature: Added StarRatingGrid, MediaPreview, MediaList (For theme devs) New Feature: Added ability to set details min height/width from theme Fixed: Issue with Images View while using certain short Image Groups Fixed: Rare crash in LaunchBox when selecting a platform with a large amount of playtime Fixed: Starting into ListView wasn't loading headers properly Fixed: Issue where certain actions while in ListView would throw a threading error Fixed: Some times you couldn't interact with the content view after a refresh This should fix the remaining issues people have reported with the image view.
-
If you mean having it rotated to the left spine side by default for the 3D Model that's located on the home page, that's a coding change you'd have to make to the theme. If you click on it, it allows you to move it in any direction you'd like. This would be another coding change, but it should be possible. I won't be adding the changes to the main Big Details theme, but anyone is free to do so and create their own version of it
-
If they are just games on your hard drive, find the game's file to open the game anddrag/drop it overtop LaunchBox to start the import wizard (you can do this for multiple files at the same time). Alternatively, you can go to Tools > Import > Manually Add Game... to do things one at a time.
-
This wouldn't be planned for a future update, however, there is nothing stopping you from creating a custom theme doing the changes you want to see. It wouldn't be too hard, but you will have to make some design decisions on how you would want it to end up looking. For example, the clear logo would be a much larger height than just having the title there. Another thing you may want to consider is what happens if one of your games does not have a clear logo. If you want to attempt it yourself, make a copy of the default theme and give the folder a new name. It's in: LaunchBox\Themes\Default Open up the following file: LaunchBox\Themes\[theme name]\Views\GameDetailsView.xaml Somewhere close to the top, you'll see something along the lines of: <TextBlock Text="{Binding Title}".... Replace that whole line with something like the following: <coverFlow:FlowImage ImageType="Clear Logo" DataContext="{Binding SelectedGame}" MaxHeight="{Binding Converter={StaticResource ScaleConverter}, ConverterParameter='40'}" Stretch="Uniform" HorizontalAlignment="Left" VerticalAlignment="Center" Visibility="{Binding TitleVisibility}" RenderOptions.BitmapScalingMode="HighQuality"/> You can change the MaxHeight number to get the height that you want. Good luck.
-
Try to look under Big Box Options and turn these on: Marquee Screen > Ignore Theme Marquee Views Marquee Screen > Stretch Marquee Images to Fill the Screen
-
Are you able to provide a video of what you are seeing?
-
Assuming you are using RetroArch, delete the following files in these folders: RetroArch\overlays\GameBezels RetroArch\config\[platform]\ (if you made any game, game folder, or core overrides, you may want to watch out what you delete in these folders)
-
There is, but it would require that you make changes to the code of the custom theme. Based on the theme you are showcasing there, it's probably a bit of an extensive change to make, code-wise, but it's definitely possible.
-
You can do this by creating two Playlists. One called Arcade and one called Racing. Then bulk add all the games you want to see under Arcade, and do the same for Racing. Place each playlist within the root of the Platform Categories filter section. You'll also want to remove all other items from the platform categories filter as well.
-
It looks inside of your game folder to see if you have a pdf in there that it could set as a game manual.
-
The LaunchBox 13.4 beta thread has been opened, and can be followed here:
-
Hi Everyone, LaunchBox 13.4 beta 1 has just dropped with the following changes: New Premium Feature: The LaunchBox game details pane can now be popped out into its own window (custom themes do require updating) Improvement: LaunchBox image views have been optimized and will now load faster Improvement: Images will now appear more gracefully when scrolling with the mouse wheel inside of LaunchBox Improvement: Badges in LaunchBox will now dynamically update themselves without requiring a reload of the view Improvement: The game details view will now reload after leaving a game to accurately reflect new play time, play count, and achievements updates Improvement: The LaunchBox import wizards no longer act as if they're locked up while parsing the games to be imported Improvement: The MAME arcade full set import wizard is now much faster Improvement: MAME prerequisite files have been updated to allow for a better import experience with newer versions of MAME Improvement: MAME import filters have been adjusted and will now include less non-games by default Improvement: The LaunchBox sidebar filter button will now better adapt its values when used in conjunction with the search bar Fixed: A rare memory leak that could occur in some situations due to the VLC video playback engine Fixed: A rare theme bug when launching Big Box from within LaunchBox Beta 2: Improvement: Clicking either the primary LaunchBox window or the Game Details pop out now brings BOTH windows to front to make it easier to use the app in that configuration Fixed: LaunchBox image view not displaying correctly when using arrange by feature to arrange by anything other than title Fixed: Issue with boxes being added and not being displayed in the row correctly Fixed: Error message displayed in some themes while using arrange by feature Fixed: Issues with scrolling stuttering in LaunchBox Image View (especially when scrolling up) Fixed: Issue with the Image View not returning to the top when selecting a new filter value Fixed: Videos weren't being paused before popping in Game Details causing audio to play but not video Beta 3: Fixed: Several arrange by groups of a single item were causing the rows to render on top of each other Fixed: Last item in a row wasn't always resizing the row correctly Fixed: Pressing a string of keys to jump to a game (pressing M to jump to first game starting with M for example) wasn't scrolling to the correct position Fixed: After manually adding a new game the grid wasn't jumping to that game Fixed: Crashes related to using an arrange by setting other than title that some themes were having Fixed: Issue related to deleting the last item in the Game Details carousel preview Beta 4: New Feature: Added StarRatingGrid, MediaPreview, MediaList (for theme devs) New Feature: Added ability to set details min height/width from theme Fixed: Issue with Images View while using certain short Image Groups Fixed: Rare crash in LaunchBox when selecting a platform with a large amount of playtime Fixed: Starting into ListView wasn't loading headers properly Fixed: Issue where certain actions while in ListView would throw a threading error Fixed: Some times you couldn't interact with the content view after a refresh Beta 5: Fixed: Details Pop Out wasn't rendering correctly on startup Fixed: GOG Credentials incorrectly being flagged as changed when scanning for achievements in Options Fixed: List View not scrolling to the correct location after certain events Fixed: Scrolling up from the bottom of boxes view would sometimes hitch making scrolling difficult Like always, thanks to everyone on the beta channel helping us solidify it for the next release.
- 81 replies
-
- 16
-
Normally, this is caused by it being wrapped in a parent element that doesn't adhere to alignment properties. If you need more help, send me a PM.
-
You'll want to open the following file: LaunchBox\LBThemes\Big Details\Views\GameDetailsView.xaml Find the following line: <Viewbox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" RenderTransformOrigin="0.5 0.5"> Change the following: Grid.Row="0" HorizontalAlignment="Left" That should give you an idea on how you think it looks.
-
Lots of ways, however, all of them would require you to dig into the code and move it to where you want. If you want to adventure in, I can try and help guide you in how to do it.
-
It's best to keep names the way that you see them in LaunchBox for best results, so in your example it would be Nintendo Wii. LaunchBox for Android only has the ability to delete games on an entire platform basis. You would have to select a platform and choose delete, then one of the option that will be asked is if you want to delete all the games. Per-game deletion is not currently a thing. I could see us adding it some time in the future, but it would be one of those features that could cause a lot of harm to a user's library if we don't do it properly.
-
Inside of that folder, in a subfolders called Games\[platform name]
-
Can't download emumovie disc image from "audit game"
faeran replied to thewhite's topic in Troubleshooting
Just tested this, but I was able to download discs from EmuMovies just fine. Which games were you having issues with? Also, when you reach the last page of the download metadata and media wizard, are you choosing the recommended option to not replace any existing fields or media? -
Found this. If this is still valid, you may be running into this issue: https://github.com/xenia-project/xenia/issues/1999 If you have Startup themes turned on, you could attempt to hide the mouse cursor during a game. The option appears under Tools > Manage > Emulators. Choose the Xenia emulator, then go into the Startup Screen section and click on Hide Mouse Cursor During Game.
-
I've heard of issues where certain video files could cause issues, like flv files, or corrupted video files. That's a hard thing to test though. You could try and narrow down if this is the cause by removing all videos, and adding them back one platform at a time, or removing all platforms but one (while creating backups of everything). Keep adding another platform after a long test until you run into the issue.