Stardew Valley

File information

Last updated

Original upload

Created by

SlayerDharok

Uploaded by

SlayerDharok

Virus scan

Safe to use

869 comments

  1. Valkyrie897
    Valkyrie897
    • member
    • 2 kudos
    I was able to create three modded bags for Cornucopia More Crops and one for Cornucopia More Flowers. Thank you very much.

    I would like to make some more bags that hold artisan craftables (Jelly, Honey, Wine, etc) for vanilla and these mods.

    I have tried using the in-game name, and the console command name, as well as the ID, but it keeps returning with that each item can't be added because it can't find the items.

    Is it possible to accomplish this?
    1. Valkyrie897
      Valkyrie897
      • member
      • 2 kudos
      Or are the flavors of artisan goods (mango jelly, ancient fruit wine, etc) considered sub-types?
    2. SlayerDharok
      SlayerDharok
      • premium
      • 22 kudos
      Some artisan goods have variable item data for the same item Id, such as Honey which could be regular honey (100g), blue jazz honey (200g), fairy rose honey (680g) etc. In these cases, you can't store them in regular bags since the same Item would need separate item slots for each unique set of item data. In regular bags, this mod only supports items whose Id uniquely identifies the item data. (Rucksacks will let you store them though)
    3. jameselena197
      jameselena197
      • premium
      • 0 kudos
      Could you possibly share these bags via the article provided by the mod author for user-created mod bags? https://www.nexusmods.com/stardewvalley/articles/370 
    4. Valkyrie897
      Valkyrie897
      • member
      • 2 kudos
      Thank you for explaining that. I thought I would be able to make a honey bag, because under List_Items for Cornucopia.MoreCrops, each honey has a unique name, but now I understand that the IDs are subsets of the honey (340) ID.
    5. DarkJovanee
      DarkJovanee
      • premium
      • 0 kudos
      would you be able to share those bags for cornucopia?
    6. mimiko9
      mimiko9
      • member
      • 1 kudos
      Hello, could you please share these bags via the article provided by the mod author for user-created mod bags? https://www.nexusmods.com/stardewvalley/articles/370 
      I tried creating them for myself, but apparently I'm not mod savvy enough to do it ;_; I would really love to have those bags.
    7. Valkyrie897
      Valkyrie897
      • member
      • 2 kudos
      I am not a modder. I just copy and pasted the relevant code, but I can try.

      I also made these for my style of play, so I won't be making changes to them.
    8. Valkyrie897
      Valkyrie897
      • member
      • 2 kudos
      I loaded the seven bags that I created.

      https://www.nexusmods.com/stardewvalley/articles/370 
  2. sameerxxe
    sameerxxe
    • member
    • 1 kudos
    I have a mod that expands bag space and chest space. The expanded portion is accessible via scrolling.
    If a bag is in a slot towards the bottom of the chest that needs to be accessed via scrolling, then the bag won't open and will act like a regular item jumping between the bag and the chest on both right and left click.

    If a bag is at the top of the chest and I scroll down and then click the slot where the bag previously was, it opens the bag, instead of picking the item in that slot.

    Please let me know if a bug has already been filed for this. And also if you need an SMAPI log.
  3. jameselena197
    jameselena197
    • premium
    • 0 kudos
    When creating modded bags, would it be possible to add items from various mods to the same bag? 
  4. sodapotato
    sodapotato
    • supporter
    • 1 kudos
    How exactly do I remove all the default bags that came with the mod? I removed all the lines except the line with the mod version in the bagconfig.json, some are gone but some of the bags still remain in the shop. Are they hardcoded into the mod? I only want the rucksacks from the mod and would like to remove the rest of the default bags because I created my own versions already.
    1. SlayerDharok
      SlayerDharok
      • premium
      • 22 kudos
      Remove all of the entries from the "BagTypes" array in the bagconfig.json (backup the file before editing). Instead of entirely removing BagTypes, it should just be an empty list. Something like this:
      {
        "BagTypes": [],
        "CreatedByVersionString": "3.0.5"
      }


      Alternatively, you can set these settings in the config.json to true (can also be edited in-game with Generic Mod Config Menu mod):

      HideSmallBagsFromShops
      HideMediumBagsFromShops
      HideLargeBagsFromShops
      HideGiantBagsFromShops
      HideMassiveBagsFromShops
    2. sodapotato
      sodapotato
      • supporter
      • 1 kudos
      What I did was remove everything except the CreatedByVersionString line. I also toggled all the bags to be hidden, and some bags still remain.
      I will try to add "BagTypes": []," back into the bagconfig file and see what happens. Thank you!
    3. sodapotato
      sodapotato
      • supporter
      • 1 kudos
      Works now. Thanks!
  5. Hoyrel
    Hoyrel
    • premium
    • 0 kudos
    Does the bundle bag support mods that increase the number of bundles? Specifically Every Single Bundle: https://www.nexusmods.com/stardewvalley/mods/23138?tab=description
    1. SlayerDharok
      SlayerDharok
      • premium
      • 22 kudos
      Probably. I haven't tried it. If it doesn't work then I doubt it would break anything else, just the bundle bag menu would be incorrect.
  6. Kasvinn
    Kasvinn
    • member
    • 0 kudos
    Just encountered in a modded bag I made a bug like the "torches can't be placed in the bag" one that just got fixed. Any known info on how to try to fix this would be appreciated.
    1. SlayerDharok
      SlayerDharok
      • premium
      • 22 kudos
      The torch issue was because torches aren't regular objects, they're a sub-type of object. So that could be the problem with whatever item you're trying to use, in which case there is no workaround. A fix would require additional special-case logic (like torches have) to allow them to be added to bags.
    2. Kasvinn
      Kasvinn
      • member
      • 0 kudos
      Thank you for the response!
      It's a fish actually so that's not the case but I guess that does help me know something wonky is going on. I suspect that it's because I modified an older bag to create it, since a new one couldn't be made. So I'm going to see if going through and fixing up the code to match newly made bags helps fix the weirdness.
      edit: Didn't :(
      Oh well, it's probably still a good idea anyway...
  7. DarkxArtemis
    DarkxArtemis
    • member
    • 0 kudos
    Is there a way to make this mod compatible with the CJB Item Spawner mod? I tried looking and couldn't find any of them. 
    1. SlayerDharok
      SlayerDharok
      • premium
      • 22 kudos
      Nope, this mod's items are completely unique objects with custom logic so CJB item spawner isn't capable of spawning them. I'm not sure how to make it compatible so for now you'd just have to use this mod's built-in console commands such as player_additembag, player_addrucksack, player_addbundlebag.
    2. DarkxArtemis
      DarkxArtemis
      • member
      • 0 kudos
      ahhh makes sense. Thank you!
  8. healerfenbitou
    healerfenbitou
    • member
    • 0 kudos
    Excuse me where to get the top food backpack
    1. SlayerDharok
      SlayerDharok
      • premium
      • 22 kudos
      Gus sells it in the saloon
  9. healerfenbitou
    healerfenbitou
    • member
    • 0 kudos
    你好作者,我想问一下顶级食物包在哪里获得
  10. LPaGPaBotW
    LPaGPaBotW
    • member
    • 0 kudos
    Hi.
    I would like to deposit items from the bag directly to the chest.
    Is it possible?
    1. Kasvinn
      Kasvinn
      • member
      • 0 kudos
      If you put the bag in the chest then removed items will go in there.
    2. LPaGPaBotW
      LPaGPaBotW
      • member
      • 0 kudos
      From the bag to the chest?
    3. Valkyrie897
      Valkyrie897
      • member
      • 2 kudos
      Yes, once the bag is in the desired chest, items removed from it go directly into the chest.