gurtnix Posted September 27, 2019 Posted September 27, 2019 1 hour ago, janbui said: So one of the various things I forget to mention is that you’ll have you enable a property found in the Creation Kit’s ini file so that you can disable the creation kit”s need for master files to load, but I forgot what and where it is so I’ll edit this post later and find out where it is exactly. Sounds great, thanks!
petronius Posted September 27, 2019 Posted September 27, 2019 Janbiu, may I share a suggestion I made a while ago to Wraithsayer, about a possible addition? I'm pasting it here as I wrote there. I never had the time to actually learn papyrus in order to try and implement this... But if you wanted to take it up, I'd be glad to lend a hand. "Say I wanted to do an alternative Thalmor Embassy scenario - I see this was even in your to-do list. For starters, just a simple one: you get a new way to start a distraction: ask the drunk guy to begin an orgy. You want to be discreet, so you "blend in" not as the one who started but still join the party, and escape with Malbjorn in the end when everybody's exhausted and drunk. Then, the quest proceeds as usual - It would be nice to just test if I could get this one scene going. I suppose the following: - There is a series of scripts that run alternatively, corresponding to the distractions. Those scripts trigger a quest stage advance that allows you to escape with Malbjorn. I'd need a script that triggered a sexlab multiple actor scene like the orgies in SLEN or Follow Me For Sex, and then also triggered the quest advancement. I need to add, I don't know how to do that, but let's first see if I get the rough draft right. - I'd need to add a dialogue line to the drunk merchant to initiate this script. Would anything else be necessary? Don't know if the actors in the party are just having idle conversation except for the distraction moment, or if they have some kind of scripted behaviour that could conflict. But that might be something to troubleshoot later. Is the rough work of how this could be done more or less like this? Addendum: If I could work this out, maybe later would be able to add another interesting, but more complex follow-up: Malbjorn had corrupted a Thalmor officer who was in charge of admitting and escorting new prisoners. He'd escort you, as a prisoner, to the interrogation cellar, lock you up in the free cell next to the other prisoner, where you'd witness the interrogation and then it would be your turn to be interrogated. Maybe with some ZAZ animations you could be beaten while hanging naked from the ceiling, asked some questions that provide the investigator with no leads and then, be violated and locked back in the cell. But the corrupt guard would have placed your things in a sack in the cell, and made sure some lockpicks were available as well. The investigator would leave after raping you and the corrupt guard would make sure he and the other guards would give you a few moments alone. You'd be able to leave the cell, free the other prisoner and find the papers as normal, then malbjorn would come chased by the guards and the scene would proceed as vanilla."
WaxenFigure Posted September 27, 2019 Posted September 27, 2019 6 hours ago, petronius said: Janbiu, may I share a suggestion I made a while ago to Wraithsayer, about a possible addition? I'm pasting it here as I wrote there. I never had the time to actually learn papyrus in order to try and implement this... But if you wanted to take it up, I'd be glad to lend a hand. "Say I wanted to do an alternative Thalmor Embassy scenario - I see this was even in your to-do list. For starters, just a simple one: you get a new way to start a distraction: ask the drunk guy to begin an orgy. You want to be discreet, so you "blend in" not as the one who started but still join the party, and escape with Malbjorn in the end when everybody's exhausted and drunk. Then, the quest proceeds as usual - It would be nice to just test if I could get this one scene going. I suppose the following: - There is a series of scripts that run alternatively, corresponding to the distractions. Those scripts trigger a quest stage advance that allows you to escape with Malbjorn. I'd need a script that triggered a sexlab multiple actor scene like the orgies in SLEN or Follow Me For Sex, and then also triggered the quest advancement. I need to add, I don't know how to do that, but let's first see if I get the rough draft right. - I'd need to add a dialogue line to the drunk merchant to initiate this script. Would anything else be necessary? Don't know if the actors in the party are just having idle conversation except for the distraction moment, or if they have some kind of scripted behaviour that could conflict. But that might be something to troubleshoot later. Is the rough work of how this could be done more or less like this? Addendum: If I could work this out, maybe later would be able to add another interesting, but more complex follow-up: Malbjorn had corrupted a Thalmor officer who was in charge of admitting and escorting new prisoners. He'd escort you, as a prisoner, to the interrogation cellar, lock you up in the free cell next to the other prisoner, where you'd witness the interrogation and then it would be your turn to be interrogated. Maybe with some ZAZ animations you could be beaten while hanging naked from the ceiling, asked some questions that provide the investigator with no leads and then, be violated and locked back in the cell. But the corrupt guard would have placed your things in a sack in the cell, and made sure some lockpicks were available as well. The investigator would leave after raping you and the corrupt guard would make sure he and the other guards would give you a few moments alone. You'd be able to leave the cell, free the other prisoner and find the papers as normal, then malbjorn would come chased by the guards and the scene would proceed as vanilla." One key item to remember is that the "Solutions" are all short "use sex act with the player to continue instead of vanilla solution" changes. Having the drunk guy sexually molest the serving girl would be in that vein though the player would not be involved. The other longer scenario is the sort of thing that should go into some other mod but if you want some extended humiliation sex in the Thalmor embassy there's a mod that provides that already among the Devious Devices mods (cannot remember the name right now but it's the one that has a shop across the road from the Half-Moon Mill where you end up making deliveries of devices usually with consequences).
Naps-On-Dirt Posted September 27, 2019 Posted September 27, 2019 1 hour ago, WaxenFigure said: The other longer scenario is the sort of thing that should go into some other mod but if you want some extended humiliation sex in the Thalmor embassy there's a mod that provides that already among the Devious Devices mods (cannot remember the name right now but it's the one that has a shop across the road from the Half-Moon Mill where you end up making deliveries of devices usually with consequences) Thats Captured Dreams, which has been removed from LL.
WaxenFigure Posted September 27, 2019 Posted September 27, 2019 12 minutes ago, Naps-On-Dirt said: Thats Captured Dreams, which has been removed from LL. Oh yeah, Veladarius has had a lot of trouble in his life lately so give him time and it may come back or he may rewrite it. Still for those who already have it there's no reason they can't play it. One thing I have always done myself is to archive all the mods I download (I have ALL the Sexlab Versions back to the original release) so I can recreate any environment I desire even if it means using older mod versions to be compatible with mods that are no longer being worked on. Most of the time though if I want to play an old mod, I'll do what it takes to bring it up to date if I can.
petronius Posted September 28, 2019 Posted September 28, 2019 I do have it and play it, probably that's where I got the idea from. Maybe it would make sense as its own mod, or part of a mod more directed towards "extreme solutions". An excellent mod, by the way. Considering how script heavy it is and how heavily modded my build is, being able to play it through to the end is a testament to its author's skills. I do hope he's well and will someday come back to developing Captured Dreams.
WaxenFigure Posted September 30, 2019 Posted September 30, 2019 On 9/28/2019 at 4:10 AM, petronius said: I do have it and play it, probably that's where I got the idea from. Maybe it would make sense as its own mod, or part of a mod more directed towards "extreme solutions". An excellent mod, by the way. Considering how script heavy it is and how heavily modded my build is, being able to play it through to the end is a testament to its author's skills. I do hope he's well and will someday come back to developing Captured Dreams. Yeah, thought about it for a while and decided some set of humiliations like the ones from CD would be perfect for losing or surrendering to a Thalmor squad where you would be paraded across Skyrim until reaching the embassy where the serious humiliation would begin until you find a way to escape. 1
most_wanted Posted October 5, 2019 Posted October 5, 2019 I'm so happy this is gonna be kept alive, imo it's one of the best adult mods there are because it blends really well with the storyline and the various encounters. Good luck PS: consider I'm asking this because the last time I played Skyrim there wasn't the SE..why the need to dl the creation kit and all that stuff? Long time ago I just dowloaded a mod and used the awesome MO to load what I wanted ?
janbui Posted October 9, 2019 Author Posted October 9, 2019 On 10/5/2019 at 6:38 PM, most_wanted said: I'm so happy this is gonna be kept alive, imo it's one of the best adult mods there are because it blends really well with the storyline and the various encounters. Good luck PS: consider I'm asking this because the last time I played Skyrim there wasn't the SE..why the need to dl the creation kit and all that stuff? Long time ago I just dowloaded a mod and used the awesome MO to load what I wanted ? Well the main reason why is once you grab an esp that was made for the original Skyrim (LE), you have to run that esp through an updated version of the creation kit that SE uses, and in a way it formats the mod to work with SE.
Bromm83 Posted October 10, 2019 Posted October 10, 2019 Yes, I started playing skyrim again. No, I should not have started. It led to me making a small mod... and not to me playing... The mod is for SSE only! I do not know if opening it and saving it in creation kit for oldrim will work. I don't play oldrim. Also, female only. Yes I know it sucks. Such is life tho. A small addon to soulutions. I have not tested all of it yet, but feel free to use it. Will only update if there are any errors in it. - covers most of Missing in Action quest - you can get Jon Battle-Born to give you the missive by having sex with him. - General Tullius might give you orders to release Thorald if you have sex with him. - Enthir can now give you fake orders if you well, not to repeat myself, but yeah.. have sex with him. -There might even be some sex stuff with the guard at the keep if you play your cards right. - If you want tullius or enthir orders to work you have to do the mission alone(you can have followers, but not the gray-mane people)!! Anyone is free to use this as they wish. It might be broken. It might work. I have no idea. I have no plans to expand on it. Please add it to solutions if you wish. It has no mcm or other fancy stuff. I just hope it works as intended. I can't be bothered to try all routes. I don't even know why I wrote all the routes. SexLab Solutions Addons.7z
Heroine HoneyCrotch Posted October 12, 2019 Posted October 12, 2019 Mild suggestion. The boat fare getting to and from Solstheim being bargained with sex with captain and crew
Gwentag Posted October 16, 2019 Posted October 16, 2019 Eh i think this mod is in the wronjg forum. It's for SE right? So it shouldnt be in Skyrim.
NoNickNeeded Posted October 17, 2019 Posted October 17, 2019 Going by the first post it's for both versions and I can confirm that it works with oldrim, since that's where I am using it without noticing any issues so far.
janbui Posted October 19, 2019 Author Posted October 19, 2019 On 10/16/2019 at 3:12 PM, Gwentag said: Eh i think this mod is in the wronjg forum. It's for SE right? So it shouldnt be in Skyrim. No, this is SSE compatible, meaning that if you place the esp file into the 64-bit version of the Creation Kit, then it will update the esp to the standards of SE's edition, or 64-bit in that case. The mod was originally made in SE and it's all around better for me to edit it in the older Creation Kit, so that's what I'll stick with.
Gwentag Posted October 19, 2019 Posted October 19, 2019 9 hours ago, janbui said: No, this is SSE compatible, meaning that if you place the esp file into the 64-bit version of the Creation Kit, then it will update the esp to the standards of SE's edition, or 64-bit in that case. The mod was originally made in SE and it's all around better for me to edit it in the older Creation Kit, so that's what I'll stick with. So are esp created for se compatible with oldrim in general? If so I didn't know that
Idynian Posted October 19, 2019 Posted October 19, 2019 I don't know what you guys think, but I kind of feel like the Orc Stronghold quest/deals seem way too forgiving.
agiz19 Posted October 26, 2019 Posted October 26, 2019 it would be nice if you could make support for flower girls framework also
Ruhadre Posted November 9, 2019 Posted November 9, 2019 Any chance of a patch to go with Prison Overhaul Patched?
shiagwen Posted November 15, 2019 Posted November 15, 2019 iis this going on ? one quest more then two months ago looks like starting and abandoned. however, one proposal : the alchemist in solitude is looking for her daughter, pc goes to the officer, officer dont want to answer, must be caonvinced. a good entry fpr solutions sex.
janbui Posted November 23, 2019 Author Posted November 23, 2019 Sorry, been real busy with life, have gotten some time to work back on this, and this mod will go by reaaalll slow, so dont expect this to even be complete even next year. I'll try to work without growing insane, and if you really need to see me release another quest, I can do so by today. I've been sitting on a problem for a while with the quest, but am now just getting around to fixing it. 1
janbui Posted November 23, 2019 Author Posted November 23, 2019 Also, to everyone asking if I could patch the mod for compatibility with other mods, sadly, I'm not too well-versed into integrating other mods into the game, but if the demand is large, I'll try to add said patch at some point.
sexcapades Posted November 23, 2019 Posted November 23, 2019 17 minutes ago, janbui said: Sorry, been real busy with life, have gotten some time to work back on this, and this mod will go by reaaalll slow, so dont expect this to even be complete even next year. I'll try to work without growing insane, and if you really need to see me release another quest, I can do so by today. I've been sitting on a problem for a while with the quest, but am now just getting around to fixing it. Your patch to integrate with SLEN is enough to make this mod awesome... THANK YOU
macnchz Posted November 25, 2019 Posted November 25, 2019 do you need the original mod and overwrite or is this stand alone?
nutluck Posted December 5, 2019 Posted December 5, 2019 On 11/30/2019 at 4:16 PM, Lynche6669 said: Is this mod still a go? Janbui said a few posts back RL is real busy for him. As far as I know he still plans on updating it but it might be awhile depending on how much free time he has. 1
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