Jump to content
Sign in to follow this  
Koni

Lip movement

Recommended Posts

Is there a way of just moving a units lips without using the wave to lip thing ?

Reason being, I am not using single sound clips, just one longer speach ogg file for 2 units, so I don't want them both talking at the same time.

I thought I once saw somewhere on the wiki a command line like

Unitname lipmove [6,9,02] or whatever, something along them lines, but not that obviously, but I can't find anything on search, and I don't know what it was called, if it did exist.

Thanks

Share this post


Link to post
Share on other sites

You can just set the volume to db-100 for the lip sound.

Example:

class LipDummy1 {
name="LipDummy1";
sound[]={LipDummy1.ogg, db-100, 1.0};
titles[]={};
};

This is how i did it. :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×