Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,498
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by C-Beats

  1. As stated it can be themed in. Take a look at the Steamy code and apply it the custom theme I KNOW you're using...
  2. Yeah, I can see the reason behind the desire, just at this time now real sure how well it will actually look with WPFs animation system.
  3. Fairly certain to run a scrollbar the way you are wanting we'd have to run a animation against the scroll position. While not IMPOSSIBLE (or least I don't think it is) it WOULD impact performance and responsiveness for a lot of people if we just turned it on for everyone. While I'm in the code I'll see if there an easy way to theme that functionality in and shoot ya the XAML to do so. If not you'll have to submit a feature request for it.
  4. Want to take that to the community theme creator thread for y2guru to take a look at. Pretty positive that's his plugin throwing the error.
  5. @Rlad @TheNewClassics Could you grab beta 3 and confirm you see the issue you reported is fixed?
  6. This GREATLY depends on the ItemsControl/Panel you're using to display the items. If it isn't virtualized you will hit some pretty nasty bottlenecks. Feel free to PM for assistance on how to get your theme properly virtualized if you're unsure how.
  7. All license inquiries should be directed to support@unbrokensoftware.com. No one on the forums will be able to assist you with this.
  8. @SqHd can you confirm you're seeing this resolved?
  9. Nothing has changed regarding EmuMovies search or download in the code. Their servers do tend to get bogged down and slow, which is why they are (or were last I knew) working on improving their servers and API. We added the cancel buttons to all EmuMovies processes because we realize that it happens more regularly than we'd like and wanted to give users ways of skipping that lengthy process should they want. Unfortunately we really can't do much more at this time as the delay is caused by EmuMovies servers taking so long to respond to the API calls we have to make.
  10. User was identified and banned, the extra requests it generated have been cleared from the queue.
  11. You can continue to upload your changes. The user doing it was identified and banned, and their change requests removed from the system. No other requests were altered or removed in the clean up.
  12. Anyway you can take a pic of what they look like in LB vs BB so I can see and compare?
  13. Not sure I've heard the sort order issue before. Can I assume you have them sorted using the platforms sort title?
  14. Right now I don't know of any plans to since you can't do that for ANY play stat as I remember (except for resetting it). Be interesting to see how many people would use something like that though. When ya get the time could you go to the top of this page and click the "Help & Support" link and then "Request a Feature" and fill that out with that request? Will open up a BitBucket ticket people can vote on that we use to gauge interest on various requested changes.
  15. Have you tried another theme to see if you have the issue in another theme as well? I would ASSUME you will but worth checking. At this point I'm not REAL sure what would be causing that. You're the first person I've seen report an image artifact issue like that that WASN'T running that service. I'd make sure your video drivers are up to date as well if you haven't already. WPF (which is what we use to render Big Box) has a DirectX back end it uses to display things so sometimes wonky video drivers can have weird mishaps like that.
  16. I didn't have any EGS games installed so couldn't even get to that menu (kinda sucks they don't make that information available for uninstalled games). I added this to the list, though at this point I'm not real sure if their API will even let me GET that information so I can't make any promises of when or IF it gets added, but definately be curious to see what we can find out about it. In the meantime if you wanted you can close LaunchBox and manually edit the XML data file to alter the playtime, but you'd have to do that per game. The playtime in that file is in total seconds played as well so may need to do some math to make sure you input the right number. I'd most certainly make sure to take a backup before you do that though so you can restore if anything gets messed up when manually editing files
  17. Ah nice, didn't realize they had that. Do you know if that a global stat or just time played since the last install?
  18. What theme are you using? Could you post a screenshot of what you're seeing? Alt + Print Screen can be used to just copy the window then can paste it to the forums post.
  19. Yeah, that makes sense though since the games title was Goldeneye 007, NOT 007 Goldeneye. We don't do any checking for words being out of order
  20. I've never seen anywhere that Epic Games tracks your time played. Is there some place in their UI to see that stat?
  21. Open Task manager Go to services tab Located a service called "nahimic" Turn that service off Restart Big Box This should help the image issue at least.
  22. If you're talking about making a plugin to display that in the panel anyway I'd just make a plugin that fetches you the list of games then you can pass it to an ItemsControl and display them in the panel. No need to constantly be destroying your metadata
  23. I'm going to in the Big Box code the next few days working on getting the new Related Games features added, and see if we can get some bugs squashed. This one is on my short list to take a look at. I'll ping ya should any code changes get in so you can test.
  24. You are correct in the assessment that the same DB ID is only compared once. We do this so that if you have a game locally, THAT metadata is used and NOT the DB item (and it's metadata). I'm not really sure I see that logic changing unfortunately. I can understand potentially why you'd like to do what you're doing but this feature was designed with the mindset that you'd only want to see each game once, and what you're doing is asking to see the same game several times in the panel which is counter to that logic.
  25. Typically when settings don't save it's because of their being extra files in the Data folder that don't belong. I'd make sure you don't have backup files in your data folder that shouldn't be there.
×
×
  • Create New...