Jump to content
Sign in to follow this  
Doppe

Moving mouth

Recommended Posts

How to get unit's mouth's moving? I mean, when comes a TitleText "Bla bla bla" then unit's mouth move's too.

Share this post


Link to post
Share on other sites

Thank you. Anyone know, how to make trigger that activates ONLY from player? And why doesn't my Join And Lead waypoint work? See: West Solider has Waypoint "Join and Lead" to other West Solider, but the other solider wont join me  confused_o.gif Oh, and how to make some unit to crawl all the time? I think that's all smile_o.gif

Share this post


Link to post
Share on other sites

Firstly : please stop asking questions answered million times and use the SEARCH ENGINE first  crazy_o.gif

Secondly : i'm a nice guy so i'll answer you  rofl.gif

Quote[/b] ]Anyone know, how to make trigger that activates ONLY from player

group (F2 key + drag and drop) the trigger with the player

Quote[/b] ]And why doesn't my Join And Lead waypoint work? See: West Solider has Waypoint "Join and Lead" to other West Solider, but the other solider wont join me  

synchronize (F5 key + drag and drop) the "join and lead" waypoint of the first soldier with a waypoint of the second soldier.

Quote[/b] ] how to make some unit to crawl all the time

in the init line of the unit : this setunitpos "down"

Share this post


Link to post
Share on other sites

I tried search, no results found. Thanks anyway

Share this post


Link to post
Share on other sites

make sure you tick the box 'and older' on the search string

Share this post


Link to post
Share on other sites
Quote[/b] ]Anyone know, how to make trigger that activates ONLY from player

group (F2 key + drag and drop) the trigger with the player

That work's, but i would want that let's say unit1 has Radio Commands like ONLY unit1 can call artillery whit radio. See, ingame all other players can see the "Artillery" radio command. Is this possible? Oh, and Wave2Lip.tool doesn't work, when i try to open Wave2Lip.exe nothing happens.

Share this post


Link to post
Share on other sites

If you want only to unit1 have artillery message then I think it's better to move it to action menu by using addAction command:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">unit1 addAction ["Artilery Strike", "artyscript.sqs"]

Have you readed Wave2Lip's readme?

Share this post


Link to post
Share on other sites

Yes I have. So it is not possible to make radio message's to many player's? confused_o.gif

Share this post


Link to post
Share on other sites
Yes I have.

If you have why you then trying to open Wave2Lip.exe? wink_o.gif

Quote[/b] ]So it is not possible to make radio message's to many player's?  confused_o.gif

You've losted me here mate; haden't you just above had a wish only unit1 to see/use the artillery message/command?

Share this post


Link to post
Share on other sites

Well, not just only one radio command, many. And what should i do whit that WavToLip then? :P

Share this post


Link to post
Share on other sites

Well, then make many action commands. wink_o.gif

About Wave2Lip; extract from readme:

Quote[/b] ]To use, simply drag a 16-bit mono wav file into the WavToLip program. (WavToLip.exe) The program then will generate the lip file to the same directory/folder as the source wav.

Share this post


Link to post
Share on other sites

I did that, nothign happend

Share this post


Link to post
Share on other sites

Yes, it can happen that is not working. Try this workaround then; cut & paste the .wav file into the Wav2Lip folder, and then drag it into the Wave2Lip.exe. After a few moments a .lip file should also appear there. If not, then sorry, I relly don't know how and with what to help you further mate.

Share this post


Link to post
Share on other sites

I found a program: OFP Sound Lab 1.1, and whit that i can get lip files. It's great program.

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  

×