Jump to content

Recommended Posts

Posted

Well as long as the user has their MCM setting to "use list" and has populated the "safe for sex list"' date=' then everything else is in an inherent "take it off" list. [/quote']

 

Right, hadn't yet gotten my mind around the idea you'd be undressing non-upperbody to begin with ;) In which case it's enough to have a safe list, of course.

 

Oral, yes, that will be included. My goal is to take off everything not in the safe for sex list, so if anything, in any slot, should be left on -- then it needs to be in that list. I don't want to add 15 lists (one for every slot) to deal with all the weird combinations (like leave the gag in during non-oral, or leave the buttplug in during oral) right now. Trying to come up with a better way.

 

Ah, well, oral's a special case, isn't it. At least for the giver, all that needs to be free is the mouth - anything else, non-oral, or oral receiver, needs to have groin access. Most outfits are 'safe for giving oral sex' but not 'safe for sex' in general.

 

Your first example would involve using the regular safe list, your second using an additional 'safe for giving oral' list. You cover a lot of ground with those 2... I don't think you need different lists for different slots.

Posted

"At least for the giver, all that needs to be free is the mouth" - As I've said many times before, a gentleman should always remove his hat before eating...

Posted

prideslayer: First of all, thanks for all of the hard work you put into sexout (NG and the NVSE/Extender stuff). You're work is very much appreciated.

 

 

Now that I buttered you up :angel:...

 

I don't know if you've read any of the latest discussions in my mod (SORapist) about rape and Karma hits (something I added in the 1.0 version of my mod). Zippy57 had the suggestion that Karma hits should be included as a base SexoutNG functionality. I'm about 75% on board with this idea. I agree that Karma hits should happen for the PC as a rapist - that's why it's in my mod and not optional. I agree that it should be in sexoutNG, however I do believe that if it's in sexoutNG, then it should be optional and they should be able to set the amount of the Karma hit, and also with a way for individual mods to override these values with NX calls. I'd like to get your opinion on this.

 

I do have one other suggestion. There are situations where I would like to have the sex be considered "rough". "Rough" sex would use the rape audio during the sex act, but would count as "sex" in the stats, not "rape". Currently, I believe the only way to do this would be as zippy57 suggested in my thread: Do it as a rape, but then alter the standard sexoutNG counts to manually remove it from "rape" count and add it as "sex" count.

 

[EDIT] Damn, you ninja'd me through my own thread. Sorry about the double-posting then...[/EDIT]

Posted

Prideslayer,

 

I'm fairly sure that this is on your "to do" list but what about using perks to control player and (if possible) NPC sexuality? Example that brought on the thought was that I was running through NCR HQ at night and saw Cpr. Stirling raping Cpr. Betsey. Now Betsey is, per the storyline, homosexual; and while I realize that rape is, well, rape, it kind of struck me because my current male char has only been raped by women and never men. My settings were are for all females to be bisexual, which explains it; but maybe a way for named NPCs or at least those who have a preference set in the story like Arcade, Betsey and... um... :s ... well I'm sure that there are others; is it even possible or just to code heavy? Enjoying the mods, thanks for the hard work.

Posted

Check SexoutOrientationExpress, one of the things it does is set "lore sexual orientation"

If you don't want random sexual orientation for other NPC, just deactivate the scanner in MCM.

Posted

Just wondering, is there a reason why the spells in SexoutNGFLGlobalCBStartS are run a billion times before sex even starts? I figured it would run once. Seeing my script flood the console was a good laugh.

 

Also, how am I supposed to grab the "Start" variables before sex? They don't seem to be working in the hook.

 

Script, for reference:

 

scn SexoutLustSexStartHookScript
ref actA
ref actB
ref actC

begin ScriptEffectUpdate
set actA to NX_GetEVFo "sexout:start::actora" 
set actB to NX_GetEVFo "sexout:start::actorb" 
set actC to NX_GetEVFo "sexout:start::actorc" 
printC " A: %n / B: %n / C: %n" actA actB actC 

if(actA != 0)
	printC "SexoutLust: Checking %n for OrgTrkr." actA
	if(actA.getItemCount crNPCOrgasmLITE == 0 && actA != playerRef)
		actA.addItem crNPCOrgasmLITE 1
		printC "SexoutLust: Adding OrgTrkr to %n." actA
	endif
endif

if(actB != 0)
	printC "SexoutLust: Checking %n for OrgTrkr." actB
	if(actB.getItemCount crNPCOrgasmLITE == 0 && actB != playerRef)
		actB.addItem crNPCOrgasmLITE 1
		printC "SexoutLust: Adding OrgTrkr to %n." actB
	endif
endif

if(actC != 0)
	printC "SexoutLust: Checking %n for OrgTrkr." actC
	if(actB.getItemCount crNPCOrgasmLITE == 0 && actC != playerRef)
		actC.addItem crNPCOrgasmLITE 1
		printC "SexoutLust: Adding OrgTrkr to %n." actC
	endif
endif

removeSpell SexoutLustSexStartHookSpell
end

 

Posted

Prideslayer' date='

 

I'm fairly sure that this is on your "to do" list but what about using perks to control player and (if possible) NPC sexuality?

[/quote']

 

Perks are not on the to-do list at all. What you're describing is rapers simply not knowing about the orientation of the actors. As jaam said, there is a mod out there to fix that for most of the named NPCs.

 

Just wondering' date=' is there a reason why the spells in SexoutNGFLGlobalCBStartS are run a billion times before sex even starts? I figured it would run once. Seeing my script flood the console was a good laugh.

[/quote']

 

It should have only run once. I'll take a look.

 

Also' date=' how am I supposed to grab the "Start" variables before sex? They don't seem to be working in the hook.

[/quote']

 

Will check this as well. They should be set but it might take a few frames for it to happen. I'll delay the pre-sex hook until after they are set if that's the case.

Posted

Check SexoutOrientationExpress' date=' one of the things it does is set "lore sexual orientation"

If you don't want random sexual orientation for other NPC, just deactivate the scanner in MCM.

[/quote']

 

Prideslayer' date='

 

I'm fairly sure that this is on your "to do" list but what about using perks to control player and (if possible) NPC sexuality?

[/quote']

 

Perks are not on the to-do list at all. What you're describing is rapers simply not knowing about the orientation of the actors. As jaam said, there is a mod out there to fix that for most of the named NPCs.

 

Thanks to both of you. My question with it came up because the Lady Killer, Black Widow, Cherchez La Femme, & Confirmed Bachelor perks tend to control player sexual orientation in the base game and can adjust the type of relationship the player has with various NPCs and companions. Thanks for the heads up about the mod, jaam. And thanks again for all the work you're doing Prideslayer.

Posted

Sexout mods (not sexout itself) should definitely be using the vanilla perks more often in their dialog.. I think we'd all like that. I don't think they really state the sexual orientation of the player though -- you can be a smooth talker with a given gender, without having any interest in that gender sexually.. ;)

Posted

Any word on the animations? I've been waiting here for a few days now but I'd like to get back to doing other things. I was hoping to get some feedback on how the stuff I gave you is working out; Any errors, misalignments, wacky limbs movements or other weirdness? I might be able fix any problems in time for the next update rather then put out a buggy release and have people wait for the problem to be solved. Although I suppose any animations problems would be on my end and I could put out hot fixes to solve them. Still would be nice to know either way.

 

Just to be clear; Im not asking for a Sexout update to be pushed forward, that can take as long as it wants and when its ready to do so. I only want to know how my stuff is working and whether it is causing any issues to Sexout.

Posted

Ok since it poped up i should post information!

 

with the newest SexoutStore.esm

Sexout is still reading something as being the esp since every time i load the game sexout tells me to disable and uninstall SexoutStore.esp.

 

Thing is i already did. Disabled it, Clean saved, Uninstalled it, clean Saved again to be sure, INstalled the new esm version, and am being told that i need to disable and uninstall the esp version.

Posted

DATA FOMOD updated to 1.2.15

- 13 new supermutant animations included, thanks beck11!

 

these new animations ARE NOT AVAILABLE in game yet. They will first be available in the sexout beta for R71

Posted

Does the gecko model have a dick attached in Sexout? I cant find any dick nif or gecko model with a dick attached.

 

Edit-

 

Ok nvm. There isnt, the Gecko uses its tail as a dick. Maybe we can get Chris to make a Gecko dick XD Guess in the mean time I'll animate something else.

Posted

Does the gecko model have a dick attached in Sexout? I cant find any dick nif or gecko model with a dick attached.

 

Edit-

 

Ok nvm. There isnt' date=' the Gecko uses its tail as a dick. Maybe we can get Chris to make a Gecko dick XD Guess in the mean time I'll animate something else.

[/quote']

 

First time a gecko shoved its tail in my characters hooha I sat staring at the screen for a minute like "dafuq?"

 

This (and the cazadores) are two of donkeys... less inspired works. ;) I think he just wanted to get some animations done without waiting for someone to make penis models.

Posted

How exactly do I install? With me there are so many loose ends and things I can't get, like the fact I have the DATA files but not the Core file, and that I can't get anything Sexout related to work (such as Sexout Sexkey)

If there is a guide somewhere or I could have some help, it would be much appreciated :U

Posted

Might I suggest getting the Core file as a good next step?

Thats one of the problems, I can't find it anywhere. I mean, I can see the "CORE: 2.5.70 -- 25-Aug-2012 0005h UTC" thing but there is no download link.

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

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