Jump to content

Sanguine Debauchery (SD+) (January 2025)


Recommended Posts

Posted
On 1/11/2018 at 2:08 PM, jfraser said:

Thank you for the kind words. First, i recommend using Death Alternative as your primary combat defeat intersection. It works well with SS and Defeat (and SD, for that matter) plus adds other outcomes to increase variety.

 

Next, SS hooks you up with a SD master. I'm not sure what else you're expecting on that front. Once SD takes over, SS has no other function. 

 

SS also sets you up with the other mods. It does, in short, what you seem to expect. Please let me know what seems to be missing. :smile:

 

Edit: also, make sure you're using the new Prison Overhaul Patched, not the old one.

 

I see you have DA listed a couple of times. Your general layout will go like this: 

-Go into Bleedout, Defeat kicks in

-Once Defeat is done, DA kicks in (although sometimes you still have a little health left and it resumes combat. When you get defeated again, DA will still kick in)

-DA sends you to SS (unless you have other choices also marked, in which case it picks one)

- SS randomly selects from the choices you have marked. But SD doesn't have a big list of scenarios. You are enslaved to one person. That person does things to you and eventually walks around Skyrim with you. If you're looking for more experiences than that, you will need more outcome mods.

Headgear straightened.  Back on track now.  THX for helping me with this J!  {looking for more LL modules to make SS sing, and fit into my MADNESS flow.  See above}  

Posted

So I'm not sure if I'm having an issue or if it's just related to the new way the The Truth and Dreamworld scenarios work, but here goes.

 

My character, never having been enslaved before, decided to sleep in one of the rolls just outside the gate of Riverwood, and this triggered the Dreamworld / The Truth. So I noticed this was new, The Truth now has "Be a good pet and serve your new lord for a while" while Sanguin's Desire says "Convince your master you are ready to go". So I did, I'm not sure what "A while" is but I stuck around with Sanguine for a while, then used the "Please let me go" option and got teleported back to Riverwood as usual. Except any time I sleep now I get send to the DW again and it's rinse and repeat after that.

The Sanguine's Desire quest is still open, and I'm not sure how to convince him I'm ready to go.

 

So I don't know if this is working as intended and I just need to raise my slavery level or something like that?

 

Load order in case it matters:

https://pastebin.com/sCVeFykJ

 

Oh and I don't think I've ever thanked you for your work, so thank you! :smile:

Posted
3 hours ago, Skabbe said:

So I'm not sure if I'm having an issue or if it's just related to the new way the The Truth and Dreamworld scenarios work, but here goes.

 

My character, never having been enslaved before, decided to sleep in one of the rolls just outside the gate of Riverwood, and this triggered the Dreamworld / The Truth. So I noticed this was new, The Truth now has "Be a good pet and serve your new lord for a while" while Sanguin's Desire says "Convince your master you are ready to go". So I did, I'm not sure what "A while" is but I stuck around with Sanguine for a while, then used the "Please let me go" option and got teleported back to Riverwood as usual. Except any time I sleep now I get send to the DW again and it's rinse and repeat after that.

The Sanguine's Desire quest is still open, and I'm not sure how to convince him I'm ready to go.

 

So I don't know if this is working as intended and I just need to raise my slavery level or something like that?

 

Load order in case it matters:

https://pastebin.com/sCVeFykJ

 

Oh and I don't think I've ever thanked you for your work, so thank you! :smile:

There's an option in the mcm SD to change return to dream world again. :3

Posted
4 hours ago, Skabbe said:

So I'm not sure if I'm having an issue or if it's just related to the new way the The Truth and Dreamworld scenarios work, but here goes.

 

My character, never having been enslaved before, decided to sleep in one of the rolls just outside the gate of Riverwood, and this triggered the Dreamworld / The Truth. So I noticed this was new, The Truth now has "Be a good pet and serve your new lord for a while" while Sanguin's Desire says "Convince your master you are ready to go". So I did, I'm not sure what "A while" is but I stuck around with Sanguine for a while, then used the "Please let me go" option and got teleported back to Riverwood as usual. Except any time I sleep now I get send to the DW again and it's rinse and repeat after that.

The Sanguine's Desire quest is still open, and I'm not sure how to convince him I'm ready to go.

 

So I don't know if this is working as intended and I just need to raise my slavery level or something like that?

 

Load order in case it matters:

https://pastebin.com/sCVeFykJ

 

Oh and I don't think I've ever thanked you for your work, so thank you! :smile:

Try the beta version in my beta testing thread. That should fix the teleport on sleep all the time.

Posted

REF:Truth - Is there a list of Scholars posted anywhere?  I think I  have found all but the last two....I may have a mod conflict or killed the people I need to speak with to finish the  "Truth" quest.  

Posted
10 minutes ago, realdeal59 said:

REF:Truth - Is there a list of Scholars posted anywhere?  I think I  have found all but the last two....I may have a mod conflict or killed the people I need to speak with to finish the  "Truth" quest.  

Hold off at that point... I am still working on the quest and this is pretty much as far as I got.

 

There will be more in upcoming versions.

 

Version 3.6.1 will be a collection of bug fixes and tweaks for DD 4.0 integration.

Version 3.6.2 will likely have the rest of the first chapter to The Truth.

Posted
21 hours ago, DeepBlueFrog said:

Try the beta version in my beta testing thread. That should fix the teleport on sleep all the time.

And it did indeed, thank you kindly!

Posted
On ‎1‎/‎12‎/‎2018 at 7:05 PM, jfraser said:

The cages were my very favorite thing about the original SD. I literally gaped at my screen the first time it happened. 

Tell me about it. :classic_happy:

Posted
On ‎1‎/‎12‎/‎2018 at 6:00 PM, DeepBlueFrog said:

I had to disable it for the time being until I can focus on rewriting it altogether.

It's a fairly easy fix. 

  • First scene stage - close the cage door. 
  • Next stage - move a marker named say 'CageOut' to the cage door (orDoor) like so,
 CageOut.MoveTo(orDoor, 120 * Math.Sin(orDoor.GetAngleZ()), 120 * Math.Cos(orDoor.GetAngleZ()), 0.0) 
  • Then move a marker named 'CageIn' to the door as well, 
 CageIn.MoveTo(orDoor, -120 * Math.Sin(orDoor.GetAngleZ()), -120 * Math.Cos(orDoor.GetAngleZ()), 0.0) 
  • That will place the 'CageOut' marker 120 units in front of the door, and 'CageIn' 120 units behind the door.
  • Then have the Master and the Slave travel (AI pkg) to the 'CageOut' marker. 
  • Open the door.
  • Then have the Slave travel to the 'CageIn' marker. 
  • Close cage door with a master lock difficulty. :classic_happy:
  • Have Master taunt the Slave. :classic_tongue:

 

This will not work if the cage door is reversed, i.e. it opens inside the cage/jail.

 

This will work with all the cages/jails added by SD - Cages.

Posted
17 minutes ago, bicobus said:

An evil witch got to him!

Yes... reverse frog transformation after being kissed by a Hagraven.

 

@Inte - I missed that picture... cute :smile:

 

Thanks for the details. I will see if I can fix the cage scene soon. 

Right now, I am finalizing the first chapter of the main quest with Sanguine in SD+

Posted

What controls the pop-up menu for beasts that says "Submit-Resist-Exit"? I have Tame The Beasts II and it appears SD makes giving my animals orders in person rather difficult. Of course... SD is going to stay so maybe Tame the Beasts has to go?

Posted
54 minutes ago, doctorpotato said:

Quick question, does SD+ use the new straitjackets in DDx 4.0 ?

Not yet but the beta version includes code that will make it easier when I find a good occasion to use them.

Posted
11 minutes ago, DeepBlueFrog said:

Not yet but the beta version includes code that will make it easier when I find a good occasion to use them.

Thanks for the quick reply, first time playing with sd+

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...