I fixed this mod, I looked into it, to see what might be wrong. After comparing it to new animation mods there was just one thing missing, I added it correctly and now it works again.
Please open the content.json with an editor(editor or notepad++), found in the mod folder and then search for that lines:
Hi there, thank you for your mod! I've used it with no issues, but now I'm in winter year 2 and I'm getting errors in my SMAPI log for Content Patcher Animations. I removed all my mods and added the few CPA mods I have (yours and Animated Gemstones) and it seems the error only happens when I have CP, CPA, and your mod. SMAPI log with all my mods: https://smapi.io/log/982ec60d7f284769b729a605127dc0d1 SMAPI log with your mod included (and a couple others since some stuff was baked into the save and was throwing SMAPI errors): https://smapi.io/log/f677a6f90f984c7089033f868d2f43bf I also tried putting back all my mods and only removing yours, and I didn't get the error messages.
I had the same issue using this mod, Year 1. Based on what people were saying over on the CP-A page I think this happens when the mod needs an update. What a shame, the trees are a nice touch in winter. Hope to see this updated soon~
Just hit winter y2 and Smapi got really upset (it worked fine for winter y1): https://smapi.io/log/88325fec92664d29952ef84fbda3b12e - had to remove Animated Festive Trees.. =(
24 comments
Please open the content.json with an editor(editor or notepad++), found in the mod folder and then search for that lines:
"FromArea": { "X": 0, "Y": 0, "Width": 48, "Height": 160 },
Under it, add:
"ToArea": { "X": 0, "Y": 0, "Width": 48, "Height": 160 },
Save!
If you feel uncomfy doing it, here would be the whole text, just copy paste it:
{
"Format": "1.8",
"ConfigSchema":
{
"WinterTreeTimeFrame":
{
"AllowValues": "BeforeFeast, AllWinter",
"Default": "BeforeFeast"
},
"RecolorVersion":
{
"AllowValues": "vanilla, eemie, whittlynamedrecolor, starblue",
"Default": "vanilla"
}
},
"Changes": [
{
"LogName": "Animated Festive Winter Tree Before Feast",
"Action": "EditImage",
"Target": "Terrainfeatures/tree3_winter",
"FromFile": "{{RecolorVersion}}festivetree.png",
"When":
{
"Season": "winter",
"Day": "22, 23, 24, 25",
"WinterTreeTimeFrame": "BeforeFeast",
"RecolorVersion": "vanilla, eemie, whittlynamedrecolor, starblue"
},
"FromArea": { "X": 0, "Y": 0, "Width": 48, "Height": 160 },
"ToArea": { "X": 0, "Y": 0, "Width": 48, "Height": 160 },
"AnimationFrameTime": 23,
"AnimationFrameCount": 2
},
{
"LogName": "Animated Festive Winter Tree AllWinter",
"Action": "EditImage",
"Target": "Terrainfeatures/tree3_winter",
"FromFile": "{{RecolorVersion}}festivetree.png",
"When":
{
"Season": "winter",
"WinterTreeTimeFrame": "AllWinter",
"RecolorVersion": "vanilla, eemie, whittlynamedrecolor, starblue"
},
"FromArea": { "X": 0, "Y": 0, "Width": 48, "Height": 160 },
"ToArea": { "X": 0, "Y": 0, "Width": 48, "Height": 160 },
"AnimationFrameTime": 23,
"AnimationFrameCount": 2
},
]
}
SMAPI log with all my mods: https://smapi.io/log/982ec60d7f284769b729a605127dc0d1
SMAPI log with your mod included (and a couple others since some stuff was baked into the save and was throwing SMAPI errors): https://smapi.io/log/f677a6f90f984c7089033f868d2f43bf
I also tried putting back all my mods and only removing yours, and I didn't get the error messages.