Stardew Valley

382 comments

  1. Pathoschild
    Pathoschild
    • premium
    • 2,788 kudos
    Locked
    Sticky
    Before asking for help or reporting a bug:

    When asking for help here, please upload your SMAPI log and add a link to your message. This has useful info like what versions you have, which mods are installed, what happened in the game, etc. Please do this even if you don't see an error in the log.
  2. David5436543
    David5436543
    • member
    • 1 kudos
    What if I only want the crops to grow anywhere, not in any season?What I mean is that crops can only grow during the current season.How should I configure the file?
    1. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      You can edit the config.json file and set these options:
      {
      "Locations": {
      "*": {
      "GrowCrops": true,
      "GrowCropsOutOfSeason": false,
      "ForceTillable": {
      "Dirt": true,
      "Grass": true,
      "Stone": false,
      "Other": false
      }
      }
      }
      }
    2. David5436543
      David5436543
      • member
      • 1 kudos
      Thank you!
  3. naomiblue
    naomiblue
    • member
    • 0 kudos
    Something that I think goes hand and hand with the mod would be the ability to change the decay of tilled tiles,.
    1. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      Hi! I think it's out of scope for this mod, but it works fine alongside other mods like No Soil Decay Redux or Tilled Soil Decay.
  4. traplord2296
    traplord2296
    • member
    • 0 kudos
    How do I edit the config file to only grow crops in all seasons except winter or can I?
    1. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      Unfortunately not, you can't configure it per-season currently.
  5. sandymcsanderson
    sandymcsanderson
    • member
    • 0 kudos
    is there a way to configure this so it only lets you till untillable tiles and doesn't change seasonal growth?
    1. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      Yep. You can edit the config.json file and set these options:
      {
      "Locations": {
      "*": {
      "GrowCrops": false,
      "GrowCropsOutOfSeason": false,
      "ForceTillable": {
      "Dirt": true,
      "Grass": true,
      "Stone": false,
      "Other": false
      }
      }
      }
      }
  6. NaoeaDri
    NaoeaDri
    • member
    • 12 kudos
    My config file is not working, it does not appear in GMCM and when I changed it directly in the files, I put "false" to grow in any season, but even so my plants did not die when changing seasons.

    Would you help me? I don't know what could be the cause of this.

    SMAPI log: https://smapi.io/log/e5ad94c617734fe3bda50c1e38f3dd2e
    1. kurassha3
      kurassha3
      • member
      • 0 kudos
      same,just dont get a config file
    2. coconutsandmangos
      coconutsandmangos
      • member
      • 0 kudos
      i have the same exact issue too
    3. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      @NaoeaDri This mod doesn't integrate with Generic Mod Config Menu yet, since GMCM can't really handle dynamic settings like this. The author is working on improvements to hopefully make it even more flexible in future versions though. In the meantime, can you post your config.json here?

      @kurassha3 Can you try it again, then upload your SMAPI log (see instructions on that page) and post a link here?
    4. kurassha3
      kurassha3
      • member
      • 0 kudos
      oh nvm,i use vortex mod manager and it installs the mods into 2 different folders and i just looked into the vortex file manager mod folder.
      sry mb^^
    5. NaoeaDri
      NaoeaDri
      • member
      • 12 kudos
      @Pathoschild Heare:

      {
        "Locations": {
      "*": {
      "GrowCrops": true,
      "GrowCropsOutOfSeason": false,
      "ForceTillable": {
        "Dirt": true,
        "Grass": true,
        "Stone": false,
        "Other": false
      }
      }
        }
      }
    6. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      Those settings worked for me. Here are my spring crops on summer 1:


      Is it possible you changed the settings after the season change? Crops usually die during the actual season change; I'm not sure it happens reliably on day update within a season.

      Or is it possible you're looking at a different folder? In your case it's at C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\💖 Quality of Life\CropsAnytimeAnywhere\config.json; for example, editing it in the Vortex staging folder won't work.

      If you try to plant an out-of-season crop, do you see an "Out of season" message?
    7. NaoeaDri
      NaoeaDri
      • member
      • 12 kudos
      After deleting and reinstalling the mod it works normally.
      I did the sleep test on the last day of spring and in the summer the plants died, when trying to plant seeds from another season I received the message that it couldn't.
      Thanks for the help in any way.
  7. trulyvivid
    trulyvivid
    • member
    • 1 kudos
    Hi! I'm having a strange issue with bushes not changing colour according to the season. I've singled out this mod as being the cause, and the error still occurs with the mod's default configuration and on a new save. Below I have attached my SMAPI log and an image to show what I mean. If you have any advice, it would be greatly appreciated!
    https://smapi.io/log/def9b3d01f834e09b7fb634d34e357c3
    1. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      This one is tricky. The mod allows growing things out of season by overriding SeedsIgnoreSeasonHere(), which affects both growth and visuals. I could rework it to allow growing out of season without changing visually:


      But that may have strange results like this:
    2. EscaMMC
      EscaMMC
      • premium
      • 95 kudos
      This seems like it should be considered part of a bug in the base game. Between SDV 1.5 and 1.6, the interactive bushes on Ginger Island went from using summer textures to spring. The Bush code might need adjustment for outdoor areas with season modifiers (at least for the non-crop bush types).
    3. MisterHamuel
      MisterHamuel
      • member
      • 0 kudos
      Just a quick +1 to say that similar happens to me, except in my situation it's all bushes that can produce salmon berries permanently look like they have them ready to harvest (even in other seasons).
    4. trulyvivid
      trulyvivid
      • member
      • 1 kudos
      I'm also experiencing the salmonberry-related issue that MisterHamuel mentioned; it is semi-functional in that in Fall, I can still see what bushes will give me blackberries, they just show up as salmonberries.
  8. Kowserkhan
    Kowserkhan
    • member
    • 0 kudos
    Could I ask that why is not my config file appearing? I'm using mo2 to manage the mods, but none of the other mods config file doesn't show up either. I think it is a fault at my end but I needed some advice.

    Edit: I found the config file, sorry I have realized I am a certified dumbass :[
    1. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      Hi! Can you launch the game, then upload your SMAPI log (see instructions on that page) and post a link here?
    2. Kowserkhan
      Kowserkhan
      • member
      • 0 kudos
      here https://smapi.io/log/d8acc5ff21f541649b4bf25b4ac5dd51
    3. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      Make sure you check the mod folder shown next to "Mods go here:" in your log. In your case, the config file will be in G:\Stardew Valley\Mods\CropsAnytimeAnywhere.
  9. deleted153495273
    deleted153495273
    • account closed
    • 1 kudos
    Before I downloaded I had a question: Can I configure the mod to only allow me to plant anywhere, and not every season? Thanks!
    1. sparrows413
      sparrows413
      • premium
      • 48 kudos
      Yes, the config file allows you to set, per location, whether crops can grow out of season in those locations.
    2. deleted153495273
      deleted153495273
      • account closed
      • 1 kudos
      Thanks for the quick reply! Can't wait to try this mod! The new map has such a tiny farmable area >_< 
  10. magephyre1
    magephyre1
    • member
    • 1 kudos
    I had a question about crops.

    I used to be able to plant crops on the Ginger Island beach before 1.6 using this mod. Now I can hoe the dirt, but when I go to plant crops it says I can't plant here. There are a few other spots where this is happening, too, near the east wall on Ginger Island and in the southern area of the beach farm where I usually plant an orchard.

    https://smapi.io/log/615841ce36e944b7a093fcfe2ecdbb19
    1. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      That should be fixed in the upcoming Crops Anytime Anywhere 1.4.10. Thanks for reporting it!
    2. magephyre1
      magephyre1
      • member
      • 1 kudos
      Thank you so much.
  11. GrimCrusader
    GrimCrusader
    • member
    • 1 kudos
    Eh, not my preference, but I guess if Crop Regrowth and Perennial Crops isn't going to be updated, I don't have a choice. I know it's only meant to do two things, but is there any chance of adding functionality to pick and choose what grows out of season or set which seasons certain things will grow in?
    1. Pathoschild
      Pathoschild
      • premium
      • 2,788 kudos
      Yep, there are changes in Stardew Valley 1.6 that make allowing out-of-season growth per-crop easier. It's on my list to look into once the dust settles on the Stardew Valley 1.6 release. Thanks for the suggestion!
    2. GrimCrusader
      GrimCrusader
      • member
      • 1 kudos
      Cool. Thanks.