Search the Community
Showing results for tags 'harvest'.
-
Good evening. I was wondering if anyone knows how easy it would be to make a mod that would disable harvesting of Juicy Berries with Space button, and instead make the character hit them only with a click of the mouse. As it is right now, planting the juicy berries in a tight area makes it so that when harvesting one juicy berry plant the 3 fruits will drop on the ground randomly and since it is hard to actually select them with the click from all around the other plants it is almost impossible to loot the dropped berries, therefore you end up trying to do that with Space, only to sometimes hit another juicy berry plant by mistake. I would be extremely grateful if anyone would have any idea if it would be possible to get a client side mod as a workaround for this as it would improve the juicy berries farm immensely for me.
-
Hello! I was successful in the creation of my Mushroom Farm so far. I want it to "level up" using seg time and to be able to gather more mushrooms from it after 3 days for exemple. I saw a lot of mods doing this (silk farm, fish farm, bee box...). I created the Recipe Tab, all images are in the right folder. In game, I can craft it and place it on the ground. In my spriter project, I created 4 animations : Idle, mush1, mush2 and mush3 ! The compiler made my .zip animation file and when I look at it, it contains my 4 images. When placing the farm, the first animation showing up is the Idle Animation, which is fine at the beginning. Then, I can harvest from it (considering its the 1st level - mush1) but the animation is still Idle, not showing up the proper Animation, which should be mush1, (then level 2 = mush2, etc.) When the level is at max and ready to be fully harvested, the animation changes, showing up mush1 instead of mush3 0_o Not only the animation does not fit the level, but I can only harvest one item. The harvest setup goes like this : SetUp(product, max, time, onharvest, ongrow). How do I make the product to become 3 mushrooms instead of 1? I tried to add three lines (for the three mushrooms) of SetUp, but the game picked the blue_cap, maybe cause it .... may be cause I dont know why. So... I can't get the right animation according to its level, but the game picks mush1 on the last level instead of mush3. I can't get more than one type of item when harvesting my farm - I'd like to harvest the three types of mushrooms in the game, but the game prefers blue_cap hehe I'll show my codes, maybe someone can help me out! Thanx in advance, I'm really stucked. Modmain part: Mushroomfarm part : D4rkh0bb1T