Nepro Posted August 17, 2015 Posted August 17, 2015 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.
WraithSlayer Posted August 18, 2015 Posted August 18, 2015 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: Open Fighting Words in the Creation Kit, making sure SexLab.esm is also checked Locate the dialogue topics you want to trigger the rape scene in 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. Select the script and go to Properties, then add a new property of type SexLabFramework, and name SexLab. After the property is created, select it, go to Edit Value, and pick SexLabQuestFramework from the list, press OK to close the Properties window. 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].
Recommended Posts
Archived
This topic is now archived and is closed to further replies.