bahamut2119 Posted October 10, 2015 Posted October 10, 2015 Im gonna test it in a sec just noticed this as i was doing my 2nd load for a new character. Ill let ya know if it picks po up in 2 min. Edit: appears to be good and btw should mention i haven't had a problem with it starting every load since 10.0.1 good job getting it working again.
Verstort Posted October 10, 2015 Posted October 10, 2015 Im gonna test it in a sec just noticed this as i was doing my 2nd load for a new character. Ill let ya know if it picks po up in 2 min. Edit: appears to be good and btw should mention i haven't had a problem with it starting every load since 10.0.1 good job getting it working again. Haven't played, but have installed 10.0.2 or three cleaned saves with different characters without the wolfclub scripts and the mcm showed up immediately in all three. It showed up in the console in all three. With a little luck, will play this weekend. Good to hear wolfclub is working fine, but keep an eye out for Prison overhual bugging out again. Hopefully, it works and only leaves you an odd half error rather than not working at all. Oddly enough, I got a suspended stack dump last playthrough, but none of the frames were CRDE functions, but keep an eye out for those too Edit: anyone know how to extract a marker from a cell and move the player to it in papyrus? There doesn't seem to be an idlemarker object type for papyrus... Edit 2: Simple slavery sure has changed.... No more cage and audience, just me and randal in a room together, and an unowned chest
bahamut2119 Posted October 10, 2015 Posted October 10, 2015 Nm did not start on this load at all...... I know it was starting at least more frequently though I did a shit ton of popping in and outta game making new characters to test armor conversions i was doing or loading test characters.
Verstort Posted October 10, 2015 Posted October 10, 2015 Nm did not start on this load at all...... I know it was starting at least more frequently though I did a shit ton of popping in and outta game making new characters to test armor conversions i was doing or loading test characters. NM?
bahamut2119 Posted October 10, 2015 Posted October 10, 2015 Never mind as in the mod didnt startup on my last loadup thought i saw it starting every time recently.
Verstort Posted October 11, 2015 Posted October 11, 2015 Haven't tried the new SD+ yet, let me know if you guys run into any problems. Anyone else having issues with the mod starting (wolfclub issue I presume) like bahamut? Can I assume the POx issue hasn't shown up for you guys yet or are all of you running into the same issue as bahamut preventing you from testing it? Edit: 10.1 was released lower down the page
Monoman1 Posted October 11, 2015 Posted October 11, 2015 Wont be able to try out the new version until next week sometime
bahamut2119 Posted October 11, 2015 Posted October 11, 2015 Just so you know i havent actully tried to test much most of my time for the past week has been devoted to learning outfit studio last night was the first time ive played in a week i plan on playing again soon though im at 16/20 items im converting to uunp bodyslide today. I quit work after they've been nothing but a pita but I love the outfit so i'm gonna do it.
pihwht Posted October 11, 2015 Posted October 11, 2015 Haven't tried the new SD+ yet, let me know if you guys run into any problems. Anyone else having issues with the mod starting (wolfclub issue I presume) like bahamut? Can I assume the POx issue hasn't shown up for you guys yet or are all of you running into the same issue as bahamut preventing you from testing it? for me 10.0.2 has started up and fifteen or so times this afternoon as I was having a crash problem with another mod(s). I don't know anything but that the mcm started and the mod wrote to the console, since I did not play: just made adjustments trying to get into blackreach, but without wolfclub the mcm worked and the crde traveled to the console. As soon as I opened my mouth, it quit working. Adding wolf and maria made no difference, and I couldn't get a save to work without DE. Since the objection was related to SD+, it possible has something to do with the new edition being installed on an old game. I deleted the crde scripts in the save and it happily started and ran sans wolf and maria. Next time it happens, I'll grab a log even if it is enormous. Now it is once again running reliably. It will keep doing so, because I will keep my mouth shut.
jfraser Posted October 11, 2015 Posted October 11, 2015 Edit 2: Simple slavery sure has changed.... No more cage and audience, just me and randal in a room together, and an unowned chest That is the beginning of the default scenario if you don't have anything checked in the mcm. Except turns out I'm inept at world building, so that part is very unfinished.
Verstort Posted October 11, 2015 Posted October 11, 2015 Edit 2: Simple slavery sure has changed.... No more cage and audience, just me and randal in a room together, and an unowned chest That is the beginning of the default scenario if you don't have anything checked in the mcm. Except turns out I'm inept at world building, so that part is very unfinished. Oh I thought it was the first cell you made and forgot you left it in or something.
jfraser Posted October 11, 2015 Posted October 11, 2015 Edit 2: Simple slavery sure has changed.... No more cage and audience, just me and randal in a room together, and an unowned chest That is the beginning of the default scenario if you don't have anything checked in the mcm. Except turns out I'm inept at world building, so that part is very unfinished. Oh I thought it was the first cell you made and forgot you left it in or something. No, the first thing I made was a cage near Riften. The cell you ended up in is very new. The idea was to have the player hanging in chains, but I haven't been able to get anything Zaz related to work, so the chains part never happened.
simplefries Posted October 11, 2015 Posted October 11, 2015 Does anyone know how the game detects if you're wearing a wizard robe from the college? I haven't found the dialogue in CK, but I want to use the same detection as a weapon protection (if the player is wearing a wizard robe, should be considered as dangerous as a sword in my opinion, since EVERYONE in skyrim knows about those robes) The quest for this is WICommentCollegeRobes. It checks for items in the FormList WICommentCollegeRobesList. In vanilla, this is bugged so you need to have Unofficial Skyrim Patch loaded for this list to contain any useful entries.
Verstort Posted October 11, 2015 Posted October 11, 2015 Does anyone know how the game detects if you're wearing a wizard robe from the college? I haven't found the dialogue in CK, but I want to use the same detection as a weapon protection (if the player is wearing a wizard robe, should be considered as dangerous as a sword in my opinion, since EVERYONE in skyrim knows about those robes) The quest for this is WICommentCollegeRobes. It checks for items in the FormList WICommentCollegeRobesList. In vanilla, this is bugged so you need to have Unofficial Skyrim Patch loaded for this list to contain any useful entries. WICommentCollegeRobes.png Well that explains where there were only 3 items in there, but it doesn't help me unless I have a way to use it. GetEquipped() and hasform() don't seem to use the same compare format, when I tested: WICommentCollegeRobesList.hasform(player.GetWornForm(0x00000003) as Armor) I got false negatives for all cases, so I can't use it for templates it seems. I either need a way to get a refrence to the template from the player armor, find a way to call GetEquipped from papyrus, or implement a different system. I'm not making a new quest with the sole purpose of detecting if the robes are being worn, like what they did, too much work for a lesser feature. Edit: Haven't released a fix for SS yet because it looks like the new SD+ doesn't work with my old code, so I need to fix that too, need to figure out why SLUTS enslavement event isn't working otherwise that could be added to DE, and slaverun reloaded is coming out with a proper slavery hook I need to put in. Or... nvm, SD is still working fine when I tested again, weird.
simplefries Posted October 12, 2015 Posted October 12, 2015 Does anyone know how the game detects if you're wearing a wizard robe from the college? I haven't found the dialogue in CK, but I want to use the same detection as a weapon protection (if the player is wearing a wizard robe, should be considered as dangerous as a sword in my opinion, since EVERYONE in skyrim knows about those robes) The quest for this is WICommentCollegeRobes. It checks for items in the FormList WICommentCollegeRobesList. In vanilla, this is bugged so you need to have Unofficial Skyrim Patch loaded for this list to contain any useful entries. WICommentCollegeRobes.png Well that explains where there were only 3 items in there, but it doesn't help me unless I have a way to use it. GetEquipped() and hasform() don't seem to use the same compare format, when I tested: WICommentCollegeRobesList.hasform(player.GetWornForm(0x00000003) as Armor) I got false negatives for all cases, so I can't use it for templates it seems. You have the wrong slot mask there. Body slot is 0x00000004. As an example, attached is a test mod which shows off the detection. Instructions for use: Use the console to add a MiscItem called "Testing 8ball". Activate it once to get some Novice Robes of Alteration. Put them on, and activate again to see the detection message. The key bit of detection is this: Form wornForm = akActor.getWornForm(0x00000004) if WICommentCollegeRobesList.hasForm(wornForm) Debug.MessageBox("Fancy robes. You a wizard or something?") ... endif formlist-test.zip
Verstort Posted October 12, 2015 Posted October 12, 2015 Does anyone know how the game detects if you're wearing a wizard robe from the college? I haven't found the dialogue in CK, but I want to use the same detection as a weapon protection (if the player is wearing a wizard robe, should be considered as dangerous as a sword in my opinion, since EVERYONE in skyrim knows about those robes) The quest for this is WICommentCollegeRobes. It checks for items in the FormList WICommentCollegeRobesList. In vanilla, this is bugged so you need to have Unofficial Skyrim Patch loaded for this list to contain any useful entries. WICommentCollegeRobes.png Well that explains where there were only 3 items in there, but it doesn't help me unless I have a way to use it. GetEquipped() and hasform() don't seem to use the same compare format, when I tested: WICommentCollegeRobesList.hasform(player.GetWornForm(0x00000003) as Armor) I got false negatives for all cases, so I can't use it for templates it seems. You have the wrong slot mask there. Body slot is 0x00000004. As an example, attached is a test mod which shows off the detection. Instructions for use: Use the console to add a MiscItem called "Testing 8ball". Activate it once to get some Novice Robes of Alteration. Put them on, and activate again to see the detection message. The key bit of detection is this: Form wornForm = akActor.getWornForm(0x00000004) if WICommentCollegeRobesList.hasForm(wornForm) Debug.MessageBox("Fancy robes. You a wizard or something?") ... endif Go figure, I completely forgot to double check the slot was correct.... and I didn't think the form would match the generic, but that makes more sense given the name of the function. Thank you for walking me through my mistakes, on to testing ...
Verstort Posted October 13, 2015 Posted October 13, 2015 Unofficial version 10.1 Changes since 10.0.1 (some of this was already in 10.0.2): Added SexlabForbid keyword to keywords that stop approach (never came up before now is my excuse, only learned of it recently) Added zbfSlaverFaction to slaver factions that are checked for (forgot to fully implement) Added valtheim keep chief and the treasury guy from markarth to distant SD masters list Added Wizard robes detection, counts as holding a weapon (currently only the same robes that trigger dialogue, I'll add the rest later) Fixed POx detection (no feedback from users, assumed fixed) Fixed wolfclub type bug (assumed fixed) Fixed Simple slavery integration, should now work with all known past versions with/without DA Increased time it takes before DE starts, in the vain hope it might prevent the former bug Edit: forgot, fixed panel gag to NOT count as chastity (since panel is an open gag) SLUTS detection is still not finished, and bugged, you shouldn't get approached for enslavement while hauling a cart but if you do, turn DE off or turn enslave chance to 0% until you're done with that part of the quest. Those of you who do have SLUTS, do me a favor and turn on the Debug:SLUTS test button and see if it enslaves the player, I'm told this function is supposed to be working for other users who use SS but it doesn't work for me, don't know if it's my buggy skyrim install or if other users aren't getting anything from it. Test buttons need time to work outside of the menu, you know they are done working if the button has turned itself off. Everything else I was holding out for is moving too slow, might as well push these changes now. I haven't tested the new SD in detail, but it looks like it's working fine, let me know if you notice any bugs. Deviously Enslaved Unofficial(v10.1 full).7z 1
Morferous Posted October 13, 2015 Posted October 13, 2015 I have not really been around to comment for a while, but I wanted you to know that I am still around and testing your releases.Didn't want this thread to go too quiet. I will test the new release with SLUTS today.
qwertyd456 Posted October 14, 2015 Posted October 14, 2015 Sorry for silly noob question, but what are the steps to see DE in action? I've tried to install the latest version of DE (10.1), and it shows in MCM, but I cannot see any effects of it :-( (even with Yoke and Vulnerability set to 1, nothing happens when I'm roaming in nude through Whiterun for many game hours; sex also doesn't seem to add Devices even when I set chance in MCM to 100%). Can somebody tell what are the DE requirements, what are the unusual things to be done during install (if any), and what shall I do to see its effect?
Verstort Posted October 14, 2015 Posted October 14, 2015 Sorry for silly noob question, but what are the steps to see DE in action? I've tried to install the latest version of DE (10.1), and it shows in MCM, but I cannot see any effects of it :-( (even with Yoke and Vulnerability set to 1, nothing happens when I'm roaming in nude through Whiterun for many game hours; sex also doesn't seem to add Devices even when I set chance in MCM to 100%). Can somebody tell what are the DE requirements, what are the unusual things to be done during install (if any), and what shall I do to see its effect? If you open console (~) and don't see anything being posted there by CRDE (debug and debug console must be turned on in MCM, which they are default) then the mod might be broken for you, post a log. If you see output in the console, maybe something else is causing issues. If you see a lot of "NPC arousal is too low -2/X" that's a bug with sexlab arousal redux, which isn't setting a default arousal for NPCs very quickly and DE isn't forcing it to start by calling the function, using the faction instead (faster). You can set the approach % lower, and turn arousal down to -2 for now, but It's on my list of things to fix. Edit: I should point out you can force SAR to init arousal for any NPC by pointing the cursor at them and hitting "N" which is the default arousal lookup keybinding, should tell you their arousal and your arousal (after initializing them as well)
Monoman1 Posted October 14, 2015 Posted October 14, 2015 So I've had a chance to check out the new version. First impressions are very good No sign of the PO error. No lingering suspended stacks. And the mod seems to be more robust for me. The issue I was having with DE not always starting only happened once (that I noticed and hopefully that was a fluke) I've not been able to test the mage robes feature yet.
Verstort Posted October 15, 2015 Posted October 15, 2015 Sorry for silly noob question, but what are the steps to see DE in action? I've tried to install the latest version of DE (10.1), and it shows in MCM, but I cannot see any effects of it :-( (even with Yoke and Vulnerability set to 1, nothing happens when I'm roaming in nude through Whiterun for many game hours; sex also doesn't seem to add Devices even when I set chance in MCM to 100%). Can somebody tell what are the DE requirements, what are the unusual things to be done during install (if any), and what shall I do to see its effect? If you open console (~) and don't see anything being posted there by CRDE (debug and debug console must be turned on in MCM, which they are default) then the mod might be broken for you, post a log. If you see output in the console, maybe something else is causing issues. If you see a lot of "NPC arousal is too low -2/X" that's a bug with sexlab arousal redux, which isn't setting a default arousal for NPCs very quickly and DE isn't forcing it to start by calling the function, using the faction instead (faster). You can set the approach % lower, and turn arousal down to -2 for now, but It's on my list of things to fix. Edit: I should point out you can force SAR to init arousal for any NPC by pointing the cursor at them and hitting "N" which is the default arousal lookup keybinding, should tell you their arousal and your arousal (after initializing them as well) Actually, looks like this a universal issue, DE isn't seeing nearby NPCs for me after I tested some new changes, could have been in 10.1 all along. It would have had to start in the last 2-3 changes I made, since I tested 10.1 a million times making sure SD was working correctly, and simple slavery. Will release hotfix when I can find the reason for this bug. Jumped to conclusions, 10.1 is working, changes I made after that are broken, my old advise stands.
Flashwitt Posted October 15, 2015 Posted October 15, 2015 First- thank you SO MUCH for this mod! It, combined with Cursed Loot, was exactly what I was looking for! That said, I installed it this afternoon, (along with Cursed Loot & the Pet Collar,) and... I've had some strange results. First- when I'm attacked, my attacker(s) often drop into a cower-crouch, and scream things like "Mercy!" "ENOUGH!" and "I cannot best you!" -right before stripping and fucking me silly. XD It's not game-breaking, but it's more than a little distracting. Also, the armbinder conflict rears it's head, since I've got a pile of mods which all use various combinations of shackles, bonds, and sleeves. In this case, it was the yoke vs bound-arms that produced a positively ridiculous (and rhythmic!) flapping motion. I expected my toon to burst in cackles of clucking any moment! While it was worthy of a serious laugh, it too was very distracting. Here's my load order. Don't judge me dammit. XD Skyrim.esm=1Update.esm=1Unofficial Skyrim Patch.esp=1Dawnguard.esm=1Unofficial Dawnguard Patch.esp=1HearthFires.esm=1Unofficial Hearthfire Patch.esp=1Dragonborn.esm=1Unofficial Dragonborn Patch.esp=1ZaZAnimationPack.esm=1SGHairPackBase.esm=1ApachiiHair.esm=1ApachiiHairFemales.esm=1ApachiiHairMales.esm=1hdtHighHeel.esm=1CreatureFramework.esm=1Schlongs of Skyrim - Core.esm=1SexLab.esm=1SexLabAroused.esm=1Devious Devices - Assets.esm=1Devious Devices - Integration.esm=1daymoyl.esm=1GeneralStores.esm=1Devious Devices - Expansion.esm=1HighResTexturePack01.esp=1HighResTexturePack02.esp=1HighResTexturePack03.esp=1SexLab Submit.esp=1Purity.esp=1Skyrim Immersive Creatures.esp=1Guard Dialogue Overhaul.esp=1RealShelter.esp=1sanguinesDebauchery.esp=1SD Cages.esp=1artifact disenchanting.esp=1harvest more food & ingredients.esp=1Skyrim Immersive Creatures - DLC2.esp=1Holidays.esp=1SexLabNudeCreatures.esp=1SexLabNudeCreaturesDB.esp=1SexLabNudeCreaturesDG.esp=1HentaiCreatures.esp=1Covered in Bees.esp=1Run For Your Lives.esp=1Cloaks.esp=1[ voidcraft ] the armory.esp=1ImprovedFishBASIC.esp=1arrowsmith-dawnguard.esp=1zinvestedmagicsteam.esp=1draco's enchantment overhaul mod with vendor.esp=1zx eyes v1.0.esp=1craftablecloudstorage(gs).esp=1Atlas Map Markers.esp=1Chesko_Frostfall.esp=1Deviously Cursed Loot.esp=1midas magic expanded.esp=0SexLab_Dialogues.esp=1whiterunexenhanced.esp=0artifact disenchanting - dawnguard.esp=1[ voidcraft ] the armory - dawnguard.esp=1zagyg.esp=1lefthandrings.esp=1inkwellhome.esp=1artifact disenchanting - dragonborn.esp=1fortify enchanting necklace.esp=1enchanting extraeffect.esp=1flanseyesforskrim.esp=1FathomsDeepArrowsAndPoisons.esp=1naked farkas and vilkas.esp=1better farkas.esp=1FISS.esp=1cookingexpanded.esp=1ww_rich_merchants.esp=1enchantmentcleanser.esp=1formsedit.esp=1ConjurationMadnessModv1.esp=1PetCollar.esp=1bagoftrash_tw.esp=0rrhair2.esp=1rrhair.esp=1DYNAVISION Dynamic Depth of Field.esp=1Auto Unequip Ammo.esp=0suspiciouscityguards.esp=1When Vampires Attack.esp=0SkyUI.esp=1Improved Name Of Savegame.esp=1Deviously Enslaved.esp=1Shortcuts.esp=1isilnarsil.esp=1the paarthurnax dilemma.esp=0FishingInSkyrim.esp=1Atlas Blackreach.esp=1Atlas Compass Tweaks.esp=1Atlas Dragonborn.esp=1Atlas Dawnguard.esp=1IMAGINATOR - Visual Control for Skyrim.esp=1iNeed.esp=1CampingKitNorthernRanger.esp=0My Home Is Your Home.esp=0IMAGINATOR - MCMenu.esp=1Atlas Hearthfire.esp=1KS Hairdo's.esp=1LovelyHairstylesCE.esp=1SGHairPackAIO.esp=1AMatterOfTime.esp=1iHUD.esp=1EnhancedCharacterEdit.esp=1DARTHAIRCOLORSall.esp=1MacKom_LoreStylesHairSet.esp=1More Hair Colors Dawnguard.esp=1Brows.esp=1wizDynamicThings.esp=1iNeed - Dangerous Diseases.esp=1RealShelterFF.esp=1TTYM - Think to Yourself Messages.esp=1TTYM - Frostfall Module.esp=1WetandCold.esp=1WetandCold - Ashes.esp=1WondersofWeather.esp=1Imaginator BETA.esp=1scarabhearthstone.esp=1AHZmoreHUD.esp=1LessIntrusiveHUD.esp=1PerksUI.esp=1RaceMenu.esp=1RaceMenuPlugin.esp=1CharacterMakingExtender.esp=1BDIC.esp=1RaceMenuMorphsCBBE.esp=1RaceMenuMorphsUUNP.esp=1CitrusHead - Standalone.esp=1TheEyesOfBeauty.esp=1mintylightningmod.esp=1MoonGlow.esp=1TrueStorms.esp=1TrueStorms-PureWeather.esp=1TrueStorms-Purity.esp=1Supreme Storms.esp=1TrueStorms-SupremeStorms-Vanilla.esp=1JK Crafting Breakdown.esp=11nivWICCloaks.esp=11nivWICSkyCloaksPatch.esp=1DreamBurrowsRegalAssassin.esp=1Light Elven Armor.esp=1NerniesArmorPack.esp=1nordicrangerarmor.esp=1Predators Attack Each Other.esp=1
qwertyd456 Posted October 15, 2015 Posted October 15, 2015 If you open console (~) and don't see anything being posted there by CRDE (debug and debug console must be turned on in MCM, which they are default) then the mod might be broken for you, post a log. TL;DR: Thanks, it helped ;-) There was nothing in the console, so I turned on logging, and just in case started from the very beginning (LOOT+Bash+FNIS and restoring from no-mod save). And bingo - it started to work (though I swear that I did all these things except for logging before, and several times). Anyway, it works now, but I'm about to install a few more mods (including slaverun), and if there are any problems - I will post the log.
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