• Announcements

    • Ashal

      SITE MOVED - IN READ ONLY MODE   12/08/2015

      Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.
TheDragonforged

Mod Request - A Simple Rape Mod

I have checked everywhere and I've never found a simple rape mod. You either have to be defeated, surrender or if you manage you can actually rape the attacker. Complicated stuff.


 


I would like a simple mod about the PC going to a random NPC requesting, more like demanding sex. The NPC will deny and then there would be 2 options for the PC to either rape the NPC or let him/her go. Rape animations will obviously play, not consensual ones. And that would be it, no more that that to keep it simple. Well, after the rape the NPC would give nasty remarks to the player and get mad for a while, but revert back to normal in a few days. I don't use Devious Devices or anything like that so I would prefer for this to be standalone.


 


Sex chat already gives consensual sex and its a great simple mode and also there are too many mods about the PC getting raped especially women (I don't know if it happens to male PCs). How about giving that power to the Dragonborn for once, male and female. I don't know anything about modding, animations, etc. so I'm just putting the idea out there if someone want to make this really simple mod.


 


I know there are people who would enjoy this mod too. Thanks in advance for those taking the time to read this. XD


2

Share this post


Link to post

That's actually quite simple to do so you might tackle it yourself? :P Most of the hassle would be setting the CK up and having all the required scripts in place and so on. Other than that doing a few lines of dialogue and setting up sexlab scripts would probably take around an hour for someone who has never touched CK before. Of course you could pick an even easier route and modify the mentioned "sex chat" to suit your needs.


0

Share this post


Link to post

I have checked everywhere and I've never found a simple rape mod. You either have to be defeated, surrender or if you manage you can actually rape the attacker. Complicated stuff.

 

I would like a simple mod about the PC going to a random NPC requesting, more like demanding sex. The NPC will deny and then there would be 2 options for the PC to either rape the NPC or let him/her go. Rape animations will obviously play, not consensual ones. And that would be it, no more that that to keep it simple. Well, after the rape the NPC would give nasty remarks to the player and get mad for a while, but revert back to normal in a few days. I don't use Devious Devices or anything like that so I would prefer for this to be standalone.

 

Sex chat already gives consensual sex and its a great simple mode and also there are too many mods about the PC getting raped especially women (I don't know if it happens to male PCs). How about giving that power to the Dragonborn for once, male and female. I don't know anything about modding, animations, etc. so I'm just putting the idea out there if someone want to make this really simple mod.

 

I know there are people who would enjoy this mod too. Thanks in advance for those taking the time to read this. XD

Actually the sex initiating dialogs for Sexlab Submit allow you to progress to a rape so this functionality does exist.

0

Share this post


Link to post

Very simple mod to do...


You just need three dialogs; and two scripts.


 


Like this :


Plqyer : - Hi, do you want to have some fun ?


NPC (random answer : Sure ! / No way !


 


If sure ! : script consensual sex


If no way ! : two options for player : let the NPC, or rape it (I will have fubn with you anyway !) and script.


 


Very esay to do; It will take you 30 minutes if your CK is configured for compilating Sexlab scripts.


0

Share this post


Link to post

Very simple mod to do...

You just need three dialogs; and two scripts.

 

Like this :

Plqyer : - Hi, do you want to have some fun ?

NPC (random answer : Sure ! / No way !

 

If sure ! : script consensual sex

If no way ! : two options for player : let the NPC, or rape it (I will have fubn with you anyway !) and script.

 

Very esay to do; It will take you 30 minutes if your CK is configured for compilating Sexlab scripts

 

Giving that I am interested in something like this where to start?

0

Share this post


Link to post

By reading Ashal and CreationKit tutorials.


1

Share this post


Link to post

I'm guessing he is requesting it because he can't do it himself.

And it is definitely NOT an easy thing to do if you have no experience with scripts / programming.

2

Share this post


Link to post

If you plan on using Devious Devices anyway, can't go wrong with Deviously Helpless and Deviously Enslaved.


0

Share this post


Link to post

I have checked everywhere and I've never found a simple rape mod. You either have to be defeated, surrender or if you manage you can actually rape the attacker. Complicated stuff.

 

I would like a simple mod about the PC going to a random NPC requesting, more like demanding sex. The NPC will deny and then there would be 2 options for the PC to either rape the NPC or let him/her go. Rape animations will obviously play, not consensual ones. And that would be it, no more that that to keep it simple. Well, after the rape the NPC would give nasty remarks to the player and get mad for a while, but revert back to normal in a few days. I don't use Devious Devices or anything like that so I would prefer for this to be standalone.

 

Sex chat already gives consensual sex and its a great simple mode and also there are too many mods about the PC getting raped especially women (I don't know if it happens to male PCs). How about giving that power to the Dragonborn for once, male and female. I don't know anything about modding, animations, etc. so I'm just putting the idea out there if someone want to make this really simple mod.

 

I know there are people who would enjoy this mod too. Thanks in advance for those taking the time to read this. XD

 

I have been wishing for something very much the same myself...though PC using Intimidation to demand Sex...your suggested follow on would be a perfect accompaniment. I have asked around over the last few months and two Modders have mentioned possibilities, though their interest lays elsewhere and so thus any eventuality of such a Mod has been clearly stated as some time off as yet.

 

I have looked into and poked around in the CK, watched various Tutorials, etc... but just don't seem to be able to connect with how it's done :( ...and so like you I now just watch, wait and hope that it may eventuate one day. I don't use DD either and so hope such a Mod would not be dependent.

 

0

Share this post


Link to post

Noi, scripting this is very simple :

 

All you need are scripts like that :

 

For the rape dialogue script :

 

actor[] sexActors = new actor[2]   ;its an 2 actor anim
sexActors[0] = akspeaker
sexActors[1] = Game.GetPlayer()
sslBaseAnimation[] anims = SL.GetAnimationsByTags(2, "qggressive")
RegisterForModEvent("AnimationEnd_Hook", "Hook")   ;this is for hooks.
SL.StartSex(sexActors, anims, victim = akspeaker; allowbed=false, hook="Hook")

 

SexLabFramework Property SL  Auto

 

0

Share this post


Link to post

I hope someone takes interest in making it *fingers crossed* caused I had a REALLY (HORRIBLE) bad experience with CK and I'm actually very scared to use it and even when I had it I didn't know how to use it or where to begin and eventually didn't open anymore when I tried to use it. =(


0

Share this post


Link to post

Perhaps you could try SexLab tools 2.0, it helps by allowing you to choose a tag animation once either you or NPCs indulge in a sex act. If you choose the aggressive tag it will only pay aggressive animations, so that could help, alternately you could also try Puppet Master, it allows you to choose aggressive actions with your puppet through dialogue, you can ALSO direct followers to rape NPCs at your command.


0

Share this post


Link to post

If you want a very simple rape dialogue mod, i can do it.


 


I dont work tomorrow, but I have to be in the lab...


 


So, you will have a simpel example of how this kind of things works.


 


Ok ?


0

Share this post


Link to post

I was after this as well, absolutely badass Kimy! I like how it doesn't interfere with vanilla scripts - everyone's a target without breaking a quest! One thing I wish it had though is something Submit has - the ability to keep going over and over until you're done instead of having to talk/do/talk/do, and using the characters own voices, but beyond that, badassery!


0

Share this post


Link to post

Silly question i'm sure but where do these files upload too?  It was asking me if I wanted to overwrite defeat when using Nexus


0

Share this post


Link to post

Silly question i'm sure but where do these files upload too? It was asking me if I wanted to overwrite defeat when using Nexus

Thats odd, I use this Mod along with Defeat also with NMM, it hasn't asked me to overwrite Defeat and works perfectly well in Game...Perhaps try downloading and installing this Mod again and see if it asks you to overwrite again?

0

Share this post


Link to post

So I have been using this Mod for a couple of weeks now...and have a question if I may? I would love to see some fear from the NPC for a short amount of time, similar to Defeat and some animosity/drop in relationship, by '1' for example, etc...And would like to take a crack at adding these features to this Mod, with Kimy's Permission if I may? And with some guidance from either Kimy or Delzaron , if that would be okay?


0

Share this post


Link to post

I cant do anything with expressions, only by dialogues options... The other way is playoing a scene, with the appropriate idles...


0

Share this post


Link to post

I cant do anything with expressions, only by dialogues options... The other way is playoing a scene, with the appropriate idles...

The Idles are what I had in mind, as in Defeat the victim does not just walk casually away, but either runs in fear or cowers for a period of time. I have had no luck with the CK before, but I am hoping adding small additions to an already small Mod may be within my capabilities...with guidance :)

 

0

Share this post


Link to post