Project Zomboid

Project Zomboid

Farming Never Rot
Showing 1-4 of 4 entries
Update: 22 Dec, 2021 @ 4:44pm

Updated the picture!

Looks like I never pushed the update from star in the comments section.
Great addition, should help if you use other mods that modify farming elements.

Update: 30 Oct, 2018 @ 9:33pm

SFarmingSystem:GrowPlant replaces basicFarming.growPlant

Farming files are now in:
media/lua/server/Farming/SFarmingSystem.lua instead of /media/lua/server/Farming/basicFarming.lua

Few variables were changed : instead of . looks like it's for methods that pass self in the first parameter? Perhaps a hidden self pass.
object:method(arg1, arg2) same as object.method(self, arg1,arg2)
The farming object was changed from planting to luaObject. So the new nbgrow check is now
luaObject.nbOfGrow instead of planting.nbOfGrow

Added a cute little spiffo to the image go me!

Update: 19 Jun, 2018 @ 5:17am

The first version that was uploaded had a comment on the growth cycle increment statement aah!! Crops won't grow without that. Copy and paste is bad!!! Pretty sure it was the post testing process, tested it with all the verbose print statements then commented them out and added an extra -- to the the line which handled the increment.

Should be fixed with this one. Yep looks like it's fixed, tested the new version on the workshop and successfully went through a few cycles in a test world PHEW! Will be testing it in my survival world over the next day or two.

Update: 18 Jun, 2018 @ 7:20am