Skyrim Patreon mods

5.00 star(s) 3 Votes

Narrow1049

Newbie
Sep 14, 2020
59
190
198
Can you explain what the files are or where they're from?
Its HS2TOSKYRIM's stuff he charges like 20 dollars a month and adds DRM to his mods which I have removed and shared for free in that google drive folder

Im not sure if (gui)hairpack 6月更新 is actually part of HS2TOSKYRIM's stuff aswell it was requested and is using the same DRM, I removed the DRM and added it to that folder aswell since it was just easier to share 1 link.
 
  • Heart
Reactions: mrnathan

QFX457

Newbie
Mar 17, 2023
72
63
53
Looks like a broken mesh texture, and it's unique to the skin.

So.. until the creator posts a fix, or you're very good with texture work (aka can make a new one from scratch), you're out of luck. Since neither of you (you or the person from Reddit, or the person from Nexus) posted useful details - are you using BnP Teeth? (Or Face Discoloration Fix SE?) Might be a clash there: seems unusual that only a very tiny set of people are having this exact issue on a skin that's obviously high-end (custom made teeth for a skin... that's dedication).
i am one who posted on nexus
Creator Didnt Update Since 2020 (Public)
only with this mod teeth bug
+i have Face Discoloration Fix
+i use BNP Teeth
as long as SC Ellie use unique mouth and head mesh + unique texture
face discoloration fix didnt help
here example how these glitch looks
 
Jan 14, 2023
482
785
112
i am one who posted on nexus
Creator Didnt Update Since 2020 (Public)
only with this mod teeth bug
+i have Face Discoloration Fix
+i use BNP Teeth
as long as SC Ellie use unique mouth and head mesh + unique texture
face discoloration fix didnt help
here example how these glitch looks

All your custom NPCs should be lower load order than BnP teeth (which should just fix the issue, tbh), are you using BnP Teeth RSV patch? This might be the issue, as RSV SPIDs teeth to all NPCs - make sure you are running it after BnP Teeth is loaded. If it persists, you'll want to make an exception patch for BnP Teeth / RSV - this is fairly simple, you add a keyword to that NPC ("Ellie") and make a small patch like this one -

On quick thought, it's easier to manually edit the RSV ini file tbh - you want to find the exact name of "Ellie" and add
Spell = RSVHeadTexturePatch|*RSV,-Ellie

Since her teeth are the only issue, you shouldn't need to add a body exclusion. If it's still broken after that, whelp - gonna have to download it myself and take a look. Sigh.

Code:
- Open SSEEdit, go to the plugin containing the NPC that we want to exclude and check its name. In this case is Sofia. (The NPC's name should be exactly the same as the one that it has in SSEEdit when we exclude it in the DISTR file. It also works with the EditorID, but we'll just use its name here).

- Go to RSV_DISTR.ini file included in RSV mod and open it with any text editor.

- In that file go to the penultimate line and after *RSV add or insert a minus sign and the name of the NPC. Like this: Spell = RSVHeadTexturePatch|*RSV,-Sofia (leave the rest of this line as it was, if there was something else).

- The NPCs that are valid to get their head textures changed (*RSV) will have them changed except if its name is Sofia (-Sofia).

- Now go to the last line and do the same. Like this: Skin = 0x818~Racial Skin Variance - SPID.esp|*RSV,-Sofia (leave the rest of the line as it was, in case there was something else).

- The NPCs that are valid to get their skin changed (*RSV) will have them changed except if its name is Sofia (-Sofia).

- So, you can exclude NPCs from getting their head textures changed to RSV by avoiding them to get the spell that does just that following SPID rules for exclusion. It is the same for their skin (the body).

- Those NPCs will get the custom textures for the head and body set in their own mods.
 
Last edited:

QFX457

Newbie
Mar 17, 2023
72
63
53
All your custom NPCs should be lower load order than BnP teeth (which should just fix the issue, tbh), are you using BnP Teeth RSV patch? This might be the issue, as RSV SPIDs teeth to all NPCs - make sure you are running it after BnP Teeth is loaded. If it persists, you'll want to make an exception patch for BnP Teeth / RSV - this is fairly simple, you add a keyword to that NPC ("Ellie") and make a small patch like this one -

On quick thought, it's easier to manually edit the RSV ini file tbh - you want to find the exact name of "Ellie" and add
Spell = RSVHeadTexturePatch|*RSV,-Ellie

Since her teeth are the only issue, you shouldn't need to add a body exclusion. If it's still broken after that, whelp - gonna have to download it myself and take a look. Sigh.

Code:
- Open SSEEdit, go to the plugin containing the NPC that we want to exclude and check its name. In this case is Sofia. (The NPC's name should be exactly the same as the one that it has in SSEEdit when we exclude it in the DISTR file. It also works with the EditorID, but we'll just use its name here).

- Go to RSV_DISTR.ini file included in RSV mod and open it with any text editor.

- In that file go to the penultimate line and after *RSV add or insert a minus sign and the name of the NPC. Like this: Spell = RSVHeadTexturePatch|*RSV,-Sofia (leave the rest of this line as it was, if there was something else).

- The NPCs that are valid to get their head textures changed (*RSV) will have them changed except if its name is Sofia (-Sofia).

- Now go to the last line and do the same. Like this: Skin = 0x818~Racial Skin Variance - SPID.esp|*RSV,-Sofia (leave the rest of the line as it was, in case there was something else).

- The NPCs that are valid to get their skin changed (*RSV) will have them changed except if its name is Sofia (-Sofia).

- So, you can exclude NPCs from getting their head textures changed to RSV by avoiding them to get the spell that does just that following SPID rules for exclusion. It is the same for their skin (the body).

- Those NPCs will get the custom textures for the head and body set in their own mods.
didnt use RSV patch because Dont Use Any Version of RSV
even putting Ellie plugin at the bottom of load order do nothing
black teeth glitch still present
ALSO Bnp Teeth itself didnt have plugin at all
 
Last edited:
Jan 14, 2023
482
785
112
didnt use RSV patch because Dont Use Any Version of RSV
even putting Ellie plugin at the bottom of load order do nothing
black teeth glitch still present
ALSO Bnp Teeth itself didnt have plugin at all
BnP Teeth:

"Not compatible with mods that alter the same teeth textures and meshes as this mod."


Why you'd use a whopping 620 meg mod purely for the PC (which is what you're doing without using RSV alongside it) is beyond me. I've told you the way to get it to work, and that requires RSV's use of exclusion scripts.

Either use the Teeth, use Ellie or RTFM and use RSV to manage both. RSV will also give NPCs BnP Teeth, which does actually use the mod and increases NPC diversity / beauty which is kinda the point with the mod.

~

Edit: you could pull up Ellie's texture paths and see if you could change her into using different paths and/or fudging it, but tbh - I don't like the short/snippy tone of the replies.
 

lord7841

New Member
Aug 16, 2020
12
5
37
Anyone have mods from TalesOfStars? Mods seem to become locked after 2 weeks of becoming public.
Looking for Gilded Blossom but wouldn't mind the other mods too.
 

QFX457

Newbie
Mar 17, 2023
72
63
53
BnP Teeth:

"Not compatible with mods that alter the same teeth textures and meshes as this mod."


Why you'd use a whopping 620 meg mod purely for the PC (which is what you're doing without using RSV alongside it) is beyond me. I've told you the way to get it to work, and that requires RSV's use of exclusion scripts.

Either use the Teeth, use Ellie or RTFM and use RSV to manage both. RSV will also give NPCs BnP Teeth, which does actually use the mod and increases NPC diversity / beauty which is kinda the point with the mod.

~

Edit: you could pull up Ellie's texture paths and see if you could change her into using different paths and/or fudging it, but tbh - I don't like the short/snippy tone of the replies.
removing\deleting bnp teeth didnt nothing ,ellie black teeth glitch still present in both Cases as Player Race or as Follower
because SC Race\Follower mods use theyr own teeth meshes and textures
due to mentioned above BNP teeth doesn't interact in any way with mouth and teeth of ellie
I continue to look for a fix
 
Last edited:
Jan 14, 2023
482
785
112
removing\deleting bnp teeth didnt nothing ,ellie black teeth glitch still present in both Cases as Player Race or as Follower
because SC Race\Follower mods use theyr own teeth meshes and textures
due to mentioned above BNP teeth doesn't interact in any way with mouth and teeth of ellie
I continue to look for a fix
Strange, I was able to replicate your teeth issue 100% (I also use BnP Teeth, RSV etc).




Since, however, you're the expert and are confident that BnP teeth has nothing to do with the issue, and my replies are all crap... Good luck with that.

The teeth .dds are in ellie/textures/SC/0_followers/000_Ellie/Head/Mouth Teeth_D.dds and Teeth_N.dds. I'd strongly suggest double-checking the paths / location targets for the models in case there's been a typo somewhere. This follower has a custom skeleton as well as a custom mouth, so HALOS HDT tongues, OAhaego etc aren't going to play nice either (as you can see from above).

You're also called "BustySherbert_1669" on Reddit. You're just as charming on Nexus and Reddit, so consistent at any rate.
 
Last edited:
  • Like
Reactions: Douie

QFX457

Newbie
Mar 17, 2023
72
63
53
Strange, I was able to replicate your teeth issue 100% (I also use BnP Teeth, RSV etc).




Since, however, you're the expert and are confident that BnP teeth has nothing to do with the issue, and my replies are all crap... Good luck with that.

The teeth .dds are in ellie/textures/SC/0_followers/000_Ellie/Head/Mouth Teeth_D.dds and Teeth_N.dds. I'd strongly suggest double-checking the paths / location targets for the models in case there's been a typo somewhere.

You're also called "BustySherbert_1669" on Reddit.
since any of my messages on reddit didnt get answers with correct help i delete account on reddit
this very strange but only this follower SC Ellie has teeth glitch
also thank for trying help
 
Last edited:
Jan 14, 2023
482
785
112

Sadly, doesn't work if you're running BnP / RSV:




This isn't a follower I'd ever use, but I'll mess around with ini files a little to see if I can fix it.

Sorry, maybe you can help me too, haha.

Do you know why I have this seam on my neck? I never knew how to remove it?
View attachment 4994148

Fixing neck seams is almost always either an issue with High Poly Head or mis-weighting in your Bodyslides. I'd say the latter looking at your screen shot.

An almost universal fix (and really how Skyrim should be run these days) is to install OBody, setup the correct CBBE/3BA (etc) zero'd bodyslides (with perhaps 10% appling due to your use of overly-busty presets) and go from there.
 

QFX457

Newbie
Mar 17, 2023
72
63
53
Sadly, doesn't work if you're running BnP / RSV:




This isn't a follower I'd ever use, but I'll mess around with ini files a little to see if I can fix it.




Fixing neck seams is almost always either an issue with High Poly Head or mis-weighting in your Bodyslides. I'd say the latter looking at your screen shot.

An almost universal fix (and really how Skyrim should be run these days) is to install OBody, setup the correct CBBE/3BA (etc) zero'd bodyslides (with perhaps 10% appling due to your use of overly-busty presets) and go from there.
your can try mouth mesh posted here + facegen mesh fix posted on Ellie Replacer For Rigmor of Bruma\Cyrodiil
link for facegen related glitch fix + mouth fix both below
https://f95zone.to/threads/skyrim-patreon-mods.23840/post-17406308 Mouth Fix posted by GMK1
Rigmor of Bruma and Cyrodiil Ellie teeth fix for facegen
rename 000A6EEA mesh in Rigmor facegen folder to 00002316 and put into SC Ellie facegen folder with raplace
probably it help ,who knows
 
5.00 star(s) 3 Votes