Guest Posted February 24, 2016 Posted February 24, 2016 And your character was never raped by another male or creature? If so my settings must be off. I think You strongly misunderstood me, lol.
Guest Jenova23 Posted February 24, 2016 Posted February 24, 2016 Would anyone be willing to help me tweak this mod, so that monsters only go after my female followers? Please, it's a vital edition for my play-through, and I need creature support. I was wondering if it would be as simple as maybe tweaking a few scripts, but I don't know anything about scripting.
toothache Posted February 25, 2016 Posted February 25, 2016 Would anyone be willing to help me tweak this mod, so that monsters only go after my female followers? Please, it's a vital edition for my play-through, and I need creature support. I was wondering if it would be as simple as maybe tweaking a few scripts, but I don't know anything about scripting. I second this request! I'm in the exact same boat. I spent practically an entire day going through the code to see if I could figure out if there was a quick & dirty edit I could do, but there are so many different stages and checks that I couldn't figure out where to make the change(s). If only creatures checked the gay setting and counted as male for it, it would be perfect!
Guest Jenova23 Posted February 26, 2016 Posted February 26, 2016 Would anyone be willing to help me tweak this mod, so that monsters only go after my female followers? Please, it's a vital edition for my play-through, and I need creature support. I was wondering if it would be as simple as maybe tweaking a few scripts, but I don't know anything about scripting. I second this request! I'm in the exact same boat. I spent practically an entire day going through the code to see if I could figure out if there was a quick & dirty edit I could do, but there are so many different stages and checks that I couldn't figure out where to make the change(s). If only creatures checked the gay setting and counted as male for it, it would be perfect! I'm not sure if this works, but have you tried adding all the npc and creatures you don't want into "SexoutBannedActorsWithPlayer" formlist? I have tested it so far, but I'm unsure if doing that disables creature animations for my followers, since I have only seen bloatfly's rape my followers. It also makes your player lose his outfit if rape is successful, but you don't have to worry about getting raped.
Odessa Posted February 29, 2016 Author Posted February 29, 2016 New Stable in OP - November 29 / 2015 - Refactored combat sex to be event powered, should be more reliable/efficient. I think maybe the combat script was sometimes failing inexplicably- maybe because it was huge and pushing the engine to the limit. With NVSE 5 events, I managed to massively simplify it, and split it up into 3 small scripts. It should perform better, and will open up a lot of extra options down the line. Try this beta: Requires Sexout '96+. A bit overdue, forgot I hadn't promoted it to OP yet.
darthnoldor Posted March 31, 2016 Posted March 31, 2016 Hi Friends This mod works with sexout intimacy? http://www.loverslab.com/topic/36785-wip-sexout-intimacy/page-1 The two mod both have stalkers function..
genericlogin Posted April 5, 2016 Posted April 5, 2016 I'm trying this out, and find that stalkers only attack my companion when I have one. Even if I turn companions off in the Stalkers settings they still go only after her.
Deviancy Posted April 6, 2016 Posted April 6, 2016 I'm trying this out, and find that stalkers only attack my companion when I have one. Even if I turn companions off in the Stalkers settings they still go only after her. Is it happening when you're sleeping or waiting or is it happening at all times? The stalker settings always were a bit frustrating and I had that issue but I'm trying to remember how I stopped it. I'll check my settings a bit later...
genericlogin Posted April 6, 2016 Posted April 6, 2016 It happens when walking around normally. So far I haven't seen any stalkers when sleeping or waiting.
Fash45 Posted April 12, 2016 Posted April 12, 2016 I'm trying this out, and find that stalkers only attack my companion when I have one. Even if I turn companions off in the Stalkers settings they still go only after her. Are you using the clothing evaluation mod by any chance? I once had this problem myself but realized it was because my companions were all dressed in normal clothes while I was in armor. Thus, the stalkers went after them repeatedly as easier targets. If you are using clothingeval you can messing with your outfit to fix it. However, this hapened with an older version and I don't know if Assault still uses any data from clothingeval anymore. Just a thought.
Yunamein Posted April 14, 2016 Posted April 14, 2016 This mod not working right. I not getting fuck by anyone.
darthnoldor Posted April 15, 2016 Posted April 15, 2016 This mod not working right. I not getting fuck by anyone. I have SexoOut 96 and try also 97beta and... I haved raped many times in combat... Raider, Powder; Gecko; centaur and many others but I have also installed Unethical Deees... very good mod and job, thanks
Yunamein Posted April 16, 2016 Posted April 16, 2016 I like be fuck by everything. And i have those. The stalker's are set to max i dont get fuck like i wish.
darthnoldor Posted April 16, 2016 Posted April 16, 2016 I like be fuck by everything. And i have those. The stalker's are set to max i dont get fuck like i wish. Damn
Arcturus7777 Posted September 5, 2016 Posted September 5, 2016 I think the stalkers are causing random crashes, when they become stalkers or try to attack. It may be dependent on which sex act is called. These are guesses, but I am seeing stalkers messages and then crash sometimes.
Sargo311 Posted September 30, 2016 Posted September 30, 2016 for some reason in MCM menu I can only see Sexout Assault none of sub menus these two big arrows are blocking access to them
MidnightVT Posted April 7, 2017 Posted April 7, 2017 is there a new update it says updated but no details.
Odessa Posted April 7, 2017 Author Posted April 7, 2017 No, there's not. I added permissions info to OP, that might have updated the time stamp.
jamesme Posted May 19, 2017 Posted May 19, 2017 do you have the version that I can rape other female? for I control a man not a woman, it's terrible to be raped by other women......
Soulcookie Posted June 25, 2017 Posted June 25, 2017 I can't find the solution to the crash at launch. When i enable this mod it crashes at launch.
LinksSword Posted June 27, 2017 Posted June 27, 2017 IS it possible to get to get chems from other mods to work with the drugging feature?
Odessa Posted June 29, 2017 Author Posted June 29, 2017 Yes... The chems are picked at random from the form list 'SexAssaultDrugsFL' XX009486 The easiest way would be to open the mod in the GECK, add the other mod as a master and just drag whatever chems you want into that form list. You could also make a new plugin with SexAssault and the other mod as masters, and use a quest script something like: Begin GameMode if GetGameRestarted || GetGameLoaded ListAddForm SexAssaultDrugsFL, SomeNewChem endif End The possibilities are endless once you start modding . See the scripting tutorial linked in sig if you need help getting set up.
RitualClarity Posted June 29, 2017 Posted June 29, 2017 Yes... The chems are picked at random from the form list 'SexAssaultDrugsFL' XX009486 The easiest way would be to open the mod in the GECK, add the other mod as a master and just drag whatever chems you want into that form list. You could also make a new plugin with SexAssault and the other mod as masters, and use a quest script something like: Begin GameMode if GetGameRestarted || GetGameLoaded ListAddForm SexAssaultDrugsFL, SomeNewChem endif End The possibilities are endless once you start modding . See the scripting tutorial linked in sig if you need help getting set up. i'd do the second option.. until the testing is done and you are 100% happy then you should be able to merge it with your other chem mod etc and be fine. You'd always have the original and your testing to work with if something happened wrong. (Or as I understand the process )
XErmac Posted July 10, 2017 Posted July 10, 2017 Is there away to disable stalkers for companions(even through console)and make it player only? , i turned off the companion option in the stalker page but they still got raped.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now