jcho3435 / stardew-save-editor

Stardew Valley Save File Editor
Other
0 stars 0 forks source link

Manual Testing of Save Data Changes #13

Open jcho3435 opened 1 month ago

jcho3435 commented 1 month ago

Manually test and document save changes for world data.

Looking for

jcho3435 commented 1 month ago

DATE

Season, day, year, stored in <_forSaveGame> tags, i.e. \<dayOfMonthForSaveGame>, \<yearForSaveGame> All saved under the host player's farmer tag in both character and world save files. Season is 0 indexed, with 0 being spring, 1 being summer, 2 being fall, and 3 being winter ^^ This is visual only, which only shows up on the menu. Will still need this!

In game season, day, year, are stored in world save file ONLY directly under save game tag \<save game> L ... L ... L \<dayOfMonth> L \<year> L ... L \<currentSeason> \</save game>

use enum for season? Add enum function similar to nameof() in c#

jcho3435 commented 1 month ago

MONEY

Flag \<useseparatewallets> for money

jcho3435 commented 1 month ago

Weather

Flags, only in world save, directly under SaveGame tag \<isRaining> for rain, \<isSnowing> for snow, \<isDebris> for windy weather \ is supposed to be used with isRaining for stormy weather, but does not seem to work the way this site says https://stardewvalleywiki.com/Modding:Weather_data

Leave out stormy weather for now- allow for rain, snow, windy, and sunny