Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    5,179
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by C-Beats

  1. Can always just delete the Themes folder and then run the installer over the directory again, then place the theme files in the Theme folder that gets put there by the installer
  2. If you're inside the FlowContext can simply do this: <TextBlock Text="{Binding DataContext, Path=Title}"/>
  3. I'd empty your temp files. Could be that the app is just having issues downloading it. Drive being full could also cause issues with the download.
  4. Really your PS2 collection should be in CHD format. Gains the space savings of being archived but can be loaded far quicker by the emulator without the need to extract the entire file before playing.
  5. SteamGridDB has a lot of media for newer games that can be used. They don't tend to have exact cover images, but would usually have background/logo images available.
  6. No LaunchBox doesn't store any strongly defined port information like that to determine that the games are the same across multiple platforms.
  7. Items are marked as duplicate if any of the following are true: The rom file is imported more than once The game has the same Games Database ID assigned as another game The game has the same title and platform values as another game in your collection
  8. It does for 7z files
  9. PS2 takes an exceptionally long time and is prone to errors I've noticed (their app crashes hashing some PS2 games). That being said the process will never scan something that's already been scanned so you won't lose progress and can safely close it.
  10. Yeah, in this beta update I assigned a diff value to the underlying image used in the custom control. I'll see if I can move that to the parent control so that it's easier to overwrite in custom themes should the need arise
  11. Believe they changed the bezel syntax in MAME recently and so the deprecated syntax no longer works and needs moved to the new one. I don't have any details to that change readily available to point you to how to do that.
  12. You can put any WPF control in the FlowTemplate so yes, using a textbox is entirely possible
  13. That folder is safe to delete in it's entirety once LaunchBox has closed and you don't see the process running in Task Manager
  14. Bezels are downloaded to temp because we can't download single bezels. The ones you need are then moved to the appropriate folder for your emulator (and renamed where required). The temp folder should delete itself when you close LaunchBox.
  15. Thanks for that @moudrost. Sounds like the Cheevo website is failing to respond correctly for you. I'll see what I can do to improve the code and help it fail more safely. Though not really sure why that message would crash the app at the moment instead of bringing up our error form like it should be.
  16. Do you have videos enabled via options? Go to Tools > Options then there is a page called "Game Details" (or something similar, I don't have it open) and in there a ton of checkboxes to turn off/on different data points in that details view. There is a checkbox called "Videos" you want to make sure is checked.
  17. If you open Windows Event Viewer and look in the application logs is there an error record in there of the crash? @Azgorath @moudrost
  18. Never heard of Cemu needing elevation. The prompt you're asking for is a UAC prompt and no you can't use the Xbox controller to click it without a third party app that changes your controller input to mouse input
  19. Based entirely on the file name. File starts with the Game ID, Massaged title matches (with possible suffix), or the image matches the rom file name
  20. Image file paths are never written to file so I'm not entirely sure what you mean.
  21. Do you have the error log from your crash?
  22. At the moment it does it on the game level, not the additional app. Whichever file your primary game is pointing to is the one hashed. If you choose a new primary app the hash clears and you can run it again.
  23. Not at the moment, changing the application path of the game resets the hash. At the moment there really isn't a need to ever rehash since we don't update the RaHasher app, the results would be the same. I suppose if you're changing the XML files directly you'd miss out on the app clearing that hash value, but if you're already in there doing that you can just remove that tag as well.
  24. I don't ever really use PowerShell but this appears to just be creating symlinks for folders you can already point inside of the app. I will give you that the script may be faster then manually changing all the image paths for every platform, but it IS possible to do so in app already.
  25. At the moment we have no plans of implementing a feature that tells you what RetroAchievement Game IDs you are missing in your system. You could probably con a plugin dev to something like that easily enough though.
×
×
  • Create New...