Jump to content

Spank That Ass


Recommended Posts

Posted
7 minutes ago, xyzxyz said:

Does the dialogue system of this mod conflicts with Sexlab Dirty talk? Dirty talk is shown during the sex animation.

Don't use that mod but I'm going to guess that it's silent dialogue? Whereas STA is voiced (badly. Some lines anyway). So the subtitles may potentially clash but with that said I don't think subtitles work in free-cam mode anyway - They're disabled from the hud and so only work when the camera is attached in that awkward position around the scene. 

STA may not actually have subtitles if 'Use dummy' option is disabled which would mean the dialogue is coming directly from the player character. I'm not 100% certain though and I can't check right now. 

Posted
22 minutes ago, Monoman1 said:

Don't use that mod but I'm going to guess that it's silent dialogue? Whereas STA is voiced (badly. Some lines anyway). So the subtitles may potentially clash but with that said I don't think subtitles work in free-cam mode anyway - They're disabled from the hud and so only work when the camera is attached in that awkward position around the scene.  

STA may not actually have subtitles if 'Use dummy' option is disabled which would mean the dialogue is coming directly from the player character. I'm not 100% certain though and I can't check right now. 

It is silent lines shown during the normal sex animation view. Dirty talk doesn't work in free cam mode.

Posted

Even with the newest version (2.1) I have the issue of the "Pain" effect decreasing my stats instead of increasing them at likes and loves levels of masochism. Had the issue before too, any fix for that?

Posted
14 hours ago, Monoman1 said:

Because vortex.

You'll have to install manually. Have a look at this post: https://www.loverslab.com/topic/118840-spank-that-ass/?do=findComment&comment=2654591

 

How come this isn't on the main page and why don't you repack the mod so it will have the right file structure? You think people arriving here will read the entire thread to find that post? Maybe don't release mods in he future if you can't even update your own mod description. I'm saying this because when you release a mod you also have the responsibility to upload it in a working shape or at least provide clearly visible information to make it work.

Posted
Quote

How come this isn't on the main page and why don't you repack the mod so it will have the right file structure? You think people arriving here will read the entire thread to find that post? Maybe don't release mods int he future if you can't even update your own mod description.

Wow! Ok. 

3 hours ago, Vidust said:

Even with the newest version (2.1) I have the issue of the "Pain" effect decreasing my stats instead of increasing them at likes and loves levels of masochism. Had the issue before too, any fix for that?

Are you sure it's actually a debuff? The active effect will still show as red but should provide a buff. It's a minor visual bug. See pics:

Spoiler

stats.thumb.jpg.8f1afbe8424002881e66ce7f0fb13613.jpg

 

effect.jpg.1483d9209eab6408c380ebc3e825e4a3.jpg

 

1 hour ago, xyzxyz said:

Which mods trigger the spanking after rape?

I don't understand your question.

58 minutes ago, xyzxyz said:

In what situations will the player speak during sex? I never saw it so far and hitting the speak Button doesn't do anything.

In pretty much all situations. Try enabling 'Always use dummy'. 

Posted
32 minutes ago, saltshade said:

 

How come this isn't on the main page and why don't you repack the mod so it will have the right file structure? You think people arriving here will read the entire thread to find that post? Maybe don't release mods in he future if you can't even update your own mod description. I'm saying this because when you release a mod you also have the responsibility to upload it in a working shape or at least provide clearly visible information to make it work.

Ok I'll bite.

 

The FoMod was working with vortex until a recent vortex update. The FoMod works with every other mod manager. What does that tell you? I am not mod manager technical support. 

That and I don't have the time to do everything. I just spent an hour this morning answering questions on my mod pages. 

And when you've spent as much time as me in the creation kit then you can lecture me. 

Posted
5 hours ago, Monoman1 said:

I don't understand your question. 

In pretty much all situations. Try enabling 'Always use dummy'. 

Sorry about that. My brain was melted yesterday.. What mods rape the player? It works with DEFEAT sometimes (DEFEAT has problems).

Posted
5 hours ago, Monoman1 said:
8 hours ago, Vidust said:

Even with the newest version (2.1) I have the issue of the "Pain" effect decreasing my stats instead of increasing them at likes and loves levels of masochism. Had the issue before too, any fix for that?

Are you sure it's actually a debuff? The active effect will still show as red but should provide a buff. It's a minor visual bug. See pics:

Unfortunately, yes I'm sure. The numbers are positive, as in ex. "Pain is affecting your (stats) by 5 points", so when I open the level up/skill screen, my Stam/Mag/HP are all numbers in red, that are lower than their base values. They're all ex. 5 points lower if the pain effect says 5, they're all decreased by the same amount, so no I don't have any other mods or affects also changing my stats. Thanks for the quick reply though. :)

Posted
44 minutes ago, xyzxyz said:

Sorry about that. My brain was melted yesterday.. What mods rape the player? It works with DEFEAT sometimes (DEFEAT has problems).

in my experience it seems to work with any mode that initiates sex and tags the PC as victim. 

 

 

Posted

Set it 0,1, got raped twice, got spanked every 2 seconds and became a masochist in no time^^ That's not how it should go I guess^^

Posted
1 hour ago, xyzxyz said:

Sorry about that. My brain was melted yesterday.. What mods rape the player? It works with DEFEAT sometimes (DEFEAT has problems).

As Corsayr says. It'll work with anything that triggers aggressive sex (rape) but there's only a chance of it starting on rape. You can crank up the chance in the mcm.

12 minutes ago, xyzxyz said:

Set it 0,1, got raped twice, got spanked every 2 seconds and became a mosachist in no time^^ That's not how it should go I guess^^

Eh no :)

0.1 is a bit small. Even 0.4 might be too small. It really depends on your mod setup and how you like to play. 

50 minutes ago, Vidust said:

Unfortunately, yes I'm sure. The numbers are positive, as in ex. "Pain is affecting your (stats) by 5 points", so when I open the level up/skill screen, my Stam/Mag/HP are all numbers in red, that are lower than their base values. They're all ex. 5 points lower if the pain effect says 5, they're all decreased by the same amount, so no I don't have any other mods or affects also changing my stats. Thanks for the quick reply though. :)

Weird. Ok. I'm trying to trace this through the code. 

 

This is the apply pain function: 

Function ApplyPainEffect()
	Float MasochistAttitude = SpankUtil.GetMasochismAttidue(SpankUtil.PlayerMasochism)
	Float Pain = (SpankUtil.IntensityAss + SpankUtil.IntensityTits)
	Float Magnitude
	If SpankUtil.GetIsPlayerMasochist()
		Pain = (SpankUtil.IntensityAss + SpankUtil.IntensityTits)
		Magnitude = -((-1.0 + Pain) * MasochistAttitude * PainDebuffMax)
	Else
		Magnitude = -((Pain / 2.0) * MasochistAttitude * PainDebuffMax)
	EndIf

	Int i = SLS_Pain.GetNumEffects()
	While i > 0
		i -= 1
		SLS_Pain.SetNthEffectMagnitude(i, Magnitude)
	EndWhile
	PlayerRef.RemoveSpell(SLS_Pain)
	Utility.Wait(0.15) ; Pain not appearing sometimes without a wait :S
	PlayerRef.AddSpell(SLS_Pain, false)
EndFunction

So as long as GetIsPlayerMasochist() is right it should flip over.

This is GetIsPlayerMasochist(): 

Bool Function GetIsPlayerMasochist()
	Int Masochism = GetMasochismAttidue(PlayerMasochism)
	If Masochism < 0
		Return false
	Else
		Return true
	EndIf
EndFunction

And finally: 

Int Function GetMasochismAttidue(Float ValueToCheck)
	If ValueToCheck < MasochismStepSize ; Hates
		Return -2
	ElseIf ValueToCheck < MasochismStepSize * 2.0 ; Dislikes
		Return -1
	ElseIf ValueToCheck < MasochismStepSize * 3.0 ; Likes
		Return 1
	Else
		Return 2 ; Loves
	EndIf
EndFunction

I can't see anything immediately wrong. 

What is your masochism step size set to and what value does the mcm give you for your "masochism status"?

 

Also just an idea but maybe you're just not getting enough spanking? If pain isn't high enough you get a debuff as a masochist. I suggest run around sprinting into npcs for a while. Or turn furniture spanking chance up to 100% and jump into a smithy in a busy city and go for a cup of coffee. When you get back she should be a fine shade of red :D

Then check again if you're still debuffed. 

Posted

If you could add an on/off option in the mcm I can use this mod. It was fun, and the voice dialogue are well done and really surprised me. But since my main chars are male I have to disable it.

Posted
2 hours ago, xyzxyz said:

If you could add an on/off option in the mcm I can use this mod. It was fun, and the voice dialogue are well done and really surprised me. But since my main chars are male I have to disable it.

Would it not be better if you created separate mod profiles for male and female? You can do this in MO anyway. 

I mean as reassuring as an Mcm toggle is, it doesn't really mean everything is actually off. You're still loading a pile of useless scripts into your game...

Posted
29 minutes ago, Monoman1 said:

Would it not be better if you created separate mod profiles for male and female? You can do this in MO anyway. 

I mean as reassuring as an Mcm toggle is, it doesn't really mean everything is actually off. You're still loading a pile of useless scripts into your game...

I will try that, thank you. When will followers spank the player? During consensual sex?

Posted
9 hours ago, Monoman1 said:

Ok I'll bite.

 

The FoMod was working with vortex until a recent vortex update. The FoMod works with every other mod manager. What does that tell you? I am not mod manager technical support. 

That and I don't have the time to do everything. I just spent an hour this morning answering questions on my mod pages. 

And when you've spent as much time as me in the creation kit then you can lecture me. 

Sorry about my "salty" tone, but I'm not even using vortex. I'm using Mod Organizer and your mod is the only mod that I had this problem with. So that tells me you did something wrong with the fomod setup.

 

Here is a reorganized mod archive with support for all extras for anyone that needs it. I have all the time in the world so if need any help that doesn't require scripting, just let me know.

Spank That Ass v2.1_DD_MME_SLO.rar

Posted
1 hour ago, saltshade said:

Sorry about my "salty" tone, but I'm not even using vortex. I'm using Mod Organizer and your mod is the only mod that I had this problem with. So that tells me you did something wrong with the fomod setup.

 

Here is a reorganized mod archive with support for all extras for anyone that needs it. I have all the time in the world so if need any help that doesn't require scripting, just let me know.

Spank That Ass v2.1_DD_MME_SLO.rar 5.61 MB · 0 downloads

I use MO as well and it works just fine. 

 

 

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