DeepBlueFrog Posted July 9, 2019 Author Posted July 9, 2019 5 hours ago, Fuzzy_Fox said: I sometimes run into a problem when I get enslaved. I manage to kill my captor and all the other npcs in the game remain friendly to me. I mean I tried to kill a wolf and its health would go back up to max value and not agro me. How do I clear factions once I escape? To make sure it is a faction issue, look at the menu for SD - in one of the panels (status maybe) you will see a list of the factions SD added you to. You can use the form ID displayed next to each faction to get out of them using the console. Another possibility if you are using Death Alternative - check the debug functions and reset the pacification effect on NPCs. Sometimes it gets stuck and makes everybody friendly. 5 hours ago, Youngwings said: Iv noticed a major CTD when attempting to enter the dreamworld, after doing some research, it seems like im not the only one with this problem. Attempting to fix DD didn't help, and trying to open the plugin in CK isn't working. I tried spawning Sanguine into the world and it just instantly crashes the game, leading me to believe the issue has something to do with the character itself. Im honestly out of ideas on how to fix this one. Are you using the SSE version by any chance? There is a lot of chatter on the Sisterhood of Dibella thread about conversion issues with facegen textures for NPCs or textures of assets like statues and ruins. One thing you can try is to run the facegen update of NPCs in Dreamworld in the CK editor and see if that helps. Look in the Sisterhood thread for details or ask for help in the SSE conversion discussion in my signature. On 7/7/2019 at 8:32 AM, Durante said: There's a few bugs I must mention that persist. 1. When saying "I'm thirsty" to owner wrong sexlab tags are used thus ending up with a variety of vaginal tag animations 2. Wrong tags on victim/aggressor when owner is male, the male ends up as victim thus the facial expressions and SLSO dynamic is botched. However no such bug is apparent when owner is female and player is male. 3. There's a general very restricted list in animations during SD quest, only a small share appear perhaps due to slightly different tags. It would be simpler to add or restrict animation tags via MCM like POP does. 4. The dialogue line "I need help getting out of these devices" is somehow missing for me after update, Sanguine via one dialogue line equips rubber high heels and gloves to a male next to the cuffs, gag and shackles, therefore making it impossible to remove these shoes or gloves. 1. That's because I am using the Oral tag, and some of these animations are not necessarily what was expected in that situation. 2. I have a pending fix for that. It should be part of the next update. 3. Unfortunately, that's too complicated to implement at this point. I am focusing on finishing my quests and stories first. I spent too much time on improving mechanics like the enslavement system, outfit system, task system, faction system... etc. 4. That dialogue should appear from sanguine after a few visits to Dreamworld. I will keep an eye on that in my tests but I haven't noticed anything amiss yet. 2
DeepBlueFrog Posted July 9, 2019 Author Posted July 9, 2019 On 7/7/2019 at 2:44 AM, Lyman the Lunatic said: Hey how's it going? I have a quick question. Do you have any plans to implement Heretical Resources? I've been fiddling around with them & SD for a more authentic aesthetics than the shiny classy devious devices. They are already incorporated for Argonian and Khajiit owners. I have plans to include a 'medieval profile' for slavery gear across all races and get rid of all modern looking options (except maybe for High Elves because it fits their portrayal in Skyrim ). It shouldn't be a lot of work to add to Content Consumer's SD+ addon. I just didn't find the time to implement it. 1
Durante Posted July 9, 2019 Posted July 9, 2019 8 hours ago, DeepBlueFrog said: 1. That's because I am using the Oral tag, and some of these animations are not necessarily what was expected in that situation. Yes but I'm not getting any "oral" animations, none whatsoever, zero.
Adviser69 Posted July 10, 2019 Posted July 10, 2019 On 7/8/2019 at 1:56 PM, Youngwings said: Iv noticed a major CTD when attempting to enter the dreamworld, after doing some research, it seems like im not the only one with this problem. Attempting to fix DD didn't help, and trying to open the plugin in CK isn't working. I tried spawning Sanguine into the world and it just instantly crashes the game, leading me to believe the issue has something to do with the character itself. Im honestly out of ideas on how to fix this one. Could you specify why opening the plugin in CK isn't working?
Adviser69 Posted July 10, 2019 Posted July 10, 2019 On 7/7/2019 at 9:04 AM, Andro69 said: Playing on SSE with MO2 and had ctd’s when falmer tried to show their bits. More nasty critters was being overwritten by SD+ for falmer, but had more options than SD so it still showed in creature framework’s MCM. I had to hide/delete/overwrite with MNC the .nif file under falmer in this mod to fix. Okay, that doesn’t work with spriggans and flame atronochs, so any advice there would be appreciated. Hmm, that's rather odd. Though at the same time I'm using Animal SOS in addition to More Nasty Critters and Bad Dog's Immersive Creatures. I'll see if I can recreate your problem.
Vuulgar Posted July 10, 2019 Posted July 10, 2019 7 hours ago, Adviser69 said: Could you specify why opening the plugin in CK isn't working? I am also getting the Dreamworld crash on SSE, generally I crash on zone in but twice out of several tries I have entered, walked over the bridge to meet Sanguine and crashed as I activated him. All the enslaving aspect is working quite well for a bit of good news. EDIT after reading the facegen info and searching out instructions cause I had no idea, I made it into Dreamworld with no crashes. I did both entries under dremora race male and the single entry under female. Thank you!
Verstort Posted July 10, 2019 Posted July 10, 2019 Have a weird bug: if Deviously Enslaved Continued tries to start SDPlus with certain NPCs, the enslavement starts then immediately ends. The ending code is sdras_master.psc waiting state OnUpdate: ElseIf ( Self.GetOwningQuest().IsRunning() ) && (!kMaster || !kSlave || kMaster.IsDisabled() || kMaster.IsDead()) ; when I print the individual conditions kMaster is NONE. Not sure what could be causing this, as the alias kMaster is pulled from has no conditions, and at least one of the NPCs used for the master is a vanilla NPC (Jarl Elisif). The code DEC is using to call this SD: StorageUtil.SetFormValue( Game.getPlayer() , "_SD_TempAggressor", masterRef) StorageUtil.SetIntValue(masterRef, "_SD_iPersonalityProfile", 2) ; for now lock it to perverted type Game.DisablePlayerControls() Game.ForceThirdPerson() BlackFade.ApplyCrossFade(3) ;remove items ItemScript.removeDDArmbinder(player) ;armbinder and friends ; additems player.equipitem(Mods.zazHood) if player.GetWornForm(0x00010000) == NONE player.equipitem(Mods.zazBindings) endif utility.wait(3) player.StopCombatAlarm() player.StopCombat() Game.EnablePlayerControls() Debug.MessageBox("You wake up next to your new master") Mods.sdEnslaveKeyword.SendStoryEvent( masterRef.GetCurrentLocation(), masterRef, player, 0, 0) player.MoveTo(masterRef) Papyrus.0.log
DeepBlueFrog Posted July 10, 2019 Author Posted July 10, 2019 @Verstort Interesting. The first line is obsoleted and is telling me DEC's call for enslavement is based on old SD+ code. The line after the messagebox at the end should be: Quote masterRef.SendModEvent("PCSubEnslave") If DEC is using its own story event system to dispatch scenarios, it will have to make sure this is how it calls SD+ in the end.
Verstort Posted July 10, 2019 Posted July 10, 2019 Ah, so that method for starting SD has been deprecated, that would probably explain it.
Xhyllos Posted July 10, 2019 Posted July 10, 2019 On 3/19/2018 at 3:58 PM, Fuzzy_Fox said: Have you given him his mead? It is an actual line "Here is your mead my lord." or something like that. Make sure you have Honingbrew Mead. Give him that and then ask to be released. If you have done that and he still hasn't released you ask again to be let go and released. He should then dress you in restrictive gear and teleport you to a random location. I know it won't happen all the time and may take several attempts to get him to teleport you. The chain won't work until the end of the quest. This doesn't happen with me. I must have fucked him about 50 times, i transformed into a bimbo, i gave him his mead, and still I can't get out. The note in the bedroom triggered the objective to talk to Sanguine about the Alicias, but I've never got that option in dialogues with him. I've asked him to let me go countless times, talked to everybody, and nothing happens. He just keeps saying that "I just got here and I should enjoy myself". Well, I've been in there for 8 real time hours now. Kinda done "enjoying myself" in there. Is there anything that I'm missing or is the game just broken at this point? I really want to like this mod, but this no-progress thing is making it really hard to =/
Aerth Posted July 10, 2019 Posted July 10, 2019 So, I am in the middle of "In time of need" quest. I got to the cave, got defeated by bandits, slavery events triggers. Ok, but... owner pretty much ignores my character. No bindings other than collar, nothing. I can go and try beat him with bare fists which will trigger punishment, but other than that I can just run out of cave without any trouble. I wonder if it may be like that from time to time to allow any escape chances or something is interfering with this mod? (I have Deviously Helpless mod as well which changes how human NPCs treat tied up Player Character) Edit: just installed Deviously Enslaved mod. Will see later if it makes things more spicy :D.
Verstort Posted July 11, 2019 Posted July 11, 2019 13 hours ago, DeepBlueFrog said: @Verstort Interesting. The first line is obsoleted and is telling me DEC's call for enslavement is based on old SD+ code. The line after the messagebox at the end should be: If DEC is using its own story event system to dispatch scenarios, it will have to make sure this is how it calls SD+ in the end. Swapped the code and I get the same outcome. Same error, the master alias script tries to run waiting state and thinks the master is NONE, stops almost immediately. debugmsg(" Starting SD distance v2" , 1) ;StorageUtil.SetFormValue( Game.getPlayer() , "_SD_TempAggressor", masterRef) StorageUtil.SetIntValue(masterRef, "_SD_iPersonalityProfile", 2) ; for now lock it to perverted type Game.DisablePlayerControls() Game.ForceThirdPerson() ;libs.ApplyBoundAnim(player, libs.DDZaZAPCArmBZaDS01) PlayerMon.playRandomPlayerDDStruggle() ;Debug.SendAnimationEvent(player, "bleedOutStart") BlackFade.ApplyCrossFade(3) ;remove items ItemScript.removeDDArmbinder(player) ;armbinder and friends ; additems player.equipitem(Mods.zazHood) if player.GetWornForm(0x00010000) == NONE player.equipitem(Mods.zazBindings) endif utility.wait(3) ; stop combat, not sure this works player.StopCombatAlarm() player.StopCombat() Game.EnablePlayerControls() ; moving it earlier, because I think it might be 3d loaded ; MOST of the time, we can set this here right after the above call and player will teleport to the actor, not the other way around player.MoveTo(masterRef) ;BlackFade.Remove() Debug.MessageBox("You wake up next to your new master") ;(sdEnslavement as _SDQS_enslavement).SendStoryEvent( akLoc = masterRef.GetCurrentLocation(), akRef1 = masterRef, akRef2 = Game.GetPlayer(), aiValue1 = 0, aiValue2 = 0) ; reference ;Mods.sdEnslaveKeyword.SendStoryEvent( masterRef.GetCurrentLocation(), masterRef, player, 0, 0) masterRef.SendModEvent("PCSubEnslave") Papyrus.0.log
Fuzzy_Fox Posted July 11, 2019 Posted July 11, 2019 19 hours ago, Xhyllos said: This doesn't happen with me. I must have fucked him about 50 times, i transformed into a bimbo, i gave him his mead, and still I can't get out. The note in the bedroom triggered the objective to talk to Sanguine about the Alicias, but I've never got that option in dialogues with him. I've asked him to let me go countless times, talked to everybody, and nothing happens. He just keeps saying that "I just got here and I should enjoy myself". Well, I've been in there for 8 real time hours now. Kinda done "enjoying myself" in there. Is there anything that I'm missing or is the game just broken at this point? I really want to like this mod, but this no-progress thing is making it really hard to =/ Sounds like you wasn't enslaved to him when you arrived. If you have the settings wrong in the MCM then this can happen. Make sure the setting for the slavery is set to "None" rather than "Opposite." If you are a male when going to his realm and Sanguine is a male also with the MCM set to opposite only then you won't get enslaved by him, this is how it will bug the Dreamworld setting. Trapping you forever. Easy way out if you don't fancy a reload is to type into the console "help Whiterun" look for the listings under "cell" pick one and then type in "coc <name of the cell> (not the number) then press enter. So for example "coc WhiterunExterior01" <enter> This will teleport you out of his Dreamworld and back to Skyrim.
spartan40 Posted July 11, 2019 Posted July 11, 2019 I’m currently using this mod in my play through, but not the newest version. Can I update mid play through or do I need to start a new game?
mrkill3r Posted July 12, 2019 Posted July 12, 2019 Okey so I’m having a bit of a problem.. when startong a new game using Alternate Start- Live another life.. I’m choosing I’m a slave and pick all of the choices but as I am done a window pops up with tips to get my game running smoothly.. Usually you just hit enter but now there’s no key to hit to close it.. The game has not crashed and I can still access the console. have no clue how to close this window.. Can someone please help me??
mopsyd Posted July 12, 2019 Posted July 12, 2019 I have been recently debugging a few persistent CTD issues with this mod on Skyrim SSE and wanted to shed a bit of insight I have come across regarding sex scenes with falmers causing CTD and flowering spriggans causing CTD when within render distance. Both appear to use invalid XMPSE skeletons. I personally do not know how to adjust the skeletons myself, being pretty new to fixing mods, however I was able to isolate the actual issue in the CK for these two problems. Both appear to be invalid arm bone skeleton mappings. I solved this for the falmers by renaming the falmer folder to falmer_broken at SDPlus/meshes/actors/falmer, which forced falmer assets to fall back to the standard XMPSE skeleton. This corrected the persistent falmer related CTD's (during sex scenes and occasionally when killing them in combat). I should note that I had previously attempted to override the falmers in the load order with corrected assets from another source, which did not fix the issue. The flowering spriggans also cause persistent CTD when within render distance. The warnings in the CK indicate this is related to both an incorrect skeleton file as well as a broken face mesh. I could not figure out how to fix this, so I just use `disable` from the console from a safe distance when I see them in game, which seems to work reasonably well (crashes appear to trigger when they are closer than about 25 paces in game, depending on render settings). I've seen a number of other vague posts asking for help with one or both of these problems, but no particularly relevant solutions, so I wanted to share what I discovered. Perhaps someone more skilled than me in CK-fu can repackage these problematic assets and patch here at some point. It appears that skeleton issues are relatively pervasive with the current XMPSE skeleton build in SSE. As I haven't played the mod in Oldrim prior to this, I doubt this covers all of the issues, nor do I know if fixing these would bork Oldrim compatibility. CK turned up about 10k+ warnings and errors. There were A LOT of invalid bone mapping issues, which in theory would all trigger CTD under the right circumstances. I will post again if I discover fixes/workarounds for any other issues. Testing in game was done on a new game using alternate start, spawning problematic creatures in via console in god mode after allowing the mods to update and finish initial asset generation, in order to rule out any other theoretical conflicts as much as possible.
Adviser69 Posted July 13, 2019 Posted July 13, 2019 On 7/12/2019 at 2:24 PM, mopsyd said: I have been recently debugging a few persistent CTD issues with this mod on Skyrim SSE and wanted to shed a bit of insight I have come across regarding sex scenes with falmers causing CTD and flowering spriggans causing CTD when within render distance. Both appear to use invalid XMPSE skeletons. I personally do not know how to adjust the skeletons myself, being pretty new to fixing mods, however I was able to isolate the actual issue in the CK for these two problems. Both appear to be invalid arm bone skeleton mappings. I solved this for the falmers by renaming the falmer folder to falmer_broken at SDPlus/meshes/actors/falmer, which forced falmer assets to fall back to the standard XMPSE skeleton. This corrected the persistent falmer related CTD's (during sex scenes and occasionally when killing them in combat). I should note that I had previously attempted to override the falmers in the load order with corrected assets from another source, which did not fix the issue. The flowering spriggans also cause persistent CTD when within render distance. The warnings in the CK indicate this is related to both an incorrect skeleton file as well as a broken face mesh. I could not figure out how to fix this, so I just use `disable` from the console from a safe distance when I see them in game, which seems to work reasonably well (crashes appear to trigger when they are closer than about 25 paces in game, depending on render settings). I've seen a number of other vague posts asking for help with one or both of these problems, but no particularly relevant solutions, so I wanted to share what I discovered. Perhaps someone more skilled than me in CK-fu can repackage these problematic assets and patch here at some point. It appears that skeleton issues are relatively pervasive with the current XMPSE skeleton build in SSE. As I haven't played the mod in Oldrim prior to this, I doubt this covers all of the issues, nor do I know if fixing these would bork Oldrim compatibility. CK turned up about 10k+ warnings and errors. There were A LOT of invalid bone mapping issues, which in theory would all trigger CTD under the right circumstances. I will post again if I discover fixes/workarounds for any other issues. Testing in game was done on a new game using alternate start, spawning problematic creatures in via console in god mode after allowing the mods to update and finish initial asset generation, in order to rule out any other theoretical conflicts as much as possible. To be honest, I don't let falmer get overwritten since I use Animal SOS and More Nasty Critters, so I hadn't noticed a falmer scene CTD until you called it to my attention. As for the Flowering Spriggan, I believe part of the problem with this one is a mesh pathing error that I have only fairly recently caught. The mesh paths for the race are set as meshes/actors/sprigganhost, but the mod's BSA when I unpacked it had it as meshes/sprigganhost. I fixed this little oversight myself. But to anyone who downloads the SE version, you need to move the folder "sprigganhost" from meshes to meshes/actors. The Flowering Spriggan is an interesting one though, as while it has 2 actor entries, it seems to function as a singular entity. The SE variant of the XPMS skeleton does work with it of course, once all the pieces are actually in their proper paths (I feel like a numbskull with this one).
Nymra Posted July 15, 2019 Posted July 15, 2019 I m using Simple Slavery and make it send me to SD+. But I just appear next to a random NPC and then... nothing. Even when I open console it takes ages until the enslavement starts and very often nothing happens at all even after minutes. Also, the SD+ MCM "forgets" some of the adjusments I make. I have to make them 2-3 times until they all stick o_O Never had a similar issue,... Was anything changed towards the Simple Slavery compatibility?
MyNameIsnt Posted July 15, 2019 Posted July 15, 2019 For some reason, SD+ works fine for the first few days of enslavement. After about 2 days, every sex animation counts as the PC raping her owner, despite the owner still being the one on top. Has anyone else had this issue?
R4ThM0R3 Posted July 15, 2019 Posted July 15, 2019 Hello just reporting a few issues: CTD when entering Dreamworld, just hear some water running and CTD CTD when encontering a Flowering Spriggan, my game loads the NPC, she fights normally but when she gets too close to the PC the game crashes Off topic: Does anyone know how to disable the "tripping on your heels" animation? My game simply doesn't like it (CTD) I know it is an effect and animation from DD or maybe Zaz but I can´t find the effect on SSEdit of those mods, if anyone could tell me it would be great
Nymra Posted July 15, 2019 Posted July 15, 2019 39 minutes ago, R4ThM0R3 said: Hello just reporting a few issues: CTD when entering Dreamworld, just hear some water running and CTD CTD when encontering a Flowering Spriggan, my game loads the NPC, she fights normally but when she gets too close to the PC the game crashes Off topic: Does anyone know how to disable the "tripping on your heels" animation? My game simply doesn't like it (CTD) I know it is an effect and animation from DD or maybe Zaz but I can´t find the effect on SSEdit of those mods, if anyone could tell me it would be great you can set the chance of tripping on heals in the DD MCM. Should be possible to set it to zero.
Adviser69 Posted July 16, 2019 Posted July 16, 2019 On 7/15/2019 at 1:10 PM, R4ThM0R3 said: Hello just reporting a few issues: CTD when entering Dreamworld, just hear some water running and CTD CTD when encontering a Flowering Spriggan, my game loads the NPC, she fights normally but when she gets too close to the PC the game crashes ...do people even read any of the previous posts before reporting a problem over and over again? ? I'm going to assume you're using SE. As I have stated before, repeatedly, YOU HAVE TO REFRESH THE FACEGEN IN CREATION KIT AND HAVE YOUR DD HOTFIX UP TO DATE TO STOP THE CRASHING ON DREAMWORLD AND FLOWERING SPRIGGANS. Don't see this as a reflection on you, it's just being told this constantly in this manner, with no additional details, gets really grating on the nerves, especially when people don't take the time to browse previous posts before making their own. For some reason redoing facegen on my CK was borked. I've since been able to refresh my CK installation, but I haven't had the time to go back and release an update for the SE version that fixes these bugs yet. So please, just open up CK, select the actors added by SD+, use Ctrl+F4 to export facegen, and resave then re-save the plugin. Yes, you will get a bunch of warnings when opening up the plugin and doing this, and yes, you can ignore them. Also make sure you have the DD Hotfix for the chains as well.
spartan40 Posted July 16, 2019 Posted July 16, 2019 I understand the frustration of repeating yourself, I really do, but I think it might be a good idea to have a FAQ / troubleshooting sections of this mod that people can go to look for answers to questions or common troubles they’re having. The current FAQ is kind of out of date. Asking someone to Read through over 600 forum pages is not realistic. I had to hunt through hundreds of posts to get the answers I seek. I generally do rather well reading and searching, but the search features on LL leave a lot to be desired. Maybe if the forum search feature worked more effectively it would mitigate these redundant “problem posts”? Not a criticism, just an observation from someone whose combed through hundreds if not thousands of posts on this forum and one who doesn’t post that often. Cheers!
Adviser69 Posted July 16, 2019 Posted July 16, 2019 1 hour ago, spartan40 said: I understand the frustration of repeating yourself, I really do, but I think it might be a good idea to have a FAQ / troubleshooting sections of this mod that people can go to look for answers to questions or common troubles they’re having. The current FAQ is kind of out of date. Asking someone to Read through over 600 forum pages is not realistic. I had to hunt through hundreds of posts to get the answers I seek. I generally do rather well reading and searching, but the search features on LL leave a lot to be desired. Maybe if the forum search feature worked more effectively it would mitigate these redundant “problem posts”? Not a criticism, just an observation from someone whose combed through hundreds if not thousands of posts on this forum and one who doesn’t post that often. Cheers! Mmm, I wish I could. But DeepBlueFrog has edit control of this thread, as it is his mod. I just maintain the SE conversions of it. Shouldn't be a problem too much longer though, when I can get some free time. I've been retesting a fresh conversion bit by bit, so hopefully if it clears on my current game, I can give Deep the update to post. 1
The Dragonwhore Posted July 17, 2019 Posted July 17, 2019 Hey, im using the SE version, i have it linked through simple slavery and all that stuff works fine, so does the spriggan stuff, but when i sleep in front of the sanguine shrine, it loads for a few seconds then CTDs, is this a problem with the mod itself or is it a compatibility issue? i ask this because everything else works fine, and usually when its a compatibility thing, it breaks the whole mods for me
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