Jump to content

Dripping when aroused LE


Recommended Posts

Posted

"well its not like waterfall, so its hard to see on screeshots,"

 

I recommend also making a "waterfall" version, just for the heck of it...

 

A super gush at 100 arousal...

Posted

this mod is pretty amazing and the best part is it works during sex too. I'm not sure why because my arousal level shouldn't be going up during a scene but I don't care lol it's freaking awesome to see the drips trigger while a scene is happening hahaha

Posted

Wow just imagine this with Growing Hair, some scissors, and a clean rag?  I am excited about this.  The implications for NPC or humiliation of a slave is fantastic. 

  • 2 weeks later...
Posted

"Dripping" texture is missing for me.

I dont know why...

I have the same thing w/ Privata Needs, animation is working but the pee texture is missing.

Posted

"Dripping" texture is missing for me.

I dont know why...

I have the same thing w/ Privata Needs, animation is working but the pee texture is missing.

 

Double check you have the textures version of Zaz Animation Pack, I'm almost 100% sure that its actually in that pack. This means you should have all 3 files in the Zaz Animations downloads; The animation pack, the update, and the texture pack.

Posted

 

"Dripping" texture is missing for me.

I dont know why...

I have the same thing w/ Privata Needs, animation is working but the pee texture is missing.

 

Double check you have the textures version of Zaz Animation Pack, I'm almost 100% sure that its actually in that pack. This means you should have all 3 files in the Zaz Animations downloads; The animation pack, the update, and the texture pack.

 

 

Thanks, I've just reinstall skyrim and I forgot the ZaZ texture pack...lol
I'm so dumb sometime :-D
 
Great mod :P
Posted

how about a nonzaz version.

I guess this can be done, but what 4? most skyrim LL is build around zaz animation pack
Posted

You may not have a use for 'most', but it seems you have a use for zaz now.

 

Great mod. An MCM would be awesome, and NPC support would be... awesomer? Awesomest?

Posted

Most is an extremely relative term, and I have no use for it.

If you really, really want it, I think you'll have to make it yourself.

 

I don't think you will get it otherwise, it of course really depends on just how badly you want it to be Zaz free.

 

The easiest way for you to do that would probably be to use TESVEDIT which will allow you to copy the bits of Zaz that this mod uses into this mod from the Zaz mod and then it might require a small bit of additional tweaking in the CK.

 

If you do that though, try to remember the steps you took in case this mod is updated and you really want the updated version (and still want to avoid the Zaz mod).

Posted

next version will have mcm(finished) and some sort of cloak spell if i figure out how to do it

Avoid a clock spell if you can, instead use Quest Aliases (see Sexlab Aroused Redux for an example). There seems to be a huge decrease in overhead from using a cloak spell and you avoid the problem of stack overflows that cloak spells often trigger.

Posted

Except this isn't enough of an incentive to add more scripts and anims I'm never going to use, which is why the suggestion exists in the first place.

 

I'm not going to order a full course meal just to get a drink of water.


 

Most is an extremely relative term, and I have no use for it.


If you really, really want it, I think you'll have to make it yourself.

I don't think you will get it otherwise, it of course really depends on just how badly you want it to be Zaz free.

The easiest way for you to do that would probably be to use TESVEDIT which will allow you to copy the bits of Zaz that this mod uses into this mod from the Zaz mod and then it might require a small bit of additional tweaking in the CK.

If you do that though, try to remember the steps you took in case this mod is updated and you really want the updated version (and still want to avoid the Zaz mod).

 

 

 

Which is is more inline with being workable.
 

Posted

 

next version will have mcm(finished) and some sort of cloak spell if i figure out how to do it

Avoid a clock spell if you can, instead use Quest Aliases (see Sexlab Aroused Redux for an example). There seems to be a huge decrease in overhead from using a cloak spell and you avoid the problem of stack overflows that cloak spells often trigger.

 

well i guess ill give a test with something like(from my other mod):



	if DW_Cloak.GetValue() == 1
		Cell akTargetCell = PlayerREF.GetParentCell()
		int iRef = 0
		while iRef < akTargetCell.getNumRefs(43) ;GetType() 62-char,44-lvchar,43 -npc
			If akTargetCell.getNthRef(iRef, 43)).HasKeywordString("ActorTypeNPC")
				Actor aNPC = akTargetCell.getNthRef(iRef, 43) as Actor
				If aNPC.GetDistance(PlayerREF) < 500 && SLA.GetActorArousal(aNPC) >= 50
					DW_Dripping_Spell.cast( aNPC )
				EndIf
			EndIf
			iRef = iRef + 1
		endWhile
	endif

Posted

That will do for a test but the "cell scan" can be an overhead hog too plus the fact that it scans the current cell only which means that actors standing right next to you but in another cell will be missed if you are standing next to a cell boundary.

 

The alias fill or even the cloak spell can of course have the overhead reduced my making sure you use conditions on them. For example since this is for women a sex check condition would eliminate the men and your distance check as a condition could also cut down the NPCs selected that would have to be examined in the first place.

 

The arousal check can also be put into the condition since it can be gotten using the rank within the sla_aroused faction for the targeted actor which canbe done with a condition and is lightweight unlike the call to SLA.GetActorArousal which is highly recommended as a do not use function.

 

All things considered, even the cloak spell should be fairly lightweight if you put all those conditions onto it since there will not be many women that are so aroused.

Posted

Would you consider including a version with just the dripping after sex? One that doesn't require the arousal mod.

there, cum only, should be working, haven't tested it

Posted

 

Would you consider including a version with just the dripping after sex? One that doesn't require the arousal mod.

there, cum only, should be working, haven't tested it

 

Wow, that was fast. Thanks.  ^_^ (Edit) After testing it with a few rounds, I don't see any dripping. Maybe I just don't know what I'm looking for. Is is supposed to appear as white drops on the floor or as just a mess on her legs? I'm not seeing anything. :(

Posted

The textures come from Zaz Animation pack, you probably need these installed (3 files) as there are no textures in the Cum Only version.

Alternatively, install the normal version and overwrite with the Cum Only version.

Posted

Also remember, the dripping uses the equipment slot 61. So if you've, for example, set that slot to DD hider, there won't be any dripping.

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...