Sketchy502 / SDV-Summary

An application to display a summary of the player from a Stardew Valley save file.
206 stars 21 forks source link

29th day of season is shown #30

Closed vaindil closed 6 years ago

vaindil commented 6 years ago

Saves for the first day of the season are displayed as the 29th of the previous season rather than the 1st of the new season. Here's an example. These were uploaded with the auto uploader, but I'm guessing that doesn't change the server-side processing.

Looking at some of my backed up saves, I guess the game stores them this way. Is it possible to display the 1st of the proper season somehow? I looked through the code but I'm not a python expert; I don't know if any of the other save functionality would be affected by that.

Laukei commented 6 years ago

Ooh interesting... What's quite unexpected is that it seems to have worked out it's supposed to be Winter (in the render) but displays Autumn as the date. I think the issue will be in getDate.py - I'll have a look at it now.

Laukei commented 6 years ago

Fixed on the server! I think the date might still show up as 29 [previous season] in the uploader tool, but that takes so much effort to package up I'll probably just let the fix slide into whatever forms the next release.

vaindil commented 6 years ago

Awesome, thanks a ton!