Jump to content

SexoutBrutalRapers


Recommended Posts

Posted

2: Rapists abort if their target is already sexing

 

Yeah' date=' abort, then wait end of sex and beat unconsious victim to death..

May be they'll just wait for their turn? Gather threesome by chance ;) ?

 

Thanks for bug description, think i should look at some scripts too..

[/quote']

 

Oh no, i just mean when a stalker has chosen a target and is running towards them, they will abort and go back to whatever they was doing before.

 

I also did the sexing-abort to try and prevent some of the issues with stalkers who wait standing over you then jump on you somtimes breaking callback scripts.

Posted

Oh no' date=' i just mean when a stalker has chosen a target and is running towards them, they will abort and go back to whatever they was doing before.

 

I also did the sexing-abort to try and prevent some of the issues with stalkers who wait standing over you then jump on you somtimes breaking callback scripts.

[/quote']

 

My bad, there was "combat rape refwalk" in p#774 and i locked on that. Sure, bug can occur both in "combat" and "civilian" rape.. You see, in combat "reject sex" means described beating (biting? firing?) instead.. By the way, i traded myself to accept combat rape as death-act (~fatality, hp<15%), so let it be.

Posted

I made a minor change to BrutalRapers I made it so you can not be stalked in goodsprings seems more lore friendly to me. Cheyenne can still stalk ,Joe cobb and anyone else not in the goodspring faction. If anyones interested in this I can post if I have permission from prkr_jmsn, jamm and I based it on the version Fusia Bunny posted so I will need your permission too or Ill just edit the 5-25 version that jamm did. When i get the hang of scripting I would like to add adjustments in MCM for all factions but I'm still learning the basics right now.

Posted
If anyones interested in this I can post if I have permission from prkr_jmsn' date=' jamm and I based it on the version Fusia Bunny posted so I will need your permission too or Ill just edit the 5-25 version that jamm did.[/quote']BrutalRapers is one of the "unowned" plugins floating around here. It has no official author, owner, or maintainer, and as such is basically open for anyone to tweak and then upload their new version. You don't need to ask the permission of the author of the last version as the plugin is essentially a community-wide project at this point and will remains so unless someone takes over the project again.

 

LL isn't like the site-that-begins-with-N-and-ends-with-exus and as long as you respect any active plugin owner and don't go around claiming you made the entire plugin from scratch, no one should have a problem with you tweaking and uploading a new version.

Posted

I made a minor change to BrutalRapers I made it so you can not be stalked in goodsprings seems more lore friendly to me. Cheyenne can still stalk ' date='Joe cobb and anyone else not in the goodspring faction. If anyones interested in this I can post if I have permission from prkr_jmsn, jamm and I based it on the version Fusia Bunny posted so I will need your permission too or Ill just edit the 5-25 version that jamm did. When i get the hang of scripting I would like to add adjustments in MCM for all factions but I'm still learning the basics right now.

[/quote']

 

Im not sure if what I uploaded was 100% clean, as I had been messing around with companion combat rape.

 

You might want to edit the 5-25 version, the changes I made were simpily:

 

Scripts modified;

00SexoutRapersCombatScript

00SexoutRapersQuestScript

00SexoutRapersSleepQuestScript

00SexoutRapersStalker

 

Anywhere this was used (substitute x)

set x to GetNextRef

 

Add this on the line before it (substitute x)

set x to Pencil01

 

and

 

Script modified;

00SexoutRapersStalker

 

Near the start of 'ScriptEffectUpdate':

changed from:

if ((0 == hasPushed) && (0 == SexoutRapers.useStalkers)) || (0 > chaseTimer)

changed to:

if ((0 == hasPushed) && (0 == SexoutRapers.useStalkers)) || (0 > chaseTimer) || (IsControlPressed 6 && PlayerREF.GetCombatTarget == raper) || (victim.getItemCount 00SexoutActor > 0)

 

 

Edit: just re-edited the 5-25 version with these changes to make sure its clean, deleted old upload and re-uploaded here.

 

Edit: Companion Combat Rape (Cass & Veronica) - Crude hack to make them work.

 

This is probabily not very optimal (refwalking multiple times once per companion), but seems to at least work

 

Script modified;

00SexoutRapersCombatScript

 

set timePassed to 0
set victim to PlayerRef
Label 1
set combatRapeActive to 1

 

commented out the 'return' from;

; Cannot be raped in power armor

; Cannot be raped with Chastitron

; Do not attempt rape when above max health

; Skip rape when already engaged in sex

 

added new block just before refwalking to deal with those removed returns or change the victim and jump back to Label 1

	if (combatRapeActive == 0)
	if (victim == PlayerRef)
		if (VNPCFollowers.bCassHired)
			set victim to "00135f19" ;Cass
			goto 1
		elseif (VNPCFollowers.bVeronicaHired)
			set victim to "000e32a9" ;Veronica
			goto 1
		else ;victim is player, cass and veronica not in party, abort
			return
		endif
	elseif (victim == "00135f19") ;Cass
		if (VNPCFollowers.bVeronicaHired)
			set victim to "000e32a9" ;Veronica
			goto 1
		else ;victim is cass, veronica not in party, abort
			return
		endif
	else ;victim is veronica, nobody else to check, abort
		return
	endif
endif

 

and at the end of the refwalk a clause to switch victim if no raperA was found:

	elseif (raperA == 0) ;no raper was found for this victim, see if other victims to check
	if (victim == PlayerRef) 
		if (VNPCFollowers.bCassHired)
			set victim to "00135f19" ;Cass
			goto 1
		elseif (VNPCFollowers.bVeronicaHired)
			set victim to "000e32a9" ;Veronica
			goto 1
		endif
	elseif (victim == "00135f19") ;Cass
		if (VNPCFollowers.bVeronicaHired)
			set victim to "000e32a9" ;Veronica
			goto 1
		endif
	endif
endif

 

SexoutBrutalRapers-20120626.zip

SexoutBrutalRapers-20120626-Cass&VeronicaCombatRape.zip

Posted

Thanks for the info Zippy57 and Fushia Bunny I haven't used my campanions since I installed your version so I didn't notice any problems. I did notice that stalkers seemed to be more consistant with yours. I'll edit this one and do some testing with campanions to make sure I didnt screw anything up thats the only thing I havent tried been bug testing mine all day to make sure it worked lol. Thanks again

 

Edit: Thanks for posting the updated plugins I've been playing around with some other changes too The young big horners can now stalk you. I've got a few more things I'm playing with so it will be a while before I post anything I'm probably the only person that felt wrong getting stalked in goodsprings anyway just doesn't seem right when easy Pete rapes me lol.

Posted

@Fuchsia Bunny: do you need both files in your update post? Or is one for if we want companions getting combat raped and other is for leaving things as they are?

 

@shane4244: Actually I kinda agree that the townspeople in goodsprings playing rapist seemed kinda off.

Posted

@Fuchsia Bunny: do you need both files in your update post? Or is one for if we want companions getting combat raped and other is for leaving things as they are?

 

@shane4244: Actually I kinda agree that the townspeople in goodsprings playing rapist seemed kinda off.

 

Use only one BrutalRapers esp regardless what version your running.I went ahead and uploaded the one with the no goodsprings stalking I also added young bighorners into the can stalk list (this is just the ones in goodsprings)This esp is based on fuchsia's Brutal Rapers with campanion combat rape.You can still be combat raped if your mean and fight with the goodsprings folks lol. and it doesnt change consensual sex,or being approached for sex.I planned on doing a lot more but I'm short on time and having scripting issues.As long as user29 doesn't ad young bighorners from the goodspring bighorners faction into his breeders quest this wont interfere.

 

-Script changes are as follows

 

-00SexoutRapersQuestScript

line 235 added= || (0 != scan.GetInFaction GoodspringsFaction)

 

line239 added= && (0 == scan.GetInFaction GoodspringsBighornerFaction)

*Added bighorner penis nif to young bighorners by gsbmodders and donkey.

*Added bighorner penis nif in a data folder,also included a small readme with instructions,and credits.

Posted

OK, I've looked everywhere for a readme file or something that will explain how the PC can rape NPC's, and i can't find anything... Any help?

Posted

Hi I have a question:

 

When i play brutal rapers, the rape animation doesn't happen, only invisible bodies and moans. Does anyone know why this happens? i am new to this so please forgive me but I can't find the answer.

 

So what is the problem? Thank you for your time

 

EDIT: This also happens when I have sex with other NPCs; No sex animation. The location of most of these actions are inside buildings is this the reason?

 

 

FalloutNV.esm

Sexout.esm

SexoutCommonResources.esm

SexoutSlavery.esm

SexoutLegion.esm

Bouncing Natural Breasts.esp

SexoutZAZ.esp

SmallerTalk.esp

The Mod Configuration Menu.esp

SexoutBrutalRapers.esp

SexoutRapeGame.esp

SexoutNCR.esp

SexoutFiends.esp

SexoutKhans.esp

SexoutKings.esp

SexoutPowderGangers.esp

SexoutWorkingGirl.esp

SexoutSexkey.esp

 

Total active plugins: 18

Total plugins: 20

Posted

Hi I have a question:

 

When i play brutal rapers' date=' the rape animation doesn't happen, only invisible bodies and moans. Does anyone know why this happens? i am new to this so please forgive me but I can't find the answer.

 

So what is the problem? Thank you for your time

 

EDIT: This also happens when I have sex with other NPCs; No sex animation. The location of most of these actions are inside buildings is this the reason?

 

 

FalloutNV.esm

Sexout.esm

SexoutCommonResources.esm

SexoutSlavery.esm

SexoutLegion.esm

Bouncing Natural Breasts.esp

SexoutZAZ.esp

SmallerTalk.esp

The Mod Configuration Menu.esp

SexoutBrutalRapers.esp

SexoutRapeGame.esp

SexoutNCR.esp

SexoutFiends.esp

SexoutKhans.esp

SexoutKings.esp

SexoutPowderGangers.esp

SexoutWorkingGirl.esp

SexoutSexkey.esp

 

Total active plugins: 18

Total plugins: 20

[/quote']

 

My spider sense tells me that you didn't put the New Vegas Script Extender plugin in the correct folder (data/nvse/plugins). I could be wrong though.

Posted

try disabling your sexout body suits see if the body's are visible then,also is it just your PC or is it both actors because if your in first person view you will be invisible sometimes while having sex(unless this has been fixed somewhere and I'm missing out)but if it works with the bodysuits off then it's more than likely a missing mesh like deathparade said.

Posted
Edit: Companion Combat Rape (Cass & Veronica) - Crude hack to make them work.

Yay, I've been waiting for this. This overlooked feature really needs modders' attention. Thanks, Bunny. :)

Just wish it worked for every companion (or Willow, at least), but this is still better than nothing.

 

By the way, how should it work (so that we know if there's a bug)? Do enemies keep beating on the companion being raped or dance around or ignore and go for other companions/PC?

Posted

Ah I finally got things working after a couple very nice people via PM took a lot of time to listen to my questions and complain about my issues. Now everything is working fine and I just have gameplay questions (or mod questions)

 

My question now is when I go to sleep, how do I know that I got raped? And sometimes when I wait and I see the popup that says "something pressing against me" and I say ignore, how do I know I am getting raped? Is there a way to view my character getting raped in her sleep b/c usually the screen is black (like normal sleeping).

 

Thanks!

Posted

Ah I finally got things working after a couple very nice people via PM took a lot of time to listen to my questions and complain about my issues. Now everything is working fine and I just have gameplay questions (or mod questions)

 

My question now is when I go to sleep' date=' how do I know that I got raped? And sometimes when I wait and I see the popup that says "something pressing against me" and I say ignore, how do I know I am getting raped? Is there a way to view my character getting raped in her sleep b/c usually the screen is black (like normal sleeping).

 

Thanks!

[/quote']

 

the "something pressing against me" is the start of rape in sleep. If you press ignore nothing will happen ie no animations but you should get a msg like your pussy is wet, or ass is sore. If you press accept the animation of the actual rape is start.

Posted

Ah I finally got things working after a couple very nice people via PM took a lot of time to listen to my questions and complain about my issues. Now everything is working fine and I just have gameplay questions (or mod questions)

 

My question now is when I go to sleep' date=' how do I know that I got raped? And sometimes when I wait and I see the popup that says "something pressing against me" and I say ignore, how do I know I am getting raped? Is there a way to view my character getting raped in her sleep b/c usually the screen is black (like normal sleeping).

 

Thanks!

[/quote']

 

the "something pressing against me" is the start of rape in sleep. If you press ignore nothing will happen ie no animations but you should get a msg like your pussy is wet, or ass is sore. If you press accept the animation of the actual rape is start.

 

wait that's weird I never get anything that says my pussy is wet or any animation? I didn't get any of that just if I ignore, I continue to sleep. Also, I downloaded a bunch of mods and now brutal rapers is not working (ie no one is raping me) and I set the max for all the frequencies and so I'm wondering if someone can look at my load list and point out what might be causing the brutal rapers from not working?

 

So can you actually see you get raped in your sleep if everything is right?

 

EDIT: In one of my games I turned on "god mode" so I don't die so easily, could this be causing it?

 

Thanks!

 

 

FalloutNV.esm

Sexout.esm

SexoutCommonResources.esm

SexoutPregnancyV3.esm

SexoutSlavery.esm

SexoutLegion.esm

wsex.esm

SexoutBrutalRapers.esp

SexoutSex.esp

The Mod Configuration Menu.esp

Resident Evil - Jill Valentine Race.esp

REJill.esp

JillBSAA Multicolor.esp

JillBSAA.esp

Jill Sound replacer.esp

Rin.esp

Bouncing Natural Breasts.esp

SexoutZAZ.esp

SmallerTalk.esp

SexoutRapeGame.esp

SexoutNCR.esp

SexoutFiends.esp

SexoutKhans.esp

SexoutKings.esp

SexoutStore.esp

SexoutPowderGangers.esp

SexoutWorkingGirl.esp

better startring equipment cheater version.esp

wsexInnuendoNPCs.esp

wsexInnuendoAnims.esp

SexoutSexkey.esp

SexoutFadeToBlack.esp

FO3 Face Presets.esp

Mossberg590.esp

JuliaChangset.esp

NVLadyoutfit1.esp

SPECIAL points.esp

DIM TYPE3clothesRETAIL_NV.esp

Type3MClothing_AddOn_only.esp

SexyCorsets.esp

SexoutBreeder.esp

SexoutYield.esp

josexysleepwear.esp

NovaMod.esp

MantisZeroSuit_ForNV.esp

Nidaoutfitv1.esp

Neckchains.esp

jodragongirl.esp

Centered 3rd Person Camera - Unraised.esp

 

Total active plugins: 49

Total plugins: 53

 

 

EDIT: I get knocked over but no rape occurs :(

 

EDIT2; got it to work just no rape in sleep....how do I make that occur more often? One time I slept in a bed in Primm in a room w/6 guys. None raped me in my sleep (slept 13 hours) and only raped me when i woke up...

Tell me if something needs to be get rid of or changed.

Posted

EDIT: I get knocked over but no rape occurs :(

 

How did you fix this? I get knocked over sometimes but I always just stand back up. It also seems to be happening to the NPC's where they'll get knocked over and get back up without anything happening.

Posted

EDIT: I get knocked over but no rape occurs :(

 

How did you fix this? I get knocked over sometimes but I always just stand back up. It also seems to be happening to the NPC's where they'll get knocked over and get back up without anything happening.

 

Well in my case I don't think my brutalrapers.esp was the stable one that everyone recommended. So I downloaded the Grolik's stable version of Brutal Rapers available at http://www.loverslab.com/attachment.php?aid=7356 on the OP. I think that did the trick.....

 

But still having sleep rape problems D: not getting raped in my sleep lol. Is there a way to increase the probablity of it?

Posted

EDIT: I get knocked over but no rape occurs :(

 

How did you fix this? I get knocked over sometimes but I always just stand back up. It also seems to be happening to the NPC's where they'll get knocked over and get back up without anything happening.

 

I fixed my problem by going into the MCM options and making sure that I had a 1% penalty for each of the various consequences of getting raped and that seemed to fix it.

 

I also moved it up in the load order prior to doing that which didn't seem to do anything, but it might have contributed to fixing it for me.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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