Don R Wetter

Don R Wetter

0 het aantal abonnees

Activiteit

Don R Wetter Don R Wetter reageerde een mod

The mod has a major logic issue. I am aware that the crop consumes nutrients. However, the current implementation isn't quite right; it would be better if consumption were tied to each specific growth stage. That approach would also offer the nice advantage that, if there aren't enough nutrients, the crop could—in a worst-case scenario—be lost. But the biggest problem right now is that the current logic causes the yield to gradually drop as harvesting progresses. This happens because consumption isn't tracked for individual cells but rather as an average across the entire field. Consequently, if you start harvesting a field with a potential yield of 100%, by the time you reach the far end, you might only get, say, 60% yield from the final square meter. And this has been thoroughly tested and confirmed =). It is better to freeze the yield calculation when the material is ready for harvest and only recalculate it when a new sowing cycle begins, and this should be done for individual cells and not for the entire field. and of curse a better per "cell" calculations and not for the hole field