Jump to content

Expression editor


Illana

Recommended Posts

Posted

Does this do what I think it does? Googling doesn't really bring up anything, how do I edit expression per stage of an animation if this isn't the tool?

Posted

Sexlab picks semi-randomly from available expressions on every stage.  If you want to tell it to use only a specific expression on a specific stage (or a specific animation?) you would need to use scripting to do that.

Posted
On 3/17/2020 at 7:03 PM, Seijin8 said:

Sexlab picks semi-randomly from available expressions on every stage.  If you want to tell it to use only a specific expression on a specific stage (or a specific animation?) you would need to use scripting to do that.

How do some animations open the mouths for oral consistently? That's my main question really.

Posted
52 minutes ago, Illana said:

How do some animations open the mouths for oral consistently? That's my main question really.

Coded in as an expression change for animations marked as "open mouth" in the registry.  You can change it by altering the script it is in (sslBaseExpression).

Posted
On 3/18/2020 at 8:05 PM, Seijin8 said:

Coded in as an expression change for animations marked as "open mouth" in the registry.  You can change it by altering the script it is in (sslBaseExpression).

And this is in the json file? It's the only place where I see this phrase. What does it reference? Ie can i change the expression "open_mouth" is referencing?

 

EDIT: ok i'm getting somewhere now, unpacked the sslbasexpression.pex to a .psc and is now readable using notepad++

 

I see this block of code:


 

function OpenMouth(Actor ActorRef) global

    ActorRef.SetExpressionOverride(16, 80)
    utility.WaitMenuMode(0.100000)
endFunction

 

Now I just need to figure out what the numbers are referencing..

 

EDIT2: creationkit tells me this, apparently 16 is combat shout and the 80 refers to the strength of the expression, but this does not open the mouth at all. The one that does that should be the MFG parameter Aah and BigAah

  • 3 months later...
Posted

The SexLab MCM have the expression Editor and allow modify the existing expressions and add few custom ones.

 

Every Expression is in fact a Expression Package with independent Expressions for each stage.

 

Is easier use the SexLab MCM Expressions tools and test it. 

 

If you are planning make new expressions or modify the existing ones let me know. The world needs more expressions for SexLab.

Archived

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

  • Recently Browsing   0 members

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