Thank you to Starwishgirl for kindly sharing the AT conversion
* ˚ ✦ I am using all my mods in my games, and they all work. If the mods are having issues in your games, it's most likely about compatibility with other mods. The more mods you have, the more these things get complicated. If you have problems I recommend using SDV Discord, they have a helpful and knowledgeable user base that'll be able to help.
* ˚ ✦ I don't take requests for mods. If you have some, you can commission me. idaidaart.com
I'm currently using you're gothic buildings set, and I'm wondering if its possible to like mix and match the two. For aesthetic reasons. (I want them all lol)
It might be a lil bit late, but I've been using Medieval Buildings before and the mailbox matches quite well, especially for the pink recolor. You can simply use AT's paint bucket to recolor whatever you want. As for the pet houses - Gweniaczek has a nice mod to go with the dark wood.
I really love this mod, it's my favourite building mod! But how can I use the muted version? I can't change the pink version and I don't find anything in the settings.
EDIT: I already foound it, I just needed to search in files. xD
You need to download the muted version instead as this mod doesn't have any compatibility with the generic mod config menu. So if using CP go to the fourth downloadable option for the muted or if using AT the third option. Sorry if this doesn't make sense.
Your gothic buildings were my all time favorite mod before, but I absolutely love this one too. The normal set is a bit too bright for me but the muted one is gorgeous. I love that I'm going to be able to theme a new farm around these ones.
Hey there! Love your work! I did find one issue, that i've gone in and manually edited. The cabins were only showing up as winter. It was missing the seasonal edits in all the texture jsons for them. Working seasonally now i've changed em, but it's this way in both these and the muted fairy buildings.
you need to add the Seasons property to each of the cabin texture.json files.
For example, for the log cabin in spring: { "ItemName": "Log Cabin", "Type": "Building", "Seasons": ["Spring"], // add this line "TextureWidth": 240, "TextureHeight": 112, "Variations": 1 }
And in the winter folder for the log cabin as well: { "ItemName": "Log Cabin", "Type": "Building", "Seasons": ["Winter"], "TextureWidth": 240, "TextureHeight": 112, "Variations": 1 }
You will need to do this for each cabin's texture.json within each season folder. Hope this helps!
My favorite building retexture aside from the Gothic ones! I am curious though, do you plan to support any of the new stardew valley expanded buildings like the premium coop and barn, winery, or grandpa's shed? I can only imagine how beautiful they would turn out, this mod and your Gothic work are the only ones I use now!
Hello! Just wanted to let you know that the AT file for the pink version was actually downloaded as the muted purple version for me when I attempted to download the pink AT file. I also tried to download the AT mutable purple version to see if that would be the pink AT version instead, but they are both titled as the mutable version when I checked in game.
Love your mods they are all so beautiful. i had a question, for existing saves, if you previously custom coloured buildings at robins. Is there a way to fix it once this mod is added? the come out colour splashed in the outline of previous barn shapes
90 comments
* ˚ ✦ I am using all my mods in my games, and they all work.
If the mods are having issues in your games, it's most likely about
compatibility with other mods. The more mods you have, the more these
things get complicated. If you have problems I recommend using SDV
Discord, they have a helpful and knowledgeable user base that'll be able
to help.
* ˚ ✦ I don't take requests for mods. If you have some, you can commission me. idaidaart.com
I'm currently using you're gothic buildings set, and I'm wondering if its possible to like mix and match the two. For aesthetic reasons. (I want them all lol)
EDIT: I already foound it, I just needed to search in files. xD
For example, for the log cabin in spring:
{
"ItemName": "Log Cabin",
"Type": "Building",
"Seasons": ["Spring"], // add this line
"TextureWidth": 240,
"TextureHeight": 112,
"Variations": 1
}
And in the winter folder for the log cabin as well:
{
"ItemName": "Log Cabin",
"Type": "Building",
"Seasons": ["Winter"],
"TextureWidth": 240,
"TextureHeight": 112,
"Variations": 1
}
You will need to do this for each cabin's texture.json within each season folder. Hope this helps!
Thank you for your contributions!!!