Jump to content

Recommended Posts

Posted

Until it is fixed, you could say you were delirious from blood loss and stumbled/fled away from the scene of the animal attack just to collapse in some other random place. That is where you find yourself when you wake up well enough to start having coherent thoughts again.

Posted

Ashen -> Did you at some point disabled the Player As Victim part? I discovered a bug related to that, fixed next update, you can try to uninstall and then reinstall using the MCM function, it should reconfigure the mod right.

 

I discovered one interesting thing in my game. When pressing "G" key on enemy during the battle, my success of rape the enemy is abut 30% - 40%, but when pressing "Enter" key, I've got 90%-100%  to rape. This was tested with 3 different male characters regardless of stamina, health and magicka level.

By "enter" key you mean your activate key?

 

Yea, Goubo. I can activate rape trying during the battle with both keys "G " and "Enter". And i don't even have to be behind the victim. With "Enter" the rape is guaranteed. (At least in my game)

Posted

Has your companion ever got rape before with the newest version?

I have experience scenario where if they have been rape in combat, they might not get rape again for some time (not sure why), try using the Clean function to help.

 

When I first started using it, my companion did after the 'first round' with my character.

But now it doesn't seem to happen at all, no "Enemy wants to rape companion" or anything, the only thing that seems to happen is that when it is happening with my character - one enemy will walk up to my companion in the down position and the enemy will just point at her and thats it, just carries on looking at her. No stripping or anything.

 

I figure it must have been a goof up somewhere on my end. Thanks. xP

Posted

Ashen -> Did you at some point disabled the Player As Victim part? I discovered a bug related to that, fixed next update, you can try to uninstall and then reinstall using the MCM function, it should reconfigure the mod right.

 

I discovered one interesting thing in my game. When pressing "G" key on enemy during the battle, my success of rape the enemy is abut 30% - 40%, but when pressing "Enter" key, I've got 90%-100%  to rape. This was tested with 3 different male characters regardless of stamina, health and magicka level.

By "enter" key you mean your activate key?

 

oh so that's why. thanks.

Posted

I have some weird issues with this mod. Hope some can help me.

I am playing with female char. and when I try to rape a male the actors are revers (using settings female rapist use cowgirl animation only). When I try to reverse them back by default key it will bug even more. It´s same with necrophili and if I disable setting female cowgirl only then game just crash.

Posted

I have some weird issues with this mod. Hope some can help me.

I am playing with female char. and when I try to rape a male the actors are revers (using settings female rapist use cowgirl animation only). When I try to reverse them back by default key it will bug even more. It´s same with necrophili and if I disable setting female cowgirl only then game just crash.

 

Thats a known problem and should be resolved in the next update by Goubo.

Posted

Hey guys! I've a minor issue that I'm trying to fix- for some reason trying to initiate aggression using G doesn't work out of combat, doesn't even give an error. It works against targets in combat when they are doing their knocked-down animation, however trying to do it out of combat, even from the back, does nothing (tried also sneaking, with Prerequisit set to either Threshhold or Resist).

Taunting friendly targets and then getting them to attack works, but is a work-around really.

Posted

Hi, first off all I can say is amazing mod. However recently after re-installing skyrim I'm encountering some problems, I suspect it may be related to this mod more than others. 

 

During normal world encounters everything is fine, I can grapple people fine etc, rape is fine etc. However as soon as I enter the bleak falls barrow, as soon as I grapple anyone, my character just ends up strangling them to death instead of grappling them, as soon as I leave everything seems to revert back to normal. Is there any reason for this, or maybe some pointers about what maybe fouling things up.

 

 

Thanks

Posted

Well, perhaps I'm only one with this problem so i will try to elaborate more:

Using two keys of this mod Activate(def. G) and Modifier(def. Shift) i should be able to

A ) rape target when using G+Shift

B ) kill(strangle) target when using only G

 

but no matter what I'm pressing, how long and on what key I bind it(i even tried bind action and modifier to same key) i always get the B ).

As a side note when I initiate action from standard activation menu with options Assault attempt or Sneak assault I get same result.

 

 

 

Hi!

 

first post here(Yay!), i have a problem with Your mod which pretty much sums up to always instakill target when using DefeatAction key + DefeatModification key. I did some basic debugging but unfortunately I'm unable to compile your scripts so only in passive manner, however I ended with this part of code which doesn't seem to be faulty and is same since V4.2.1.7z but is the last thing before "Choke victim to death" part.

 

Any help would be appreciated.

Bool Function InstantRape(Actor P)
    If (P == Player)
        If (Input.IsKeyPressed(KActivate) && Input.IsKeyPressed(RessConfig.GVHKModifier.GetValueInt())) || (Input.IsKeyPressed(RessConfig.GVHKAction.GetValueInt()) && Input.IsKeyPressed(RessConfig.GVHKModifier.GetValueInt()))
            Return True
        Endif    
    Else
        If (Input.IsKeyPressed(RessConfig.GVHKModifier.GetValueInt()) && Input.IsKeyPressed(RessConfig.GVHKActionPartner.GetValueInt()))
            Return True
Endif    
Endif
    Return False
EndFunction

No answer so far, last time trying,

To the info said before i can only add that i have installed all four required mods, disabled all other except basic skyrim(expansions+patches) and textures+skeleton. Animations and everything is working fine while using for example lover's victim.

Posted

Hi, I am having a problem with actually raping npc's. I havnt tested getting raped but robbing npc's work, tieing them up work, reviving works. but when I select rape all my character does is take all of the npc's clothes off including weapon and the npc screams out that she yields. nothing more I can even walk around like normal. and everytime I try to initiate rape he teleports behind her and does nothing again.

I'm not sure if there was a problem like this before and if someone lended out a fix but I couldnt find it (considering just how many pages of replies there are)

 

edit: I cleaned up sexlab and made a clean save, I tested it without animosity and crime (to make it easier) on a khajitt, appears to worked but I am not convinced that I am totally in the clear. I'll test more incase something happens.

Posted

Hi, first off all I can say is amazing mod. However recently after re-installing skyrim I'm encountering some problems, I suspect it may be related to this mod more than others.

 

During normal world encounters everything is fine, I can grapple people fine etc, rape is fine etc. However as soon as I enter the bleak falls barrow, as soon as I grapple anyone, my character just ends up strangling them to death instead of grappling them, as soon as I leave everything seems to revert back to normal. Is there any reason for this, or maybe some pointers about what maybe fouling things up.

 

 

Thanks

I suspect that is a vanilla skyrim issue. Bleak Falls is meant to be sort of a tutorial dungeon, so I think it has different rules than everywhere else. Kinda like Helgen is different from everywhere else - you can't sleep inside Helgen Keep, for instance, and the ambient noise remains the sound of the dragon attack.

Posted

 

 

Well, perhaps I'm only one with this problem so i will try to elaborate more:

Using two keys of this mod Activate(def. G) and Modifier(def. Shift) i should be able to

A ) rape target when using G+Shift

B ) kill(strangle) target when using only G

 

but no matter what I'm pressing, how long and on what key I bind it(i even tried bind action and modifier to same key) i always get the B ).

As a side note when I initiate action from standard activation menu with options Assault attempt or Sneak assault I get same result.

 

Hi!

 

first post here(Yay!), i have a problem with Your mod which pretty much sums up to always instakill target when using DefeatAction key + DefeatModification key. I did some basic debugging but unfortunately I'm unable to compile your scripts so only in passive manner, however I ended with this part of code which doesn't seem to be faulty and is same since V4.2.1.7z but is the last thing before "Choke victim to death" part.

 

Any help would be appreciated.

Bool Function InstantRape(Actor P)
    If (P == Player)
        If (Input.IsKeyPressed(KActivate) && Input.IsKeyPressed(RessConfig.GVHKModifier.GetValueInt())) || (Input.IsKeyPressed(RessConfig.GVHKAction.GetValueInt()) && Input.IsKeyPressed(RessConfig.GVHKModifier.GetValueInt()))
            Return True
        Endif    
    Else
        If (Input.IsKeyPressed(RessConfig.GVHKModifier.GetValueInt()) && Input.IsKeyPressed(RessConfig.GVHKActionPartner.GetValueInt()))
            Return True
Endif    
Endif
    Return False
EndFunction
No answer so far, last time trying,

To the info said before i can only add that i have installed all four required mods, disabled all other except basic skyrim(expansions+patches) and textures+skeleton. Animations and everything is working fine while using for example lover's victim.

Have patience. Fixing these things takes time, and G already has his hands full

Posted

It seems like Necrophilia isnt working for me. I kill a person, click Necrophilia. The person is stripped but I cant do anything to her,

even if I change weapons or become barehanded. Spamming Shift + G doesnt work.

Posted

It seems like Necrophilia isnt working for me. I kill a person, click Necrophilia. The person is stripped but I cant do anything to her,

even if I change weapons or become barehanded. Spamming Shift + G doesnt work.

 

I get a different outcome. instead of just a nude person, I get a nude person that ingested rocket fuel. Springs wayyyy up into the air

Posted

 

I suspect that is a vanilla skyrim issue. Bleak Falls is meant to be sort of a tutorial dungeon, so I think it has different rules than everywhere else. Kinda like Helgen is different from everywhere else - you can't sleep inside Helgen Keep, for instance, and the ambient noise remains the sound of the dragon attack.

 

 

Bits of Ustengrav are like this as well particularly in the early Draugr encounters

 

Posted

 

 

*sigh* i think this is the first time ive had a real issue with a mod i couldn't fix.

 

For some reason the new version of defeat just won't fire off for me the older non DA version works just fine but not the new one.

 

I'm running SD+ but that hasn't caused any issues in the past I've also tested by setting all levels to 100% and getting in a protracted brawl and letting them hit me from behind (which was previously a sure fire way of getting it to trigger).

 

I've uninstalled / reinstalled and cleaned up defeat but still no go.

 

Anyone have suggestions?

 

Defeat when combined with Death Alternative works fine but when you let it play out at the default settings in MCM, its really unlikely to occur.

 

#1 Death alternative makes Defeat use the Bleed Out State rather than the Thresh-hold method so that's a big change.

 

#2 SD+ has a setting in Death Alternatives "Bleed Out" that makes its priority as likely as a Defeat Scene, actually I've never seen a Defeat Scene play when SD+ is allowed to have the same weight in "Bleed Out"

 

Solution, Change the Priority of SD+ in Bleed-out to zero, SD+ scenes are also in the "Black-Out" state.  This means that 1st Bleed-out your going to see a Defeat scene.  2nd Bleedout you will have to reach Black-Out State and then SD+ will play its scene.

 

SD+ in Blackout Scene is probably still too high of a weight and you will likely never see AD scenes as a result, so there again you have to tweak the chance to see other scenes happen.

 

What this means is with DA, your entire health bar is your new Thresh-hold for the Player, Followers and NPC's still function with the Defeat Thresh hold.

 

TLTR

You have to edit in MCM Death Alternative under Bleedout Section to see the mod line up function as intended.

 

 

I'm away from my gaming PC at the moment but i couldn't remember seeing anything in the MCM for Defeat the references DA, do i need DA installed as well?

 

I'm running an older version of SD+ (Probably not sure if its been updated) so that might be part of it as well.

 

So both SD+ and Defeat have been reworked to use DA or is it just Defeat and both are fighting for the bleedout trigger, Defeat still seems to reference the chance on hit with both health and stamina.

 

Should a DA MCM have been added? I didn't notice but then again i wasn't expecting it so didn't look :/

 

 

 

Defeat is stand alone until you install the new release of Death Alternative, might be problem there if you have the older DA.

 

SD+ was updated to use the new DA.

 

Yes both SD+ and Defeat will use new DA.  You will have to tweak settings in DA to get things running right. 

 

DA now has MCM menu, you might not need a new game not sure about clean saves.

 

Its definitely worth upgrading and starting a new game....SD+ works well with Hormones and PSQ Succubus, basically your in Succubus training the moment your Defeated and enslaved.  Hormones also can make your char a Succubus with Puppet Master (which is off until you are a Succubus).

 

I had to ditch out a lot of other script mods like Frostfall, wet and cold, iNeed, so heads up and it was worth.

Posted

I don't know if this issue has occurred before and if it has been solved. I installed the latest version of Defeat recently and it was working great in the beginning. However it started acted all funny recently and I haven't been installing any other mods after this. My character is getting stripped as if Defeat was in use, only problem is that there is no one there to "attack" the character. Later the character just stands there, no animations, no clothes, no sounds, no nothing, and I am unable to control it entirely. I have unchecked a bunch of other sex related mods, but sadly it seems that the culprit is Defeat. This problem happens without any warning or anything, and it happens around 2 - 7 minutes in game, whether I am in battle or not, the time scale varies.

Any ideas of what could be causing this problem?

Posted

I tried this mod and Skyrim hangs at the startup tip page, and I have to restart the PC as no other commands work.

 

On that same screen an error message pops up saying I don't have the 1.7 SKSE update. Problem is, I'm also using other Nexus mods that are using the 1.6.16 non-alpha SKSE.

 

When I use 1.7, it hangs with no error popups. If I use the current SKSE, I get the 1.7 popup and it still hangs. =(

Posted

 

Hi, first off all I can say is amazing mod. However recently after re-installing skyrim I'm encountering some problems, I suspect it may be related to this mod more than others.

 

During normal world encounters everything is fine, I can grapple people fine etc, rape is fine etc. However as soon as I enter the bleak falls barrow, as soon as I grapple anyone, my character just ends up strangling them to death instead of grappling them, as soon as I leave everything seems to revert back to normal. Is there any reason for this, or maybe some pointers about what maybe fouling things up.

 

 

Thanks

I suspect that is a vanilla skyrim issue. Bleak Falls is meant to be sort of a tutorial dungeon, so I think it has different rules than everywhere else. Kinda like Helgen is different from everywhere else - you can't sleep inside Helgen Keep, for instance, and the ambient noise remains the sound of the dragon attack.

 

 

 

 

 

I suspect that is a vanilla skyrim issue. Bleak Falls is meant to be sort of a tutorial dungeon, so I think it has different rules than everywhere else. Kinda like Helgen is different from everywhere else - you can't sleep inside Helgen Keep, for instance, and the ambient noise remains the sound of the dragon attack.

 

 

Bits of Ustengrav are like this as well particularly in the early Draugr encounters

 

 

Thankyou very much for both responses. Very swift and helps explain a lot. Thanks again, I won't have to do the whole uninstall re-install dance routine.

Posted

Is there a way to track whether an NPC resisted a grab attempt and why they succeeded? I noticed there was a struggle bar you can turn on, but I assume that's for the player character. I'm trying to figure out why grabbing friendly/non-knocked-down NPCs doesn't work for me, as there's no feedback and looking at debug logs does not appear to say much of use.

Posted

How should i set my Defeat and DA settings with follower? Without follower i think it works just fine. If i have "All Down" arent they suppose to just ignore me on the bleed out state and go after the follower?

Posted

I've a problem with this mod. My characters get stuck in the animation when they are a victim of a rape. The animation goes on and on for minutes without changing or ending. And there's no way to escape it. Other types of sex, like consensual or when my characters are 'aggressive' side, work flawlessly. They get stuck only when they are overpowered in the fight and end up as a victim.

 

Together with Defeat I'm using SD+ and DA mods. Could there be a conflict somewhere in the MCM settings?

Here's my load order (I've just used LOOT a little while ago, so it might look messy):

 

 

Skyrim.esm
Update.esm
Unofficial Skyrim Patch.esp
Dawnguard.esm
Unofficial Dawnguard Patch.esp
HearthFires.esm
Unofficial Hearthfire Patch.esp
Dragonborn.esm
Unofficial Dragonborn Patch.esp
Falskaar.esm
SPERG.esm
ClimatesOfTamriel.esm
Schlongs of Skyrim - Core.esm
SexLab.esm
Devious Devices - Assets.esm
SexLabAroused.esm
ZaZAnimationPack.esm
daymoyl.esm
Devious Devices - Integration.esm
Devious Devices - Expansion.esm
HighResTexturePack01.esp
HighResTexturePack02.esp
HighResTexturePack03.esp
Unofficial High Resolution Patch.esp
ClimatesOfTamriel-Dawnguard-Patch.esp
Footprints.esp
ImmersiveFP.esp
SexLab-AmorousAdventures.esp
ClimatesOfTamriel-Dragonborn-Patch.esp
ClimatesOfTamriel-Dungeons-Hazardous.esp
sr_ifpssl.esp
SDpatch - frostfall.esp
Brawl Bugs CE.esp
Basvanbeu MuscleTextureChanger with Navetsea set.esp
Mighty Beasts - Werewolf.esp
FNISSexyMove.esp
Immersive Arousal.esp
SDpatch - dawnguard.esp
Hothtrooper44_Armor_Ecksstra.esp
SOS - Smurf Average Addon.esp
ClimatesOfTamriel-Nights-Level-4.esp
Convenient Horses.esp
SPERG.esp
RealisticNeedsandDiseases.esp
FalskaarRNDHotfix.esp
RND_Dawnguard-Patch.esp
WATER DG.esp
SkyUI.esp
Customizable Camera.esp
SOS - VectorPlexus Muscular Addon.esp
SDpatch - dragonborn.esp
SOS - VectorPlexus Regular Addon.esp
RND_USKP-Patch.esp
SSv2.esp
SexLab Cumshot.esp
SexLab RND.esp
SexLabGuild.esp
sanguinesDebauchery.esp
Immersive Weapons.esp
Schlongs of Skyrim.esp
SexLab Romance.esp
Devious Deviants.esp
Hothtrooper44_ArmorCompilation.esp
SexLabNudeCreatures.esp
SexLabNudeCreaturesDG.esp
SexLabNudeCreaturesDB.esp
iHUD.esp
WATER.esp
WATER DB Waves.esp
xazPrisonOverhaul.esp
Chesko_Frostfall.esp
Solutions-PrisonOverhaul Patch.esp
RND_Dragonborn-Patch.esp
RND_HearthFires-Patch.esp
AngrimApprentice.esp
SpousesEnhanced.esp
WATER Plants.esp
SexLabDefeat.esp
dD - Realistic Ragdoll Force - Realistic.esp
WATER Falskaar.esp
WetandCold.esp
dd-sd1-compatibility-patch.esp
navetsea female face preset.esp
Alternate Start - Live Another Life.esp
Bashed Patch, 0.esp

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