Omnishade Posted February 20, 2024 Posted February 20, 2024 Is there any way to disable this mod temporarily?
arthurioBoomer Posted March 1, 2024 Posted March 1, 2024 Hi! I did replacement for sound that make Dagonborn in this mod. Now it has much more distortion and AI artefacts. And it also part my DBVO pack for LoversLab mods. Chech this out! 4
Broken Gamer Posted March 15, 2024 Posted March 15, 2024 mod removed? why tf was it removed this one of the most needed mods for skyrim se GIVE IT BACK please 1
xypr Posted March 17, 2024 Posted March 17, 2024 Can someone send me the latest SE version of this mod please.
xypr Posted March 18, 2024 Posted March 18, 2024 On 3/15/2024 at 1:20 PM, Broken Gamer said: mod removed? why tf was it removed this one of the most needed mods for skyrim se GIVE IT BACK please 4
Broken Gamer Posted March 23, 2024 Posted March 23, 2024 (edited) On 3/18/2024 at 3:53 PM, xypr said: ur a legend bro i just hope its not broken like beeingfemale lol this is compatable with AE right? Edited March 23, 2024 by Broken Gamer
Dead Code Posted April 6, 2024 Posted April 6, 2024 (edited) Weird Texture Overaly cant be rest in the mod menu and if I rest it in race menu it come back after 1m or something like that does anyone know how to fix it note: there another one under the armpit Edited April 6, 2024 by Sam7ny_
Alturistix Posted May 14, 2024 Posted May 14, 2024 On 4/6/2024 at 8:31 AM, Sam7ny_ said: Weird Texture Overaly cant be rest in the mod menu and if I rest it in race menu it come back after 1m or something like that does anyone know how to fix it note: there another one under the armpit This happened with me with Pregnancy Normal map Swapper. I had to give up that entire save cuz even after removing PNS I got this issue.
Alturistix Posted May 14, 2024 Posted May 14, 2024 For some reason my spank tats look solid and weird. Anyone got better tats?
RevanCathal Posted May 14, 2024 Posted May 14, 2024 On 3/17/2024 at 10:53 PM, xypr said: I love that the original mod author did this version. It finally gives me volume control. I fully endorse this as the best version they've made so far.
Dead Code Posted May 21, 2024 Posted May 21, 2024 i fixed by doing some clean save reinstall or something
brololo Posted June 8, 2024 Posted June 8, 2024 so is someone going to reupload it because for some reason i cant acces the page of the sta mod specifically or is maybe some one willing to share it with me specifically the se version
Seeker999 Posted June 8, 2024 Posted June 8, 2024 5 hours ago, brololo said: so is someone going to reupload it because for some reason i cant acces the page of the sta mod specifically or is maybe some one willing to share it with me specifically the se version If you read this and previous page(s) you should find what you're looking for.
RevanCathal Posted June 10, 2024 Posted June 10, 2024 (edited) On 6/8/2024 at 6:48 AM, brololo said: so is someone going to reupload it because for some reason i cant acces the page of the sta mod specifically or is maybe some one willing to share it with me specifically the se version Scroll up to xypr's post from March 17th. It has a link for the only available SE download. Edited June 10, 2024 by Jgoftl
RevanCathal Posted June 10, 2024 Posted June 10, 2024 Only issue I'm having is this is apparently geared towards female NPC's only. Trying to play through as a male to have fun with specific mods and get constant NPC comments referring to my PC as a woman.
Arcane Wanderer Posted July 2, 2024 Posted July 2, 2024 On 3/17/2024 at 9:53 PM, xypr said: The view file link for this topic is broken. Perhaps it could updated to point to MM's STA dump? The link to the LE mod is also broken, but is unneeded because all the description is here. It would be cool if the front page also linked to Impact Play which provides some STA enhancement.
Firebolt89 Posted July 22, 2024 Posted July 22, 2024 (edited) Is there any way to tweak this so my character can beg for spanks or denigrate herself during softcore scenes, or in other words let the *speak* key work in all scenes, even without a *spank heavy npc*? It only seems to work for me during rough scenes with a spank heavy npc. I know that is probably working as intended but I was hoping to change that. Or, adversely is it possible to make all scenes count as rough? I guess that would be kinda a jank workaround so that's probably not necessary. I mean the source is included so it shouldn't be that hard right? -- Hours later I have an update I found the script I needed to edit but sadly the source does not compile, even completely unedited. If anyone has an older (pre 4.8 source file of "_STA_SexDialogUtil" floating around that compiles pls let me know) What's even more infuriating is it looks like all I would need to do is comment out or remove the single "If IsPlayerVictim" (on line 887) Edited July 22, 2024 by Firebolt89
Arcane Wanderer Posted August 1, 2024 Posted August 1, 2024 The "view file" button on the main page here doesn't go anywhere. Maybe link it to Monoman1's STA file dump?
Arcane Wanderer Posted August 1, 2024 Posted August 1, 2024 (edited) On 7/21/2024 at 8:22 PM, Firebolt89 said: Is there any way to tweak this so my character can beg for spanks or denigrate herself during softcore scenes, or in other words let the *speak* key work in all scenes, even without a *spank heavy npc*? It only seems to work for me during rough scenes with a spank heavy npc. I know that is probably working as intended but I was hoping to change that. Or, adversely is it possible to make all scenes count as rough? I guess that would be kinda a jank workaround so that's probably not necessary. I mean the source is included so it shouldn't be that hard right? -- Hours later I have an update I found the script I needed to edit but sadly the source does not compile, even completely unedited. If anyone has an older (pre 4.8 source file of "_STA_SexDialogUtil" floating around that compiles pls let me know) What's even more infuriating is it looks like all I would need to do is comment out or remove the single "If IsPlayerVictim" (on line 887) I managed to compile it. What at pain! Of course, I had to download a bunch of mods that I don't use so that the compiler could handle the references to those mods that STA makes. The first problem was that "Devious Followers Continued" wanted to use a variable named "MCM". Something in my mod tree defines "MCM" as a type, so that's a no-go. Fixed by renaming all instances of "MCM" to "DfMCM". I'm not sure why, but I had to move the skyui scripts mod to near the end of my MO2 modlist. It wasn't conflicting with any files. The LoadCustomContent() and other stuff is (re)defined in other source files with different names such as files from NL_MCM,but that wasn't the issue either. At any rate, the functions and constants from SkyUI were missing until I moved the skyui master scripts. File MME_BodyMod.psc in "Milk Maid Economy" had to be edited to rename "SLIF_inflate". I used "SLIF_infl". I had to download the two optional example scripts from "Honorhall Orphanage Bugfixes and Expansion" because MME wanted them. All that said... It wasn't until I finished doing all those edits that I realized that it would have been simpler and quicker to just create "SDK" versions of some of those mods where all the functions had empty bodies. Edited August 2, 2024 by Arcane Wanderer 2
muhavaux33 Posted August 16, 2024 Posted August 16, 2024 Just a heads up This mod adds a weird A.I voice that plays randomly when aroused for your character. It adds dialogue like "Please just let me cum" and "Oh no. By the gods. Not here!" The issue is that it overlaps with pretty much anything and it doesn't detect whether you have a gag or not + it sounds awful. so if anyone is having issues with weird A.I noises. Random voicelines playing through sex or arousal, it might be this mod. Just for this alone it was worth an uninstall. 1
KitKatKseniya Posted August 16, 2024 Posted August 16, 2024 17 hours ago, muhavaux33 said: Just a heads up This mod adds a weird A.I voice that plays randomly when aroused for your character. It adds dialogue like "Please just let me cum" and "Oh no. By the gods. Not here!" The issue is that it overlaps with pretty much anything and it doesn't detect whether you have a gag or not + it sounds awful. so if anyone is having issues with weird A.I noises. Random voicelines playing through sex or arousal, it might be this mod. Just for this alone it was worth an uninstall. Pretty sure you can turn that off in the MCM
Arcane Wanderer Posted September 1, 2024 Posted September 1, 2024 (edited) Does anyone know of mods that allow you to ask for a spanking in dialogue? There's Submissive Lola, but I'm looking for something outside of the PC being enslaved. There's Impact Play to add spanking sounds (and I think stats) during sex. But, I'd like to see something for asking for spanking. Or some other way of satisfying the "pain" debuff. Edited September 1, 2024 by Arcane Wanderer
Seeker999 Posted September 1, 2024 Posted September 1, 2024 27 minutes ago, Arcane Wanderer said: Does anyone know of mods that allow you to ask for a spanking in dialogue? Devious Followers' spanking option includes the opportunity to talk to the guards and 'confess' to a crime. They'll then teach you to waste their time. It's not directly asking for a spanking, so it may not be what you're looking for.
nomkaz Posted September 3, 2024 Author Posted September 3, 2024 For everyone asking, the OG author put up his own version. It looks like that same exact thing I had up. So it probably ahs the same issues.
alain31 Posted September 29, 2024 Posted September 29, 2024 Hello, Could someone please share version 4.5 with me? Thank you in advance.
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