stardewrocks / android-compatible-mods

A list of mods compatible (or not!) with android SMAPI
https://android.stardew.rocks/
MIT License
3 stars 2 forks source link

[Not Working] Save Anywhere #16

Closed RealSweetPanda closed 11 months ago

RealSweetPanda commented 11 months ago

Mod Name: Save Anywhere UniqueID: Omegasis.SaveAnywhere Status: not_working

no log, mod breaks built-in mid day saves (backup saves and emergency saves), as of loading data that was saved with the mod (if was saved with mod the same day), overriding the up-to-date data the game saved and loads. (loading mod data runs after game loads https://github.com/RealSweetPanda/SaveAnywhereRedux/blob/main/SaveAnywhere.cs#L57-L62 , https://github.com/RealSweetPanda/SaveAnywhereRedux/blob/main/Framework/SaveManager.cs#L72-L76, midday-save mod data is cleared only on DayEnding Event https://github.com/RealSweetPanda/SaveAnywhereRedux/blob/main/SaveAnywhere.cs#L64-L67)

notes: use built-in mid-day saves instead (backup saves)