Guest Posted July 31, 2024 Posted July 31, 2024 Hello guys! You could probably help me here! I figured out how to make draugrs be only females even they have random apperiance templates but now I faced an another dilemma. If I chose a "female" tag setting in SSEDIT in a draugr's endpoint NPC then CBPC physics works just fine on breasts and everything else, but SexLab scenes don't start (probably no animations for female draugrs and I don't need sexlab to consider them as females at all at this point since they are actually futas) Is there any way to make Sexlab to ignore this female setting on NPC in SSEDIT? I doubt CBPC physics would work on breasts without Female tag in SSEDIT at this moment only butt physics works in both cases I add a video with both cases showed - https://disk.yandex.ru/i/QsIAwUxqB1pthg
traison Posted July 31, 2024 Posted July 31, 2024 (edited) 10 hours ago, Sicumbaka said: I doubt CBPC physics would work on breasts without Female tag in SSEDIT That is entirely up to the config file. Males can have wobbly dongs too without edits in xEdit. 10 hours ago, Sicumbaka said: SexLab scenes don't start (probably no animations for female draugrs and I don't need sexlab to consider them as females at all at this point since they are actually futas) Is there any way to make Sexlab to ignore this female setting on NPC in SSEDIT? I've been meaning to add dremora to the creature list in SL to get them working with SLAC but last time I looked at it it seemed too convoluted for a simple edit. Basically the way I understand it it comes down to the concept of "RaceKeys" in SL, and these disappear into the dll: bool function HasRaceKey(string RaceKey) global native So without the source to SexLabUtil.dll there's probably nothing one can do about these race keys to change what is considered what in SL. I suppose if all you wanted to do is treat female draugr as male (and thus play the wrong animations) then that should be a simpler script edit; but getting them to be treated as humans, well, yeah that seems bit more difficult. Edit: Creating a proxy function to replace the various RaceKey functions might be possible with a simple hex editor (and no source code) but we're still talking about stabbing (read: hacking) a dll here. Edit again: Also to get them to be treated as something else, you'd have to do a skeleton swap too. Edited July 31, 2024 by traison
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now