sloukit / pydew-valley-uzh

Mod of Pydew Valley for an experimental study in Psychology
Creative Commons Zero v1.0 Universal
20 stars 30 forks source link

Persistent crops #124

Closed fortwoone closed 1 month ago

fortwoone commented 1 month ago

Summary

This PR fixes the non-persistent crops bug as described in issue #122 (i.e. the game not remembering which tiles were hoed and which held plants across rooms and sessions).

Notably, for this, the whole saving process had to be reworked as additional information was required (namely, the farmable tiles’ state). The game will ignore farmable tiles that were not hoed while saving so as to save space.

Checklist