Jump to content

Recommended Posts

Posted

Been trying to get this working for weeks and... Nothing seems to work, I presumably have the SE patch set up and when I'm in game the mod has an MCM etc... and then nothing actually happens ever seemingly?...

  • 3 weeks later...
Posted

Does anyone know if the various "orgasm" messages trigger on PC orgasm or on partner orgasm? With SLSO active, those things don't necessarily happen at the same time.

 

I'm in the process of updating some of the messages and I'd like them to have the appropriate wording.

 

Or is it a case where it triggers on both PC and partner orgasm?

  • 1 month later...
Posted
On 2/8/2024 at 7:59 AM, Anunya said:

Does anyone know if the various "orgasm" messages trigger on PC orgasm or on partner orgasm? With SLSO active, those things don't necessarily happen at the same time.

 

I'm in the process of updating some of the messages and I'd like them to have the appropriate wording.

 

Or is it a case where it triggers on both PC and partner orgasm?

 I received a text in the bottom left corner of the screen and my character shook a bit

  • 1 month later...
  • 2 weeks later...
Posted (edited)

I noticed a few things I want to know if they are normal or am I doing something wrong, if the animations are triggered via match maker they have a few problems, One the lines are wrong the animation which clearly says aggressive is using consensual lines, another problem is this mod randomly switches the animation sequence mid stage to another one this also only happens when sequence/animation is triggered with match maker.

 

I also use Battle fuck which seems to work fine all the animations there have non-con lines but the same animations if triggered from match maker does not have those lines.

Edited by ExitCode139
Posted (edited)

How do I get rid of daedric abuse?  My PC was owned by a daedric and accumulated 6 in Daedric Abuse and "tight" in everything else. 

 

Edited by Celedhring
  • 2 weeks later...
  • 1 month later...
Posted

Restarted building my mod apocalypse from scratch after a Skyrim hiatus.

I'm back to having weird black flickering of the textures whenever Apropos applies a new level of W&T.  I had it fixed a long time ago but can't for the life of me remember how.  Anyone know what this is or how to fix?

  • 2 weeks later...
Posted
6 hours ago, Rumi_Nanase said:

I am working on a translation, but I don't know what "WTVAGINAL" means.I understand "VAGINAL."


The WT means wear and tear, so the WTVAGINAL placeholder is for an adjective to describe vaginal damage.

  • 1 month later...
Posted

Hello, the mascara smears are stop working on my PC, but still work on my follower, did the mod have some condition that made mascara smears stop working after a while?

Posted
41 minutes ago, Z@rkn3ss said:

Hello, the mascara smears are stop working on my PC, but still work on my follower, did the mod have some condition that made mascara smears stop working after a while?

They will disappear when the wear & tear level decreases, but they should not disappear just because of time.  If your character's wear & tear level has not decreased, possibly another mod is cleaning your face (removing dirt or semen) and also removing mascara smears.

  • 1 month later...
  • 2 weeks later...
Posted (edited)

Daedric Abuse seems to be buggy. The "Daedric Avg Abuse" never gets decremented, e.g. for me its on level 9, and I can drink as many healing potions as I want, but it never gets lower again. But even if it would, I doubt that removing the Daedric scars tattoo would work, because there's a mismatch between the tattoo texture names ("Scars 3" vs. "scarred_3").

Edit: Just saw, couple of people already reported this, sigh

 

Edit: Ah, I see. Config.EnableCutScratches and Config.EnableDaedricScars are exclusive ("ElseIf). You cannot have both at the same time:

 

   Function ApplyReducedVaginalAbuseWearAndTearAmount(Int amountApplied)
        ....
        If Config.EnableCutScratches

            Int oldCreatureAbuseVaginalState = _creatureAbuseVaginalState
            _creatureAbuseVaginalWearTear = CalculateReducedWearTearValue(amountApplied, _creatureAbuseVaginalWearTear)
            _creatureAbuseVaginalState = Apropos2Util.MapWearTearAmountToState(_creatureAbuseVaginalWearTear)
            LogWearTearChange("creature-abuse-vaginal", _creatureAbuseVaginalWearTear, _creatureAbuseVaginalState)

        ElseIf Config.EnableDaedricScars

            Int oldDaedricAbuseVaginalState = _daedricAbuseVaginalState
            _daedricAbuseVaginalWearTear = CalculateReducedWearTearValue(amountApplied, _daedricAbuseVaginalWearTear)
            _daedricAbuseVaginalState = Apropos2Util.MapWearTearAmountToState(_daedricAbuseVaginalWearTear)
            LogWearTearChange("daedric-abuse-vaginal", _daedricAbuseVaginalWearTear, _daedricAbuseVaginalState)                

        EndIf
    EndFunction

 

Perhaps this is not intended, a bug ? Will try if it works with "EndIf If" instead of "ElseIf".

 

Edit: Yes, this simply was it. This patch fixes this:

 

MyChanges - Apropos2 - DaedricScars - Fix.7z

Edited by nopse0
  • 2 weeks later...
Posted

Made some edits to the mod

The major ones are that its now ESL flagged and I added the ability to morph actors based on vaginal and anal wear and tear.

You can edit the morph nodes in WearAndTear_Morphs.txt, by default its set up to use 3BA nodes.

Apropos2 Edits.7z

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