2 items

File information

Last updated

Original upload

Created by

Lefkada

Uploaded by

Lefkada

Virus scan

Safe to use

79 comments

  1. AutumnTheGamer
    AutumnTheGamer
    • member
    • 1 kudos
    If you add these two files to your zip and add your update key to it, then people can simply drop it in the mods folder together with content patcher. Then they will no longer need to backup and replace the original file! This also makes it easier to test the mod with needing every single item, which I would also love!

    content.json
    {
        "Format": "2.0.0",
        "Changes": [
            {
                "Action": "Load",
                "Target": "Data/Bundles",
                "FromFile": "AllCommunityCenterBundles.xnb"
            }
        ]
    }

    manifest.json
    {
        "Name": "All Community Center Bundles",
        "Author": "Lefkada",
        "Version": "1.0.0",
        "Description": "CP Port for Lefkadas AllCommunityCenterBundles",
        "UniqueID": "Lefkada.AllCommunityCenterBundles",
        "UpdateKeys": [ "" ],
        "ContentPackFor": {
            "UniqueID": "Pathoschild.ContentPatcher",
            "MinimumVersion": "2.0.0"
        }
    }
    1. Lefkada
      Lefkada
      • member
      • 4 kudos
      Did it actually works? I tested the mod with content patcher on 1.5 but it didn't work at all (I guess bundles are loaded before CP). I don't know if 1.6 fixed that.
      Thanks anyway. I'll give a try just in case.
    2. AutumnTheGamer
      AutumnTheGamer
      • member
      • 1 kudos
      Yes, I have these files exactly like this in a map with the mod name and it loads just fine. It only warns me I have no update key. If you add yours to the manifest file it will notify everyone in their console if you upload an update for it!

      Edit: I didn't test if the CP method would work on an existing save, but I'd recommend starting a new one with a big change like this anyway.
    3. Lefkada
      Lefkada
      • member
      • 4 kudos
      I know it works with map but from my experience on 1.5, it doesn't with bundles (someone already tried and it was catastrophic with game breaking bugs).
      Anyway, you can't change bundles on an existing save, even with replacing directly the bundle.xnb file. You must sart a new save to apply the new bundles changes. I think the bundles are created in-game at the start and don't use the bundle.xnb file after that. It's a very specific kind of file.
    4. AutumnTheGamer
      AutumnTheGamer
      • member
      • 1 kudos
      What I meant is that I added these 2 files exactly as above to your mod file in a folder with your mods name and have been using it like this since I have downloaded it. The bundles show up just fine and I haven't found any other game breaking bugs yet. Other mods like Lookup Anything also recognize all of your extra bundles perfectly fine. So as far as I've tested it it does work for bundles fine at this moment.
    5. CodyCorvid
      CodyCorvid
      • member
      • 0 kudos
      I'd also appreciate these files being added, although in my case I had to change the "FromFile": "AllCommunityCenterBundles.xnb" line to "FromFile": "Bundles.xnb". No doubt because the filename changed between versions of this mod.

      It'd be nice to have this as it would allow players to install the mod using Content Patcher and without having to replace/overwrite core Stardew files. Not to mention it would allow installing the mod with Vortex.

      I also tried this with a save file that didn't originally have the mod installed at all and then loaded the mod with the Content Patcher files with the same save. Everything seems to work fine though I'll admit the save I tried was one that I simply started and speedran to the community center on day 5 of spring 1 before loading the mod. Nevertheless, the CP mod loaded fine and the bundles were updated without issue. Can't say the same if players were to try loading the mod with a full room of bundles already complete, I've no doubt in my mind this would cause errors.
    6. AutumnTheGamer
      AutumnTheGamer
      • member
      • 1 kudos
      @CodyCorvid No, that one is actually on me. I changed those names locally when I changed it into a CP mod. You are totally right about that filename. As for the players with a room full already, the mod author has mentioned this mod will only work when used on a fresh save. My guess is the bundles are then stored in the save and any changes to the bundles file will simply get ignored thereafter.
    7. Lefkada
      Lefkada
      • member
      • 4 kudos
      Well. I actually tested it and so far, it seems to works. So, thank you for this bit of code. I'm looking to make a new version of it with CP compatibility now.
  2. intouchwithhuman
    intouchwithhuman
    • member
    • 0 kudos
    I think forest and construction bundles can be moved to the boiler room, forager and dye - to crafts room. this way you'll have space in the bulletin board for the other two. 
    1. Lefkada
      Lefkada
      • member
      • 4 kudos
      I kinda tought about moving Construction bundles into the Boiler room but I can't move Bulletin Board bundles elsewhere. Bulletin Board bundles are villagers requests. The rooms are tied with themes: Forage/Farm/Fishing/Mines/Money/Social (or Town). I want to keep that more than forcing every bundles. Keeping that Vanilla vibe is my main goal. But thanks for the suggestion.
  3. dragonboi304
    dragonboi304
    • member
    • 0 kudos
    any plans on making it a content patcher mod instead?
    1. Lefkada
      Lefkada
      • member
      • 4 kudos
      I'd like to but it don't work with CP as far as I know. It seems that bundles data are loaded before CP do it stuff and cause tiny issues like crashing the game.
      Some people gave me tips and clues. I may give a try some day. Meanwhile, you can use the mod with the File Replacer mod: https://www.nexusmods.com/stardewvalley/mods/17553/
      It works fine and that's usually what I use myself for convenience.
  4. Chealiee
    Chealiee
    • member
    • 0 kudos
    good mod, i would like to a harder version of it , maybe a x5 , x10, x20 optional

    idk if stardew valley hardew or challenging bundles would affect it

    but it would be cool to see it
    1. Lefkada
      Lefkada
      • member
      • 4 kudos
      Thanks. 
      Sorry but I won't do this kind of harder version. It's very unfun to me. 

      But feel free to do it if you want. The bundles came in this form in the bundle file:
          Pantry/0: "Spring Crops/O 465 20/24 1 0 188 1 0 190 1 0 192 1 0/0" #!String
      Spring Crops is the bundle name.
      O 465 20 is the rewarded item(s)
      24 1 0 etc is the required items with 24 being item ID, 1 being the number of items and 0 being the quality.
      24 1 0 means "Parsnip, one, stadard quality". If you change replace it by 24 20 1 the bundle will require 20 silver quality Parnips.
      I encourage you to try to make you own modifications. (Or someone may do it for you).
  5. makuzui
    makuzui
    • member
    • 0 kudos
    Heya! I really wanna try out your mod, but I would like to ask a question first. I saw on other posts that this won't work with other mods that change the bundles. I don't have one of those exactly, but one of the mods I do have adds options to the animal bundle - it doesn't change anything else, though. Would this be enough to conflict with your mod?
    1. mgould07
      mgould07
      • member
      • 0 kudos
      Have used this with the Animal Husbandry mod which adds meat to the animal bundle, as well as Expanded which adds several items, without any issues.
    2. makuzui
      makuzui
      • member
      • 0 kudos
      Sweet! Thank you for the reply!
  6. DarkxArtemis
    DarkxArtemis
    • member
    • 1 kudos
    Is there any way to edit the mod to where you need all the bundle items to complete the bundle?  I'd love to have the option for a slightly higher difficulty with this mod.
    1. Lefkada
      Lefkada
      • member
      • 4 kudos
      I plan to do this at some point yes. Not right now though. It need a bit of work and a lot of testing. Just be a little bit patient ;)
    2. DarkxArtemis
      DarkxArtemis
      • member
      • 1 kudos
      Of course, take all the time you need! 
    3. AutumnTheGamer
      AutumnTheGamer
      • member
      • 1 kudos
      If you want this you can open the file with something like this XNB Converter Demo, update the numbers for the bundles that have more items then the amount necessary, including the missing bundle, and then on the same page repack it. I've used it in my current save (over 80 hours in) in which I've completed all bundles, and it works just fine.
  7. h3llosweetie
    h3llosweetie
    • member
    • 0 kudos
    Hey I downloaded this with vortex and it didn't change the bundles. Do I still have to manually change stuff in the files even with a modmanager?  
    1. Lefkada
      Lefkada
      • member
      • 4 kudos
      Yes. You need to replace manually the Bundle file. Or you can use this other mod: https://www.nexusmods.com/stardewvalley/mods/17553
      I tested it quickly and it still works on 1.6. Just folow its instructions.
      Note that you need to start a new save to apply the changes. Bundles are created at the start of the game and can't be changed later.

      I don't know how vortex works at all. i just share small mods I make for myself. I'm not a professionnal modder.
  8. clockworkreveur
    clockworkreveur
    • member
    • 0 kudos
    Love you for this mod! I love collecting things in games so the more bundles the better! Do you think you'll eventually update this to be compatible with the 1.6? I know a few new remix bundles were added with the update. 
    1. Lefkada
      Lefkada
      • member
      • 4 kudos
      Update is done. I hope you will love this new one too.
  9. VelNM
    VelNM
    • member
    • 0 kudos
    Pls update to 1.6 thx :)
    1. CookieBoulders
      CookieBoulders
      • member
      • 0 kudos
      Bump, hi. Yes, according to the wiki, there are four new bundles added in 1.6. Hope this gets updated. Thanks!
    2. Lefkada
      Lefkada
      • member
      • 4 kudos
      Update is done. Thanks for notifying about the new bundles. I think I would have missed them otherwise.
  10. Voidparrots
    Voidparrots
    • supporter
    • 9 kudos
    I was thinking a mod like this would cool to have and was initially excited to find it. now I'm disappointed find it was one of mods not working with 1.6. I hope it gets updated or someone else makes new mod like it.
    1. Lefkada
      Lefkada
      • member
      • 4 kudos
      1.6 made some unexpected changes in bundles. But mod is finally updated.