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.
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 ^^
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.
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
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.
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.
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
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
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 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 :)
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.
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.
127 comments
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 ^^
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
(I can post screenshots with more details if you want, but here's my SMAPI Log: https://smapi.io/log/59c59664721c496cbf73d151c40b1122 )
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.