Jump to content

Recommended Posts

Posted

 

 

 

Here's a thought on the hold out button. Have it do a 1-100 check against current arousal. If less than current arousal, either nothing happens or arousal gets a small bump. If greater, it either prevents the next arousal increase OR just drops arousal by some set amount (whichever is easier to script). 

hm......

cant rely on arousal, some ppl may play without it

cant rely on SL enjoyment, its time based

 

i guess ill do something like:

add 90% debuff on animationstart to sta/mag regen

enjoyment will consume stamina 10%-skilllvl(0-6) and will give 1*lewdness(0-6)

holdout will consume magicka 10%-skilllvl(0-6) to block orgasm event for 10 sec

..... that wont work with DDs.....*sigh*

 i guess i can replace migicka  with stamina if player has negative mag regen

so many if's.........

 

Maybe the easiest thing to do is remove the lewd check for victim orgasm from the MCM, and tie the same functionality to the holdout key somehow for all animations.

 

That way the lewd check isn't so dependent on animation tags or calls, and the holdout key can do something.

 

If you want a penalty for holding out and failing you could add extra lewdness when that happens. So if you try to resist and fail a lot you eventually become worse and worse at resisting. So there is an incentive to recognize a losing situation and just give in.

 

but..... the whole point is to train in resisting, better skills- better resist, so owner/master forbids pc to cum, and if pc fails, get some punishment

other than that i see is no reason in resisting

 

okay had some time to look through DD, its SD feature to remove mana pool, so i guess it will partially incompatible

so iguess ill do something like above

enjoyment will work on self in masturbation scenes, and on partner when there 2 actors

and probably do something for npc to exite partner\player, like base chance 25% +relationship*10

Posted

Idea: Buff/debuff enjoyment based on arousal values.

 

What do you think?

and how do you purpose to do that, enjoyment is integer

Posted

 

Idea: Buff/debuff enjoyment based on arousal values.

 

What do you think?

and how do you purpose to do that, enjoyment is integer

 

 

If I am not mistaken, enjoyment has 0 .. 100 range, right?

it *could* be something like this:

    if at the beginning of animation, arousal >= 50

              increase BaseEnjoyment by [arousal  / 2.0, rounded to int]  (this way at max arousal there will be 50 enjoyment bonus, and orgasm can come much faster)

    else  if arousal < 50 && arousal >= 25

             decrease BaseEnjoyment enjoyment by [arousal / 5.0, rounded to int]

    else

            set BaseEnjoyment = 0

 

 

Posted

it's working pretty well for me. 

 

question:  after sex starts, i'll often see the activate choice still on the screen. I guess that's what it's called?  (eg:  talk, whiterun guard E;  activate, statue of mara E  etc.)  it's kind of annoying and I've been trying to get rid of it all together tbh. does anyone know of a mod that gets rid of that entirely?  I have immersive hud, and also one called 'no more key prompts' I figured the latter would be it, but turns out that it only hides the E

Posted

 

 

Idea: Buff/debuff enjoyment based on arousal values.

 

What do you think?

and how do you purpose to do that, enjoyment is integer

 

 

If I am not mistaken, enjoyment has 0 .. 100 range, right?

it *could* be something like this:

    if at the beginning of animation, arousal >= 50

              increase BaseEnjoyment by [arousal  / 2.0, rounded to int]  (this way at max arousal there will be 50 enjoyment bonus, and orgasm can come much faster)

    else  if arousal < 50 && arousal >= 25

             decrease BaseEnjoyment enjoyment by [arousal / 5.0, rounded to int]

    else

            set BaseEnjoyment = 0

 

 

 

that needs testing , probably work until 1st orgasm

 

not quite understand debuff idea, when you above 0 arousal its all should be buff

 

" decrease BaseEnjoyment enjoyment by [arousal / 5.0, rounded to int]"

may give you negative value with 25+ arousal

and 25- gives 0

 

 

and im not convinced why even bother, when current arousal stacks on top of enjoyment, so at 100 arousal  you'll get your 1st orgasm and around 10 sec after anim start, which kind of logical, as at 50 character is sex driven(or what was its description) and at 100 character probably cant think of anything but sex

 

it's working pretty well for me. 

 

question:  after sex starts, i'll often see the activate choice still on the screen. I guess that's what it's called?  (eg:  talk, whiterun guard E;  activate, statue of mara E  etc.)  it's kind of annoying and I've been trying to get rid of it all together tbh. does anyone know of a mod that gets rid of that entirely?  I have immersive hud, and also one called 'no more key prompts' I figured the latter would be it, but turns out that it only hides the E

that is because sexlab disables player controls which also disables hud, so slso re-enables player controls when animation starts, so you can have hud/widgets

Posted

Hello,

 

Thank you for the update as well as new 'game' mechanics! 

After the update, however, I got a warning message every time the first time loading of the game, as shown below:

http://imgur.com/0NBz01F

 

Except for this small annoyance, the new features seem to work flawlessly. 

Thanks again for your effort!

Posted

Hello,

 

Thank you for the update as well as new 'game' mechanics!

After the update, however, I got a warning message every time the first time loading of the game, as shown below:

http://imgur.com/0NBz01F

 

Except for this small annoyance, the new features seem to work flawlessly.

Thanks again for your effort!

Yeah, no idea what's the problem, but since everything is working... W/e
Posted

Love the idea of this mod but it does not play well with either PSQ or Fill Her Up. If I use it I can't gain succubus experience or get inflation to work. I wish I could tell you more but there's nothing in any of my logs about it.

Posted

Love the idea of this mod but it does not play well with either PSQ or Fill Her Up. If I use it I can't gain succubus experience or get inflation to work. I wish I could tell you more but there's nothing in any of my logs about it.

FHU works nicely

PSQ... well ...ask author to add support

Posted

 

  • disabled sexlab stage exitement for player involved scenes
  • added support for pc/npc games:
  • stamina used to exite self(pc/npc) during masturbation/agressive scene/rape
  • stamina used to give enjoyment to pc/npcs during normal scenes
  • magicka used to hold off orgasm for 2sec
  • based on relations, npcs might use above mechani

 

 

Could you explain what the effect of relations is on npcs using the mechanics? Does it mean the player doesn't gain excitement is their relationship with their partner is low? 

Posted

 

  • disabled sexlab stage exitement for player involved scenes
  • added support for pc/npc games:
  • stamina used to exite self(pc/npc) during masturbation/agressive scene/rape
  • stamina used to give enjoyment to pc/npcs during normal scenes
  • magicka used to hold off orgasm for 2sec
  • based on relations, npcs might use above mechani
 

 

Could you explain what the effect of relations is on npcs using the mechanics? Does it mean the player doesn't gain excitement is their relationship with their partner is low?

 

there, ive edited 1st page, does that answer you question?

 

 

 

 

P.S. thinking about adding 5 min stacking sta/mag regen debuff after having orgasm

50% for males

10% for females

discuss?

Posted

I seem to have found an odd bug, or rather a conflict with another mod.(still trying to figure out which one though)

When an npc cums with SLSO installed, I seem to get a bug where the npc endlessly has the cum particle effects shooting out(even when clothes). Killing and resurrecting and disabling and reenabling seem to have no effect. Recycling actors makes it go atay untill the next orgasm.

 

I don't know what the mod that handles the cum effects, but I've disabled the obvious ones, and it still only happens when I'm running SLSO. This is an amazing mod, and I'd rather get rid of the conflicting mod, but I don't know what it is. I don't know if this is the right place for this, so I apologize if it's not.

 

Here's the load order, Everything was organized with LOOT, but SLSO isn't installed, because I was testing to confirm that it was what was causing the problem.

 

 

GameMode=Skyrim

Skyrim.esm=1
Update.esm=1
Dawnguard.esm=1
HearthFires.esm=1
Dragonborn.esm=1
Unofficial Skyrim Legendary Edition Patch.esp=1
OSA.esm=0
hdtHighHeel.esm=1
ZaZAnimationPack.esm=1
SexLab.esm=1
Devious Devices - Assets.esm=1
SexLabAroused.esm=1
Devious Devices - Integration.esm=1
daymoyl.esm=1
CreatureFramework.esm=1
RaceCompatibility.esm=1
ApachiiHair.esm=1
ApachiiHairFemales.esm=1
Schlongs of Skyrim - Core.esm=1
TravellersOfSkyrim.esm=1
Devious Devices - Expansion.esm=1
DeviousFramework.esm=1
BeeingFemale.esm=1
HighResTexturePack01.esp=0
HighResTexturePack02.esp=0
HighResTexturePack03.esp=0
GUNMOD.esp=0
OLDGM.esp=0
Rifle.esp=0
Skyrim Immersive Creatures.esp=1
SLKidnapped_MaleAddon.esp=1
Prettier Bandits.esp=1
GECK.O_Skyrim_MoreMales.esp=0
SexLabTools.esp=1
SkyUI.esp=1
SLAnimLoader.esp=1
SLATE.esp=1
SlaveTats.esp=1
SexLabNudeCreatures.esp=1
SexLabNudeCreaturesDB.esp=1
SexLabNudeCreaturesDG.esp=1
SexLab_Solutions.esp=1
SLKidnapped.esp=1
Map Markers.esp=1
Skyrim Immersive Creatures - DLC2.esp=1
Cidhna Mine Expanded.esp=1
Hothtrooper44_ArmorCompilation.esp=1
Immersive Weapons.esp=1
animal_mansion.esp=1
HentaiCreatures.esp=1
UFO - Ultimate Follower Overhaul.esp=1
MrBs-UniqueLootv200.esp=1
sanguinesDebauchery.esp=1
WerewolfPIT house.esp=1
buildablehouse.esp=1
BDSICHC.esp=1
Armoured Hounds.esp=1
MoreDogs.esp=1
Devious Cidhna.esp=1
Realistic Wildlife Loot - Reduced.esp=1
East Reach House.esp=1
The Manipulator.esp=1
Sweet&Sexy Lingerie.esp=1
SexLab_Dialogues.esp=1
Deviously Enslaved.esp=1
ajd_moreorcs.esp=1
Maria.esp=1
Sneak Tools.esp=1
Sneak Tools Vanilla Masks.esp=1
Sneak Tools Vanilla Hoods.esp=1
SexLab Eager NPCs.esp=1
Devious Deviants.esp=1
fenrir-follower.esp=1
garm_black.esp=1
ajd_moreargonians.esp=1
dD - Realistic Ragdoll Force - Realistic.esp=1
CalienteVanillaArmorTweaks.esp=1
Hothtrooper44_Armor_Ecksstra.esp=1
MoreNastyCritters.esp=1
RaceMenu.esp=1
RaceMenuPlugin.esp=1
SexLab Inflation Framework.esp=1
SOS - Leito Addon.esp=1
EstrusChaurus.esp=1
EstrusSpider.esp=1
RaceMenuMorphsCBBE.esp=1
BDIC.esp=1
SexLabDangerousNights2.esp=1
ImmersiveGenderChange.esp=1
WolfFollower.esp=1
My Home Is Your Home.esp=1
Apocalypse - The Spell Package.esp=1
KKSDGWeightSliderFix.esp=1
KKSDrBWeightFix.esp=1
DHuntress.esp=1
KKFur.esp=1
FullBootForKKSA.esp=1
FlameAtronachArmor.esp=1
Auto Unequip Ammo.esp=1
BarenziahQuestMarkers.esp=1
KS Hairdo's.esp=1
PP_KSeries.esp=1
NecroAnims.esp=1
SLAL_AnimationsByLeito.esp=1
SexLabDefeat.esp=1
mslDeviousCaptures.esp=1
DeviouslyHelpless.esp=1
SOS - B3lisario Horsecock Addon.esp=1
ImmerSlave-DeviceCut.esp=1
SexLab Aroused Creatures.esp=1
Extended UI.esp=1
ViewableFactionRanksBothDLC.esp=1
CharacterMakingExtender.esp=1
EnhancedCharacterEdit.esp=1
SexyVest.esp=1
ZazResources.esp=1
SlaveTatsMagicManager.esp=1
zzLSAR.esp=1
zzEstrus.esp=1
CraftablePantysCBBEv3M.esp=1
Mr.Blue's Master Console Command Book.esp=1
wristbinder.esp=1
LinenWrapWeightless.esp=1
sr_FillHerUp.esp=1
FNIS.esp=1
calyps-animal-ears.esp=1
Sextoys Calyps Chest.esp=1
DDc.esp=1
SOS - ERF Horse Penis CBBE - Addon.esp=1
One With Nature - DG+DB.esp=1
dc-untamed-000.esp=1
dc-untamed-100-stfu-wolf.esp=1
GetOverHere.esp=1
Fusax2.esp=1
TravellersOfSkyrim - Vanilla.esp=1
TravellersOfSkyrim - UFO Compatibility Patch.esp=1
Hair Physics Project.esp=1
Merta Assassin Armor.esp=1
numenume Hair.esp=1
MarieRose Wig.esp=1
XPMSE.esp=1
SOSRaceMenu.esp=1
ContinueGameNoCrash.esp=1
PuppetMaster.esp=1
PuppetMasterSwallow.esp=1
PetCollar.esp=1
Schlongs of Skyrim.esp=1
SOS - Smurf Average Addon.esp=1
SOS - VectorPlexus Muscular Addon.esp=1
SOS - VectorPlexus Regular Addon.esp=1
HentaiCasualWears.esp=1
Commonwealth Shorts.esp=1
NewmCBBELO1.esp=1
Nakrulz's Latex Corset.esp=1
JaxonzRenamer.esp=1
Kato HDT.esp=1
submissivelola.esp=1
sextoys-calyps-2.esp=1
JaxonzRenamerFollowerTweak.esp=1
SlaveTatsEventsBridge.esp=1
JaxonzEnhGrab.esp=1
SD Addons.esp=1
NPCPhotoBooth.esp=1
AK- Alternate Actors.esp=1
NibblesAnimObjects.esp=1
BDOrcSchlong.esp=1
Facelight.esp=1
anyonefollows2.esp=1
SLALAnimObj.esp=1
SOS - B3lisario UNP Addon.esp=1
FloppySOS.esp=1
SLAL_K4Anims.esp=1
Mergun.esp=1
FollowersAlwaysEquipFromInventory.esp=1
Draugr Deathlord Follower.esp=1
Immersive Dragon Sounds.esp=1
naked draugr Full.esp=1
no_more_glowing_eyes.esp=1
RewardYourFollowers.esp=1
12FemaleBrows.esp=1
TrueEyes.esp=1
DW.esp=1
Apropos.esp=1
ScrapArmor.esp=1
WetFunction.esp=1
Scent of Sex.esp=1
adcSexlife.esp=1
vlkAnimalFollower.esp=1
vlkAF_SexLife.esp=1
SLPGN.esp=1
DfwSupport.esp=1
Follow me for Sex.esp=1
SexistGuards.esp=1
LindsWoodlandAlchemist.esp=1
MidnightBreed.esp=1
Blaze Of Eventide.esp=1
FasterHorses_Sprint_x2.esp=1
SexualizedBlaze.esp=1
MeekoVigilanceAreHuskies.esp=1
RealisticHuskySounds.esp=1
SLDrunk.esp=1
ArgonianMercArmor.esp=1
BeeingFemaleBasicAddOn.esp=1
UIExtensions.esp=1
MCMCustomOrder.esp=1
Alternate Start - Live Another Life.esp=1

 

 

Half of these mods I don't even use, I just keep forgetting to delete them... someday...

 

Here's a screenshot what is going on

 

 

post-905584-0-42903600-1491469703_thumb.jpg

 

 

Thank you for any help you can provide.

 

 

 

-------------------------------------

P.S. thinking about adding 5 min stacking sta/mag regen debuff after having orgasm
50% for males
10% for females
discuss?

 

Sounds good. One thing I was personally wondering, is if it's possible to add an option for rapist, to have a chance of needing multiple orgasms before allowing the animation to end, or preferably have a way of adjusting the excitement rate. I disabled the Sexlab Arousal effect on the excitement bar, but it still feels like it's over too quick to me.

 

Either way, awesome mod. Keep up the great work!

Posted

I seem to have found an odd bug, or rather a conflict with another mod.(still trying to figure out which one though)

When an npc cums with SLSO installed, I seem to get a bug where the npc endlessly has the cum particle effects shooting out(even when clothes). Killing and resurrecting and disabling and reenabling seem to have no effect. Recycling actors makes it go atay untill the next orgasm.

 

I don't know what the mod that handles the cum effects, but I've disabled the obvious ones, and it still only happens when I'm running SLSO. This is an amazing mod, and I'd rather get rid of the conflicting mod, but I don't know what it is. I don't know if this is the right place for this, so I apologize if it's not.

 

Here's the load order, Everything was organized with LOOT, but SLSO isn't installed, because I was testing to confirm that it was what was causing the problem.

 

 

GameMode=Skyrim

 

Skyrim.esm=1

Update.esm=1

Dawnguard.esm=1

HearthFires.esm=1

Dragonborn.esm=1

Unofficial Skyrim Legendary Edition Patch.esp=1

OSA.esm=0

hdtHighHeel.esm=1

ZaZAnimationPack.esm=1

SexLab.esm=1

Devious Devices - Assets.esm=1

SexLabAroused.esm=1

Devious Devices - Integration.esm=1

daymoyl.esm=1

CreatureFramework.esm=1

RaceCompatibility.esm=1

ApachiiHair.esm=1

ApachiiHairFemales.esm=1

Schlongs of Skyrim - Core.esm=1

TravellersOfSkyrim.esm=1

Devious Devices - Expansion.esm=1

DeviousFramework.esm=1

BeeingFemale.esm=1

HighResTexturePack01.esp=0

HighResTexturePack02.esp=0

HighResTexturePack03.esp=0

GUNMOD.esp=0

OLDGM.esp=0

Rifle.esp=0

Skyrim Immersive Creatures.esp=1

SLKidnapped_MaleAddon.esp=1

Prettier Bandits.esp=1

GECK.O_Skyrim_MoreMales.esp=0

SexLabTools.esp=1

SkyUI.esp=1

SLAnimLoader.esp=1

SLATE.esp=1

SlaveTats.esp=1

SexLabNudeCreatures.esp=1

SexLabNudeCreaturesDB.esp=1

SexLabNudeCreaturesDG.esp=1

SexLab_Solutions.esp=1

SLKidnapped.esp=1

Map Markers.esp=1

Skyrim Immersive Creatures - DLC2.esp=1

Cidhna Mine Expanded.esp=1

Hothtrooper44_ArmorCompilation.esp=1

Immersive Weapons.esp=1

animal_mansion.esp=1

HentaiCreatures.esp=1

UFO - Ultimate Follower Overhaul.esp=1

MrBs-UniqueLootv200.esp=1

sanguinesDebauchery.esp=1

WerewolfPIT house.esp=1

buildablehouse.esp=1

BDSICHC.esp=1

Armoured Hounds.esp=1

MoreDogs.esp=1

Devious Cidhna.esp=1

Realistic Wildlife Loot - Reduced.esp=1

East Reach House.esp=1

The Manipulator.esp=1

Sweet&Sexy Lingerie.esp=1

SexLab_Dialogues.esp=1

Deviously Enslaved.esp=1

ajd_moreorcs.esp=1

Maria.esp=1

Sneak Tools.esp=1

Sneak Tools Vanilla Masks.esp=1

Sneak Tools Vanilla Hoods.esp=1

SexLab Eager NPCs.esp=1

Devious Deviants.esp=1

fenrir-follower.esp=1

garm_black.esp=1

ajd_moreargonians.esp=1

dD - Realistic Ragdoll Force - Realistic.esp=1

CalienteVanillaArmorTweaks.esp=1

Hothtrooper44_Armor_Ecksstra.esp=1

MoreNastyCritters.esp=1

RaceMenu.esp=1

RaceMenuPlugin.esp=1

SexLab Inflation Framework.esp=1

SOS - Leito Addon.esp=1

EstrusChaurus.esp=1

EstrusSpider.esp=1

RaceMenuMorphsCBBE.esp=1

BDIC.esp=1

SexLabDangerousNights2.esp=1

ImmersiveGenderChange.esp=1

WolfFollower.esp=1

My Home Is Your Home.esp=1

Apocalypse - The Spell Package.esp=1

KKSDGWeightSliderFix.esp=1

KKSDrBWeightFix.esp=1

DHuntress.esp=1

KKFur.esp=1

FullBootForKKSA.esp=1

FlameAtronachArmor.esp=1

Auto Unequip Ammo.esp=1

BarenziahQuestMarkers.esp=1

KS Hairdo's.esp=1

PP_KSeries.esp=1

NecroAnims.esp=1

SLAL_AnimationsByLeito.esp=1

SexLabDefeat.esp=1

mslDeviousCaptures.esp=1

DeviouslyHelpless.esp=1

SOS - B3lisario Horsecock Addon.esp=1

ImmerSlave-DeviceCut.esp=1

SexLab Aroused Creatures.esp=1

Extended UI.esp=1

ViewableFactionRanksBothDLC.esp=1

CharacterMakingExtender.esp=1

EnhancedCharacterEdit.esp=1

SexyVest.esp=1

ZazResources.esp=1

SlaveTatsMagicManager.esp=1

zzLSAR.esp=1

zzEstrus.esp=1

CraftablePantysCBBEv3M.esp=1

Mr.Blue's Master Console Command Book.esp=1

wristbinder.esp=1

LinenWrapWeightless.esp=1

sr_FillHerUp.esp=1

FNIS.esp=1

calyps-animal-ears.esp=1

Sextoys Calyps Chest.esp=1

DDc.esp=1

SOS - ERF Horse Penis CBBE - Addon.esp=1

One With Nature - DG+DB.esp=1

dc-untamed-000.esp=1

dc-untamed-100-stfu-wolf.esp=1

GetOverHere.esp=1

Fusax2.esp=1

TravellersOfSkyrim - Vanilla.esp=1

TravellersOfSkyrim - UFO Compatibility Patch.esp=1

Hair Physics Project.esp=1

Merta Assassin Armor.esp=1

numenume Hair.esp=1

MarieRose Wig.esp=1

XPMSE.esp=1

SOSRaceMenu.esp=1

ContinueGameNoCrash.esp=1

PuppetMaster.esp=1

PuppetMasterSwallow.esp=1

PetCollar.esp=1

Schlongs of Skyrim.esp=1

SOS - Smurf Average Addon.esp=1

SOS - VectorPlexus Muscular Addon.esp=1

SOS - VectorPlexus Regular Addon.esp=1

HentaiCasualWears.esp=1

Commonwealth Shorts.esp=1

NewmCBBELO1.esp=1

Nakrulz's Latex Corset.esp=1

JaxonzRenamer.esp=1

Kato HDT.esp=1

submissivelola.esp=1

sextoys-calyps-2.esp=1

JaxonzRenamerFollowerTweak.esp=1

SlaveTatsEventsBridge.esp=1

JaxonzEnhGrab.esp=1

SD Addons.esp=1

NPCPhotoBooth.esp=1

AK- Alternate Actors.esp=1

NibblesAnimObjects.esp=1

BDOrcSchlong.esp=1

Facelight.esp=1

anyonefollows2.esp=1

SLALAnimObj.esp=1

SOS - B3lisario UNP Addon.esp=1

FloppySOS.esp=1

SLAL_K4Anims.esp=1

Mergun.esp=1

FollowersAlwaysEquipFromInventory.esp=1

Draugr Deathlord Follower.esp=1

Immersive Dragon Sounds.esp=1

naked draugr Full.esp=1

no_more_glowing_eyes.esp=1

RewardYourFollowers.esp=1

12FemaleBrows.esp=1

TrueEyes.esp=1

DW.esp=1

Apropos.esp=1

ScrapArmor.esp=1

WetFunction.esp=1

Scent of Sex.esp=1

adcSexlife.esp=1

vlkAnimalFollower.esp=1

vlkAF_SexLife.esp=1

SLPGN.esp=1

DfwSupport.esp=1

Follow me for Sex.esp=1

SexistGuards.esp=1

LindsWoodlandAlchemist.esp=1

MidnightBreed.esp=1

Blaze Of Eventide.esp=1

FasterHorses_Sprint_x2.esp=1

SexualizedBlaze.esp=1

MeekoVigilanceAreHuskies.esp=1

RealisticHuskySounds.esp=1

SLDrunk.esp=1

ArgonianMercArmor.esp=1

BeeingFemaleBasicAddOn.esp=1

UIExtensions.esp=1

MCMCustomOrder.esp=1

Alternate Start - Live Another Life.esp=1

 

 

 

Half of these mods I don't even use, I just keep forgetting to delete them... someday...

 

Here's a screenshot what is going on

 

 

 

 

Thank you for any help you can provide.

 

 

 

-------------------------------------

P.S. thinking about adding 5 min stacking sta/mag regen debuff after having orgasm

50% for males

10% for females

discuss?

 

Sounds good. One thing I was personally wondering, is if it's possible to add an option for rapist, to have a chance of needing multiple orgasms before allowing the animation to end, or preferably have a way of adjusting the excitement rate. I disabled the Sexlab Arousal effect on the excitement bar, but it still feels like it's over too quick to me.

 

Either way, awesome mod. Keep up the great work!

 

no idea

maybe maria, zaz resources?

what is SLPGN?

 

well i guess i can add option to disable sexlabs passive gain over time, so you would only get enjoyment from other actors action

which probably based on relations you wouldnt get

Posted

 

no idea

maybe maria, zaz resources?

what is SLPGN?

 

well i guess i can add option to disable sexlabs passive gain over time, so you would only get enjoyment from other actors action

which probably based on relations you wouldnt get

 

 

 

SLPGN is Sexlab Player gets Necro'd. I got it because I had so many necro animations from Funnybiz that I had to find a use for them.(can't help it, he pops out animations like a machine) But the mod was so buggy I just keep it disabled, besides, it's not really my thing, so I just keep the animations installed for mods like Sexlab Drunk where some of the animations seem to fit right in.

 

Just got rid of Maria, and that wasn't the cause. Took a long while to uninstall though.

 

I'm kind of wary about removing zaz resources because of how many other mods depend on it.

 

Edit:  I don't know what mod is causing it, but it appears to be an invisible item rather than an effect or cloak. Unequipall on the affected npcs causes it to stop.

 

Edit 2: The mod that was causing the problem was 'Follow Me For Sex'. It has it's own cum mesh item it uses, and it seems to not like this mod triggering the orgasm event, and it forgets to uninstall the item that causes the cum mesh animation. Hopefully this helps someone in case they come up with the same problem. Now back to enjoying this mod in all it's awesomeness.

Posted

would be great if you tied the stamina/magicka drain to sexual proficiency and also for animation to end when the active character (males/futas) run out of stamina

Debuff sounds great. Would be good to add a longer buff to getting your partner to orgasm too though. Perhaps small percentage increase in health/stamina/magicka and experience gain for the next 8 hours or so. kinda like what well rested buff gives you.

Posted

 

Hello,

 

Thank you for the update as well as new 'game' mechanics!

After the update, however, I got a warning message every time the first time loading of the game, as shown below:

http://imgur.com/0NBz01F

 

Except for this small annoyance, the new features seem to work flawlessly.

Thanks again for your effort!

Yeah, no idea what's the problem, but since everything is working... W/e

 

 

You get that warning when you forget to initialize the 'RequireExtend' in the script properties window (false). Its partially related to the widgets set client info. The client info is defined as follows on the widget base AS2.
String scriptName
String formName
String formID
The require extending bool checks if the scriptname is the same same 'SKI_WidgetBase'. The whole client data string that get sent to AS2 is the same as 'self' where you would get the same string using Debug.MessageBox(self).
tldr: make sure the RequireExtend is initialized to false in the script property window.
Posted

would be great if you tied the stamina/magicka drain to sexual proficiency and also for animation to end when the active character (males/futas) run out of stamina

 

Debuff sounds great. Would be good to add a longer buff to getting your partner to orgasm too though. Perhaps small percentage increase in health/stamina/magicka and experience gain for the next 8 hours or so. kinda like what well rested buff gives you.

 i guess i can tie stamina to 1 of 4 stats: foreplay,oral,vaginal,oral; something like 10% - stat lvl (1-6)

and magicka to purity level, or rather lack of it, so more you go sex nuts the harder it to resist: 10% + perversion lvl (1-6) - purity lvl

 

i dont think its good idea to end animation, youll probably get like 15-20 ticks at full sta, which will probably end animation too soon, if characted dont have high arousal

 

i guess i can add short term debuff (~5min) and long term buff (~8h) to character who orgasmed

 

 

 

Hello,

 

Thank you for the update as well as new 'game' mechanics!

After the update, however, I got a warning message every time the first time loading of the game, as shown below:

http://imgur.com/0NBz01F

 

Except for this small annoyance, the new features seem to work flawlessly.

Thanks again for your effort!

Yeah, no idea what's the problem, but since everything is working... W/e

 

 

You get that warning when you forget to initialize the 'RequireExtend' in the script properties window (false). Its partially related to the widgets set client info. The client info is defined as follows on the widget base AS2.

String scriptName

String formName

String formID

The require extending bool checks if the scriptname is the same same 'SKI_WidgetBase'. The whole client data string that get sent to AS2 is the same as 'self' where you would get the same string using Debug.MessageBox(self).

tldr: make sure the RequireExtend is initialized to false in the script property window.

 

i forget nothing.... i just have no idea what im doing xD

thx ill try that

Posted

I love this mod just to be clear but I kinda feel like it needs to affect and be affected by arousal also. Reason being my pc's enjoyment will get to almost maxbut after a short time to the next encounter it has already almost bottomed out again. It seems like your enjoyment would make your arousal rise and if your arousal is high then your starting enjoyment should also begin high. It seems to do this with NPC as they watch sex scenes their enjoyment is almost max after the firstpartner but my PC seems to drop off a cliff more or less starting enjoyment over and the new (and very cool) new mechanics to burn stamina limit me enough she will never get to orgasm. Is there a setting I have not correct? Seems like if others had this happening they would have mentioned it but I didnt notice as I skimmed the latest posts. Regardless this will always be in my load order, thank you and here is hoping for an SSE version with full support from all mods when the time comes.

Posted

 

would be great if you tied the stamina/magicka drain to sexual proficiency and also for animation to end when the active character (males/futas) run out of stamina

 

Debuff sounds great. Would be good to add a longer buff to getting your partner to orgasm too though. Perhaps small percentage increase in health/stamina/magicka and experience gain for the next 8 hours or so. kinda like what well rested buff gives you.

 i guess i can tie stamina to 1 of 4 stats: foreplay,oral,vaginal,oral; something like 10% - stat lvl (1-6)

and magicka to purity level, or rather lack of it, so more you go sex nuts the harder it to resist: 10% + perversion lvl (1-6) - purity lvl

 

i dont think its good idea to end animation, youll probably get like 15-20 ticks at full sta, which will probably end animation too soon, if characted dont have high arousal

 

i guess i can add short term debuff (~5min) and long term buff (~8h) to character who orgasmed

 

 

 

Hello,

 

Thank you for the update as well as new 'game' mechanics!

After the update, however, I got a warning message every time the first time loading of the game, as shown below:

http://imgur.com/0NBz01F

 

Except for this small annoyance, the new features seem to work flawlessly.

Thanks again for your effort!

Yeah, no idea what's the problem, but since everything is working... W/e

 

 

You get that warning when you forget to initialize the 'RequireExtend' in the script properties window (false). Its partially related to the widgets set client info. The client info is defined as follows on the widget base AS2.

String scriptName

String formName

String formID

The require extending bool checks if the scriptname is the same same 'SKI_WidgetBase'. The whole client data string that get sent to AS2 is the same as 'self' where you would get the same string using Debug.MessageBox(self).

tldr: make sure the RequireExtend is initialized to false in the script property window.

 

i forget nothing.... i just have no idea what im doing xD

thx ill try that

 

 

At least the option to end if possible? Would really help with the immersion but no pressure.

 

Also not sure if you use http://www.loverslab.com/topic/48493-sexlab-animation-speed-control/. Its a mod that controls animation speed so it makes all stages have slow and fast movements. Would be great if theres a patch to have enjoyment ticks tied to the number of frames to the animation (so increasing speed would have faster/slower enjoyment depending on current enjoyment etc). Not sure if you want to go that far with the support though. Thanks for the hardwork!

Posted

At least the option to end if possible? Would really help with the immersion but no pressure.

 

Also not sure if you use http://www.loverslab.com/topic/48493-sexlab-animation-speed-control/. Its a mod that controls animation speed so it makes all stages have slow and fast movements. Would be great if theres a patch to have enjoyment ticks tied to the number of frames to the animation (so increasing speed would have faster/slower enjoyment depending on current enjoyment etc). Not sure if you want to go that far with the support though. Thanks for the hardwork!

i can make it to advance stage, so animnation will eventually end, but not if agressor hasnt had its orgasm

 

there you go, i cant say i like it

Scripts.7z

Posted

 

 

  • disabled sexlab stage exitement for player involved scenes
  • added support for pc/npc games:
  • stamina used to exite self(pc/npc) during masturbation/agressive scene/rape
  • stamina used to give enjoyment to pc/npcs during normal scenes
  • magicka used to hold off orgasm for 2sec
  • based on relations, npcs might use above mechani
 

 

Could you explain what the effect of relations is on npcs using the mechanics? Does it mean the player doesn't gain excitement is their relationship with their partner is low?

 

there, ive edited 1st page, does that answer you question?

 

 

 

 

P.S. thinking about adding 5 min stacking sta/mag regen debuff after having orgasm

50% for males

10% for females

discuss?

 

 

 

Yeah it does, thanks. Too bad, it means enemies don't force orgasms at all? Maybe it could be configurable somehow.

 

I think the magicka/stamina debuff should be flipped by gender, 50% stamina/10% magick for males, 50% magick/10% stamina for females.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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