Velocityissin
Farmhand
Im currently making a portraits and sprites mod for Penny, but I can't figure out how to load seasonal wariants in the .json file. I wasn't able to find tutorials or examples that I could make sense of. I tried using
"When":
{
"Season": "(Example Season)",
}
under the Action, Target and FromFile function. (I was basically guessing) But it didn't work, so that's probably not how you do it. (I just got a invalid .json message in Smapi.)
The code works if I try loading one of the replacement sprites, so rest of the baseline works as intended.
In case someone also knows how to create an outdoor/indoor token I would appreciate some tips in making that as well.
Thank you for your time/help.
"When":
{
"Season": "(Example Season)",
}
under the Action, Target and FromFile function. (I was basically guessing) But it didn't work, so that's probably not how you do it. (I just got a invalid .json message in Smapi.)
The code works if I try loading one of the replacement sprites, so rest of the baseline works as intended.
In case someone also knows how to create an outdoor/indoor token I would appreciate some tips in making that as well.
Thank you for your time/help.