Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Found a bug, I think? Cattle kept producing no milk and going unmilked after the update, so I took a look through the code. I think the problem is that in the expansionfarm.gd, for some reason the cattle.lactating.milkstorage is always 0 so milking is never done, and in expansion.gd, the daysunmilked has no way of returning to 0

I'm just an amateur coder though, and I'm not familiar with Godot Engine to boot, so take what I say with a grain of salt. Maybe a pinch. Or a bag.

You are close enough. There was an old system for milk prior to the current expanded farm and not all the necessary parts(such as daysunmilked) have moved over to the new system. There is a lot of messing code and math, and some of that is likely related to milkstorage sometimes having unexpected values. I haven't taken the time to read through the code and clean up milking yet.

I see, glad I didn't mess up reading the code then. Also glad I didn't simply screw something up installing the mod lol.

I believe I've patched a fix for this that'll be in the next update but will need some testing to confirm. Thanks for the report!