Stardew Valley

4460 comments

  1. Pathoschild
    Pathoschild
    • premium
    • 2,774 kudos
    Locked
    Sticky
    STOP!
    Read this before asking for help or reporting an issue. Common questions are answered here.
    What happened to the "Don't take the last item" checkbox?
    Unfortunately that option isn't compatible with Stardew Valley 1.6. Automate now defers the low-level machine logic to the game code, which makes it compatible with any other mods using the new machine data (e.g. for new custom machines). That also means it can no longer control which items are taken out of the chest by a machine. I have ideas on how to re-add it in the future, but it'll be a bit complicated so there are no guarantees.
    Does this mod work on Android?
    Currently no. It's affected by a bug in SMAPI on Android which breaks many other mods too. It's already been reported, so hopefully it'll be fixed in upcoming SMAPI updates on Android.
    Some machines stopped pushing output to chests?
    If you have Better Chests installed, check if temporarily removing that mod fixes it. If so, double-check your Better Chests settings or ask for help on that mod's page.
    Known issues:

    • When a shipping bin is moved, Automate won't update connections to it until the next day. You can pick up & put down a chest in the same location to fix it.
    • When a multiplayer farmhand constructs a building, machines inside it may not be automated until the next day.
    • Automate may cause lag in some specific cases, mainly when a large number of machines have output ready but are all connected to a chest that's full. You can free some space in the chest to fix that.
    Before asking for help or reporting a bug:

    • See the frequently asked questions first!
    • When asking for help here, please upload your SMAPI log and add a link to your message (even if you don't see an error). This has useful info like what versions you have, which mods are installed, what happened in the game, etc.
  2. eviljester315
    eviljester315
    • member
    • 0 kudos
    Hi,
    So I use cornucopia which turns some crops into tea bushes and for some reason they get harvested due to the path is there a way to make so it doesn't harvest bushes?
  3. Solya54
    Solya54
    • member
    • 0 kudos
    looks like automate not compatible with expanded storage
    1. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      What issue do you have with them? Can you try it again, then upload your SMAPI log (see instructions on that page) and post a link here?
    2. Solya54
      Solya54
      • member
      • 0 kudos
      i have deleted these mods but my problem still actual
      https://smapi.io/log/07ff21351dfe4b598db7ff9081e1792b
    3. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      What issue are you having? Does it still happen if you temporarily remove all mods except Automate?
    4. Solya54
      Solya54
      • member
      • 0 kudos
      I can’t check by deleting all the mods - I have a lot of expansion mods, but regular chests don’t work with automate, Junimo chests work
      large chests are also ignored by the mod
    5. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      Does it work if you remove the Automate Chests mod?
    6. Solya54
      Solya54
      • member
      • 0 kudos
      yes! thank you!
  4. Skyllisto
    Skyllisto
    • member
    • 0 kudos
    Somehow I cannot install this mod, it said automate 2.0.7 because it's no longer compatible
  5. recon88
    recon88
    • member
    • 0 kudos
    Whenever I update a collection I'm playing, automate's config gets generated with default values.
    That wouldn't be an issue if I wasn't using wooden paths all over the place.
    So when I join my world after an update, all my stuff gets moved around because wooden paths are active again.
    Would it be possible, to have all paths disabled by default in future updates and the user decides what they turn on?
    1. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      Hi! All paths are already disabled by default. It sounds like the collection incorrectly includes a custom config file, or there's an issue with Vortex; I suggest asking on the collection page or in the Vortex support forums.
    2. recon88
      recon88
      • member
      • 0 kudos
      You are right, sorry for the mistake 
  6. etomniavanitas
    etomniavanitas
    • member
    • 0 kudos
    Hi! I'm having troubles with base game auto-feeder for unknown reason, but I suspect it might have something to do with automate mode :C 
    I haven't been playing on my save for a 6mo or more, I updated all mods, searched through google and nothing has helped me. 
    I have 2 coops, 2 barns, max updated, 12 animals in each.
    First time I entered the save the auto-feeder was acting weird. It placed in each of my coops/barns a bit of hay (like 4,6 out of 12 space), the next in-game day it stopped working completely :(((
    I have 3 silo with around 500 hay in it.

    I know it might have nothing to do with the mode, but I will be greatful for any help, I don't want my animals to starve but I would like to leave my farm from time to time :'C
    https://smapi.io/log/4bc85394e2c744018b29bb977ac2258f
    1. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      Hi! Automate doesn't affect the auto-feed logic.

      If you load the save now, are the feed troughs filled? If not, what if you temporarily remove all mods and try it again?
  7. RanSynesthetic
    RanSynesthetic
    • member
    • 0 kudos
    [Automate] Something went wrong processing machines:
    System.NullReferenceException: Object reference not set to an instance of an object.
    at StardewValley.TerrainFeatures.Bush.IsSheltered() in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\TerrainFeatures\Bush.cs:line 183
    at Pathoschild.Stardew.Automate.Framework.Machines.TerrainFeatures.BushMachine.<>c__DisplayClass3_0.<.ctor>b__0() in E:\source\_Stardew\Mods.Pathoschild\Automate\Framework\Machines\TerrainFeatures\BushMachine.cs:line 48
    at Pathoschild.Stardew.Common.Utilities.Cached`1.get_Value() in E:\source\_Stardew\Mods.Pathoschild\Common\Utilities\Cached.cs:line 33
    at Pathoschild.Stardew.Automate.Framework.Machines.TerrainFeatures.BushMachine.GetState() in E:\source\_Stardew\Mods.Pathoschild\Automate\Framework\Machines\TerrainFeatures\BushMachine.cs:line 71
    at Pathoschild.Stardew.Automate.Framework.MachineGroup.Automate() in E:\source\_Stardew\Mods.Pathoschild\Automate\Framework\MachineGroup.cs:line 115
    at Pathoschild.Stardew.Automate.ModEntry.OnUpdateTicked(Object sender, UpdateTickedEventArgs e) in E:\source\_Stardew\Mods.Pathoschild\Automate\ModEntry.cs:line 320
    Got this error but idk what it's about tbh
    1. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      Can you cause the error again, then upload your SMAPI log (see instructions on that page) and post a link here?
  8. KougaMyazawa
    KougaMyazawa
    • member
    • 0 kudos
    I can't seem to control what gem goes into the crystalarium.

    When I attach one next to a chest, it automatically takes the first gem in the chest. Which isnt a problem for me. But I can't seem to put in a different one? Like it takes an amethyst and starts working, but I have a diamond in my hand and I can't seem to put it in so it starts working on that instead. I know I used to be able to do that, I don't know what the issue is. :(
    1. Cheato1
      Cheato1
      • member
      • 0 kudos
      Thats cause the crystalarium doesnt actually put the 1st gem back, it holds it until you break the machine. Thats vanilla. Just break them, empty chest and then place them and only the new mineral in the chest and they will work on the new one.
    2. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      Hi! That was a change in Stardew Valley 1.6.0:
      Crystalariums now have to be removed and replaced before a different gem can be put inside, to help avoid wasting gems accidentally.
  9. cupoflifenoodles
    cupoflifenoodles
    • premium
    • 2 kudos
    hi there. when using this mod with the smoker, about half the time the product is a "Smoked Smoked" with a generic fish icon. all fish put in were base game fish (I think the victims were a flounder and a tilapia, while the red mullet produced a smoked red mullet as usual). (read the update below) I googled the issue and this mod page was the first result (seems like someone else had the issue a little while ago and posted on pfmautomate, which I don't have installed right now)

    log: https://smapi.io/log/5e1f6333686b4e7db9584ac790148ed4
    please help!

    update: did a little experimenting and it looks like it is taking the smoked fish and re-smoking it indefinitely, creating a "smoked smoked" from a "smoked tilapia" or whatever fish it happens to be

    here's the log of me just dropping fish into the chest next to the smoker (if it looks funny it's because I was using cjb cheats to make it process quicker for testing):

    https://smapi.io/log/9f076d4fce0b4c95935838e370241ac7

    update again: might be a mod conflict and I'm an idiot. gimme 20 minutes before investing yourself in a response to this

    SOLVED: Automate may be slightly incompatible with Stardew Valley Balance Overhaul. The mod causes fish to be re-smoked indefinitely if there is a chest containing coal and smoked fish connected to it.
    1. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      Automate just applies the machine logic as defined in the game data, so it's technically working as expected. Once Stardew Valley Balance Overhaul fixes the smoked smoked issue, it'll be fixed for Automate too. Thanks for reporting it (and tracking down the cause)!
  10. Quirinea
    Quirinea
    • supporter
    • 13 kudos
    Sorry if this has been asked: I had a smoker and a chest by it. So far so good, working fine. Then the chest started to fill and I added another chest and moved the fish "in queue" there. And when I checked it again, nothing was happening. As soon as I moved fish to the first chest it started to work again. Tried to check if that was a setting, but could not see one. 

    (only thing that now comes to my mind is that the coal was in the first chest all the time)

    https://smapi.io/log/3ad71f7c56674f5ca9bcb161b990e712
    1. Quirinea
      Quirinea
      • supporter
      • 13 kudos
      Replying to myself: was able to test this and indeed the fish and coal just need to be in the same chest. Solved.
    2. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      I just added that to the mod description (under 'basic automation') to avoid confusion. Thanks for mentioning it!
  11. bnjmnz
    bnjmnz
    • member
    • 0 kudos
    Curious if anyone else is having this issue. 
    I just updated the mod and everything, for some reason the chests aren't collecting from all the crab pots. It's located on Willy's pier, i'm not sure if that makes a difference. It's the only issue i'm having so far, it's working with everything else!
    1. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      Can you try it again, then upload your SMAPI log (see instructions on that page) and post a link here?
    2. PastelBat
      PastelBat
      • member
      • 0 kudos
      I'm having the same problem with my keg shed. None of them are collecting, but if I manually collect the ones I can reach, it will fill again. My chest isn't full either. 

      Smapi log https://smapi.io/log/272012db69a048c69c8a0df1e2aaf0f9
    3. BigDaddyPenguin
      BigDaddyPenguin
      • supporter
      • 0 kudos
      Having the same issue with crab pots, also my tree tappers.
    4. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      You have old mod versions, which isn't recommended right after a major game update. Does it still happen if you update SMAPI and all your mods to their latest versions?
    5. spiritworldwarrior
      spiritworldwarrior
      • member
      • 0 kudos
      Hey if you're still having that issue, in your case Better Chests updated about 40 minutes ago and fixed that issue for me.
    6. BigDaddyPenguin
      BigDaddyPenguin
      • supporter
      • 0 kudos
      Ah! I see what happened on my end. Updating Better Chests undid some of my settings, so the chests my tappers and crab pots were hooked up to weren't filtering right.
    7. PastelBat
      PastelBat
      • member
      • 0 kudos
      Sorry, I guess I linked the log from before I updated everything. I linked the new log and noticed something with my large machine config. It seems that it's working properly for everything except for juices and roe. Those seem to get stuck floating. 

      https://smapi.io/log/4e0495358433488aaa4c59dd1ef7970a
    8. adis90
      adis90
      • member
      • 0 kudos
      In my case, the affected items are the casks in the basement. Similarly, if empty, they will fill out, but they don't get collected. If I smash a cask with an axe to remove the wine, it gets filled immediately by the next one.

      SMAPI log parser - SMAPI.io
    9. ninagarnet
      ninagarnet
      • premium
      • 0 kudos
      Hi, what setting did you change? I am having a similar issue with better chests and automate
    10. Pathoschild
      Pathoschild
      • premium
      • 2,774 kudos
      Does the issue still happen if you temporarily remove Better Chests? If so, try double-checking your settings for that mod or report it on that mod's page.