LeFlemard Posted May 16, 2018 Posted May 16, 2018 2 minutes ago, LazyBoot said: It looks like it is using the keyword in conditions in the esm, so it needs to be exact. So you'll either just have to mark it as naked in game, add it as a master to your patch, or use a script to add it to the formlist or storageutil list. Another option may be to remove the clothingbody and armorcuirass keywords from it, but that may also have some drawbacks. Mmm, I'll propose 2 versions of my patch then (one with slaredux as master and the other without), nothing xedit can't add easily :3
Tweens Posted May 16, 2018 Posted May 16, 2018 20 minutes ago, LeFlemard said: Mmm, I'll propose 2 versions of my patch then (one with slaredux as master and the other without), nothing xedit can't add easily :3 I have never used SLA as a master and it has always recognized when an armor is set to be revealing.
fishburger67 Posted May 16, 2018 Author Posted May 16, 2018 1 hour ago, LeFlemard said: Err, I'm making an armor patch atm and I was wondering something, does SLA redux check for the formID keyword or just for the editorID keyword? Neither, it checks the form (objectreference)keyword
fishburger67 Posted May 16, 2018 Author Posted May 16, 2018 1 hour ago, LazyBoot said: It looks like it is using the keyword in conditions in the esm, so it needs to be exact. So you'll either just have to mark it as naked in game, add it as a master to your patch, or use a script to add it to the formlist or storageutil list. Another option may be to remove the clothingbody and armorcuirass keywords from it, but that may also have some drawbacks. You should probably use two keywords in my view and then use keyword xyz = GetFormFromFile() to see if aroused is loaded
LeFlemard Posted May 17, 2018 Posted May 17, 2018 18 hours ago, fishburger67 said: Neither, it checks the form (objectreference)keyword So I can create a keyword with the same edid in my esp and it will be recognized by SlARedux is what you say ? (I iz a bit confus)
SleepyJim Posted May 17, 2018 Posted May 17, 2018 2 hours ago, LeFlemard said: So I can create a keyword with the same edid in my esp and it will be recognized by SlARedux is what you say ? (I iz a bit confus) I know from experience that doing that certainly can work, so I don't see why it wouldn't in this case. For me, I've quite often created a "SexLabNoStrip" keyword in personal mash-ups and added it to anything I didn't want removed during animations. It removes the need to add sexlab as a master for the mod. If sexlab isn't there the keyword is harmless and does nothing. If sexlab is there it will detect the keyword and always leave the item on.
WaxenFigure Posted May 17, 2018 Posted May 17, 2018 2 hours ago, SleepyJim said: I know from experience that doing that certainly can work, so I don't see why it wouldn't in this case. For me, I've quite often created a "SexLabNoStrip" keyword in personal mash-ups and added it to anything I didn't want removed during animations. It removes the need to add sexlab as a master for the mod. If sexlab isn't there the keyword is harmless and does nothing. If sexlab is there it will detect the keyword and always leave the item on. Actually your keyword only needs to contain "NoStrip", the "Sexlab" part of the keyword isn't even necessary. That is because the check the Sexlab Framework uses checks the TEXT of the keywords and searches for text containing "NoStrip" instead of specifically checking against the FormID of it's own keyword. That's a much cleaner implementation since it allows mods to get away with using their own internal keywords AND avoid having to script in a check to see if Sexlab is installed and then add the Sexlab internal keyword to avoid having a dependency.
SleepyJim Posted May 17, 2018 Posted May 17, 2018 1 hour ago, WaxenFigure said: Actually your keyword only needs to contain "NoStrip", the "Sexlab" part of the keyword isn't even necessary. That is because the check the Sexlab Framework uses checks the TEXT of the keywords and searches for text containing "NoStrip" instead of specifically checking against the FormID of it's own keyword. That's a much cleaner implementation since it allows mods to get away with using their own internal keywords AND avoid having to script in a check to see if Sexlab is installed and then add the Sexlab internal keyword to avoid having a dependency. Good to know. Thanks!
fishburger67 Posted May 17, 2018 Author Posted May 17, 2018 8 hours ago, LeFlemard said: So I can create a keyword with the same edid in my esp and it will be recognized by SlARedux is what you say ? (I iz a bit confus) Not at all sure about that, and I strongly dioubt it. Best to try an alternate approach in my view.
WaxenFigure Posted May 17, 2018 Posted May 17, 2018 1 hour ago, fishburger67 said: Not at all sure about that, and I strongly dioubt it. Best to try an alternate approach in my view. Definitely will not work. The check for keyword in Sexlab Aroused Redux is done via Conditions on a quest which are looking for a specific keyword by id, not by text in the keyword so creating your own keyword, even using the same internal ID number will not work. Very different than how the check in the Sexlab Framework is done.
Alissa Kane Posted May 19, 2018 Posted May 19, 2018 Firstly if this has come up before sorry but I couldn't find this issue on google and LLs search is always dreadful for finding stuff. For some reason when I set the time rate in the Puppet Master section in MCM its setting it as a 1/100th of what it should be. So setting to 100 gives a time rate of 1 and anything below 100 is 0 which kinda screws up the whole systems as there is rarely any change in arousal ever.
fishburger67 Posted May 19, 2018 Author Posted May 19, 2018 7 hours ago, Alissa Kane said: Firstly if this has come up before sorry but I couldn't find this issue on google and LLs search is always dreadful for finding stuff. For some reason when I set the time rate in the Puppet Master section in MCM its setting it as a 1/100th of what it should be. So setting to 100 gives a time rate of 1 and anything below 100 is 0 which kinda screws up the whole systems as there is rarely any change in arousal ever. This all works fine and has for hundreds of thousands of users. You have some other issue.
Alissa Kane Posted May 20, 2018 Posted May 20, 2018 10 hours ago, fishburger67 said: This all works fine and has for hundreds of thousands of users. You have some other issue. Alright. I know it's not the mod itself as its worked for hundreds of hours before for me and only recently broke on my char around level 48 ish. I assume it's an issue with load order or some other overwrite something. I'll fiddle with my load order and let you know what I get. --------------------------------- Not something in my playthrough as started new char and same issue. Not race related as tried other races. Not version related as I tried the v17 (or whatever the other one out of the downloadable files was). Not ENB related (Doubt it was but I changed it recently so worth a test so I removed the d3d9.dll to check). I'm pretty sure it's got to be another mod messing with it but as its an esm and at the bottom of the masters I can't move the load orders. I can't think of any remotely recent mods that would of affected it and I dont currently have the time to do a big search for the culprit. For now I will leave as is without the proper functionality as it isn't game breaking or anything. I'll give my load order just in case there is a mod conflict that im unaware of. GameMode=Skyrim Skyrim.esm=1 Update.esm=1 Dawnguard.esm=1 HearthFires.esm=1 Dragonborn.esm=1 Unofficial Skyrim Legendary Edition Patch.esp=1 actorEvents.esm=1 hdtHighHeel.esm=1 Campfire.esm=1 SexLab.esm=1 Devious Devices - Assets.esm=1 ClimatesOfTamriel.esm=1 Heels Sound.esm=1 RSkyrimChildren.esm=1 SharedSeranaDialogue.esm=1 ZaZAnimationPack.esm=1 Schlongs of Skyrim - Core.esm=1 CreatureFramework.esm=1 SexLabAroused.esm=1 Devious Devices - Integration.esm=1 Devious Devices - Expansion.esm=1 SkyUI.esp=1 Brawl Bugs CE.esp=1 ClimatesOfTamriel-Dungeons-Hazardous.esp=1 ClimatesOfTamriel-Interiors-Warm.esp=1 ClimatesOfTamriel-Nights-Level-2.esp=1 ClimatesOfTamriel-Dawnguard-Patch.esp=1 ClimatesOfTamriel-Dragonborn-Patch.esp=1 Invisibility Eyes Fix.esp=1 RaceMenuOverlays.esp=1 RaceMenuPantyhose.esp=1 RutahTattooPack.esp=1 UIExtensions.esp=1 VioLens.esp=1 FNIS.esp=1 RaceMenuMorphsUUNP.esp=1 HeartBreaker.esp=1 TheCoenaculiUNP.esp=1 SGEyebrows.esp=1 HelmetToggle2.02b.esp=1 Quick Wait and Sleep.esp=1 XPMSE.esp=1 JKs Skyrim LR.esp=1 Auto Unequip Ammo.esp=1 dD - Enhanced Blood Main.esp=1 DeadlySpellImpacts.esp=1 Hothtrooper44_Armor_Ecksstra.esp=1 KS Hairdo's.esp=1 hjerimtnf.esp=1 Skyrim Immersive Creatures.esp=1 ScopedBows.esp=1 HSTNF.esp=1 Undeath.esp=1 Skyrim Immersive Creatures - DLC2.esp=1 dD-DG-DB-Immersive Creatures EBT Patch.esp=1 Remodeled Armor - Vanilla Replacer.esp=1 P1FlyingRing.esp=1 AmazingFollowerTweaks.esp=1 BHTNF_Eli.esp=1 SexLabNudeCreatures.esp=1 SexLabNudeCreaturesDB.esp=1 SexLabNudeCreaturesDG.esp=1 VHTNF.esp=1 Captured Dreams.esp=1 Hothtrooper44_ArmorCompilation.esp=1 WATER DG + DB.esp=1 HentaiCreatures.esp=1 SexLabSkoomaWhore.esp=1 Cloaks.esp=1 Deviously Cursed Loot.esp=1 LeafRest OnePiece.esp=1 Immersive Wenches.esp=1 Hassildor.esp=1 Frostfall.esp=1 hillinalta2.esp=1 Hateful Wenches.esp=1 TheAmazingWorldOfBikiniArmor.esp=1 Succubus_CBBEByNausicaa.esp=1 Gwelda Armor Pack.esp=1 FNISspells.esp=1 Immersive Wenches -KS hairs- Patch.esp=1 Animated Enchantments.esp=1 DSerArcheryGameplayOverhaul.esp=1 WATER Plants.esp=1 Bijin Warmaidens.esp=1 Better Vampires.esp=1 Cloaks - Dawnguard.esp=1 Illustrious HDT Cloaks.esp=1 FalmerBikini.esp=1 vampiric grip outside.esp=1 Vampirelordroyal.esp=1 Brevi_MoonlightTales.esp=1 BlackSacramentArmor.esp=1 BVLT - Human.esp=1 Dwarvenbikini.esp=1 Apocalypse - The Spell Package.esp=1 Convenient Horses.esp=1 Raven Witch Armor.esp=1 Emfy Cleric Robes.esp=1 LustmordVampireArmor.esp=1 Daedric Reaper Armor.esp=1 Twohanded Dawnbreaker.esp=1 Real Clouds.esp=1 TheEyesOfBeauty.esp=1 lilithsslayer.esp=1 ScopedBows_EagleEyeTweak.esp=1 Ordinator - Perks of Skyrim.esp=1 Apocalypse - Ordinator Compatibility Patch.esp=1 Perk Points at Skill Levels 50-75-100.esp=1 dD - Realistic Ragdoll Force - Realistic.esp=1 VLW_Hybrid.esp=1 Glomoro's Vampiric Spells.esp=1 AncientDraugr.esp=1 BlackSacramentDBReplacer.esp=1 Cassandra Frost Witch.esp=1 Celes Nightingale Armor.esp=1 DeathRobes.esp=1 DraugrSkirts.esp=1 Elewin Jewelry.esp=1 RegnPiercings.esp=1 FallFromGrace.esp=1 Merta Assassin Armor.esp=1 Merta Assassin Tattoos.esp=1 Merta Black Rose Armor.esp=1 BlackWisteria.esp=1 Apex Werewolf.esp=1 Remodeled Armor - Vanilla Replacer - Dawnguard.esp=1 Remodeled Armor - Vanilla Replacer - Dragonborn.esp=1 ScarletDawnArmor.esp=1 Sotteta Huntress Armor.esp=1 Tembtra Thief Armor.esp=1 TDNEquipableHorns.esp=1 HDTTESTEarring.esp=1 UNPB_BBP_Rabbit.esp=1 UNP Topmodel dadagstellapolice.esp=1 Silverlight Armor.esp=1 Chesko_WearableLantern.esp=1 Skysan_UltraSkimpy.esp=1 Dual Sheath Redux.esp=1 Breathing Rose.esp=1 Hell Sword.esp=1 lilithssickle.esp=1 ScopedBows_ArrowTweaks.esp=1 Animated Dragon Wings.esp=1 Elisif Makeover.esp=1 Bijin Wives.esp=1 Facelight.esp=1 Ciceriareplacor.esp=1 FemaleUlfric.esp=1 Gwelda Red Riding Hood.esp=1 KS Jewelry.esp=1 More Draconic Dragon Aspect - Powered Edition.esp=1 More Draconic Dragon Aspect - Wings and Tail.esp=1 More Draconic Dragon Aspect - Flying Mod Addon.esp=1 FS_NamelessLight.esp=1 AR_Astrid.esp=1 QueenMiraak.esp=1 RSChildren.esp=1 RSChildren Patch - USLEEP.esp=1 Serana No Hood.esp=1 Marriable Serana.esp=1 Marriable Serana HF.esp=1 TW3Eyes.esp=1 VampireBrideRobes.esp=1 VampireDrainLevelUpDestruction.esp=1 MinimalHUD.esp=1 Mannequin.esp=1 Deadly Wenches.esp=1 Forgotten Wenches.esp=1 FourBoobs.esp=1 Judgment Wenches.esp=1 Judgment Wenches -Immersive Creatures Patch-.esp=1 SMIM-FarmhouseFlickeringFix.esp=1 SMIM-DragonbornTernFix.esp=1 SMIM-DungeonsCliffsIceSkirts.esp=1 Better Dynamic Snow.esp=1 Moss Rocks - Legendary.esp=1 SexLab Warmbodies.esp=1 SexLab Romance.esp=1 SexLabDefeat.esp=1 SLAnimLoader.esp=1 SLALAnimObj.esp=1 Schlongs of Skyrim.esp=1 SOS - VectorPlexus Muscular Addon.esp=1 SOS - VectorPlexus Regular Addon.esp=1 SOS_Ho.esp=1 SOS - B3lisario UNP Addon.esp=1 Blush When Aroused.esp=1 Apropos.esp=1 DeviouslyHelpless.esp=1 GagSFX.esp=1 SexLab Trainers.esp=1 SexLab Aroused Creatures.esp=1 SL Deadly Drain.esp=1 KomAnimObjects.esp=1 MoreNastyCritters.esp=1 HDTSextoys.esp=1 zzEstrus.esp=1 EstrusChaurus.esp=1 BDIC.esp=1 SexLabWerewolves.esp=1 AddItemMenu.esp=1 Anal Torch.esp=1 KS Hairdos - HDT.esp=1 12FemaleBrows.esp=1 Vampire Eyes Fix.esp=1 HN66mage4vanilla.esp=1 HN66mage4vanilla_USLEEP.esp=1 Seductress Serana.esp=1 BVFE_Serana.esp=1 BVandRoyalBloodline_Patch.esp=1 Scythe Weapon mingyannuV20121226.esp=1 Botox.esp=1 FreckleMania2.esp=1 EmpyreanCS.esp=1 RaceMenu.esp=1 RaceMenuPlugin.esp=1 HDTTailsEquipable.esp=1 Immersive Citizens - AI Overhaul.esp=1 Immersive Wenches -Immersive Citizens AI Overhaul Patch-.esp=1 Alternate Start - Live Another Life.esp=1 Deviously Cursed Loot LAL AddOn.esp=1 Dual Sheath Redux Patch.esp=1 IcePenguinWorldMapPaper.esp=1
WaxenFigure Posted May 20, 2018 Posted May 20, 2018 13 hours ago, Alissa Kane said: Alright. I know it's not the mod itself as its worked for hundreds of hours before for me and only recently broke on my char around level 48 ish. I assume it's an issue with load order or some other overwrite something. I'll fiddle with my load order and let you know what I get. --------------------------------- Not something in my playthrough as started new char and same issue. Not race related as tried other races. Not version related as I tried the v17 (or whatever the other one out of the downloadable files was). Not ENB related (Doubt it was but I changed it recently so worth a test so I removed the d3d9.dll to check). I'm pretty sure it's got to be another mod messing with it but as its an esm and at the bottom of the masters I can't move the load orders. I can't think of any remotely recent mods that would of affected it and I dont currently have the time to do a big search for the culprit. For now I will leave as is without the proper functionality as it isn't game breaking or anything. I'll give my load order just in case there is a mod conflict that im unaware of. Reveal hidden contents GameMode=Skyrim Skyrim.esm=1 Update.esm=1 Dawnguard.esm=1 HearthFires.esm=1 Dragonborn.esm=1 Unofficial Skyrim Legendary Edition Patch.esp=1 actorEvents.esm=1 hdtHighHeel.esm=1 Campfire.esm=1 SexLab.esm=1 Devious Devices - Assets.esm=1 ClimatesOfTamriel.esm=1 Heels Sound.esm=1 RSkyrimChildren.esm=1 SharedSeranaDialogue.esm=1 ZaZAnimationPack.esm=1 Schlongs of Skyrim - Core.esm=1 CreatureFramework.esm=1 SexLabAroused.esm=1 Devious Devices - Integration.esm=1 Devious Devices - Expansion.esm=1 SkyUI.esp=1 Brawl Bugs CE.esp=1 ClimatesOfTamriel-Dungeons-Hazardous.esp=1 ClimatesOfTamriel-Interiors-Warm.esp=1 ClimatesOfTamriel-Nights-Level-2.esp=1 ClimatesOfTamriel-Dawnguard-Patch.esp=1 ClimatesOfTamriel-Dragonborn-Patch.esp=1 Invisibility Eyes Fix.esp=1 RaceMenuOverlays.esp=1 RaceMenuPantyhose.esp=1 RutahTattooPack.esp=1 UIExtensions.esp=1 VioLens.esp=1 FNIS.esp=1 RaceMenuMorphsUUNP.esp=1 HeartBreaker.esp=1 TheCoenaculiUNP.esp=1 SGEyebrows.esp=1 HelmetToggle2.02b.esp=1 Quick Wait and Sleep.esp=1 XPMSE.esp=1 JKs Skyrim LR.esp=1 Auto Unequip Ammo.esp=1 dD - Enhanced Blood Main.esp=1 DeadlySpellImpacts.esp=1 Hothtrooper44_Armor_Ecksstra.esp=1 KS Hairdo's.esp=1 hjerimtnf.esp=1 Skyrim Immersive Creatures.esp=1 ScopedBows.esp=1 HSTNF.esp=1 Undeath.esp=1 Skyrim Immersive Creatures - DLC2.esp=1 dD-DG-DB-Immersive Creatures EBT Patch.esp=1 Remodeled Armor - Vanilla Replacer.esp=1 P1FlyingRing.esp=1 AmazingFollowerTweaks.esp=1 BHTNF_Eli.esp=1 SexLabNudeCreatures.esp=1 SexLabNudeCreaturesDB.esp=1 SexLabNudeCreaturesDG.esp=1 VHTNF.esp=1 Captured Dreams.esp=1 Hothtrooper44_ArmorCompilation.esp=1 WATER DG + DB.esp=1 HentaiCreatures.esp=1 SexLabSkoomaWhore.esp=1 Cloaks.esp=1 Deviously Cursed Loot.esp=1 LeafRest OnePiece.esp=1 Immersive Wenches.esp=1 Hassildor.esp=1 Frostfall.esp=1 hillinalta2.esp=1 Hateful Wenches.esp=1 TheAmazingWorldOfBikiniArmor.esp=1 Succubus_CBBEByNausicaa.esp=1 Gwelda Armor Pack.esp=1 FNISspells.esp=1 Immersive Wenches -KS hairs- Patch.esp=1 Animated Enchantments.esp=1 DSerArcheryGameplayOverhaul.esp=1 WATER Plants.esp=1 Bijin Warmaidens.esp=1 Better Vampires.esp=1 Cloaks - Dawnguard.esp=1 Illustrious HDT Cloaks.esp=1 FalmerBikini.esp=1 vampiric grip outside.esp=1 Vampirelordroyal.esp=1 Brevi_MoonlightTales.esp=1 BlackSacramentArmor.esp=1 BVLT - Human.esp=1 Dwarvenbikini.esp=1 Apocalypse - The Spell Package.esp=1 Convenient Horses.esp=1 Raven Witch Armor.esp=1 Emfy Cleric Robes.esp=1 LustmordVampireArmor.esp=1 Daedric Reaper Armor.esp=1 Twohanded Dawnbreaker.esp=1 Real Clouds.esp=1 TheEyesOfBeauty.esp=1 lilithsslayer.esp=1 ScopedBows_EagleEyeTweak.esp=1 Ordinator - Perks of Skyrim.esp=1 Apocalypse - Ordinator Compatibility Patch.esp=1 Perk Points at Skill Levels 50-75-100.esp=1 dD - Realistic Ragdoll Force - Realistic.esp=1 VLW_Hybrid.esp=1 Glomoro's Vampiric Spells.esp=1 AncientDraugr.esp=1 BlackSacramentDBReplacer.esp=1 Cassandra Frost Witch.esp=1 Celes Nightingale Armor.esp=1 DeathRobes.esp=1 DraugrSkirts.esp=1 Elewin Jewelry.esp=1 RegnPiercings.esp=1 FallFromGrace.esp=1 Merta Assassin Armor.esp=1 Merta Assassin Tattoos.esp=1 Merta Black Rose Armor.esp=1 BlackWisteria.esp=1 Apex Werewolf.esp=1 Remodeled Armor - Vanilla Replacer - Dawnguard.esp=1 Remodeled Armor - Vanilla Replacer - Dragonborn.esp=1 ScarletDawnArmor.esp=1 Sotteta Huntress Armor.esp=1 Tembtra Thief Armor.esp=1 TDNEquipableHorns.esp=1 HDTTESTEarring.esp=1 UNPB_BBP_Rabbit.esp=1 UNP Topmodel dadagstellapolice.esp=1 Silverlight Armor.esp=1 Chesko_WearableLantern.esp=1 Skysan_UltraSkimpy.esp=1 Dual Sheath Redux.esp=1 Breathing Rose.esp=1 Hell Sword.esp=1 lilithssickle.esp=1 ScopedBows_ArrowTweaks.esp=1 Animated Dragon Wings.esp=1 Elisif Makeover.esp=1 Bijin Wives.esp=1 Facelight.esp=1 Ciceriareplacor.esp=1 FemaleUlfric.esp=1 Gwelda Red Riding Hood.esp=1 KS Jewelry.esp=1 More Draconic Dragon Aspect - Powered Edition.esp=1 More Draconic Dragon Aspect - Wings and Tail.esp=1 More Draconic Dragon Aspect - Flying Mod Addon.esp=1 FS_NamelessLight.esp=1 AR_Astrid.esp=1 QueenMiraak.esp=1 RSChildren.esp=1 RSChildren Patch - USLEEP.esp=1 Serana No Hood.esp=1 Marriable Serana.esp=1 Marriable Serana HF.esp=1 TW3Eyes.esp=1 VampireBrideRobes.esp=1 VampireDrainLevelUpDestruction.esp=1 MinimalHUD.esp=1 Mannequin.esp=1 Deadly Wenches.esp=1 Forgotten Wenches.esp=1 FourBoobs.esp=1 Judgment Wenches.esp=1 Judgment Wenches -Immersive Creatures Patch-.esp=1 SMIM-FarmhouseFlickeringFix.esp=1 SMIM-DragonbornTernFix.esp=1 SMIM-DungeonsCliffsIceSkirts.esp=1 Better Dynamic Snow.esp=1 Moss Rocks - Legendary.esp=1 SexLab Warmbodies.esp=1 SexLab Romance.esp=1 SexLabDefeat.esp=1 SLAnimLoader.esp=1 SLALAnimObj.esp=1 Schlongs of Skyrim.esp=1 SOS - VectorPlexus Muscular Addon.esp=1 SOS - VectorPlexus Regular Addon.esp=1 SOS_Ho.esp=1 SOS - B3lisario UNP Addon.esp=1 Blush When Aroused.esp=1 Apropos.esp=1 DeviouslyHelpless.esp=1 GagSFX.esp=1 SexLab Trainers.esp=1 SexLab Aroused Creatures.esp=1 SL Deadly Drain.esp=1 KomAnimObjects.esp=1 MoreNastyCritters.esp=1 HDTSextoys.esp=1 zzEstrus.esp=1 EstrusChaurus.esp=1 BDIC.esp=1 SexLabWerewolves.esp=1 AddItemMenu.esp=1 Anal Torch.esp=1 KS Hairdos - HDT.esp=1 12FemaleBrows.esp=1 Vampire Eyes Fix.esp=1 HN66mage4vanilla.esp=1 HN66mage4vanilla_USLEEP.esp=1 Seductress Serana.esp=1 BVFE_Serana.esp=1 BVandRoyalBloodline_Patch.esp=1 Scythe Weapon mingyannuV20121226.esp=1 Botox.esp=1 FreckleMania2.esp=1 EmpyreanCS.esp=1 RaceMenu.esp=1 RaceMenuPlugin.esp=1 HDTTailsEquipable.esp=1 Immersive Citizens - AI Overhaul.esp=1 Immersive Wenches -Immersive Citizens AI Overhaul Patch-.esp=1 Alternate Start - Live Another Life.esp=1 Deviously Cursed Loot LAL AddOn.esp=1 Dual Sheath Redux Patch.esp=1 IcePenguinWorldMapPaper.esp=1 Reinstall the mod or if you're using Mod Organizer make sure no other mod has a conflict with the scripts in this mod. I suspect your problem is that you've installed some mod that contains an out of date script.
fishburger67 Posted June 11, 2018 Author Posted June 11, 2018 I am gone tomorrow out of the country and no internet for two weeks (or maybe more). Hopefully, someone can take over answering questions while I am gone.
WaxenFigure Posted June 11, 2018 Posted June 11, 2018 8 minutes ago, fishburger67 said: I am gone tomorrow out of the country and no internet for two weeks (or maybe more). Hopefully, someone can take over answering questions while I am gone. Shouldn't be too much of a problem since the most recent question is already more than two weeks old.
Equaton Posted June 13, 2018 Posted June 13, 2018 Hello! I think I'm misunderstanding something about the basic functioning of this mod and that's why I'm having trouble with it: if time rate in increased by orgasm and decays over time, it's possible to reach a time rate of 0 by not having sex for several in-game days. This stops arousal from rising with time since orgasm and eliminates the "basic need" functionality of arousal. Now is this intentional or am I missing something? I tried searching for the answer and wrapping my head around it without posting, but to no avail.
WaxenFigure Posted June 13, 2018 Posted June 13, 2018 5 hours ago, Equaton said: Hello! I think I'm misunderstanding something about the basic functioning of this mod and that's why I'm having trouble with it: if time rate in increased by orgasm and decays over time, it's possible to reach a time rate of 0 by not having sex for several in-game days. This stops arousal from rising with time since orgasm and eliminates the "basic need" functionality of arousal. Now is this intentional or am I missing something? I tried searching for the answer and wrapping my head around it without posting, but to no avail. It's intentional.
Equaton Posted June 13, 2018 Posted June 13, 2018 2 hours ago, WaxenFigure said: It's intentional. So the intended way to break out of this 0 arousal state would then be to "collect" exposure? I'm asking because I need my NPCs (i.e. followers) to be horny and they all seem to get cought in this 0-time-rate-0-arousal state.
WaxenFigure Posted June 13, 2018 Posted June 13, 2018 3 hours ago, Equaton said: So the intended way to break out of this 0 arousal state would then be to "collect" exposure? I'm asking because I need my NPCs (i.e. followers) to be horny and they all seem to get cought in this 0-time-rate-0-arousal state. If you want exposure to increase get people naked. Zero is the bottom, it doesn't prevent exposure from increasing. If you want your followers to get aroused then you need to also enable arousal for NPCs since it's off by default.
pamsky Posted June 19, 2018 Posted June 19, 2018 Hi guys! Hi fishburger67! i love your work and you know it. I'm here just you to ask you guy if any of you have tried to use "ofa -h" anims instead "b -a,h" in the FNIS_SexLabAroused_List. I did, take a look. Spoiler
Guest Posted June 23, 2018 Posted June 23, 2018 Hello. I want to make extra custom dialogue for my own custom follower, which needs to be able to read out this mod "sexlab aroused - redux" arousal values, i have however no clue how to acomplish this, since I am quite new to making mods myself. So what i want should be something along the lines of (if arousal => X = that specific response), but I don't know how to do this. Any help would be appreciated
WaxenFigure Posted June 24, 2018 Posted June 24, 2018 On 6/23/2018 at 12:23 PM, jujoco said: Hello. I want to make extra custom dialogue for my own custom follower, which needs to be able to read out this mod "sexlab aroused - redux" arousal values, i have however no clue how to acomplish this, since I am quite new to making mods myself. So what i want should be something along the lines of (if arousal => X = that specific response), but I don't know how to do this. Any help would be appreciated All actors have their arousal as their faction rank in the sla_Arousal faction so you can add a condition based on the FactionRank of that actor in that faction.
Guest Posted June 25, 2018 Posted June 25, 2018 12 hours ago, WaxenFigure said: All actors have their arousal as their faction rank in the sla_Arousal faction so you can add a condition based on the FactionRank of that actor in that faction. So if im understanding right, the faction rank is the current arousal value. So say if you want a dialogue to show up after arousal 50 it would have to state that sla_arousal factionrank is > 50. In can just do that with the conditions box in CK, right? Thanks for the info :-)
WaxenFigure Posted June 25, 2018 Posted June 25, 2018 6 hours ago, jujoco said: So if im understanding right, the faction rank is the current arousal value. So say if you want a dialogue to show up after arousal 50 it would have to state that sla_arousal factionrank is > 50. In can just do that with the conditions box in CK, right? Thanks for the info ? Yes, that's how it would work.
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