Doppe 0 Posted July 11, 2007 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
Messiah 2 Posted July 11, 2007 you need the wav2lip tool to create a lip file that moves the mouth: http://www.flashpoint1985.com/download/index3.html bottom of that page Share this post Link to post Share on other sites
Doppe 0 Posted July 11, 2007 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  Oh, and how to make some unit to crawl all the time? I think that's all Share this post Link to post Share on other sites
ProfTournesol 956 Posted July 11, 2007 Firstly : please stop asking questions answered million times and use the SEARCH ENGINE first  Secondly : i'm a nice guy so i'll answer you  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
Doppe 0 Posted July 11, 2007 I tried search, no results found. Thanks anyway Share this post Link to post Share on other sites
Messiah 2 Posted July 12, 2007 make sure you tick the box 'and older' on the search string Share this post Link to post Share on other sites
Doppe 0 Posted July 17, 2007 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
Black Sphere 0 Posted July 17, 2007 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
Doppe 0 Posted July 17, 2007 Yes I have. So it is not possible to make radio message's to many player's? Share this post Link to post Share on other sites
Black Sphere 0 Posted July 17, 2007 Yes I have. If you have why you then trying to open Wave2Lip.exe? Quote[/b] ]So it is not possible to make radio message's to many player's? Â 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
Doppe 0 Posted July 18, 2007 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
Black Sphere 0 Posted July 18, 2007 Well, then make many action commands. 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
Doppe 0 Posted July 18, 2007 I did that, nothign happend Share this post Link to post Share on other sites
Black Sphere 0 Posted July 18, 2007 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
Doppe 0 Posted July 19, 2007 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