Jump to content

Recommended Posts

Posted

Yeah' date=' if I run through the sequence I just made with the PC alone, it all works fine. So I guess my dream of getting Cass and Veronica into this business needs to be put on hold.

[/quote']

 

You can still do it, you just need to do it with a spell or something.

 

This would basically work:

int nDoAct
float fDelay

Begin SpellEffectUpdate
 if fDelay > 0
   ; This lets you delay whenever you want to, by however
   ; much you want to.
   set fDelay to fDelay - ScriptEffectElapsedSeconds
   Return
 endif

 if nDoAct == 0
   ; Set your first pairing here and call actorA.CIOS SexoutBegin
   set fDelay to 0.1
   set nDoAct to nDoAct + 1
   Return

 elseif nDoAct == 1
   ; Set your second pairing here and call actorA.CIOS SexoutBegin
   set fDelay to 0.1
   set nDoAct to nDoAct + 1
   Return

 elseif nDoAct == 2
   ; Set your third pairing here and call actorA.CIOS SexoutBegin
   set fDelay to 0.1
   set nDoAct to nDoAct + 1
   Return

 else
   Dispel 
 endif

End

Posted

I'm getting all of the problems mentioned above with just Sexout and Legion loaded, so its hard to see how another mod is causing it. See the Tryout thread for screenshots of the actual messages.

 

SexoutNotify is also being very buggy, Dale Barton insists in finding his way to the orifices of people he shouldn't be in. See Tryout for pics of that too. Tryout isn't even working properly for me anyway either. I'm starting to think my game is broken or has become corrupted in some fashion.

Posted

Awesome. I'm going to release how it is without the other girls being involved (much) and fiddle with this.

Posted

I suggest a functionality like this:

set SexoutNG.StringAnims to 1

set SexoutNG.Anim1

set SexoutNG.Anim2

set SexoutNG.Anim3

and so on...

 

Then you could set up forplay anims, different sexpos anims and finally the cum anims...

Posted

I suggest a functionality like this:

set SexoutNG.StringAnims to 1

set SexoutNG.Anim1

set SexoutNG.Anim2

set SexoutNG.Anim3

and so on...

 

Then you could set up forplay anims' date=' different sexpos anims and finally the cum anims...

[/quote']

 

That could definitely work, but I want to try a little more experimenting on another idea before I go the "brute force" approach.. ;)

Posted

Early Beta for Bromm.

 

Sexout.anim + SexoutNG.actorA/B/C + CIOS SexoutChangePos

 

:D

 

(updated as of edit time)

 

(removed download. Functionality is in release .33 in the OP, with fixed alignment during repositioning)

Posted

Started work on my own mod (!) a bit, a few thoughts:

 

1) bDontUndress works great. Very pleased to see it.

2) However, it might be a good idea to always set weapons to be removed, even with the above active, because they tend to do the weird oh-god-my-rifle-is-inside-of-my-torso thing.

3) Dialog callback had one little hitch: when I set it up for Easy Pete to talk to my character after a sex act, it only worked about half the time. The other half, he would immediately resume his sitting animation (he was sitting in chair on porch when I first talked to him) in midair, didn't speak to my character, and became un-talk-to-able until I left the area and returned. Callbacks with standing-around characters (Chet in this instance) worked perfectly, though.

 

 

edit: this was using 1.2.32, not the one posted for Bromm above :)

Posted

Just returning to NV having messed about with Skyrim. I'm currently getting the characters standing inside eachother during sex, no animations are playing, they ust stand there for the length of time before collapsing as if finished. Any ideas why?

Posted

New release. Some minor changes, nothing potentially game breaking.

 

V1.2.33 in the OP

- Two new missionary anims, 709 and 710. Thanks Johnhead!

- New spell to change positions during sex. Set Sexout.anim and SexoutNG.Actor(a,b,c), then CIOS SexoutChangePos.

- Fixed masturbation key sextype and animation.

Posted

Just returning to NV having messed about with Skyrim. I'm currently getting the characters standing inside eachother during sex' date=' no animations are playing, they ust stand there for the length of time before collapsing as if finished. Any ideas why?

[/quote']

 

Sounds like you didn't download the datapack and anims, or didn't install them correctly.

 

Please read the full original post to make sure you get everything installed right. ;)

Posted

I've downloaded them and isntalled them as I have done with all the previous files, coudl it be an issue with one of the other sexout plugins I'm using?

 

Posted

I've downloaded them and isntalled them as I have done with all the previous files' date=' coudl it be an issue with one of the other sexout plugins I'm using?

 

[/quote']

 

Also the newest NVSE ?? You need the latest NVSE to have this mod work correctly.

 

Posted

I've downloaded them and isntalled them as I have done with all the previous files

How's that?

 

' date=' coudl it be an issue with one of the other sexout plugins I'm using?

 

[/quote']

 

No.

Posted

Download the files, copy them into data and overwrite as needed. Then start up with mods unloaded, save, and restart mods.

 

Just done a second install of NV with JUST the sexout and tryout stuff, works absolutely fine on that one so I'm guessing it is either an old file left somewhere or an incompatbility with one of my other mods since I run quite a few.

Copying the data folder from the new install over the old install now to see if that resolves the issue. (hdd space isn;t an issue so I've got about 4 or 5 copies of NV installed right now)

Posted

Download the files' date=' copy them into data and overwrite as needed. Then start up with mods unloaded, save, and restart mods.

 

Just done a second install of NV with JUST the sexout and tryout stuff, works absolutely fine on that one so I'm guessing it is either an old file left somewhere or an incompatbility with one of my other mods since I run quite a few.

Copying the data folder from the new install over the old install now to see if that resolves the issue. (hdd space isn;t an issue so I've got about 4 or 5 copies of NV installed right now)

[/quote']

 

All of our mods are FOMM friendly / FOMOD ready. You can do what you like, but I highly recommend you do that instead of poking and guessing at what files might be wrong or messed up.

Posted

Thanks for the help, manual install then sorting laod order in FOMM is all that seems to work my end, had problems with fomod activation since day one of modding.

Anyhow, seems I ahve resovled it, it was an issue with either fnvdance or loveshacks, since deactivating those it all is working eprfectly! LOVE the new version, and the new crowds one is looking pretty damn cool

Posted

When I try and save a script with "SexoutNG.refSurface Vault21PlayerBed1REF" the GECK tells me "command refSurface not found." I'm using Sexout V1.2.32.

Posted

When I try and save a script with "SexoutNG.refSurface Vault21PlayerBed1REF" the GECK tells me "command refSurface not found." I'm using Sexout V1.2.32.

 

It's a var, not a command.

 

"set SexoutNG.refSurface to Vault21PlayerBed1REF"

 

;)

Posted

Nice.

 

If you haven't guessed, I'm trying to replace vanilla sex with Sexout scenes.

Posted

The main obstacles I've faced up until now were Sexout not using beds and scripting incompetency, which have both been fixed.

Posted

A few questions, one probobly not Sexout related but maybe can get help.

 

Sexout seems to keep moving itself behind SexoutLegion in the load order, which makes sex scenes stop working. It really seems like this even happens in play, though I don't think such is possible; sex scenes will stop, I will close NV and look at the mod manager and yep, it is behind Legion again. I move it and it works. Any idea if I can do anything about this behavior?

 

Ranger Andy won't talk to me anymore. Talking to him makes the camera 1st person and there is no dialogue. My last interaction with him was one of the times the Sexout moving thing happened so I am afraid I may have screwed him up somehow. Any idea?

 

Veronica seems to be...gone. I switched her for cass and when I got the room at 38 went to the 188 toi get her and she seems gone. Any idea where she might have gone?

 

 

Posted

Sexout cannot "move itself" in your load order. FOMM will reorder things based on file age whenever you upgrade, it does this with all mods. It's up to you to put them back in the right order after you upgrade a mod.

 

As for Ranger Andy and Veronica.. no idea what might have happened there. You can try bringing her to you. Look up her ID on the wiki then in the console do "player.placeatme "

Posted

Sexout cannot "move itself" in your load order. FOMM will reorder things based on file age whenever you upgrade' date=' it does this with all mods. It's up to you to put them back in the right order after you upgrade a mod.[/quote']

 

OK maybe that is the problem. What may be happening is it moves because of age and the problems with sex scenes don't show up right away. Either way, thanks. I was unaware FOMM reordered files.

 

As for Ranger Andy and Veronica.. no idea what might have happened there. You can try bringing her to you. Look up her ID on the wiki then in the console do "player.placeatme "

 

I'll do that, thanks.

 

 

 

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

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