Jump to content
LaunchBox Community Forums

Zombeaver

Moderators
  • Posts

    4,010
  • Joined

  • Last visited

  • Days Won

    54

Zombeaver last won the day on November 18 2023

Zombeaver had the most liked content!

About Zombeaver

  • Birthday September 1

Recent Profile Visitors

16,444 profile views

Zombeaver's Achievements

128-Bit Self Aware

128-Bit Self Aware (7/7)

2.3k

Reputation

  1. This is how it works currently, yes. Each subsequent release is complete. There is no update process per-se at the moment as there's too much in flux currently from one version to the next and I don't expect this to change until at least v1.0. It requires a complete delete and replace. There have been multiple instances of significant backend changes over the course of the project (and this will be true in the next release as well) so it would be impractical to do it any other way until that's no longer the case. The relevant folders for the purposes of importing would remain the same as those I listed above though. It would be those plus the main C64 Dreams subfolder of course. If you have any questions or need help with anything please feel free to hit me up on my Discord. That's where I typically post about ongoing progress and collaborate with other developers like StatMat of the OL64 project.
  2. Yep, I can confirm both of these are true. Both are corrected in the current WIP. Good catch. It would probably make more sense to simply pull everything from Data\Platforms and Data\Playlists as it will always be everything in both folders. The same goes for Images\C64 Dreams, Images\Platforms, Images\Platform Categories\, Images\Playlists, Music\C64 Dreams and \Plugins. It will always be everything in those folders regardless of what's specified (or not) in Files to import.txt. I will probably end up changing Files to import.txt to eventually just state that anyway just to simplify matters. The Parents and Platforms xml inserts would of course remain as they are by necessity. I appreciate the work on your app. Importing into an existing library has always been an overly fiddly process that's been more difficult than I would like for people to deal with so if this helps streamline that that's great. The next question would be is it able to deal with subsequent releases when existing (and potentially outdated) data is already present from a previous one? The process has to be repeated when a new version is released. In the case of the individual xmls for the platforms and playlists it's a simple overwrite. With images it's not quite that simple because sometimes files end up getting deleted between releases, or change filetypes (so they wouldn't be overwritten and an unneeded image is left behind if the existing folder isn't deleted beforehand). The inserted portions will change as well, usually just with new data, but sometimes with altered existing data. I'm not sure how difficult that would be to deal with - I would imagine a differential of old to new image files wouldn't be too horrendous albeit time-consuming (and it could always just outright delete the relevant folders beforehand instead, since that's the current process when doing it manually), but the Parents.xml and Platforms.xml changes I would expect to be more difficult since those would contain a lot of non-C64 Dreams data when incorporated into an existing library. Maybe it could just do a diff between the old and new insert files, then compare against the user's existing xmls and then update/add based on that? Sorry, I know this is a bit in the weeds but I just want to make sure that it wouldn't implode when someone attempts to import a new version on top of an existing one.
  3. So, looking at your video again, it looks like the icons for them aren't showing up which indicates a cache issue. I don't think I've ever seen that result in a completely ignored playlist before but admittedly I don't use BB a ton to begin with so maybe it's possible. You can refresh the BB cache manually via System Menu > Options > Image Cache; either that or you didn't pull the image files for them over. I assume it's the former though just based on the way it appears. This is why I said I would recommend testing in LB first. I wouldn't mess with BB at all until you've done that (note that LB needs to be set to Platform Category view to display correctly with C64 Dreams). If that doesn't fix it then I have to assume that something has gone wrong with the import process, either something wasn't pulled over or the sections that need to be added to the parents and platforms xmls weren't added completely/correctly. You'll also want to double check that all of the playlists have been pulled over - Zzap isn't technically a platform, it's a playlist. It's C64 Dreams (Platform Category) > Magazines (Platform) > Zzap!64 (Playlist). The implication if Zzap, specifically, is missing would be that either the Zzap playlist wasn't pulled over or that the parents xml wasn't updated correctly to include it under the Magazines platform.
  4. It's also worth noting that based on your previous demonstration you're not actually using the XML that defaults to the local versions of the magazines because it's loading up in a browser. I'm not sure if this was intentional or not since you show the relevant folder where the local one is, but to be clear the Default Local one needs to be used if you want the default launch behavior to use the local files (which I assume you do since you downloaded them).
  5. They definitely work when imported into an existing collection when following my instructions.
  6. I'm not sure what you mean by them being in Big Box. The manuals aren't integrated into LB/BB in any way (unless BB is finding them and doing something with them in the background which I'm unaware of, its unintended if so). As I said, they're toggleable in-game via the hotkeys. Numpad minus + numpad enter on keyboard or back + right thumb stick button on controller. You can navigate them via arrow keys on keyboard or right thumb stick on controller. Pressing the keyboard or controller hotkey combo again brings you back to the game. Viewing them via LB/BB is not intended. The reason for this is because, functionally, everything is frontend agnostic/non-dependent. All functionality from manual toggling to custom music for text adventures, etc. is handled via external scripts and apps that use relative pathing. From Launchbox's perspective it's essentially just Windows shortcuts. You could remove LB/BB from the equation entirely and it would still be fully functional by just starting the .vbs files in each game folder, magazine folder, demo folder, etc. This is by design so that someone could theoretically import into any frontend and it would still be functional. I don't know what the issue is with the magazines beyond something has gone wrong with your importer since by your own demonstration they work in the normal version. I know that BB itself has its own separate cache, so that could be related. I would recommend checking in LB first.
  7. I'm not exactly sure what you're asking. If you mean in general, yes. If you mean with your importer I don't know as I haven't tested it. Manuals are toggled in-game via the keyboard/controller hotkeys. Magazines default to the web version but this can be changed if you replace with the included xml in the "Default Local" folder in the magazines subfolder. I appreciate the contribution.
  8. Yes, I always accept requests for subsequent releases. Space Station 23 is actually already in the current WIP for the next version. I'll add Pieces II to the list as well. Glad you've enjoyed C64 Dreams!
  9. Mega Bezel is already included. I have a couple different options for screens and bezels that can be used in the Configurator (C64 Dreams\C64 Dreams\Configurator.exe). You will need to use one of the listed options as the aspect ratio will be incorrect otherwise.
  10. It should be okay to update. Just make sure that you've also using the hotfix for C64 Dreams from 6/5/23 as it fixes one of the included plugins so that it will work with newer versions of Launchbox.
  11. Then there's something even more dramatically wrong with your system or files. I don't know if you've moved something you shouldn't have, didn't extract the entire archive, have a corrupted archive, have antivirus software that's interfering, have some other unknown software that's interfering. You've given me very little information so there isn't much I can tell you. You download the 7z, extract it wherever you want, start Launchbox.exe. That's literally the entire "setup" process. If that doesn't work, there's a problem with the archive that you downloaded, your system, the software that you're running, or some combination thereof. But again, the extent of the instructions to simply use this as intended is 1) download C64 Dreams v0.60.7z 2) extract it wherever you want (except for Program Files) 3) go into the extracted folder and start Launchbox.exe. That's it.
  12. Launchbox is included in the archive. You just extract the 7z anywhere you want and then start Launchbox.exe in the base folder. C64 Dreams is designed to function as its own standalone collection (with Launchbox included) by default, just like eXoDOS.
  13. Again, all I can tell you is that something you've done during that process is wrong. I can't tell you what that is because I don't know what you have or haven't done. Many users import the collection into their own libraries without issue using those same instructions. You could always use it in the standalone library as provided.
  14. Based on your screenshot you've imported this into your own separate library. You've done something wrong but I couldn't tell you what as I don't know what you did or didn't do during that process. What I can tell is that if you follow the instructions in this post that it will work.
  15. Whatever is happening is an issue with your system. There's something seriously wrong with your system if 1) it's not restoring the native resolution when exiting and frankly if 2) you need to reduce the resolution to 1920x1080 to begin with. It sounds like your CPU isn't really up to par, as that's what audio problems generally indicate. You could try changing video_threaded to "true" which reduces hardware demands but increases input latency. All the other included settings that are relevant (hard sync, vrr runloop, and frame delay) are defaulted to their least-demanding values unless you've changed them. Beyond that the only thing I could suggest is to try changing the video driver setting to vulkan. If you do that though none of the shaders included in the configurator will work other than the Mega Bezel ones - which you absolutely should not use if you're having performance problems even without them - this means that you wouldn't have access to even the color-corrections shader, so everything would look a bit off, so I wouldn't exactly recommend that. Try video_threaded = "true" and stop messing with the resolution settings. Start there. ...and in the long term get a better CPU.
×
×
  • Create New...