Jump to content

Blowjob anim expression/phoneme change problem


Captmalal

Recommended Posts

Posted

During any blowjob anim, I can't seem to change the expression/phoneme to anything other than the default - I enter new values, but they don't last more than a second or two before reverting to their default.

 

Anyone know how to get around this?

 

 

Thanks

Posted

It depends on which version of SexLab you are using, I found that with 1.59c expressions were being overridden by the sslBaseExpression script with a not totally functioning phoneme modifier, with 1.61b2 I simply changed the ActorRef.SetExpressionOverride and the MfgConsoleFunc.SetPhonemeModifier to the values I wanted, recompiled and they work exactly like I want.

Posted

Thanks.

 

Where can ActorRef.SetExpressionOverride and MfgConsoleFunc.SetPhonemeModifier be found? I've checked sslBaseExpression.psc, but couldn't find either entry.

 

 

 

 

Posted

Line 105 and 106 as follows:

 

function OpenMouth(Actor ActorRef) global
ClearPhoneme(ActorRef)
ActorRef.SetExpressionOverride(16, 100)
MfgConsoleFunc.SetPhonemeModifier(ActorRef, 0, 1, 100)
Utility.WaitMenuMode(0.1)
endFunction
 
This is my changed version, BTW.
 
BUT, this will only work in version 1.61 of Sexlab.
Posted

Odd.

 

I've checked the entirety of the file and still can't find anything that even remotely resembles ^

 

All I have is a bunch of different mood registration e.g. Pleasure, Joy, etc.

 

I'm currently running 1.61B

 

 

Am I correct in assuming that what you've typed up would work regardless if compiled?

 

 

EDIT:


Oh jeez, I'm an idiot. Been looking at the wrong file... lmao

 

 

Sorry... and thanks, lol

Archived

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

  • Recently Browsing   0 members

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