(RETURN TO MAIN PAGE)

Facial expressions and gesture triggers

Some sets are happy. Some sets are sad. Some sets are angry.

Making your facial expression match the mood is a cool thing.

But mesh head HUDs use a lot of texture and script memory. And you have to hunt down and click things.

Most mesh heads have a set of API (fancy term for smarty stuff) that allow you to send direct chat commands to your head to show expressions.

It looks scary, but once you do one, you’ll see it’s not all that hard.

Lelutka’s documentation is here: http://lelutka.com/blog/creators-page/

They listen on channel 7780. So if you say:

/7780 play:l.-.snarl

The head will play a snarl animation.

If you say:

/7780 stop:l.-.snarl

The head will stop the snarl animation.

You can add these commands to gestures so all you need to do is hit a function key or chat phrase to trigger them:

mood animations
m.happy.clench
m.happy.doubt
m.happy.glance
m.happy.relax
m.happy.serene
m.happy.smile
m.happy.smile2
m.happy.smirk
m.happy.soft
m.happy.swallow
m.happy.talk
m.neutral.balm
m.neutral.brow_lift
m.neutral.glance
m.neutral.inhale
m.neutral.loose_jaw
m.neutral.mouth_shift
m.neutral.movement
m.neutral.purse
m.neutral.scan ground
m.neutral.squint
m.neutral.swallow
m.neutral.talk
utility animations
u.blink
u.closed
u.partlip
u.relaxed
u.sleepy
u.suspicious
u.wide
expressions
(looped)
l.+.monalisa
l.+.rockstar
l.+.sexy
l.+.smile01
l.+.smile02
l.+.wink02
l.-.disbelief
l.-.dislike
l.-.ego
l.-.sad
l.-.snarl
l.0.betterthanyou
l.0.ismellarat
l.0.lipbite
l.0.photo
l.0.yell
(unlooped)
s.+.hubba
s.+.mwah
s.+.sexy
s.+.wink02
s.-.ew
s.0.eyeroll
s.0.flutter
s.0.hm

Just change the l.-.snarl to the animation or mood you want to use.

As for Catwa, no idea. I don’t own one. Anyone?

That looks hard!

I can send you the gesture if you’d like.

(RETURN TO MAIN PAGE)