Unofficial mod updates

goingcrazy

Farmhand
Hi. Would anyone be willing to update aedenthorn's Realistic Random Names for 1.6? I think it's one of their "OMG, I didn't know I needed this mods, but I need it!". 😁 Especially useful if you have expansions that add more animals. Any help is greatly appreciated.
 

confusionnn_

Farmhand
Hey, sort of a big ask but if anyone's willing, that would be great!
I love DCburger's style to death and also love the Mandalorian NPC and since 1.6 dropped this mod has been broken. It's not that it doesn't work code wise, it doesn't work visually. From what I gathered the switch from 1.5-1.6 made the portrait sizes scale down, and because of this it no longer works. When I switch the portrait images to the right size, it loses most if not all of its quality, and makes Din and Grogu's portraits blurry and poorly rendered.

(note: the dev isn't responding/hasn't been uploading since 2021)
If anyone could fix this, rather by figuring out some tech way to do it or completely redrawing/individually fixing the poor quality that would be great <3
 

meggiee

Planter
Hey, sort of a big ask but if anyone's willing, that would be great!
I love DCburger's style to death and also love the Mandalorian NPC and since 1.6 dropped this mod has been broken. It's not that it doesn't work code wise, it doesn't work visually. From what I gathered the switch from 1.5-1.6 made the portrait sizes scale down, and because of this it no longer works. When I switch the portrait images to the right size, it loses most if not all of its quality, and makes Din and Grogu's portraits blurry and poorly rendered.

(note: the dev isn't responding/hasn't been uploading since 2021)
If anyone could fix this, rather by figuring out some tech way to do it or completely redrawing/individually fixing the poor quality that would be great <3
Were you using the replacement or CP versions? Because I took a look at my game, and the portraiture version works as before for me
 

confusionnn_

Farmhand
Were you using the replacement or CP versions? Because I took a look at my game, and the portraiture version works as before for me
I'm a bit confused on what you mean. If the portraiture version works for you, could you send a guide on how to do it, maybe? Not the brightest with modding :sweat:
 

meggiee

Planter
I'm a bit confused on what you mean. If the portraiture version works for you, could you send a guide on how to do it, maybe? Not the brightest with modding :sweat:
No worries! Ok, on the page of the portraits there are three different versions you could download, and usually the ones that have to be updated to 1.6 are the one for Content Patcher, and the one the mod author calls Replacement, because they both rely on the old system.
The Portraiture version instead is made for the Portraiture mod (https://www.nexusmods.com/stardewvalley/mods/999), so to try and see if it works for you too, you simply download Portraiture, then once you've extracted the folder in Mods, you create a folder called however you like inside /Mods/Portraiture/Portraits/ , which is where you paste the portraits you want to apply, then once you're in game you simply have to press P while talking to the character and it should switch from the default portrait to the one you wanted, without display issues.
At least, I also have the Mandalorian in game, and the portrait is nice for me.
Hope it helps you!
 

confusionnn_

Farmhand
No worries! Ok, on the page of the portraits there are three different versions you could download, and usually the ones that have to be updated to 1.6 are the one for Content Patcher, and the one the mod author calls Replacement, because they both rely on the old system.
The Portraiture version instead is made for the Portraiture mod (https://www.nexusmods.com/stardewvalley/mods/999), so to try and see if it works for you too, you simply download Portraiture, then once you've extracted the folder in Mods, you create a folder called however you like inside /Mods/Portraiture/Portraits/ , which is where you paste the portraits you want to apply, then once you're in game you simply have to press P while talking to the character and it should switch from the default portrait to the one you wanted, without display issues.
At least, I also have the Mandalorian in game, and the portrait is nice for me.
Hope it helps you!
Oh thank you so much! I've put them in the folder and I'll test soon, thank you!! <3
Test works, finally I can rest :awe:
 
Last edited:

goingcrazy

Farmhand
I know that Better Junimos was just updated for 1.6 a couple months ago, so I was wondering if anybody was going to update Better Junimos Forestry, as well. It's really the only thing keeping me from starting up a new playthrough lol!
I would also love to see this updated, please. It's such a great addition to Better Junimos. Many thanks to all the modders who are still working on getting everything updated.
 

GlacierGamer

Greenhorn
Hello! Would anyone here be interested in updating the mod Movie Theatre Tweaks by aedenthorn? I know aedenthorn has retired from modding so they're not updating it but I would really love to play with this mod, and I can't find any others that let you go into the theater lobby without buying a ticket or more than once a week 🙏 I would appreciate it so much and there might be others out there that would as well. Thank you!
this is not mine but here you go https://www.nexusmods.com/stardewvalley/mods/26783
 

Blossom5280

Greenhorn
I think I see the problem. To keep one color unchanged you have to specify the other changeable colors in the json. For example, this is the text I used for the sleeves on my Dawn's Florist Gown pack to make the upper and lower sections separately colorable:
Code:
          "ColorMaskLayers": [
      {
        "Name": "Upper Sleeve",
        "Values": [
                      [ 45, 45, 45 ],
                      [ 169, 169, 169 ],
                      [ 210, 210, 210 ],
                      [ 79, 79, 79 ],
                      [ 107, 107, 107 ]
        ]
      },
    {
        "Name": "Lower Sleeve",
        "Values": [
                     [ 245, 245, 245 ],
                     [ 190, 190, 190 ],
                     [ 69, 69, 69 ]
        ]
      }
    ],
The numbers listed are the RGB values of each color/shade used. This code will need to be added under each side listed. FrontSleeves, BackSleeves, RightSleeves, and LeftSleeves.

If you have any more problems with it, let me know and I might be able to help.
how do i apply that to the file? i wanna use this as i love this mod but i don't want to have to change every sleeve to be such.
 

Blossom5280

Greenhorn
hi, so i tried converting this sleeves mod into fashion sense but i can't get the white cuffs sleeves to work, the white cuffs merge with the whole sleeve when the sleebe changing color and it's not supposed to do that so if anyone could help me, im also linking the white recolors i did in case that helps
could you dm me the file when you finish? i tried to install it but it didn't show up.
 
Top