DayZ
BoomLay's Things
Scooby 14 jun, 2023 @ 12:25
bl_greenhouse_Kit
Greenhouse doesn't work, can't grow anything in it... no interaction to plant seeds. Or am I doing something wrong?
Senast ändrad av Scooby; 14 jun, 2023 @ 12:26
< >
Visar 1-6 av 6 kommentarer
Connor 9 sep, 2023 @ 9:51 
can you fix that?
I've poked on a server I play on and I can confirm it currently does not work. When placed, you cannot interact with a hoe to make plots, lime/garden matter to fertilize or with seeds to plant. Is this a mismatch between your code and Vanilla?
i can also confirm that the greenhouse is not functional. i've tried in my private server, you can place and dismantle but nothing else. Vicinity doesn't give you any options also. If you dismantle, you have the option to add tarp, but then you cannot place it.
MaskedWarrior66 10 maj, 2024 @ 22:18 
Still doesn't work i have it on my server placed it and cant interact with it other then open and close the door. Can't plant anything nor water or make holes.
shovel
Shoden 15 jun, 2024 @ 15:12 
I can confirm that it only works with a normal shovel. I had to create a tool compatibility mod for my server to get the other gardening tools to work with the greenhouse. Here's an example for the field shovel:

modded class FieldShovel extends ItemBase { override bool CanMakeGardenplot() { return true; } override void SetActions() { super.SetActions(); AddAction(ActionCreateGreenhouseGardenPlot_bl); } }
< >
Visar 1-6 av 6 kommentarer
Per sida: 1530 50