Jump to content

JanusForbeares Fighting Words & SexLab Brawling Rape


Recommended Posts

Posted

http://www.nexusmods.com/skyrim/mods/23043/?

 

http://www.loverslab.com/files/file/646-sexlab-brawling-rape/

 

I don't know much about modding. Can someone help me get JanusForbeares Fighting Words use SexLab Brawling Rape. I tried to patch both mods but I only succeeded at getting CTDs.

Janus mods adds dialogue after the bleedout ends which ends the brawl. I tried to attach to that dialogue rape dialogue from Brawling Rape but couldn't get it right.

Posted

Rather than try to integrate Brawling Rape into Fighting Words, it might actually be less problematic to edit Fighting Words into starting the SexLab animation by itself. Here's what you'll need to do:

 

  1. Open Fighting Words in the Creation Kit, making sure SexLab.esm is also checked
  2. Locate the dialogue topics you want to trigger the rape scene in
  3. If the topic doesn't have a script already, add a single ; to the end fragment window to force one to be created. Otherwise, ignore this step.
  4. Select the script and go to Properties, then add a new property of type SexLabFramework, and name SexLab.
  5. After the property is created, select it, go to Edit Value, and pick SexLabQuestFramework from the list, press OK to close the Properties window.
  6. Add the following code to the 'End' fragment of the script, in the topic info window:
actor[] sexActors = new actor[2]
sexActors[0] = akSpeaker
sexActors[1] = Game.GetPlayer()
sslBaseAnimation[] anims = SexLab.GetAnimationsByTags(2,"Aggressive")
SexLab.StartSex(sexActors, anims, Victim = sexActors[0])

If you want the player to be the victim instead, you'll need to put the player in sexActors[0], and akSpeaker in sexActors[1].

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...