Project Zomboid

Project Zomboid

Not enough ratings
Make Hay
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
63.601 KB
22 Jan @ 10:30am
29 May @ 2:18am
2 Change Notes ( view )

Subscribe to download
Make Hay

Description
Hello everyone,

Turns 10 cut grass into 10 hay on the large and small dryer.
Take 10 xp in farming.

New recipe : You can now make piles of mown grass and hay with 200 of each.

Many thanks to ENGAGER6 for their idea and contribution.

Translate :
FR

Workshop ID: 3412524249
Mod ID: MakeHay
14 Comments
Huntermas31 4 Jul @ 6:18am 
is good, can it also be a sleeping hay ?
i try wilderness survival so is better than sleeping on the ground
ctiberious 1 Jun @ 12:31pm 
I like the updates, but have a couple comments. Firstly, in other cases when you bundle something, you reduce the weight by some amount (mostly seems around 20%), presumably to show that the bundle is easier to manage.
Second, your recipes require that you use actual rope. You can't use SheetRope. I'm assuming you did that because you didn't want to write multiple recipes, but if you add "OnCreate = Recipe.OnCreate.CreateLogStack," to the bundle recipe, and "OnCreate = Recipe.OnCreate.SplitLogStack," to the unbundle recipe, it uses the same built in code for stacking logs, which "remembers" what type of rope you used so you get that type back when you unbundle.
Bender  [author] 29 May @ 2:27am 
Mod updated. I apologize for the time it took me to do this.
A big thank you to Engager6 and everyone for your feedback.:spiffo:
JT1527 26 May @ 11:49am 
not sure if its intended, but i turned 160 or so grass cuttings into almost 900 hay. i used the large and small plant drying rack.
ctiberious 19 May @ 9:08am 
@engager6 The scripts you mention would be a very cool edition to this mod. However, grass and hay are considered "food" and your script example results in 200 "Hunger" worth of grass or hay being bundled, while unbundling creates 200 individual grass or hay. You need to include "flags[ItemCount]" in the bundling scripts in order to take 200 individual items. I.E.

item 200 Base.GrassTuft flags[ItemCount],

Otherwise, these scripts are pretty nice.
Herbert 10 May @ 6:22am 
A dryer is a structure you can build out of sticks.
dangel 8 Apr @ 1:34am 
Sorry I'm thick. What's a dryer? Is it a clothes tumble dryer? Thanks
engager6 14 Feb @ 5:23pm 
No credit is needed bro. Code works, just insert it properly. Good luck.
Bender  [author] 14 Feb @ 10:20am 
Hello bro,

Thank you very much for your contribution, I will integrate it and test it and add it if you allow me by adding you credit of course :Dave_thumb2::spiffo:
engager6 11 Feb @ 10:43pm 
I've already placed those into the game and they are working. Feel free to use as you see fit. Will save a lot of performance for those winter farming days. Good luck.