Jump to content
LaunchBox Community Forums

Fry

Members
  • Posts

    284
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Fry

  1. I see. Bps files should be fine with floating IPS patcher and sega master system roms shouldn’t be a problem to patch either. I am curious why your log file seems to have an entry in it but no log message. Normally if there is a log entry, there would be something written in there. Would you be able to share your data file? I’d like to confirm the data you have for golden axe in sms and try to reproduce the issue.
  2. There should be a LaunchBoxRomPatchManager folder in your LaunchBox folder and in there any errors would be logged to the log.txt file. Could you check if there is anything in there and if so send it to me? Also do you by chance have the bad data file where your platforms got messed up? If so I would love to take a look at that. And if possible could you send me your good data file so I can see how you have stuff setup, if anything sticks out to me? lastly, when you say you went out of specs, what do you mean by that exactly? I wasn’t clear on what you did there.
  3. Fry

    Eclipse

    Yeah man until I can optimize it, I probably wouldn’t recommend this theme for a setup with 10k games. To turn off, select another theme. You can delete the plugin files if you want to completely clear it from your system.
  4. Oh god that’s horrible. Did you see any error in the log? Really sorry to hear about that. I would like to try to reproduce this issue and figure out what happened. I don’t play master system so I’ll need to set that up. I’m glad you were able to use a backup of your data file to resolve this
  5. Can you share your script that shuts down your marquee?
  6. This could be accomplished with the plugin API https://pluginapi.launchbox-app.com/html/3e3603e5-bab6-e510-689c-ee35c0f5f694.htm
  7. Fry

    Eclipse

    That’s interesting, I have not experienced that yet. I have let it idle for a few days and haven’t had any locking up yet. Can you describe the hard lock? Are you leaving it on for long duration? Are you playing and it locks up or just idles? Is windows totally locked up and you have to do a hard shutdown?
  8. Thank you for always looking into ways of improving our user experience!
  9. Thanks @C-Beats figured as much but wanted to confirm with the experts
  10. Fry

    Eclipse

    Good suggestions @launchbox_saropa. They all look pretty doable. I will look into them. - the startup behavior is intentional. It picks a random game from your favorites. I think we should add a setting that lets you specify what list you’d like to start in and whether you would like the first game, a specific game, or a random game from that list - for the settings pane, I think a simple change can be made so that it won’t open when held. I will think about a configuration for this behavior - for the additional categories, I think highest rated, most played, never played, recent editions are good ideas. For single player that would be a play mode so you should be able to see that from play mode. What might be nice here is to give a configuration screen that lets you pick and combine lists from different categories. I need to think a bit more on this. - disable voice search (while it hurts me to hear such a thing), I should look into ways to make sure it doesn’t cause any problems if you don’t have a mic
  11. LaunchBox 11.3 introduced the concept of Alternate Names. Prior to that, the title field would separate alternate names with a forward slash (/). Is there any way to update just the Title and Alternate Names metadata so that games will have their alternate names populated and titles updated to some default value (maybe based on region preferences)? I see Tools > Download > Update Metadata and Media for All Games. This looks like the way but this wizard has three options: Yes, download and replace all existing metadata and media Yes, but do not replace any existing fields or media (recommended) No, do not update games with existing metadata #2 will populate the alternate names but it leaves the title with slashes and alternate names. It seems like the only way would be #1 because the title field is already populated. I figure this is the case but wanted to see if any experts know of another way where I can get my titles updated without replacing media and all my metadata. Thanks in advance for any suggestion.
  12. Fry

    Eclipse

    I investigated this and found that I've mistakenly delivered this funky "FilterView" with the Eclipse theme along with several other views when really all I should be delivering is Platform Wheel 1. I need to delete all the other views from the theme so that they properly fall back to the default when Eclipse is not in use. What happened is since the plug-in files weren't there, the theme blew up (probably showed an ugly error message) and then switched to the platform 1 wheel view from the default theme. When you switched to "show genres" it was still on "eclipse" and loaded up my funky FilterView which had nothing but that hard coded string in there (not sure how it got in there like that). I'm going to remove all the other views from Eclipse except for the PlatformWheel1FiltersView which is the only view that is used by the theme to avoid this in the future.
  13. I'm glad to hear you got things back to normal @CrocketRauncher. I investigated this and found that I've mistakenly delivered this funky "FilterView" with the Eclipse theme along with several other views when really all I should be delivering is Platform Wheel 1. I need to delete all the other views from the theme so that they properly fall back to the default when Eclipse is not in use. What happened is since the plug-in files weren't there, the theme blew up (probably showed an ugly error message) and then switched to the platform 1 wheel view from the default theme. When you switched to "show genres" it was still on "eclipse" and loaded up my funky FilterView which had nothing but that hard coded string in there (not sure how it got in there like that). I'm going to remove all the other views from Eclipse except for the PlatformWheel1FiltersView which is the only view that is used by the theme to avoid this in the future. Thanks @faeran for bringing this to my attention.
  14. You've done an outstanding job with this theme. Thank you for sharing it!
  15. I haven’t really considered Alexa, I’m just using Microsoft’s .NET speech recognition library for this. I did think about adding more features like having it always listening so you could say something like “hey big box, play Zelda” or something. I’m mostly interested in search to quickly find games. The voice search is pretty accurate but for me it isn’t accurate enough to launch directly into a game from a search. I like to have the search results as a nice intermediate step to make sure it found the right game. My next iteration on this project will be to improve the themability so that it can integrate seamlessly with any theme and look like it belongs there but I got a bit busy with work and family needs so it may be some time before I’m able to release any updates. The source is published on my GitHub if anyone wants to take a stab at modifying it.
  16. This is a really cool piece of software. Is the source open?
  17. I love it. I was just thinking about doing something like this the other day. I’m going to check it out! Thanks for sharing!
  18. inb4'd Scaling 100s and 1000s of images from the original source image size to the size that they will display on the screen is a lot of processing for a computer. To improve performance in BigBox, images are cached at the exact size that they will display in your theme. You can see the image cache in this folder: ..\LaunchBox\Images\Cache-BB It takes a lot of processing to generate the image cache. Once the image cache is generated, then images no longer need to be scaled and can be loaded much faster from the cache. So if you start with a fresh install and no image cache then you will certainly feel it as you scroll through large libraries of games until the image cache is created for all of them. Rather than manually scroll through every game to generate the cache, there are these options to ask BigBox to force populate them. Depending on how big your library is, these can take more or less time. Go click on each one of them and wait for them all to finish. Once they are done, see if your performance improves
  19. And have you read through this? https://forums.launchbox-app.com/topic/35368-bigbox-performance-and-how-to-make-it-better/
  20. Regarding performance issues in big box, I think the biggest issue is around scaling all of the images that your theme loads. For me, it’s night and day with images on an SSD and having images cached. Couple questions for you regarding your experience in big box: - what theme(s) are you using? - have you looked at the image cache options in big box? - what kind of disk drive do you have your launch box images on?
  21. Yes I mostly download patches from romhacking.net. You could also get them from other places like smwcentral or anywhere that you can find IPS or PPF patches.
  22. Thanks @Retro_Rage @Wally Please let me know if you run into any problems or have ideas for new features. A few enhancements I’m thinking about for this plugin: Option to patch an additional app Patches often need to be applied to a specific version of a game. LaunchBox can combine different revisions of games into one game where the game points to the default revision and additional revisions of the same game are added to the game as additional apps. It would be nice to be able to select from the additional apps if you need to patch one of the revisions instead of the default rom. Option to add patched the game as an additional app An option on the import rom hack screen that would allow you to specify if the new patched game should be added as a new game (current behavior) or if the game should be added as an additional app to the source game. Search/Download This one, I’m not sure if/when it will ever happen but long term hope is to provide the ability to search and download rom hacks directly from the plugin.
  23. Any plug-ins installed in your Launchbox\Plugins folder? Also you might look into your windows event viewer and see if you can find any clues.
×
×
  • Create New...