Jump to content
LaunchBox Community Forums

christhed

Members
  • Posts

    57
  • Joined

  • Last visited

Everything posted by christhed

  1. Great! Is it actually working as it should? I was worried that it would either create an empty excel file or one where every single game in the database would be included. If everything is good I'll upload it as the actual no console version later today. Thanks for testing it out for me
  2. I can't reproduce the error you're getting on my end but I tried something with the new debug version. If that doesn't work i'll have to work on an actual good debugging tool some other day
  3. I uploaded a debug version with a console. Maybe give that a try and let me know if you get any error message in the console
  4. @Daliant I probably messed up when uploading the new dataset. The new version should work now
  5. @Daliant I'm not sure what could be going wrong. What's in your Platforms folder and are you using an older version of Launchbox?
  6. If you move those files to another folder and reimport them to Launchbox (select "move the files to my Launchbox games folder"). The files that are not importing should be left over
  7. I ran into an issue for a very specific use that I doubt many people will encounter but I thought I'd let you now. I installed a second instance of Launchbox on my pc and added fake placeholder rom files in C:/Users/User2/Launchbox/Games. For some reason the automatic importer would look for and import games in C:/Users/User/Documents/More Games but not the Games folder within Launchbox. I'm not sure what's going on since it worked just fine for my main Launchbox install (C:/Users/User/Launchbox/Games) I used another method to get the data I was looking for instead so it's not a problem I have anymore.
  8. I'm the one who submitted the ticket. Thanks a lot for making it happen!
  9. @BioHazZzard Weird. Everything seems to work fine on my end. The tool doesn't actually directly use RA's API, the data is stored in Top Missing Games\datasets\More Data\games_with_achievements.parquet. Make sure you have that file on your end. Also, "has achievements" looks for games with at least 1 achievement within the RA database. Games that are supported by RA but don't actually have any achievements are set to False. Let me know if you sill have issues knowing that!
  10. @Light Sock Thanks! Yeah I thought about having a way to identify what games were exclusives or ported to other console to easily find out what port is the best version. The biggest issue is ports that are named differently than on different console. Like how would I deal with Resident Evil 4: Wii edition? I'm not too sure about how to approach the problem but i'm thinking about it for sure! Adding a fields for supported/required controllers should be pretty easy. I'll probably add that to the next version. I'll keep supporting it if people keep using it and there's not a better integrated tool that replaces it
  11. @BioHazZzard Achievement data was added with the last update. I just uploaded a new version adding the option to update the dataset
  12. @zyute You mean that you want to find out what games that are compatible with retroachievements and are missing from your library? I'd need an xml file that contains info on retroachievement compatibility and I'm not too familiar with retroachievements. If you know where retroachievements data is stored I could look into it? EDIT: Actually I found out where I can find the data! I'll probably add it to the next version
  13. Find the Games your Collection is Missing View File About the Tool It finds the top 100 games that are not already in your collection by scraping the XML files in your Data/Platforms folder and comparing it to the Launchbox database How to use it Select your Data/Platforms folder. The tool will look stuck for a couple of seconds (about 10-15 for me) but a message will pop up to confirm if it was successful. So what's the point? It outputs a .xlsx file containing the top 100 games that are missing from your library. It is meant to be used to find games to add to your library. The weighted score is score from 0-5 given to every game based on the user rating and the number of user votes. I still plan to work on it a bit and I'd love some feedback if it's something you'd be interested in using! I mainly use it as a little project to teach myself coding I know the size is a bit ridiculous for what it does, i'm trying to make it a bit lighter Submitter christhed Submitted 02/28/2024 Category Third-party Apps and Plugins  
  14. Version 1.0.4

    152 downloads

    About the Tool It finds the top 100 games that are not already in your collection by scraping the XML files in your Data/Platforms folder and comparing it to the Launchbox database How to use it Select your Data/Platforms folder. The tool will look stuck for a couple of seconds (about 10-15 for me) but a message will pop up to confirm if it was successful. So what's the point? It outputs a .xlsx file containing the top 100 games that are missing from your library. It is meant to be used to find games to add to your library. The weighted score is score from 0-5 given to every game based on the user rating and the number of user votes. I still plan to work on it a bit and I'd love some feedback if it's something you'd be interested in using! I mainly use it as a little project to teach myself coding I know the size is a bit ridiculous for what it does, i'm trying to make it a bit lighter
  15. I'm not sure if it's intentional but shortcut file (.lnk) are not being imported, at least not for the Windows platform. Good job on the frequent fixes btw! I love the new auto-scan feature
  16. I noticed that some games imported automatically were already in my collection (for the same rom file this time). I have 2 entries for Final Fantasy III (SNES), one added in 2023 and one added this week. I can confirm that I only have one rom file for that game and that both entries in the library are linked to that single file. I also made sure they both had the same database ID.
  17. Yes all the games that were imported had rom files in one of my game folders and they were not already imported. But unless i'm mistaken the initial import process skipped over those files when importing because they were duplicates? I doubt I added them manually. Doesn't it make that feature useless if the auto importer imports them anyway?
  18. From what I've seen the games that were added are other versions of games I already had imported. Let's say my Games folder contains "Super Mario Bros.zip" and "Super Mario Bros (USA).zip". The first time I imported my roms only one of those were added to Launchbox. Now the auto importer seems import all of those duplicate games.
  19. @dbalcar It is happening to me too. I have a pretty big collection so it's hard to tell what exactly is being imported. I had about 4000 new games imported. After auditing it seems like most of them are duplicates that were not imported before. I'm not sure why they were imported in batches instead of all at once
  20. I'm also getting this issue. I noticed that it doesn't happen when adding an emulator to a game that doesn't already have one, only when actually changing emulator
  21. In the details tab of the playlist tools there's a 'include with platforms' box. must be it
  22. I would 1. Create a custom field 'First Letter' 2. Sort all your games by alphabetic order 3.Manually select all games starting with 'A' 4. Mass edit the custom field to have the value 'A' 5. Repeat for every letter And create your playlist from there. Or even make a python script to create the custom field automatically if that's something you're confortable with
  23. I'm not sure if there's a way to see your playlist directly in the default bigbox platform view but in menu there's a dedicated playlist view. You can map a button to easily switch to that view via options/keyboard mappings or options/controller mappings
  24. I'm not sure if that's possible. What you can do is autopopulate a playlist with your favourites and set a button to go to your playlist view There's also a way to set a button to filter games but you will have to manually input the fields you want to filter every time. Both of these options are in options/keyboard mappings or options/controller mappings
  25. I thought I'd share a spreadsheet I made from the database to easily sort and filter games. The full database is contained within the file and seperated by platform in sheets. I recommend using Excel to open it, I found that other spreadsheet software struggle with it. Full Spreadsheet.xlsx
×
×
  • Create New...