Jump to content

Threesome Animations Cause Immediate CTD


Recommended Posts

Posted

I've tried under two separate esp mods (a companion, and one simple dialog prompt one I found in the old file lists), and the same problem happens under both. I have read the installation FAQS, and as far as I know I've done everything properly. Other anims, both male/female and female/female all seem to work.

 

I have installed the beta v3 NVSE, as well as the v11 extender.

I've put in the mod-config manager and have been able to adjust mods in-game correctly.

Both SexoutNV and SCR are installed and apparently working correctly.

My load order is appropriate.

I do not use BnB, but have installed the compatibility skeleton by Astymma.

 

Again, it seems to pretty much be with the 3-some functions. I can ask both parties, but as soon as they start then its immediate CTD. It's the type of crash that I typically associate with a bad bone reference, but I don't know enough about the Sexout anims to really figure out what.

 

I tried a quick search through the forums and didn't find anything. Since you're never the first person to have a problem, I'm hoping that I've just missed something, so if anyone had a pointer it would be appreciated.

Posted

Can you post the calling code? Some 3ways are bit wonky position-wise, but going by the contributions to the sexout sutra thread, they're not supposed to ctd.

Posted

I may need more info on exactly what you're looking for. My experience with sex mods thus far pretty much stops at Sex Innuendo and, later, just making an esp of all the anims for my own purposes. But when I activate the dialog, here is what came up in the console prior to crashing.

 

April/May Anim 5101 (April and May are the NPCs)

NGSAN: Randomsextype RndA 16

Get VATS Value 6, 15,-> 0.00

 

Two of the five times I tried I got a -- superquick -- flash of text in the upper left corner that I believe started with SCR Main First, but it crashes way too fast to read, or even display sometime.

 

When starting the prompt, the other two characters get up and face each other. PC disrobes, then the two NPCs disrobe and warp over, and then, right as the animation is supposed to start, CTD.

Posted

SCR main first is some startup message by SCR - should be fine, although it's best to wait until after it's appeared before you start an act.

What I meant by calling code is the code in the mod that starts the act. (set sexoutNG.somevars to somevalues, or the nx equivalent)

 

Did you try the console equivalent?

set "..000dc0".anim to 5101
set "..019333".actora to getself
set "..019333".actorb to player
(Click the second NPC before continuing!)
set "..019333".actorc to getself
cios ..0027A8
Posted
This is the resultant script from that particular dialog option, in the GECK.

 


short roll

short anim

set roll to GetRandomPercent

 

set anim to 5601

if roll < 85

set anim to 5304

endif

if roll < 70

set anim to 5303

endif

if roll < 56

set anim to 5302

endif

if roll < 42

set anim to 5301

endif

if roll < 28

set anim to 5102

endif

if roll < 14

set anim to 5101

endif

 

If GetPCIsSex Male

; if male, player at one end

set SexoutNG.actorA to arAprilREF

set SexoutNG.actorB to arMayREF

set SexoutNG.actorC to playerREF

 

set roll to GetRandomPercent

if roll < 50 && anim != 5101 && anim != 5601

set SexoutNG.actorC to arAprilREF

set SexoutNG.actorA to playerREF

endif

endif

 

If GetPCIsSex Female

; if female, player always in middle

set SexoutNG.actorA to arAprilREF

set SexoutNG.actorB to playerREF

set SexoutNG.actorC to arMayREF

 

; randomize April & May positions

set roll to GetRandomPercent

if roll < 50

set SexoutNG.actorC to arAprilREF

set SexoutNG.actorA to arMayREF

endif

endif

 

; temp so animations last long enough to see

;set Sexout.duration to 10

set Sexout.anim to anim

PrintToConsole "April/May anim: %.0f" anim

 

playerREF.CIOS SexoutBegin


 

The other modjust had you ask one NPC to start the topic, then ask a second NPC.  Then give them both their respective positions through dialog cues, but the same result -- all functioned just fine until the animation itself started, and then immediate CTD.

Posted

can you use console command to initiate 3some ?? if it works fine though console then something is wrong with the script, if the console crashes try reinstalling sexout.

 

what version of sexout are you using, and what dll file do you have installed ??

 

If the 3some animations where all funky then every once game would crash and not only you., So it has to be on your end.

Posted

For a result script, it's a bit too heavy for me, and there are known issues with declaring variables in dialog result scripts, so all of that code should probably go into a spell or UDF. Still, it doesn't explain ctd on sex start. I'd like to know if you have the same issue with console-started sex too.

Posted

and there are known issues with declaring variables in dialog result scripts

I have to emphasize this. Never declare variables in dialogue scripts. The engine can't handle them properly and overwrites the values of other variables instead of making new ones.
Posted

Well, running that through the console the animations did work, although the first time after they concluded it froze my game.  Admittedly, that was right in the middle of the Goodsprings main street so perhaps the game decided to chastise me for my lack of seemly modesty.  Trying it again in an interior it worked without issue.  So perhaps it was the mod(s)?  Bad luck to get two in a row with the same problem.  

 

Wish I had known before I spent all that time getting April and May to look this this:

 

faces_zps8e572e7e.jpg

 

  • 1 month later...
Posted

No, I got involved in another game and my story again and my long porn production is in stasis just after the foreplay, wahahaha. 110 pics, though. I'm sure it's just the need for a different mod. I'll try the one you recommended sometime.

 

The main problem is that something in the anims and meshes needed to run sexout, or maybe in Astymma's skeleton, changes the interaction with Face Aches just enough to mess up my expressions for my comic. I'm not really sure what it is, but the faces don't make the expressions as . . . deeply. The face becomes more immobile.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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