Jump to content

Sanguine Debauchery (SD+) (January 2025)


Recommended Posts

  • 1 month later...
Posted

Whats the deal with yokes and SD+?  There doesn't seem to be any way to kneel in them without breaking the anims, and then I get stuck in kneeling and it won't stand up again as far as anims go, although it says "already standing" and something about resetting stance for yoke.

 

Is there a fix out there to make yokes + SD usable?

Posted

Im getting the abort error override thing and i cant figure out why both versions are for SE and it just refuses to work it adds the gag but the armbinder it just refuses if it helps it was a bandit that enslaved me 

  • 4 weeks later...
Posted

Using the SE version and it seems impossible to run away from your master. After I managed to remove the collar I run out of the dungeon I was enslaved in and keep running for a long time but the quest never updates. The only ways that work are killing the master or stealing the key(which is nearly impossible with 10%) chance.

  • 2 weeks later...
Posted

How do you actually join a faction? Was enslaved by forsworn, owner told me I could join, I chose first option and got freed, but after around 1 hour they all (except owner) turned hostile^^ Thats not what I understand how "join faction" works xD

  • 2 weeks later...
Posted

I am at a complete loss on this mod... I went to sleep in front of the statue under Honningbrew. I talked to all the people there and then went into the strange cave. After reading one of the notes in there the "Truth" quest updated to ask Sanguine about the Alicias. I never get that dialogue option. Also what is the point of being enslaved by him? I have been enslaved for 7 days now and nothing new has become available and no quest has updated. Am I supposed to be doing something different? This sitting in the area and going through the same things over and over has gotten rather old a long time ago. I am not wanting to sound negative about the mod it is just there is no clear directions on what you are supposed to do.

Posted

ok I got it working but I can't seem to figure out how to leave dreamworld, I give sanguine his mead and ask him to let be go, and he gives me all the stuff back but the collar stays on and I stay in dreamworld. am I missing something?

  • 2 weeks later...
Posted
On 11/10/2023 at 12:42 AM, Pliny The Elder said:

The offending code is in SL Dialogues. The function ForceFeedPlayerItem in SLD_QUEST_Main.psc to be specific. When the player is forcefed skooma or wine upon enslavement, Actor.DamageAV is called three times, damaging StaminaRate, MagickaRate, and SpeedMult. Unless the player or some other mod intervense, this damage is permanent.

 

So when can we expect someone to provide a fix for this?

 

Until that time this mod can be considered broken and unusable, which is a real shame as there are not enough functioning mods for Devices gameplay in my opinion.

Posted
On 4/15/2024 at 1:54 PM, Gameplayer said:

 

So when can we expect someone to provide a fix for this?

 

Until that time this mod can be considered broken and unusable, which is a real shame as there are not enough functioning mods for Devices gameplay in my opinion.

 

Glad to see I found out the culprit behind the constant blocking of stamina and magicka regen.

 

On a side note I wanted to vent that the faction mechanic is also game-breaking. Why would you add the option to join NPC's factions if you provide no possible way to leave said factions? It doesn't help either that the bulk of these factions are empty spaces with no name. You'd assume uninstalling the mod would clean the joined factions but it doesn't, seriously? Major mod design flaw.

 

As to why this matters, is because depending on the NPC most of them have various factions that could intersect with necromancers, bandits etc, you get one of those no name factions and they're permanently non-hostile to you, you can't clear dungeons anymore.

Posted
On 4/6/2024 at 3:15 AM, jamesclerican said:

ok I got it working but I can't seem to figure out how to leave dreamworld, I give sanguine his mead and ask him to let be go, and he gives me all the stuff back but the collar stays on and I stay in dreamworld. am I missing something?

 

Somewhere at the one end of Sanguines Lair where all the other slaves are and his thrones and the player gear chest, close to that is a stone pillar with a chain to pull, just like in dungeons... When doing so you will be teleported to a basement in Rifton, I think in Helgas Bunkhouse. At first you will still have the magical restrains from Sanguine but I believe they will disappear after some time when cooldown wears off. Alternatively you can cheat yourself a restraint key with console ("help restraint") and break free

  • 3 weeks later...
Posted (edited)

I don't get how to make it work with DD and DDe. Whenever my char gets enslaved, the owner will put some generic ZAZ cuffs, heels and collar on and that's basicaly it. Cuffs won't even prevent fighting, heels won't prevent running and jumping. I can equip DDs manually via DDe hotkey, but that's it. SD+ won't ever use DDs. I just don't nknow anymore how to make it work. Somebody please help me!!!

Edited by Lexx_Goffman
Posted

As instructed installed SDResourses20210731 and SDPlus20220131.  FNIS-XL returned the reply: 

 

>>Warning: \character\behaviors\FNIS_sanguinesDebauchery_Behavior.hkx not Skyrim SE compatible<<
Reading sanguinesDebauchery V?.? ...     ChAnims:107(21)     CTD:1.9%     pOpt:0.6%

 

Game had issues afterwards, t-poses galore.

 

Was there something other than the two files that I missed?  A patch or an update?

Posted
2 minutes ago, BHAitken said:

As instructed installed SDResourses20210731 and SDPlus20220131.  FNIS-XL returned the reply: 

 

>>Warning: \character\behaviors\FNIS_sanguinesDebauchery_Behavior.hkx not Skyrim SE compatible<<
Reading sanguinesDebauchery V?.? ...     ChAnims:107(21)     CTD:1.9%     pOpt:0.6%

 

Game had issues afterwards, t-poses galore.

 

Was there something other than the two files that I missed?  A patch or an update?

I'm guessing the mod isn't compatible with 1.6.1170? I wanna know if this mod works for others atm.

  • 2 weeks later...
Posted
On 4/15/2024 at 5:54 AM, Gameplayer said:

 

So when can we expect someone to provide a fix for this?

 

Until that time this mod can be considered broken and unusable, which is a real shame as there are not enough functioning mods for Devices gameplay in my opinion.

Sorry for the long wait, changed computers and just got my skyrim setup again. I compiled the offending script with a third party papyrus compiler instead of the bethesda one that comes with the creation kit. https://github.com/russo-2025/papyrus-compiler

I'm currently on linux and prefer to use native tools where possible. Also creation kit is buggy even in windows. Using a different compiler doesn't seem to have negatively affected the result however.

 

Your character should still be drugged when enslaved by bandits and the like but will no longer suffer permanent stat decreases. Tested in ae  but I think it'll work in le, se, etc. as well.

sd_damageav_patch.7z

Posted
22 minutes ago, Pliny The Elder said:

Sorry for the long wait, changed computers and just got my skyrim setup again. I compiled the offending script with a third party papyrus compiler instead of the bethesda one that comes with the creation kit. https://github.com/russo-2025/papyrus-compiler

I'm currently on linux and prefer to use native tools where possible. Also creation kit is buggy even in windows. Using a different compiler doesn't seem to have negatively affected the result however.

 

Your character should still be drugged when enslaved by bandits and the like but will no longer suffer permanent stat decreases. Tested in ae  but I think it'll work in le, se, etc. as well.

sd_damageav_patch.7z 11.32 kB · 0 downloads

 

Might have to reinstall, but not tonight thanks.

  • 4 weeks later...
Posted (edited)

Hello please I need an help for the red gemstone in the dwemer  museum, i've serching many times but i did't find. I've serch also in the cancelmo lab but ther is nothing

Edited by godzillacrash
Posted
52 minutes ago, godzillacrash said:

Hello please I need an help for the red gemstone in the dwemer  museum, i've serching many times but i did't find. I've serch also in the cancelmo lab but ther is nothing

It's been a long time since I played this mod but I think you need to go upstairs and through a door onto a balcony outside the building but I could be mistaken. That might be part of the Sidna mine quest instead.

Posted (edited)
29 minutes ago, Balgin said:

È passato molto tempo dall'ultima volta che ho giocato a questa mod, ma penso che sia necessario salire al piano di sopra e attraversare una porta su un balcone fuori dall'edificio, ma potrei sbagliarmi. Potrebbe invece far parte della missione della miniera di Sidna.

Thank you! I solve the problem i've found in the frist room on the left of the museum, but i have a new problem XD when i take Mythic dawn commentary vol. 3 to Crassius nothing happens, maybe I'm very stupid...

Edited by godzillacrash
Posted
2 hours ago, godzillacrash said:

Thank you! I solve the problem i've found in the frist room on the left of the museum, but i have a new problem XD when i take Mythic dawn commentary vol. 3 to Crassius nothing happens, maybe I'm very stupid...

Sorry. I can't help you there. I think it might have been about two years since I last played this mod.

  • 1 month later...
Posted

I'm getting a CTD whenever I try to enter the Dreamworld for the first time. This happens both when I try the intended method (i.e. sleeping in front of the shrine) and when entering "coc SDSanguineDreams" into the console.

 

I know this is a common problem, and yes, I have looked for other answers here in this forum. Yes, I have the DD hotfix installed. Yes, I used the CK to export the facegen data (using this tutorial). Yes, I ran FNIS, yes I checked that the mod was initialized in the MCM, yes I turned it off and on again.

My crashlog is attached. Any suggestions?

crash-2024-08-02-06-23-53.log

Posted

Update: solved. I re-exported the facegens a second time; I think I missed an NPC somewhere the first time I did it. This time I just selected literally everything under the Actors tab and exported them all at once--it took twenty minutes, but I am now successfully able to enter the Dreamworld.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...