Nice, although there are a couple of yellow smapi warnings:
"[Content Patcher] Can't apply image patch "Seasonal Stone Walkway Floor > EditImage TerrainFeatures/Flooring" to TerrainFeatures/Flooring: the FromFile file 'assets\Flooring_spring.png' doesn't exist." & "[Content Patcher] Can't apply image patch "Seasonal Stone Walkway Floor > EditImage TerrainFeatures/Flooring" to TerrainFeatures/Flooring: the FromFile file 'assets\Flooring_summer.png' doesn't exist."
but i guess they are harmless, cause you didn't change the Spring/Summer versions anyway.
Thank you for your feedback! I believe this is happening because content patcher is trying to reach for the Spring and Summer seasonal variants of the flooring, even though they are unchanged!
While I think this shouldn't cause any game-breaking errors, I'll still take a look on Content Patcher's documentation to see if I can fix it.
And its only for the Stone Walkaway Floor, right? Not the Stone Floor one?
Correct! I only changed the Stone Walkway Floor because there were already seasonal sprites for it in the game files, but they were used only in Pelican Town, so it was easy to copy those sprites into the craftable flooring.
I wanted to avoid making copies of the vanilla floor for spring and summer as that would be just unecessary files. Luckily, content patcher has a condition that allows me to change a sprite if the season specified (in this case, fall) is matched.
Thank you for your input! I have updated the mod now :)
Does this add a new Stone Path item with seasonal variants, or does it give the vanilla Stone Path seasonal variants? Sorry if that doesn't make sense >m<
18 comments
"[Content Patcher] Can't apply image patch "Seasonal Stone Walkway Floor > EditImage TerrainFeatures/Flooring" to TerrainFeatures/Flooring: the FromFile file 'assets\Flooring_spring.png' doesn't exist."
&
"[Content Patcher] Can't apply image patch "Seasonal Stone Walkway Floor > EditImage TerrainFeatures/Flooring" to TerrainFeatures/Flooring: the FromFile file 'assets\Flooring_summer.png' doesn't exist."
but i guess they are harmless, cause you didn't change the Spring/Summer versions anyway.
And its only for the Stone Walkaway Floor, right? Not the Stone Floor one?
Great job
Thank you for your feedback!
I believe this is happening because content patcher is trying to reach for the Spring and Summer seasonal variants of the flooring, even though they are unchanged!
While I think this shouldn't cause any game-breaking errors, I'll still take a look on Content Patcher's documentation to see if I can fix it.
Maybe an option could be to make 2 copies of the vanilla floor, name them _spring & _summer.png?
Thank you for your input! I have updated the mod now :)
Not at home rn to check it out :/