0 of 0

File information

Last updated

Original upload

Created by

bcmpinc

Uploaded by

bcmpinc

Virus scan

Safe to use

127 comments

  1. leaftye
    leaftye
    • member
    • 0 kudos
    It may not exactly be a bug, but this doesn't seem to work on expansions. In my case, (SDR) Mega Farm. It works great on the main farm though! On both areas I'm growing blue grass. 
  2. kurassha3
    kurassha3
    • member
    • 0 kudos
    just an idea...
    i found a mod that sounds really cool,but unfortunately its out of date.
    i think it would be awesome if the mod https://www.nexusmods.com/stardewvalley/mods/8772 would be added in your grass growth mod,as an optional
    feature,allow to change it to on/off in the configs in case its not to difficult to add ^^
    1. bcmpinc
      bcmpinc
      • premium
      • 193 kudos
      I've kind of stopped with modding stardew valley and only keep my mods up to date. This feature is probably more involved to implement than one might expect. What I personally would do is stick a few fence posts on top of the grass to function as starters that the animals cannot eat and crank up the growth speed a little.
  3. iikamrii
    iikamrii
    • member
    • 0 kudos
    Would it be possible to configure an option for only operating on one type of grass (normal or blue), or a separate configuration for each?

    I'd be willing to do it myself and request a pull, but I'm not familiar with the StardewHack/Harmony interface (I'm not a mod author, but I presume the modding API is a bit more straightforward and that the extra complexity in this .cs is from SH/H). Though if you believe an accessible existing guide/tutorial would be enough to see me through, I'm happy to take a look! :D
    1. bcmpinc
      bcmpinc
      • premium
      • 193 kudos
      It is doable. Not sure how difficult it would be. Stardewhack mostly works on IL code level, so if you know how to decompile code, with e.g. ilspy, you might be able to figure it out. Stardewhack is basically a fancy find/replace tool for IL code. What I often do is then insert a call to a static function in my mod and write C# code there. I don't have a guide, but could help you out if you're interested in learning it.
  4. cex227
    cex227
    • member
    • 0 kudos
    Does it works for 1.6.14?
    1. bcmpinc
      bcmpinc
      • premium
      • 193 kudos
      If it loads without errors then most likely, yes.
  5. rpr1214
    rpr1214
    • member
    • 0 kudos
    I wonder if this mod can be used on mobile phones.
    1. bcmpinc
      bcmpinc
      • premium
      • 193 kudos
      It might be. I did make it compatible with SDV on android back when 1.4 was out, but have not maintained compatibility. Though as I had to update this mod for more recent versions, I'm afraid it no longer works on android.
  6. Hey1tsjei
    Hey1tsjei
    • member
    • 0 kudos
    I downloaded this mod and set everything to a 100 and even after 2 nights I dont see any difference, is it alright to ask for help on how to do it?? I'm having trouble looking for grass and food for my coop.. I'm currently on winter day 24 now
    1. bcmpinc
      bcmpinc
      • premium
      • 193 kudos
      The mod only changes how grass spreads. If there's no grass, like in winter, then it won't change anything. You can try planting some grass yourself.
  7. vangstampede
    vangstampede
    • member
    • 0 kudos
    Does this mod affect blue grass growth as well?
    1. bcmpinc
      bcmpinc
      • premium
      • 193 kudos
      It's supposed to but I've heard people say it doesn't. I haven't looked into it whether it does.
    2. vangstampede
      vangstampede
      • member
      • 0 kudos
      I see, thanks for the reply.
    3. vangstampede
      vangstampede
      • member
      • 0 kudos
      I believe the mod does affect blue grass. My animal pens are fully blue grass'd after one in-game week.
    4. bcmpinc
      bcmpinc
      • premium
      • 193 kudos
      That's great!
    5. Danyul1917
      Danyul1917
      • member
      • 0 kudos
      Yep its working great for me as well! Blue grass has spread all over my farm and now seems to actually grow at a rate to keep up with what my animals eat, thank you so much for making this! I could never get enough moss to recoup how much my animals were grazing, even though my farm is like 75% covered in mossy trees lol
  8. SilentErik
    SilentErik
    • member
    • 0 kudos
    It seems like GrowthChance and Spreadshance aren't being applied to Blue Grass. I did some testing on a fresh farm, and with both values set to a maximum, the regular grass grows significantly faster, but blue grass seems unaffected

    (I can post screenshots with more details if you want, but here's my SMAPI Log: https://smapi.io/log/59c59664721c496cbf73d151c40b1122 )
    1. Danyul1917
      Danyul1917
      • member
      • 0 kudos
      I don't know if it's been changed or updated since you were having trouble, but it seems to work great with blue grass for me! I got rid of all the green grass on my farm and cranked up the growth and spread chance a ton, and the next day my blue grass which had been growing quite slowly was suddenly covering my entire farm :)
  9. loopicutie
    loopicutie
    • member
    • 0 kudos
    Hello I love this mod! Do you know if it works in multiplayer? And do both people need to have it installed or just the host? Thank you!
    1. bcmpinc
      bcmpinc
      • premium
      • 193 kudos
      I believe the day update loop only runs for host, so it should work in multiplayer if only host has it installed. It doesn't harm when others have it installed though.
  10. gutzsp1ll
    gutzsp1ll
    • member
    • 0 kudos
    does this work for grampleton fields and ginger island?
    1. bcmpinc
      bcmpinc
      • premium
      • 193 kudos
      I've been told it doesn't. (Edit: that's for another one of my mods. This one does not distinguish between locations so should work anywhere, including in the town). I don't really know as I haven't really played the game since ginger island got added.