Jump to content

Recommended Posts

Posted

My earlier report on getting spanked when wearing armor didn't occur again, I was probably tired lol

 

On another note, do you have plans for a configurable cooldown for the spanking overlays ?  I play with Slaverun which means my character is naked a lot, thus gets spanked a lot.  However I wish her ass wasn't red all the time and that she could "heal" faster

Posted

the4y will 100% fight. but its not much  u just have to add a the section for it to send info to silf instead.

yours should just need this to send info to silf instead of them fighting

 

Function SetBodyMorph(Actor kActor, String morphName, float value)
    if (Game.GetModbyName("SexLab Inflation Framework.esp") != 255)
        SLIF_morph(kActor, morphName, value)
    else
        NiOverride.SetBodyMorph(kActor, morphName, NIO_KEY, Value)
    endIf
EndFunction

Function SLIF_morph(Actor kActor, String morphName, float value)
    int SLIF_event = ModEvent.Create("SLIF_morph")
    If (SLIF_event)
        ModEvent.PushForm(SLIF_event, kActor)
        ModEvent.PushString(SLIF_event, "Aroused Nips")
        ModEvent.PushString(SLIF_event, morphName)
        ModEvent.PushFloat(SLIF_event, value)
        ModEvent.PushString(SLIF_event, NIO_KEY)
        ModEvent.Send(SLIF_event)
    EndIf
EndFunction

Posted

Just wanted to post this: Nether's Follower Framework, though good as it is, is not a Follower Mod you want to have installed if you want to get spanked by your Follower with StA. It modifies the bump so that you almost never get spanked, even when naked. Or so it was on my last try with it.

 

Had much better results with EFF. Though I am going Vanilla on my next try.

 

 

 

 

Posted
1 hour ago, Kalthen said:

Just wanted to post this: Nether's Follower Framework, though good as it is, is not a Follower Mod you want to have installed if you want to get spanked by your Follower with StA. It modifies the bump so that you almost never get spanked, even when naked. Or so it was on my last try with it.

 

Had much better results with EFF. Though I am going Vanilla on my next try.

 

using NFF too and those followers can't keep their hands away,

but if you set the time till follower idle too low they will pretty much never be close enough to even see your ass, depending on the idle range.

Alternative make your followers stay close via NFF MCM, deactivate idle and get spanked while you try to push them out of the way all the time.

 

Do you use the combo DEC & NFF too?

Posted
1 hour ago, donttouchmethere said:

using NFF too and those followers can't keep their hands away,

but if you set the time till follower idle too low they will pretty much never be close enough to even see your ass, depending on the idle range.

Alternative make your followers stay close via NFF MCM, deactivate idle and get spanked while you try to push them out of the way all the time.

 

Do you use the combo DEC & NFF too?

Yup, I really like NFF. It's pretty well done. Works nice in combo with DEC. I'll try upping the time till follower idle and see if I get better results. Thanks man.

 

With EFF you can set it even closer; so alot of Spanking;) 

 

Sadly NFF is not compatible with DDF and I still want to see how vanilla works out together with DDF and StA since there is also a compatibility with loosing Willpower.

Posted
10 minutes ago, Kalthen said:

Yup, I really like NFF. It's pretty well done. Works nice in combo with DEC. I'll try upping the time till follower idle and see if I get better results. Thanks man.

 

With EFF you can set it even closer; so alot of Spanking;) 

 

Sadly NFF is not compatible with DDF and I still want to see how vanilla works out together with DDF and StA since there is also a compatibility with loosing Willpower.

Just asking about NFF & DEC, because I never ever saw DECs escape dialog "glance at follower" anymore to escape enslavement or rape.

My followers are often in idle and not close to the PC, still I'm curious if you have seen an "glance at follower" dialog on you game with DEC & NFF combo?

 

Why is NFF not compatible with Devious Followers? I use NFF with DF too and I can dismiss followers after paying them and they trigger all DF stuff they should (like sending you to a tavern in bondage and unspeakable other devious things).

Did I miss something (too many things happen atm on my setup from all those LL evilness)?

 

I even changed to NFF because it works better with DF, but that was before all those NFF updates and new features.

Posted
46 minutes ago, letterman said:

death hounds were attacking the dummies ?

Thanks for reporting. Looks like adding them to PredatorFriendFaction "Friends with PredatorFaction" [FACT:000D263E] will solve this. Try this: Spank That Ass.esp

4 hours ago, mangalo said:

On another note, do you have plans for a configurable cooldown for the spanking overlays ?  I play with Slaverun which means my character is naked a lot, thus gets spanked a lot.  However I wish her ass wasn't red all the time and that she could "heal" faster

I will see if I can do something but the method of calculating it is already fairly complex (for me at least). 

+ butter will need it too if it's to help heal you.

4 hours ago, sidfu said:

the4y will 100% fight. but its not much  u just have to add a the section for it to send info to silf instead.

Thanks. I'll check it out. 

Posted
6 hours ago, sidfu said:

yours should just need this to send info to silf instead of them fighting

Can you test this and let me know: AN Slif Patch.7z

It compiles but more than that I can not say as I just can't run Skyrim right now. 

Posted

gave it a try and it seems to work. went outside and when got cold it picked up the silf messgage abootu aroused nips and it applied it. best to test yourself when u get  a chance to make sure everythng is 100% to your liking

Posted

How difficult would it be to revamp bodyscale randomizer? As of now it randomizes bust, butt, belly, height and weight it could randomize so much more..

Posted
13 minutes ago, Durante said:

How difficult would it be to revamp bodyscale randomizer? As of now it randomizes bust, butt, belly, height and weight it could randomize so much more..

Sorry but I'm not willing to take on any more projects at the moment. Not until after the MWA update. Possibly not until after a Survival update. I just don't have the time.

Posted

What a nice coincedence. I was just aborting a new run cause I didn't setup my SLIF patches correctly. Giving the tweak a go and start in a cold region right away. Thanks, man.

Posted
20 minutes ago, Kalthen said:

What a nice coincedence. I was just aborting a new run cause I didn't setup my SLIF patches correctly. Giving the tweak a go and start in a cold region right away. Thanks, man.

As much as I like AN the default settings are a bit much. So personally I reduce the length and increase the size. Sometimes subtle is better.

Posted

so in process of making sure the silf patch was good u wind up finding other problems lol?
im still trying to find  aroused nipple settings i like. i always looks to long to pointy or its not enough hard to find good settings to match rest of my silf settings ?

Posted
27 minutes ago, sidfu said:

so in process of making sure the silf patch was good u wind up finding other problems lol?
im still trying to find  aroused nipple settings i like. i always looks to long to pointy or its not enough hard to find good settings to match rest of my silf settings ?

Most of the problems I knew about. Its just hard to find the time to fix. Too damn busy. + they were fairly minor anyway.

 

Here are the settings I use. Of course everyone is going to be a bit different. (body type/sliders etc)

 

 


1963417391_ANsettings.jpg.2825b50328f9e002fa4366cdc5ff5dfd.jpg
 

 

Posted

I usually get rid of the perkiness first. Doesn't look right on my preset. And then I make the areolas a bit smaller and put the nips around 1.60 upwards depending on my weight.

Posted

Hello, may be you've answered that question and i haven't seen it, anyway.

I'm about your spanking mod. Will be there any things for sadists in your mod? For example, I'd like to spank my wife and want to see her tears and so on. And punish her through the dialog something like: "you was a bad girl, bare your ass"?)

Posted
26 minutes ago, Kobalt_Reptile said:

Hello, may be you've answered that question and i haven't seen it, anyway.

I'm about your spanking mod. Will be there any things for sadists in your mod? For example, I'd like to spank my wife and want to see her tears and so on. And punish her through the dialog something like: "you was a bad girl, bare your ass"?)

Maybe some day. Right now, it's player focused masochism only really. 

Posted
23 hours ago, Monoman1 said:

Thanks for reporting. Looks like adding them to PredatorFriendFaction "Friends with PredatorFaction" [FACT:000D263E] will solve this. Try this: Spank That Ass.esp

it doesn't seem to have helped. i don't get it. so far in this playthrough this is the only creature this has happened with.

 

edit: also, pressing middle mouse button doesn't seem to be doing anything for me? edit: nevermind. i toggled "always use dummy" and now it's working

Posted
30 minutes ago, letterman said:

it doesn't seem to have helped. i don't get it. so far in this playthrough this is the only creature this has happened with.

 

edit: also, pressing middle mouse button doesn't seem to be doing anything for me? edit: nevermind. i toggled "always use dummy" and now it's working

Ok I'll check it out when I can.

 

You might have to spam the key a bit. She tends to talk over you with her automatic comments. 

Posted
1 hour ago, letterman said:

it doesn't seem to have helped. i don't get it. so far in this playthrough this is the only creature this has happened with.

Hmm. I placed some death hounds around myself and was attacked. Then I loaded my save and did 'player.addtofaction 2E893 0' and placed some more death hounds and they left me alone. So it would seem to be working for me at least. 

 

Can you get me a BaseID of one that attacks you. And what mod is at the load order of that formID (the first two hex digits)

Posted
33 minutes ago, Monoman1 said:

Hmm. I placed some death hounds around myself and was attacked. Then I loaded my save and did 'player.addtofaction 2E893 0' and placed some more death hounds and they left me alone. So it would seem to be working for me at least. 

 

Can you get me a BaseID of one that attacks you. And what mod is at the load order of that formID (the first two hex digits)

02017ec2 i tried spawning some new ones in too and they still attacked. last time i had this issue it was a detection mod causing the issue, but i don't have any other detection mods installed.

Posted
8 hours ago, letterman said:

02017ec2 i tried spawning some new ones in too and they still attacked. last time i had this issue it was a detection mod causing the issue, but i don't have any other detection mods installed.

Yeah that's the same death hound I spawned. The only thing I can suggest really is load your entire load order in TesEdit, punch in that formid and see if something is overwriting it. It could still be something that 'operates on the fly' though. Someone reported this mod causing problems: https://www.nexusmods.com/skyrim/mods/79141

But after that it's down to the usual skyrim debugging -> disabling/enabling esps.

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