Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,076
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. You can try downloading the latest version from our website. Then just run that installer over top your existing LB folder. Make sure you point it to the parent folder you LaunchBox folder is in and not the actual LB folder or it will install it in \LaunchBox\LaunchBox. It will not delete anything or override any of your settings. It will just install the new updates.
  2. Check your antivirus to see if it quarantined any LB files. It has been known to happen. Especially in the more recent LB builds. Antivirus programs have been a bit overzealous on us.
  3. Or you can use the rom path change option in the LB tools.
  4. I believe colorman3605 still wants the video and images there. Just does not want to accidentally click on it and it open to a bigger video or image. If it is a frequent issue for a user, best recommendation is to submit a feature request using the link located at the top of the forum under "Help & Support". A custom theme might work, never messed with those specific bindings in the game details view so could not advise on what to change.
  5. Your shutdown xaml code has a background color brush that is giving the image a shade. I take it you used the default theme as your base. Remove the lines below and it will remove the darkness of the image. <Grid.Background> <SolidColorBrush Color="#66000000" /> </Grid.Background>
  6. Default may not have the UserControl line for the gif. At the top of your theme you may need to add this line. Paste in where you see the other xlmns lines (starts at line 1). xmlns:gif="clr-namespace:WpfAnimatedGif;assembly=Unbroken.LaunchBox.Wpf"
  7. Merged your threads. Please do not spam multiple forums or threads with the same issue. Retroarch should automatically map an Xbox controller to a default setting. When you are in the settings menu under the "Device Index" does it show "Xbox One Controller"? Been a while since I messed with controllers but I think this is still true.
  8. That target name is used in the image line of code. So if you look at line 73 of the xaml you will see Jason labeled the image in that section of code "DiskImage". This is what links the storyboard piece to the image. So you can do the same using whatever name you want. You just need to make sure the name is referred to in both sections of code. So be sure to look both at the code in the UserControl and the code in the lines for the actual image.
  9. Look in the Default Startup theme folder. Open one of the CD based platform xaml files. In there you will see an example of rotation. Triggering animations is not too hard. You may spend more time refining the movement/speed than anything else.
  10. During import if you check the box "Force Using Mame metadata...". This will name the files without you manually doing it. Since it will then bring up the Mame import screen make sure to uncheck the option for "Skip Game Unplayable In Mame" as well. In the 3rd pic you see that without the Mame option it just sees the files. With the Mame option checked it show's that actual game name (see the 4th pic).
  11. You would need to make a feature request on our bitbucket site. Link is available at the top of the forum under Help & Support.
  12. Yes. Seems to not be affecting everyone as some users are able to upload things to the forum. You can see some posts on it here at the end of the thread.
  13. Devs are likely done for the day. They typically do not do everyday troubleshooting, though they will pop on daily and tend to some items if they can. There are only 2 of them so they tend to work on programming. Our community is small with only a handful of users and mods that respond to help troubleshoot so sometimes not all threads get responded to quickly. Have you tested various themes to see if it may be a theme issue (always test with the default theme)? What theme are you using? If you revert to the prior LB/BB version does the issue go away. I am not seeing this on any of my builds so the information above would be helpful.
  14. Can you post a pic of what you have showing on your "Details" tab?
  15. Please do not post your issue in multiple threads. Since you started a thread for your issue continue to use that thread to troubleshoot.
  16. In LB right click over a platform name in the left hand window pane. You will see a pop-up open allowing you to add or delete platforms, categories, or playlists.
  17. I cannot specifically answer that, but would suggest since the date of that post you quoted was 1/15/2020 go back to the upload around that date. I think Dave only had one upload in January 2020.
  18. Ahhh...could be your version. I am on betas and in recent betas the team added some updates to rom importing.
  19. If you remove the DemulImporter plugin folder from your build does LB open? I think you mentioned removing, but just confirming. I have never used that plugin so just downloaded it and placed it in the plugins folder and LB works fine
  20. Not sure why it is not working for you. I just tested importing the 4 turtles files you mentioned into a clean install and LB had no issues importing. Also tried the same steps below and imported those 4 TMNT with about 200 games and no issue. What version LB are you using?
  21. I tested importing the 6-player version and had to check both since I already had a version of X-Men imported. On a clean build I just needed to check the "Import Clones" option.
  22. You may need to check either or both of the options for "Force Import Duplicate" and "Import All Clones". LB is likely seeing that rom as a clone and a duplicate game.
  23. Yes, and the non-full mame importer is not perfect. Sometimes it missed a random game here and there. Which is why sometimes you needed to check to force a duplicate import. Again as mentioned before partly why many wanted to full importer for better parsing.
×
×
  • Create New...