Skyrim Patreon mods

5.00 star(s) 3 Votes

rebecca.dova

New Member
Jun 25, 2025
10
7
I've ported Ceo's OSex MMF animations to OStim Standalone. I don't want to post the file on Nexus, because it will most likely gets removed due to a report from Ceo, so I'll just drop it here. Enjoy and let me know if there is any issues (that's my first OStim conversion).

P.S. Ceo's animations are little rough by modern standards, so expect some clipping.

Do you want to make the vanilla pack?
 

EasternLion

New Member
Nov 9, 2022
5
45
TRX Futanari SOS Addon: Anyone got the link to direct download? Mod page is gone. Possibly both TNG and SOS versions.
 
Last edited:
  • Like
Reactions: Douie

QFX457

Newbie
Mar 17, 2023
71
61
i have black teeth glitch
with
< -- SC Ellie
who can clarify how to addres issue?
 

icecart

Newbie
Sep 10, 2023
19
3
Added these to the download folder below named

(gui)hairpack 6月更新_cracked.7z
【HS2种族·VAM种族】5.0MAX版(2K)-B_cracked.7z



Had a look at【HS2种族·VAM种族】补丁patch4月16日.FOMOD but it doesnt have any .BSA files so it looks like nothing needs DRM removed?
Can you explain what the files are or where they're from?
 
Jan 14, 2023
482
781
i have black teeth glitch
with
< -- SC Ellie
who can clarify how to addres issue?
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).
 

Narrow1049

Newbie
Sep 14, 2020
55
183
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
71
61
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
781
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:
5.00 star(s) 3 Votes