I'm a little bit confused on how this is supposed to be installed; are the vanilla and earthy folders supposed to overwrite the ones from the original mod? Or do I copy the folders into the assets file of the original?
I'd like for this to be cleared up too. I did what the description said and copied the Interiors beta files over the current Stable version, and I'm seeing this in SMAPI as well as no weather in my portraits at all:
[Content Patcher] Error loading patch '(CP) Portraited Changing Skies - Stable > Portraited Changing Skies - Vanilla': file 'Data\Vanilla.json' doesn't exist.. I checked the content.js and found that at the end of the file, it's trying to reference some folders and json files that don't exist in Interiors atm? (I think that's what's happening. I'm not very experienced with this at all)
Thank you for this! I've just started this up and I love how cute these are!! Although I'm using the vintage flowery overlay for dialogue boxes on top of Earthy's, and I was wondering if anyone has a fix for the edge of the flower getting cut off? I think I used the compatibility on the og wrong, or something. I can totally play with it being like that though, and there's no other issues, just wondering how to fix that little clip. Thank you again author! EDIT: I'm silly this was a user error! The flowery & brown dialogue box don't clip and are SO CUTE if you dont accidentally mess up your files like i did lol.
None for interiors, as far as I'm aware. This is specifically made to work alongside Kanadeyoru's Portraited Changing Skies, which adds super cool weather/time dependent backgrounds for exteriors.
The content.json only adds commands to pull the interior location files and add them alongside PCS' standard bunch. I didn't replace any files beyond content.json. Its up to date as of the latest beta version, though yes it'll need to be updated alongside PCS. Im working on a c# to do it all automatically though.
I don't know if this is something you or anyone else is interested in, but you have my full permission as the author of the Interiors of Pelican Town suite of mods to make backgrounds based on my redesigns.
17 comments
[Content Patcher] Error loading patch '(CP) Portraited Changing Skies - Stable > Portraited Changing Skies - Vanilla': file 'Data\Vanilla.json' doesn't exist..
I checked the content.js and found that at the end of the file, it's trying to reference some folders and json files that don't exist in Interiors atm? (I think that's what's happening. I'm not very experienced with this at all)
"Changes": [
{
"LogName": "Portraited Changing Skies - Vanilla",
"Action": "Include",
"FromFile": "Data/Vanilla.json",
"When": {
"Recolor": "Vanilla"
}
},
{
"LogName": "Portraited Changing Skies - Earthy",
"Action": "Include",
"FromFile": "Data/Earthy.json",
"When": {
"Recolor": "Earthy"
}
},
{
"LogName": "Portraited Changing Skies - Flowery",
"Action": "Include",
"FromFile": "Data/Flowery.json",
"When": {
"Recolor": "Flowery"
}
},
{
"LogName": "Portraited Changing Skies - VPR",
"Action": "Include",
"FromFile": "Data/VPR.json",
"When": {
"Recolor": "VPR"
}
}
]
}
I looked at the content.js for the Stable version, but didn't see anything like this at all. So yeah, I'm completely at a loss with what to do here.
what font mod is that? looks close to my hand writing 😍
You say work alongside but the compressed file only contains a folder with the same name as the folder for PCS , which means it's a replacer.
Either way, will this have issues when a new version of PCS comes out and overwrites the content.json?