1.6 Update A modern farm planner! (Desktop + Mobile)

soapyyybeli

Greenhorn
the site is not responding for me i dont know if anyones experiencing the same thing, just posted this to ask! anyways i also wanted to say that your site is a life saver, its not buggy AND it has ginger island which i love so much, thank you for making this ! xoxo
 

Yooki

Farmhand
the site is not responding for me i dont know if anyones experiencing the same thing, just posted this to ask! anyways i also wanted to say that your site is a life saver, its not buggy AND it has ginger island which i love so much, thank you for making this ! xoxo
Hello! Someone else reported this to me and sadly I have not been able to figure out why 😭

Could you let me know what device and browser you use? More info helps!
 

soapyyybeli

Greenhorn
Hello! Someone else reported this to me and sadly I have not been able to figure out why 😭

Could you let me know what device and browser you use? More info helps!
hii and of course!, im currently using windows 11 on my laptop and i use your site on edge, ive checked on chrome and safari but it also doesnt respond

edit: i tried opening it again and it redirected me to "potential threat detected", it gave me an option to proceed anyways and i clicked on it but still doesnt respond
 
Last edited:

Yooki

Farmhand
hii and of course!, im currently using windows 11 on my laptop and i use your site on edge, ive checked on chrome and safari but it also doesnt respond

edit: i tried opening it again and it redirected me to "potential threat detected", it gave me an option to proceed anyways and i clicked on it but still doesnt respond
Thank you! I appreciate you checking on multiple browsers as well :wchick: Really sorry you and a few others are having this issue.

The issue I am facing is I can't reproduce it even with dedicated professional tools that test things like this externally which is driving me bonkers 🤣
I will keep trying my best to figure it out! And if it suddenly starts working for you, please let me know :frog:
 

soapyyybeli

Greenhorn
Thank you! I appreciate you checking on multiple browsers as well :wchick: Really sorry you and a few others are having this issue.

The issue I am facing is I can't reproduce it even with dedicated professional tools that test things like this externally which is driving me bonkers 🤣
I will keep trying my best to figure it out! And if it suddenly starts working for you, please let me know :frog:
will do ! and hey you dont have to apologize, im sure things like this happens often to other hard working devs, wishing you the best of luck :stardrop::heart:
 

Angge

Greenhorn
Hi! I really enjoy the planner. It would be good if we could place stuff on the sign and on tables, such as having a Prismatic Shard on a sign or any other item. I would also be nice to be able to plant crops in garden pots and be able to place animals in our farms, from the various types of dogs, cats, horses, and farm animals
 

Angge

Greenhorn
Hi! I really enjoy the planner. It would be good if we could place stuff on the sign and on tables, such as having a Prismatic Shard on a sign or any other item. I would also be nice to be able to plant crops in garden pots and be able to place animals in our farms, from the various types of dogs, cats, horses, and farm animals
I hope you don't take this seriously, I don't want anyone to overwork themselves because of me, I'm just giving suggestions that I think that would the make the planner more better or more organized
 

Yooki

Farmhand
Hi! I really enjoy the planner. It would be good if we could place stuff on the sign and on tables, such as having a Prismatic Shard on a sign or any other item. I would also be nice to be able to plant crops in garden pots and be able to place animals in our farms, from the various types of dogs, cats, horses, and farm animals
All of this is coming in an update soon! Though you can place crops in garden pots already, though moving them is a bit broken😅
 

Rahnee

Planter
I absolutely LOVE this planner! I'm on my tablet most of the time, and this one works flawlessly (in my so far experience) with mobile controls. So A++ and kudos! This was absolutely instrumental in helping me plan a honey farm on GI to see where pots would and would not work.

One curious thing, maybe I have missed something but I wanted to explore decorating Cindersnap Forest, but I don't see that map anywhere. I see the quarry and the bus stop in the Exteriors section, but not the town or the forest or the railroad station. Are those not implemented? I see from the thread you have an update coming soon, are those planned to be in the update? I'd like to add my vote to that 🙂 (unless they're already there and I'm just blind...)
 

Yooki

Farmhand
I absolutely LOVE this planner! I'm on my tablet most of the time, and this one works flawlessly (in my so far experience) with mobile controls. So A++ and kudos! This was absolutely instrumental in helping me plan a honey farm on GI to see where pots would and would not work.

One curious thing, maybe I have missed something but I wanted to explore decorating Cindersnap Forest, but I don't see that map anywhere. I see the quarry and the bus stop in the Exteriors section, but not the town or the forest or the railroad station. Are those not implemented? I see from the thread you have an update coming soon, are those planned to be in the update? I'd like to add my vote to that 🙂 (unless they're already there and I'm just blind...)
Thank you so much! And glad the ginger island validation helped, thankfully a very early user told me about this as I actually had no idea pots didn’t work in certain places 😭😭

You are not blind! The bus stop and quarry are the only exterior maps at the moment.

I do plan to add the rest. I am not sure if it will be part of the big update or a little after it! I mostly just have to make sure the NPC path overlay is accurate for vanilla npc’s which is quite trickery :ghost:

Either way they will definitely be there at some point!
 

Rahnee

Planter
Thank you so much! And glad the ginger island validation helped, thankfully a very early user told me about this as I actually had no idea pots didn’t work in certain places 😭😭

You are not blind! The bus stop and quarry are the only exterior maps at the moment.

I do plan to add the rest. I am not sure if it will be part of the big update or a little after it! I mostly just have to make sure the NPC path overlay is accurate for vanilla npc’s which is quite trickery :ghost:

Either way they will definitely be there at some point!
Fair enough, thank you! Yeah, the NPC pathing gets pretty complicated, I saw a post somewhere where someone did a vast experiment to find all the "safe" places in every map, and it was ... quite an undertaking!
 

Yooki

Farmhand
Fair enough, thank you! Yeah, the NPC pathing gets pretty complicated, I saw a post somewhere where someone did a vast experiment to find all the "safe" places in every map, and it was ... quite an undertaking!
Yes! that was done by a creator called wickedly

It was a huge help when testing my new method of doing it programmatically. As there is no data in the game files saying where an NPC walks on a tile by tile basis. It uses a pathing algorithm called A* so it is computed when you play the game!

So I decided to design a program that turns the algorithm into a file which gets used for the planner automatically without filling the map full of chests 🤣 I just need to give it some more love for the bigger maps.
 

Rahnee

Planter
So I decided to design a program that turns the algorithm into a file which gets used for the planner automatically
Excellent! I'm a scientist programmer and deal with algorithms every day, so I definitely get that (though I've never delved into the SV code). Best wishes!
 
Top