Scarvoice Posted Wednesday at 08:06 AM Posted Wednesday at 08:06 AM (edited) On 6/23/2026 at 4:35 AM, dkatryl said: For my own reference, are you using OG SL or SLP+? for the framework i use SLP+, but for submit i used the SL version since it uses more animation variation and isn't limited to forced (because i have limited forced animation) currently i only have billy animation pack, i like it since it has the least clipping and looked natural, if i find a few good forced animation i'll try the P+ version, thanks! Edited Wednesday at 08:07 AM by Scarvoice
Rebecca.Dova Posted Wednesday at 01:12 PM Posted Wednesday at 01:12 PM Is there any ETA for an Ostim patch? We can wait?
dkatryl Posted Wednesday at 09:02 PM Author Posted Wednesday at 09:02 PM 14 hours ago, RedTelephone8 said: Is there any possible way of changing the killmove animation played for the Ambush attack to a custom one? Specifically: Thick Thighs Take Lives at Skyrim Special Edition Nexus - Mods and Community Would be insanely peak if so You can modify the included source files to use any animation you want and recompile. I'm not going to it, especially one that comes from a custom mod that wouldn't even work unless they also had that mod/animation pack installed.
dkatryl Posted Wednesday at 09:03 PM Author Posted Wednesday at 09:03 PM 7 hours ago, jerryrhp said: Is there any ETA for an Ostim patch? We can wait? Probably a very long time, if ever. I don't use Ostim, and I made this mod for myself. I don't see a need to download, install, and then potentially support a completely separate API Framework that I don't use.
dkatryl Posted Wednesday at 09:09 PM Author Posted Wednesday at 09:09 PM 12 hours ago, Scarvoice said: for the framework i use SLP+, but for submit i used the SL version since it uses more animation variation and isn't limited to forced (because i have limited forced animation) currently i only have billy animation pack, i like it since it has the least clipping and looked natural, if i find a few good forced animation i'll try the P+ version, thanks! Understood. I did a bunch of testing with both the OG SL and the SLP+ version of the _SLSubmitSexScene script, in various scenarios (male vs female player, male vs female victim, the updated MCM config On vs Off, etc) and it seems to be working much more consistently. Understand, the SLP+ looks for 'Forced', and the OG SL looks for 'Aggressive', which is what they all *used* to use before 'Forced' became the main keyword. As for animations, I highly recommend Leito's. Good mix of consensual/nonconsensual, all looking good in terms of clipping/natural look. Not sure how much 'Femdom' that pack has, however... 🤔
dkatryl Posted Thursday at 02:03 AM Author Posted Thursday at 02:03 AM For some reason, surrendering to regular NPCs works perfectly, but Creatures, despite having it enabled in both SLP+ and Submit, it won't accept them as valid actors most of the time. I really want to figure out wtf is the issue before the update, but it is being stubborn. 🙄
RedTelephone8 Posted Thursday at 03:42 PM Posted Thursday at 03:42 PM 18 hours ago, dkatryl said: You can modify the included source files to use any animation you want and recompile. I'm not going to it, especially one that comes from a custom mod that wouldn't even work unless they also had that mod/animation pack installed. Any guidance on which source files I'd need to alter and what I would need to change? Haven't really modified a mod before lol
dkatryl Posted Thursday at 08:55 PM Author Posted Thursday at 08:55 PM 5 hours ago, RedTelephone8 said: Any guidance on which source files I'd need to alter and what I would need to change? Haven't really modified a mod before lol There is a script literally called _SLSubmitAmbushEffect. You would need to change the section: If (!Target.HasLOS(Caster)) Caster.PlayIdleWithTarget(_SLSubmitAmbush, Target) _SLScene.WRT(4.0) Else Slap.Cast(Caster) Target.MoveTo(Caster, 15.0 * Math.Sin(Caster.GetAngleZ()), 15.0 * Math.Cos(Caster.GetAngleZ())) Debug.SendAnimationEvent(Caster, "AttackStartH2HLeft") _SLScene.WRT(0.4) Caster.PlayIdleWithTarget(_SLSubmitSmack, Target) _SLScene.WRT(2.2) EndIf Or at the very least, redefine the properties of those idles for the MagicEffect of the same name in CK64 to whatever custom ones you're trying to add. Beyond that, if you haven't modified a mod before, you need to get familiar with the Creation Kit (CK64), compiling scripts, and all sorts of other crap.
dkatryl Posted yesterday at 02:35 AM Author Posted yesterday at 02:35 AM (edited) Okay, good news is that it looks like a combination of script lag that was resolved with installing "Papyrus Tweaks" and changing where valid opponent check was done resolved the inconsistent issues I was having trying to get the damn Creature support to work. The other somewhat good news (?) for those that like to watch their poor character get violated is that when I just did a test to make sure the NPC aggressors worked, I teleported to Mistwatch, screamed YOLO!, ran into the middle of it, then surrendered. Man, it was just a good ol gangbang. 3-some, followed by one wanting a second turn, then the next pair triggered a 3-some, followed by one wanting a second turn, then the *next* pair... on in and on it went until every pair of bandits' balls were totally drained! (And that included the ladies with their strapons!) yeesh! lol Anyways, I still looking to post the update sometime later this weekend, unless something else breaks. [Edit] I finally realized why the Creature Animations weren't playing. I was setting the aggressor to Futa, instead of setting it to Male. Valid combination in NPC animations. Not so much in Creature. Now I feel much more confident I can get the next update done this weekend, as it's just testing various scenarios. Edited yesterday at 05:13 AM by dkatryl 2
dkatryl Posted 10 hours ago Author Posted 10 hours ago Most Recent Changes v1.0.2 - (27JUN26) Changed MCM Option about always having Female players assume 'Victim' role when they submit to instead labeled as the following: Player/Follower = 'Male' / Victim = 'Female' Toggle this option on to always make the player take the 'male' role (females will use a strap-on) as the aggressor. NPC victims will always take the 'female' role. This option allows the use of the more common M/F animations. Toggle this option off to use the animation restrictions as intended. This will require animations with more niche tagging or nothing will play. (MM for gay, FF for Lesbian, Femdom for Female Dominant, Male Submissive, but all with the Forced tag.) Cleaned up many Alias issues leading to erroneous messages in the upper left when the debug option is turned on. While not a requirement for the mod, I recommend installing Papyrus Tweaks NG: https://www.nexusmods.com/skyrimspecialedition/mods/77779 . I was experiencing intermittent behavior to certain functions, primarily when I was trying to surrender to Creatures to test that content, and the script lag wound up being the culprit. I installed Papyrus Tweaks, and immediately all of the intermittent behavior went away and everything functioned as expected. Okay, this should have resolved most of the lingering bugs & quirks for the time being. So I'll check back in here periodically, but for now, after basically spending the last 2 months resurrecting this mod, I'm going to actually try to *play* the god damn game! 1
dkatryl Posted 7 hours ago Author Posted 7 hours ago Started a new game that wasn't just for testing (🤯) and ran into a minor issue. Submitted some bandits, declared them to be turned in for a bounty, but as I wasn't ready to leave to turn them in where I was, I told them to stay. During the transition from standing to kneeling, they went hostile. Resubmitting them was automatic, but they shouldn't have gone hostile in that scenario. So, I'll look into that tomorrow, see what's up.
Osshuio Posted 3 hours ago Posted 3 hours ago (edited) Is there a way to set Persuasion and Intimidation chance bonuses for the dialogue separately? I think this could be a fun idea Edited 3 hours ago by Osshuio
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