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 Saturday at 02:35 AM Author Posted Saturday 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 Saturday at 05:13 AM by dkatryl 2
dkatryl Posted Sunday at 04:44 AM Author Posted Sunday at 04:44 AM 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! 2
dkatryl Posted Sunday at 07:40 AM Author Posted Sunday at 07:40 AM 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 Sunday at 12:03 PM Posted Sunday at 12:03 PM (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 Sunday at 12:03 PM by Osshuio
Lab Student Posted Sunday at 05:02 PM Posted Sunday at 05:02 PM Is this mod compatibe with Defeat Bane and SL P+?
dkatryl Posted Sunday at 08:51 PM Author Posted Sunday at 08:51 PM (edited) 9 hours ago, Osshuio said: Is there a way to set Persuasion and Intimidation chance bonuses for the dialogue separately? I think this could be a fun idea Possible? Sure. Am I going to do it? Meh, doubt it. It's still speech either way. And if I did that, it's a matter of time before someone asks for the Bribe option to be separate. That said, the chance is inherently different, even if they use the same Speech bonus: Seduce: SeduceChance.SetValue(((PSpeech - TSpeech/4)) + ((PIllusion - TIllusion/4)/2) + _SLConfig.SDifficulty + _SLSubmitSpeechBonus.GetValue()) Coerce: CoerceChance.SetValue(((100 - THealth) * PHealth / 100) + ((PSpeech - TSpeech/4)/2) + ((PIllusion - TIllusion/4)/2) + (PPrime - TPrime) + ((Target.GetAV("Confidence") - 2.0) * 20.0) + _SLConfig.SDifficulty + _SLSubmitSpeechBonus.GetValue()) Seduce is pure Speech/Illusion factors Coerce has that, plus also looks at power discrepancies between the player and the target. [Edit] That said, huh, looks like the Confidence part of the Algorithm is backwards. Oopsie! Guess I'll fix that and add that to when I figure out what's up with the Bounty Stay issue I saw yesterday. Edited Sunday at 09:08 PM by dkatryl
dkatryl Posted Sunday at 08:55 PM Author Posted Sunday at 08:55 PM 3 hours ago, Lab Student said: Is this mod compatibe with Defeat Bane and SL P+? SLP+ absolutely. That is what I'm running. Just pick the SLP+ option in the FOMOD when installing with your mod manager of choice. (You can run SLP+ and pick the OG SL option for Submit as well, as SLP+ is backwards compatible with that. The difference is one script that gets swapped out.) As to Defeat and its many variations, at its basic level yes, as Submit only uses 100% custom files, and I don't modify any default files. *FUNCTIONALLY*, however, they may try to compete with either other, like if they both try to initiate player surrender or whatever. I have never used Defeat, but my understanding is people can use both, then turn off certain options on one or the other, and mix and match parts of each they like better. That's the best answer I can give you.
dkatryl Posted yesterday at 12:31 AM Author Posted yesterday at 12:31 AM Most Recent Changes v1.0.3 - (28JUN26) Added missing Alias #2-5 Conditions for the dialog options to declare turning in hostile enemy faction NPCs for a Bounty, or to tell them to Stay once assigned. Speechcraft Coerce Success Chance algorithm bonus/penalty for the Target's bravery was backwards. Should now correctly give a bonus the more cowardly they are from baseline, and a penalty the braver they are from baseline. Relatively minor fixes, but fixes all the same.
LoneGentleman Posted yesterday at 01:12 AM Posted yesterday at 01:12 AM Down the rabbit hole he went, glad to see you return.
dkatryl Posted 1 hour ago Author Posted 1 hour ago Was doing some playing tonight, turned in my first bandit for a bounty, and the guard knocked her down to bleeding, but didn't kill her. Looks like when I added the Protected flag when you Submit them so they don't get killed by friendly fire or whatever before you can do whatever with them, I forgot to remove the flag before the guard executes them. Whoopsie! (The player can always kill them themselves if need be. Protected isn't Essential) Minor fix. I'll have it updated in a few days. Will hold off a few days to see if any other minor things come up while actually playing the game! lol
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