Unofficial mod updates

ninja525

Newcomer
Hello all. Does anyone know of any updates on the NPC adventures mod for 1.6? I recognize it’s a big lift, just hoping for good news
 

LooneyLuny

Cowpoke
Requesting an unofficial update to this mod. („• ᴗ •„) Looks like the creator hasn't made mods or responded to comments in a long time. I tried looking into how to update it myself but I didn't understand the process at all. @.@ It is open source, the link is on the mod page below.

Mini Bars
 

Blossom5280

Newcomer
if anyone is willing to anyone mind updating instant pets and farm cave?


i just wanna use it so i can get my Pomeranian quicker ;-;
 

mayuu

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
 

Attachments

LooneyLuny

Cowpoke
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
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.
 
Last edited:

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_

Greenhorn
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_

Greenhorn
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!
 
Top