Jump to content
LaunchBox Community Forums

faeran

Administrators
  • Posts

    2,517
  • Joined

  • Last visited

  • Days Won

    134

Everything posted by faeran

  1. The image you showed above was for LaunchBox controller options. Make sure you also check the Big Box specific controller options as well. Also, you may want to check your Controller Mappings inside of Big Box and make sure there's nothing strange going on in there. As a test, you could also reset your Big Box settings by exiting Big Box and removing the following file: \LaunchBox\Data\BigBoxSettings.xml It will redownload with default settings the next time your launch Big Box.
  2. Hi @Moleburt. While it seems like this should be easy, the complication really comes with the addons of the Unified Refried theme. The way it works, you would have to potentially edit hundreds of files in order to successfully change over the wheel from all the custom views that are in the theme. However, if we ignore that for now and we just concentrate on 1 games view, that will give you an idea of how to do this. I'm going to assume you have both themes installed, which will make things a bit easier. Here's an example of how you would migrate the Unified wheel and pointer to the WheelGamesView.xaml file. Go into the Unified Games View xaml file Open: \LaunchBox\Themes\Unified\Views\WheelGamesView.xaml Grab the following code snippets The Wheel Code <!-- WHEEL --> <coverFlow:FlowControl x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="4" Grid.ColumnSpan="3" Grid.Row="0" Grid.RowSpan="8" CoverFactory="{Binding CoverFactory}" ImageType="Clear Logos" CurveAmount="-3.5" CameraZPosition="2.8" VisibleCount="16" PageSize="6" Spacing="0.95" ItemZPosition="0.5" SelectedItemZPosition="1.4" Panel.ZIndex="2" RotationAmount="12"> <coverFlow:FlowControl.Opacity>100</coverFlow:FlowControl.Opacity> <coverFlow:FlowControl.Effect> <DropShadowEffect BlurRadius="10" Direction="-90" RenderingBias="Quality" ShadowDepth="1" /> </coverFlow:FlowControl.Effect> </coverFlow:FlowControl> The Pointer Code <!-- POINTER --> <TextBlock x:Name="PointerFileName" Visibility="Collapsed"> <TextBlock.Text> <MultiBinding StringFormat="{}pack://siteoforigin:,,,/Themes/Unified/Images/Theme/Pointer/{0}.png"> <Binding Path="KnownPlatformOrPlaylistTitle" /> </MultiBinding> </TextBlock.Text> </TextBlock> <Viewbox Grid.Column="4" Grid.ColumnSpan="3" Grid.Row="2" Grid.RowSpan="2" Panel.ZIndex="1" HorizontalAlignment="Right" VerticalAlignment="Center" > <Image x:Name="Pointer" Source="{Binding Text, ElementName=PointerFileName, FallbackValue='pack://siteoforigin:,,,/Themes/Unified/Images/Theme/Pointer/_Default.png'}" Opacity="100" RenderTransformOrigin="1,0.5" RenderOptions.BitmapScalingMode="HighQuality" > <Image.RenderTransform> <ScaleTransform x:Name="PointerSize" ScaleX="1" ScaleY="1" /> </Image.RenderTransform> </Image> </Viewbox> The Pointer Animation Code <!-- POINTER --> <DoubleAnimationUsingKeyFrames Storyboard.TargetName="PointerSize" Storyboard.TargetProperty="(ScaleTransform.ScaleX)" > <EasingDoubleKeyFrame KeyTime="0:0:0.0" Value="1"/> <EasingDoubleKeyFrame KeyTime="0:0:0.15" Value="1"/> <EasingDoubleKeyFrame KeyTime="0:0:0.3" Value="0.75"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames Storyboard.TargetName="PointerSize" Storyboard.TargetProperty="(ScaleTransform.ScaleY)" > <EasingDoubleKeyFrame KeyTime="0:0:0.0" Value="1"/> <EasingDoubleKeyFrame KeyTime="0:0:0.15" Value="1"/> <EasingDoubleKeyFrame KeyTime="0:0:0.3" Value="0.75"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames Storyboard.TargetName="Pointer" Storyboard.TargetProperty="(Image.Opacity)" > <EasingDoubleKeyFrame KeyTime="0:0:0.0" Value="1"/> <EasingDoubleKeyFrame KeyTime="0:0:0.8" Value="1"/> <EasingDoubleKeyFrame KeyTime="0:0:1.6" Value="0.15"/> </DoubleAnimationUsingKeyFrames> Now go into the Unified Refresh Games View xaml file Open: \LaunchBox\Themes\Unified Refried\Views\WheelGamesView.xaml Find the Wheel code and replace it with the Unified one Paste the pointer code just underneath the Wheel code Find the following code <Storyboard x:Key="ChangeGame"> (appears closer to the top) and paste the pointer animation code underneath it Save the file and load up Unified Refried to see the results. Just note, to see the results you'll have to temporarily rename or delete the following folder, as it will get in the way of you seeing the actual games view (it tries to load the view files inside of there): \LaunchBox\Themes\UnifiedRefresh\Views\WheelGamesView Now you just need to do this for all the Game views you want to migrate the wheel over for, including any the platform specific views that are inside any of the following folders that you would want to use: \LaunchBox\Themes\Unified Refried\Views\TextGamesView \LaunchBox\Themes\Unified Refried\Views\Wheel2GamesView \LaunchBox\Themes\Unified Refried\Views\Wheel3GamesView \LaunchBox\Themes\Unified Refried\Views\Wheel4GamesView \LaunchBox\Themes\Unified Refried\Views\WheelGamesView You'll do something similar for platform views, just remember to grab the same kind of code from PlatformWheel1FiltersView.xaml and transfer it over to the Unified Refried version of the file.
  3. Hi @Qbertzelious. Saved screenshots are put in the following location: \LaunchBox\Images\[platform name]\Screenshot - GamePlay In LaunchBox, you can also right click your Secret of Monkey Island game and go into Edit. Click on Images and cycle through until you see your screenshots.
  4. Hi @williambroad. From the screenshot it looks like you are just viewing one of the wall views, instead of one of the colorful views. If you bind a keyboard or controller key to "Switch View" (found in Options > Keyboard or Controller Mappings), you can cycle through the different view options until you reach one that you like.
  5. Definitely a strange one. Are you able to take a screenshot of what you are seeing and post it here?
  6. Beta 4 is out with the following changes: Fixed: Playlists were not prioritizing videos for games in the playlist Fixed: Controller metadata scraping wasn't properly using a platform's Scrape As to assign metadata Fixed: Corrected Amazon library import logic to get entire Amazon Games library (introduced in 11.13 beta 3) Fixed: Corrected threading error (introduced in 11.13 beta 3) Fixed: Pressing cancel on media downloads wasn't always respecting the cancel request Fixed: Horizontal platform wheels weren't correctly setting the Navigation Binding (introduced in 11.13 beta 2) Fixed: Rare error when searching games via the Add/Edit Games screen Fixed: Error when pressing "Select Random Game" inside of a filter with no games Fixed: Corrected error that would cause Game Details in Big Box to freeze showing only a black screen Fixed: Trying to open a second instance of LaunchBox while another instance is in the system tray will now restore the system tray instance Fixed: Sounds weren't playing from the correct theme if using view specific themes (introduced in 11.13 beta 3) Please continue to report any issues you find with this latest beta. Your help us much appreciated.
  7. This could be because of the file system you have the external hard drive formatted in. If you have the ability, try to format it to NTFS and see if that helps.
  8. History of Games - Game Awards - Remix View File This video was originally aired as the intro to the 2009 MTV Game Awards. I took the best quality source I could find, replaced the music to one that was used in an old hyperspin version of this video, and then heavily edited the video to match the sound effects in the music. I then added topderob's great Big Box startup video to the end. Enjoy! History of Gaming - Remix.mp4 ________________________ The source copy of the 2009 MTV Game Awards video I used: https://vimeo.com/23598828 The Big Box startup video I tacked onto the end by topderob: https://forums.launchbox-app.com/files/file/1600-bigbox-explosion-logo-reveal/ Submitter faeran Submitted 07/13/2021 Category Big Box Startup Videos
  9. Version 1.0.0

    1,554 downloads

    This video was originally aired as the intro to the 2009 MTV Game Awards. I took the best quality source I could find, replaced the music to one that was used in an old hyperspin version of this video, and then heavily edited the video to match the sound effects in the music. I then added topderob's great Big Box startup video to the end. Enjoy! History of Gaming - Remix.mp4 ________________________ The source copy of the 2009 MTV Game Awards video I used: https://vimeo.com/23598828 The Big Box startup video I tacked onto the end by topderob: https://forums.launchbox-app.com/files/file/1600-bigbox-explosion-logo-reveal/
  10. I'm no expert, but this 404 issue is a known problem that was solved in our current beta. We'd want to make sure this is the same issue that was already solved vs. a new issue.
  11. Are you able to upgrade to the latest beta release and see if that helps with your issue. You can opt into the beta from the Options in LaunchBox.
  12. Beta 3 is now out with the following changes: New Premium Feature: LaunchBox can now be closed or minimized to the system tray New Premium Feature: LaunchBox can now display an icon in the system tray that can be used to show/quit LaunchBox as well as quick launch recently played or added games New Feature: Big Box sound packs can now support multiple sounds for each sound type New Feature: Big Box Themes can now support their own sound packs packaged with the theme New Feature: Big Box now has an option to require holding back to navigate to the system menu New Feature: Added Big Box keyboard and controller mappings to View System Menu Improvement: Some Amazon media was being downloaded as an unsupported file type. These are now changed to JPG automatically. Fixed: Corrected rare null ref error while importing Amazon Games Fixed: Amazon games importer was not discovering all games in the user's library Fixed: TextFiltersView will now prioritize background videos over images Fixed: Navigation error using the MS-DOS and ROM import wizards Please continue to report any issues you find with this latest beta. Your help us much appreciated.
  13. Hi @pjrezai. This seems to be a general windows error. Some general things you can try to resolve your issue: Make sure your drivers/dependencies are updated and installed properly Make sure you don't have any virus/security programs potentially blocking LaunchBox from running. Try to re-install LaunchBox overtop your current build
  14. Hi @serial1983. Unfortunately, no way to stretch your images in this mode. If you feel like this is something you wish to have, you can always put in a feature request. On the top menu you can choose Help & Support > Request a Feature.
  15. Are you able to try to uninstall .net core, then re-run the LaunchBox installer over your current LaunchBox files.
  16. If the name of your images or videos are the same as the name of your ROM, LaunchBox will accept it, if placed in the appropriate folders.
  17. Sorry to hear about your issues. There are definitely more fixes on the way for the 404 timeout issues with emumovies media downloads. To get you back on track, try a media import only using the LaunchBox DB and uncheck the "remove roughly matched duplicates" option.
  18. You'll find them in: \LaunchBox\Images Choose your platform and then image type, then you'l see your images.
  19. This might be caused by a conflict with the startup/shutdown screens. Can you go to Tools > Manage Emulators. Edit the emulator causing you issues. Go into the Startup Screen tab, and uncheck the game startup screens and game shutdown screens. See if you can see the game again.
  20. I'm curious to know whether those images looks fine if you open them up outside of LaunchBox.
  21. Hi @kal9000. Other than removing the design that you least prefer from the folder structure, this is not currently possible. There is a bitbucket request open if you wish to vote for it: https://bitbucket.org/jasondavidcarr/launchbox/issues/6121/images-should-be-shown-in-order
  22. It should be named the way you have it named within your LaunchBox library (changing illegal characters to underscores_). You should also add numbers to the end: Arkanoid II-01. But one way you can get used to adding images is just through the game's edit window in LaunchBox. Go into Media > Images, click Add Image. Then once it's added make sure you assign it the correct tag.
  23. Yes, this isn't actually a POC thing, but a limitation of the wall view's current limitation. It's on a long list of items to rectify ?
  24. Just posted version 1.3. See if that version solves the errors you were seeing.
  25. hmm, a possibility. @Procyon, which version of LaunchBox are you running? I'll check out the forum build and see what's going on with it. Thanks @neil9000
×
×
  • Create New...