@vicki @Tybek12
Yes, in certain cases like custom spouses it wouldn't be a good idea to remove the mod to skip the day.
I do see the duplicate schedule mentioned.
Fix 1 - Edit the mod:
Y'all can try disabling it so there's only 1 instance of the schedule.
If you go into the RSV ContentPack, and open the following file:
[CP] Ridgeside Village/Assets/Schedules/Malaya.json
You can edit Line 44, and add 2 forward slashes to hide the duplicate schedule data.
Example:
Code:
//"winter_19": "0 Custom_Ridgeside_AlissaHouse 22 5 0/800 Custom_Ridgeside_AlissaHouse 4 5 0/a1030 Custom_Ridgeside_PaulaClinic 18 5 3 \"Strings\\schedules\\Malaya:checkup\"/1200 Custom_Ridgeside_PaulaClinic 20 14 3 \"Strings\\schedules\\Malaya:checkup_waiting\"/1600 Custom_Ridgeside_AlissaHouse 4 5 0/2030 Custom_Ridgeside_AlissaHouse 22 5 2 malaya_sleep"
---
I also see a duplicate schedule for "Kimpoi" which would need editing.
Location:
[CP] Ridgeside Village/Assets/Schedules/Kimpoi.json
Then edit Line 40, by adding 2 forward slashes to the beginning of the line again. Like so:
Code:
//"winter_19": "0 Custom_Ridgeside_AlissaHouse 22 5 0/610 Custom_Ridgeside_AlissaHouse 2 6 2/a1030 Custom_Ridgeside_PaulaClinic 14 6 1 \"Strings\\schedules\\Kimpoi:checkup_waiting\"/1200 Custom_Ridgeside_PaulaClinic 20 13 3/1430 Custom_Ridgeside_PaulaClinic 18 5 3 \"Strings\\schedules\\Kimpoi:checkup\"/1600 Custom_Ridgeside_3Bros 16 9 1/2030 Custom_Ridgeside_AlissaHouse 23 5 2 kimpoi_sleep"
Save both files, and try loading the 19th.
I'm not too familiar with the mod, but those are the only duplicates I see on Winter_19. So, if that's the only issue; these edits should help.
---
Fix 2 - Alternatively, skip the day with save editing:
Follow the wiki on the basics of editing a save:
https://stardewvalleywiki.com/Saves#Edit_a_save
Search for
<dayOfMonth>
Set it to "20"; like so:
<dayOfMonth>20</dayOfMonth>
Save, and when you start the game it'll be the next day.
Do note; we did not edit the SaveGameInfo so it'll show the old date on the load screen, but will fix itself the next time you save.