circ Posted August 11, 2014 Posted August 11, 2014 I've only gotten screwed once so far. It's at 10% but arousal apparently takes precedence and debug message says it's around 5-7% chance. Probably looted hundreds of containers, you'd think even with that low a chance you'd get something. That one time I got something was probably with arousal in the 30's or so. I do get keys a lot though, and the chance is like 1%. Anyway, since I haven't done much testing I'm wondering if it always gives the same message every time. I can understand said message when your arousal is in the 80's and over, but I'd think a message about a telekinetic trap or dark magic jujumagumbo whatever would make sense when it's lower. Also not sure if it's possible, but could the bigger items drop in bigger containers like chests? I got a chastity belt from a burial urn, and I don't think that's supposed to fit in there.
Kimy Posted August 11, 2014 Author Posted August 11, 2014 Adding a pool of different messages is somewhere on my to-do list. It will eventually happen. About matching the size of the item to the size of the containers...it would certainly be -possible-. I already rule out really small containers like pouches and small sacks for exactly that reason. I guess I could rule out burial urns as well. But in the end, only bras and belts are maybe a tad unrealistic to be found in smaller containers (actually, real life chastity bras aren't all that massive, the ones in the game are pretty huge, though). So, not sure if I want to write code to deal with that. Perhaps I will exclude burial urns if people are unhappy with that.
circ Posted August 11, 2014 Posted August 11, 2014 Got some gear again. Anyway, a question and possibly two bug reports. I didn't bother unlocking everything and then a few minutes later got kitted up again, but didn't wear any of my removed equipment. Considering the message atleast for now says how I can't help myself, I'd think I'd also wear the old stuff if applicable. I don't know. I also (auto) wore a harness with a separate collar already on, or maybe the harness came first not sure. Thought those two couldn't be worn together? Then later I got jumped by something courtesy of Aroused Creatures - still wearing the harness. Now from what I remember, the party wearing the harness or chastity belt can't get off and their arousal stays the same. Not sure it's this mod, could be Arousal acting up again, but my arousal got zeroed along with the assailants.
SleepyJim Posted August 11, 2014 Posted August 11, 2014 Got some gear again. Anyway, a question and possibly two bug reports. I didn't bother unlocking everything and then a few minutes later got kitted up again, but didn't wear any of my removed equipment. Considering the message atleast for now says how I can't help myself, I'd think I'd also wear the old stuff if applicable. I don't know. I also (auto) wore a harness with a separate collar already on, or maybe the harness came first not sure. Thought those two couldn't be worn together? Then later I got jumped by something courtesy of Aroused Creatures - still wearing the harness. Now from what I remember, the party wearing the harness or chastity belt can't get off and their arousal stays the same. Not sure it's this mod, could be Arousal acting up again, but my arousal got zeroed along with the assailants. There are harnesses in the DD expansion that don't behave like the main one from DDi. I think they're called Slave Harness, Locking Slave Harness and Custom Slave Harness. Some (possibly all) of them don't function as collars/belts, so can be worn with them and don't hold plugs in, and they don't block sex or orgasm on their own.
Kimy Posted August 11, 2014 Author Posted August 11, 2014 Got some gear again. Anyway, a question and possibly two bug reports. I didn't bother unlocking everything and then a few minutes later got kitted up again, but didn't wear any of my removed equipment. Considering the message atleast for now says how I can't help myself, I'd think I'd also wear the old stuff if applicable. I don't know. Yeah, I think that ties into a feature of DD I wasn't aware when I wrote the code - when you call the function that equips an item on you (e.g. ball gag), it first checks if you already have that item and equips that on you if you do. This obviously makes no sense in a situation where you're supposed to -find- the item in a container. I consider that a bug and I already fixed that for the next update - you will always be equipped with a fresh batch of DD items, then (except you disable it, for I will add a toggle for that - not everyone wants to collect warehouses full of bondage gear) About the harness - what SleepyJim said. This mod only uses the Custom Slave Harness and Locked Slave Harness item from DD Expansion, those don't function as a chastity belt.
Kimy Posted August 12, 2014 Author Posted August 12, 2014 Version 1.3 - Fixed: Potential issues with improperly equipped items.- Fixed: Harnesses now respect the "Use Expansion Pack items" setting.- Fixed: Sanitized location checks to deal with areas having no location type set at all (thanks to Srende for contributing the fix for this!)- Fixed: Already looted chests should be remembered properly now.- Fixed: Cursed loot will no longer use items from your own inventory because...well...you're supposed to have -found- them in those containers.- Added: Toggle for above fix because some people actually don't want to accumulate entire warehouses of bondage gear in their inventory.- Added: Slider for minimum number of items to be equipped. A number of DD items between the minimum and maximum number specified is chosen randomly. If you don't want this to be random (e.g. keep it the way it is), set minimum and maximum value to the same number.- Added: New text generating system to make the descriptive text when encountering cursed loot more interesting. This feature will likely be expanded and refined over time.
Gameplayer Posted August 12, 2014 Posted August 12, 2014 Thank you Kimmy, For implementing random number of devices!
Guest Posted August 13, 2014 Posted August 13, 2014 I use better vampires mod and when I feed it will equip items as if i was looting the body.
Kimy Posted August 13, 2014 Author Posted August 13, 2014 I use better vampires mod and when I feed it will equip items as if i was looting the body. Yes, like with the werewolves, the function would be unable to tell apart feeding from looting a dead body. If the game considers a body to be 'dead', cursed loot might occur.
circ Posted August 13, 2014 Posted August 13, 2014 I use better vampires mod and when I feed it will equip items as if i was looting the body. Yes, like with the werewolves, the function would be unable to tell apart feeding from looting a dead body. If the game considers a body to be 'dead', cursed loot might occur. I guess it's hard to implement conditions for when feeding script is triggered for vampires or werewolves and disabling CL scripts for a sec? I wouldn't know just wondering.
Kimy Posted August 13, 2014 Author Posted August 13, 2014 I use better vampires mod and when I feed it will equip items as if i was looting the body. Yes, like with the werewolves, the function would be unable to tell apart feeding from looting a dead body. If the game considers a body to be 'dead', cursed loot might occur. I guess it's hard to implement conditions for when feeding script is triggered for vampires or werewolves and disabling CL scripts for a sec? I wouldn't know just wondering. I...don't know. I have to admit that I have no idea about werewolf and vampire gameplay. If I had, I might have a clue how to solve this, but I never got there. Most of the time, whenever one of my characters is in any danger of becoming high leveled, I discover that awesome new mod that breaks my save game and makes me start a new one. That or maybe I should play the game more instead of staring at Papyrus code. *giggles* Ok, seriously, if people think it's a problem I can have a look at it, but I'd need to know how the code actually should behave in the first place. Not triggering from werewolves and vampires at all?
Guest Posted August 13, 2014 Posted August 13, 2014 I use better vampires mod and when I feed it will equip items as if i was looting the body. Yes, like with the werewolves, the function would be unable to tell apart feeding from looting a dead body. If the game considers a body to be 'dead', cursed loot might occur. I guess it's hard to implement conditions for when feeding script is triggered for vampires or werewolves and disabling CL scripts for a sec? I wouldn't know just wondering. I...don't know. I have to admit that I have no idea about werewolf and vampire gameplay. If I had, I might have a clue how to solve this, but I never got there. Most of the time, whenever one of my characters is in any danger of becoming high leveled, I discover that awesome new mod that breaks my save game and makes me start a new one. That or maybe I should play the game more instead of staring at Papyrus code. *giggles* Ok, seriously, if people think it's a problem I can have a look at it, but I'd need to know how the code actually should behave in the first place. Not triggering from werewolves and vampires at all? It only becomes a problem sometimes as when I am trying to turn someone into a vampire to help me out with a fight i'll get gagged and then I am screwed lol
Ashra XIII Posted August 13, 2014 Posted August 13, 2014 Hehe I dunno, having it trigger from vampire feeding doesn't sound *totally* wrong. I mean, if you're a vampire and you feed off a victim with these cursed devices, she's probably all submissive feeling so that transfers in the feeding, causing you to relieve her of her devices and put them on! Ok that might just be my own personal feelings.
circ Posted August 13, 2014 Posted August 13, 2014 Wasn't even aware that feeding could transfer devices to the PC. It's not a problem for vampire players but I'm not sure how it's going to interact with werewolves. I guess Namira's ring will work the same way too?
Storms of Superior Posted August 13, 2014 Posted August 13, 2014 In this version, a problem is persisting that I reported while using the last version; the debug message says it's equipping things like chastity belts and bras, but the only things I've seen actually equipped in this version are gags and armbinders. The rest (excluding blindfolds; I don't play with them because of eyestrain) don't so much as show up in the inventory, much less show up on my PCs body. Too bad. I would like to see this work properly. Load order incoming. Skyrim.esmCRC: C665FD56Update.esmCRC: 1FDAB215Add: Delev, RelevUnofficial Skyrim Patch.espCRC: 4A395AFAVersion: 2.0.5aAdd: Delev, Names, Relev, StatsDawnguard.esmCRC: F5EEC0BDAdd: Delev, RelevUnofficial Dawnguard Patch.espCRC: 4FC896F3Version: 2.0.4Add: Delev, Names, Relev, StatsHearthFires.esmCRC: F4DDC851Unofficial Hearthfire Patch.espCRC: 77F63482Version: 2.0.4Add: NamesDragonborn.esmCRC: 28638040Unofficial Dragonborn Patch.espCRC: 8B14CDEDVersion: 2.0.4aAdd: Delevfox_shop.esmCRC: 112E21E3OblivionHairPackAIO.esmCRC: BC9E18D8Version: 2.SexLab.esmCRC: 2325467EVersion: 1.58bBeeingFemale.esmCRC: 79DD9C6FVersion: 0.3.19bClimatesOfTamriel.esmCRC: 918881A7Version: 3.1Devious Devices - Assets.esmCRC: 36BD21C0Version: 2.7.5RaceCompatibility.esmCRC: 1E8C087FVersion: 1.60aSexLabAroused.esmCRC: B6F3D900hdtHighHeel.esmCRC: 95D50087Schlongs of Skyrim - Core.esmCRC: 22F6680EVersion: 2.05.021ZaZAnimationPack.esmCRC: 7F178D45daymoyl.esmCRC: DEBA9608Devious Devices - Integration.esmCRC: 9A5D93D1Devious Devices - Expansion.esmCRC: D01948CFHighResTexturePack01.espCRC: D596F02AHighResTexturePack02.espCRC: D596F02AHighResTexturePack03.espCRC: D596F02AClimatesOfTamriel-Nights-Level-7.espCRC: 1B863011Version: 3.1InigoPerkPointGiver.espCRC: 380A0FF4ImmersiveFP.espCRC: AA264FCDAmazingFollowerTweaks.espCRC: D6C72A3CDD_restrained.espCRC: 5E07BF0BClimatesOfTamriel-Dungeons-Hardcore.espCRC: AE6881C4Version: 3.1-DibellanDefender.espCRC: 70A3CDB6ClimatesOfTamriel-Interiors-Warm.espCRC: B61E85AEVersion: 3.1-dD - Realistic Ragdoll Force - Realistic.espCRC: 910FBBF3•Note: Ragdolls will conflict with other mods that change the skeleton.nif. Check Custom Skeleton Replacers for compatibly with other skeleton.nif.Deviously Cursed Loot.espCRC: B6251675SexLab Brawling Rape.espCRC: 50D47BBDClean Invisibility Effects plus Eyes Fix.espCRC: 6DF58CC8Brawl Bugs CE.espCRC: D284ACFSexLab Submit.espCRC: 93838121Magicka Sabers.espCRC: FA2C90EERaceMenuPlugin.espCRC: 8A8A009F•Note: RaceMenuPlugin is optional and provides support to alter Height, Breast, Glute and Biceps. If you experience issues with it, disable RaceMenuPlugin.esp and inform the author.Elewin Combat Voice.espCRC: 81681452BeeingFemaleBasicAddOn.espCRC: FDD4EB97RaceMenu.espCRC: 2765B7D0Schlongs of Skyrim.espCRC: 50792AA0Version: 2.05.032SexCrime.espCRC: CA168ABDSexLabNudeCreatures.espCRC: 7B7EC78CSexLabNudeCreaturesDG.espCRC: C3172696Skyrim Immersive Creatures.espCRC: F68C9890Version: v6.5.2aAdd: Delev, RelevsanguinesDebauchery.espCRC: 99A1A754Monli.espCRC: FFC68857Devious Deviants.espCRC: F0B3A3DFScopedBows.espCRC: 17D3FFBDSkyrim Immersive Creatures - DLC2.espCRC: 37A6F2FAVersion: v6.5.2aAdd: Delev, RelevSexLabNudeCreaturesDB.espCRC: E6E38B24SkyUI.espCRC: 9330CAF7Version: 4.1SlaveTats.espCRC: A6595946SOS - Shop.espCRC: B3286506BFT Ships and Carriages.espCRC: E6FE4F05Captured Dreams.espCRC: 7046BF6Dsextoys-calyps-2.espCRC: F9D67782xazPrisonOverhaul.espCRC: AF536404zMirai.espCRC: E2CC48D5SOS - VectorPlexus Muscular Addon.espCRC: 5773F4FETradersChestHomes.espCRC: A5033931MyChest_3.0.espCRC: D119CAADBackYardCrafting_1.0.espCRC: 7FB720EESofiaFollower.espCRC: 115E875ADibellasRecruit.espCRC: 6AF8EF14Devious Cidhna.espCRC: 25704909Version: 1.2FoxMerged.espCRC: C14A0E96OpenSkiesTradingPost.espCRC: 56157276Linked Home Chests.espCRC: E5F8C0EFVersion: 1.0.0MF_RadiantProstitution.espCRC: 5899D711SereneShoresCustomWorldspace.espCRC: 495422F5Werewolves.espCRC: 75852593Alternate Start - Live Another Life.espCRC: 99F19EBAVersion: 2.3.7 Good news: the plugs are working, but no belt = plugs fall out.
WaterRabbit Posted August 13, 2014 Posted August 13, 2014 If you are a werewolf you must turn off getting cursed items from feeding on bodies or you can get totally screwed. Items get out of synch and cannot be removed even with the console. I tried multiple things to remove items and eventually have to revert to a previous save and turn off getting curse while looting. BTW: Thanks for putting the date in the topic. I don't know why so many others don't as it really helps keep track of when a new version is uploaded.
redlove108 Posted August 13, 2014 Posted August 13, 2014 It only becomes a problem sometimes as when I am trying to turn someone into a vampire to help me out with a fight i'll get gagged and then I am screwed lol I don't know why but that sounds so adorable to have happened. I know it's a bug but it almost feels like a feature.
SleepyJim Posted August 13, 2014 Posted August 13, 2014 I've not had it happen to me yet, but I like that feeding on a body could land you in trouble. That's the point of the mod really, isn't it? To plunge you into a tricky (but fun) situation. I can see how it would make a real mess of werewolves, but for vampires I like it.
azzura Posted August 13, 2014 Posted August 13, 2014 The only minor quibble I have is the latest version seems to require HDT (to equip the shoes) but the previous version didn't. BTW- I kind of like the way it works with btter vampires. I set my vampire(s) to only 2 stages (so shes constantly hungry) and press my luck. Gags don't interfer with feeding either.
Kimy Posted August 13, 2014 Author Posted August 13, 2014 It only becomes a problem sometimes as when I am trying to turn someone into a vampire to help me out with a fight i'll get gagged and then I am screwed lol I don't know why but that sounds so adorable to have happened. I know it's a bug but it almost feels like a feature. It's not technically a bug, as the code is doing exactly what it's designed to do. The question rather is if what it does is what we want. Tbh, being the meanie I am...getting tied up with cursed loot when trying to feed sounds like correct behavior to me. You would have to be even closer to the dead body for feeding than looting, so it makes complete sense to trigger the cursed loot in that situation. If it's not completely game-breaking (that would indeed be unwanted), I'd lean towards keeping it the way it is. I might do something about the werewolves, though. If I understand it right, getting equipped with DD items while being a werewolf has undesirable side-effects? The only minor quibble I have is the latest version seems to require HDT (to equip the shoes) but the previous version didn't. BTW- I kind of like the way it works with btter vampires. I set my vampire(s) to only 2 stages (so shes constantly hungry) and press my luck. Gags don't interfer with feeding either. The boots get only equipped if you have DD Expansion installed (which in turn requires HDT HH) and enabled in MCM. The mod should work just fine without it. There is no hard dependency on DD Expansion, at least not yet.
Slorm Posted August 13, 2014 Posted August 13, 2014 Can I suggest moving Urns away from everyday containers to chests, as they contain loot rather than day to day stuff, so it would seem reasonable they would have a chance of being trapped as well. I'm thinking of all those small burial urns that look so inviting to put an arm in
Kimy Posted August 13, 2014 Author Posted August 13, 2014 Can I suggest moving Urns away from everyday containers to chests, as they contain loot rather than day to day stuff, so it would seem reasonable they would have a chance of being trapped as well. Both types of urns? (as in burial urns and regular urns?)
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