Will it be possible to cook the crops you grow?
I thought about implementing some wort of system like that, with a cookpot that you could choose different ingredients for and get different stuff out of. In the end I decided against it and instead will have various townsfolk offer to make dishes if you trade them raw ingredients. I think itāll be a close substitute without having to make a whole new system.
Does the farmer whoās guarding their plot to the north do anything yet?
Nope, just gets fatter if you give her food she likes.
To bad this game is a dating sims. Also what food does she like anyway?
Dunno where you got dating sim from. As for favorite foods I feel as though it ruins the fun to just flat out get all the answers from me, so youāre going to have to experiment.
Iām trying to do some math (call it a hobby) and Iām curious exactly how long eat plant takes to grow. It would be hard to get exact numbers just by experimenting, so I have to ask.
Using the wardrobe resets a lot of the characteristics.
Just wanted to say that I have been watching this game in development for quite a while now, but I finally made an account to say that I really love this game!! Iām constantly looking forward to more updates and Iāve been wanting to learn how to do game design and coding, I know python, but I donāt know much about game maker. If thereās any way I could assist with this game, Iād be more than willing!!
One minor quirk that needs addressing is that whenever you gift an item to a person from a stack of items, you need a different inventory spot to place it back down again, if you tried to do this with a full inventory I donāt know what would happen. Ideally we should be able to place it back where it came from, but I couldnāt for some reason.
ok dumb question⦠how to save? Unless there no save yetā¦
it has not been implemented to my knowledge.
ok thank you. I want to know why it not working.
well now you do, in a future update will add saving .
Man, gonna make me eat my own words after I said I wouldnāt just give out info! Iāll say everything takes an even number of minutes to grow, and that meatroot and sweetroot are 12 and 24 respectively so you donāt have to time those for half an hour.
Thanks for the offer, but I donāt think Iād even know where to begin with delegation! Maybe writing I guess? That never has been my strong suit. Although Iād have to think of something to actually write about first thatās not āplants plants to get plant.ā
Yeah, youāre totally right about that. Iāll put it on the list of QoL improvements.
Alexjay is right, there is no saving in any of the builds so far, since I wanted to make sure all the data structures I need are set up to cut down on having to restart the game every other update.
On my end, it seems like growing plants takes longer than you described. Meatroot took 24 minutes to grow. I havenāt timed Sweetroot, because that would most likely take 48 minutes, but I have timed all the other plants.
At this point, Iād like to make a few suggestions. While this game shows great potential, it is lacking in a few areas.
At the moment, there isnāt enough to do if the player runs out of garden space, money, and has recently eaten. This leaves a period of several minutes where the player is simply forced to wait. Two solutions for this are to add some sort of minigame, regardless of complexity, and to add significantly more dialog options, which you are already, I believe, working on.
The controls arenāt particularly functional at the moment. To select something, the player can sometimes use the designed āinteractionā key. However, some circumstances force the player to use the āeā key, some interactions require the use of the mouse, and utilizing the gift-giving or inventory options requires the player to use the āiā key.
There is a balance issue involving the shape of the Sweetroot compared to its selling value. Due to its shape, it blocks a very significant portion of the farm from being used and only allows three to be placed at a time. To make up for this, it has very little. Considering time, buying cost, and selling cost, we can determine that a full garden of Sweetroot is work approximately 22 coins per minute. The slightly less valuable Meatroot, in contrast, can be placed four times in an empty garden, providing 25 coins per minute.
I would suggest that, although it is endearing in its own way, the mechanic of placing blocks of various shapes should be removed. It is, unfortunately, not a particularly strong mechanic, and makes the experience of the game focus too much energy into repeatedly rotating and puzzling over placing plants that will eventually end up being harvested.
I would also suggest speeding up gameplay, at least while there arenāt very many things to do while waiting.
To be clear, I donāt want to discourage you from making this. Itās a fantastic game with adorable characters and graphics. The potential here is astounding, and I can already tell this is going to be an awesome game once itās finished. Hopefully, some of my advice can help get this game a bit closer to the final form. Until then, Iām going to enjoy playing it nonetheless.
You can fit four sweet root seeds in the farm pal
I definitely agree on the problems with downtime and control consistency, I have been meaning to get the menuing experience to be a bit more streamlined as I add more actual content though. I actually missed something that was causing all the crops to take twice as long to grow, so good catch on that one. Downtime should be a bit more bearable with that.
In terms of the shapes of the crops, thatās staying. Itās just about the only thing besides the fetish content setting it apart from any other farming game, and I feel like removing the puzzle aspect would make it way more boring since you could just only grow the highest value crop without having to think about space.
As for sweetroot, you can place four in a garden like this:
and right now I have all the prices balanced so that the bulkier crops get you slightly more profit than the ones that are easier to fit in. Iām planning on adding more reasons to grow specific crops as well, which should hopefully make thinking about what to grow when more interesting.
Iāve just implemented and tested saving. Itās not what I was hoping for, and saves will not be compatible between each other using the system thatās currently in place. However, this has made me think of how much progress I should make before releasing versions, since Iām sure you all donāt want to play through the whole beginning of the game every time thereās new content. Maybe Iām wrong though, so Iāll just ask you guys:
Would you rather get more frequent build updates but have to play through the beginning of the game more, or less frequent ones but have less doing things over?
Well unless there is a critical bug that needs testing, I think the latter makes more sense.