Sakorona / SDVMods

A collection of mods for Stardew Valley
Other
22 stars 21 forks source link

USDVP #3 - Crop bug #46

Closed Sakorona closed 6 years ago

Sakorona commented 6 years ago

The bug for this is fairly simple: occasionally crops won't get watered or will persist out of season. A theory is that it may be due to the items being actively removed in the same loop as the update, causing the collection index to slip.

Sakorona commented 6 years ago

Testing on maps that let you knock stuff out of bounds confirms that severely increases the occurrence rate. Using harmony, we can write prefix patches.

Sakorona commented 6 years ago

That said, the problem is also ElementAt() too. Sooo. Prefix patches won't work entirely, we'll need a replacement/transpiler method.

Sakorona commented 6 years ago

Reported to the developer. We'll need to work on a prefix patch, since there is some demand.

Sakorona commented 6 years ago

Still unfixed. Re-reported.

Sakorona commented 6 years ago

transferred over.