Im having the same issue, not sure on the late for Seeds yet- but no messages before bed. Did you get your issue remedied, and if so - how so? Everything is enabled in the menu, nothing is popping up in the SMAPI log as an error. Ive tried removing the mod and reinstalling it.
However, I've recently downloaded this mod to play it with 1.6 and have a problem which unfortunately made me have to deactivate the mod. The time left to plant crops is way off, for example I tried to plant a crop which needs 6 days on day 20 and the mod wouldn't let me because I was "late". Tried different crops during different seasons, I can't tell by how much off it is, but it's at least two days. That being said, I don't want to exclude the possibility that the issue is being caused by another mod interacting with Farmer Helper. If it's not too much to ask, would you be so kind to look into that issue? Thank you very much in advance!
but found little issue with seasonal seeds. Those grow for 7 days, so if I would plant those on Mon 22nd there should be [Late] in front of those because they would be mature on next Monday, but that's already next season. Is this a bug or there is a reason why they don't have a [Late]?
Seasonal seeds are a little difficult due to handle automatically as they can have different dates depending which seed is selected. The original mod I updated therefore decided to just ignore them and not flag them either way.
I need to update it to do similar with the mixed flower seeds, but I am thinking of trying to update it to instead apply a "[Potentially Late]" flag to it instead for those where planting may result in something that will grow in time but not guaranteed. Need to look into that though and decide.
Edit: Scratch that I was confusing them with another type of seed. They do have a fixed growth period, I will look into it
The discussion is a little confusing but seasonal seeds (Winter Seeds, Spring Seeds...) are not being indicated as too late. I had the same problem, I don't know if the fact that it's an old save affects this.
Just a bit of an update on this one. I have taken a look into it and it seems the mod intentionally blocks them when deciding whether to display late on things... the problem is as I updated it rather than originally writing it it is not clear as to why currently 😅
I disabled that part and they still didn't get flagged so I think something else is blocking it too. I do think I can write something that can handle these seeds as edge cases but I really want to try understand why they were blocked in the first place. Hence the delay with this
52 comments
I made a translation PTBR of the i18n .json archive. If u want to integrate it here's the link: pt.json
https://smapi.io/json/i18n/de8d6d87f21d4857a2958b4e8f6c26df
Thanks for your mod, have a good day !
[EDIT] I withdrawed the translation mod and made a pull request on github.
However, I can see labels [Late] for seeds.
Do you have any clue why it is happening?
Everything is enabled in the menu, nothing is popping up in the SMAPI log as an error. Ive tried removing the mod and reinstalling it.
However, I've recently downloaded this mod to play it with 1.6 and have a problem which unfortunately made me have to deactivate the mod. The time left to plant crops is way off, for example I tried to plant a crop which needs 6 days on day 20 and the mod wouldn't let me because I was "late". Tried different crops during different seasons, I can't tell by how much off it is, but it's at least two days.
That being said, I don't want to exclude the possibility that the issue is being caused by another mod interacting with Farmer Helper. If it's not too much to ask, would you be so kind to look into that issue? Thank you very much in advance!
What were you trying to plant? What mods do you have installed?
but found little issue with seasonal seeds. Those grow for 7 days, so if I would plant those on Mon 22nd there should be [Late] in front of those because they would be mature on next Monday, but that's already next season. Is this a bug or there is a reason why they don't have a [Late]?
I need to update it to do similar with the mixed flower seeds, but I am thinking of trying to update it to instead apply a "[Potentially Late]" flag to it instead for those where planting may result in something that will grow in time but not guaranteed. Need to look into that though and decide.
Edit: Scratch that I was confusing them with another type of seed. They do have a fixed growth period, I will look into it
I disabled that part and they still didn't get flagged so I think something else is blocking it too. I do think I can write something that can handle these seeds as edge cases but I really want to try understand why they were blocked in the first place. Hence the delay with this