Home   Help Search Login Register  

Author Topic: i need some help here....  (Read 1598 times)

0 Members and 1 Guest are viewing this topic.

coolisamy

  • Guest
i need some help here....
« on: 07 Apr 2004, 08:48:40 »
i know how to make a dialog now...
how can i do that when unit talking gis lips move?????

 ??? ??? ??? ??? ??? ???

Offline Marvin

  • Members
  • *
  • One day they will come
Re:i need some help here....
« Reply #1 on: 07 Apr 2004, 09:34:02 »
If you are using OGG files as talking, then you can use WavtoLip converter!
If you had this program, then jyst drag Wav format sound on to the WavTOLip converter (This program myst be lockated in your Root directory - Almost on C:), the program will create the Lip file, then jyst put this lip file with your Ogg, in the mission!
Marvin Out!
Is there any games than Flashpoint?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:i need some help here....
« Reply #2 on: 07 Apr 2004, 09:53:24 »
You can get wav2lip from the Ed Depot or the official site.
Plenty of reviewed ArmA missions for you to play

coolisamy

  • Guest
Re:i need some help here....
« Reply #3 on: 07 Apr 2004, 09:56:56 »
can you give me link to that site?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:i need some help here....
« Reply #4 on: 07 Apr 2004, 09:57:46 »
Plenty of reviewed ArmA missions for you to play

coolisamy

  • Guest
Re:i need some help here....
« Reply #5 on: 07 Apr 2004, 10:09:52 »
i have the wavetolip now......
from the ed depot and it does not install it!
why??

coolisamy

  • Guest
Re:i need some help here....
« Reply #6 on: 07 Apr 2004, 10:21:09 »
I opened the wav file with the program and it does not did a lip file!
why?
please help...

coolisamy

  • Guest
Re:i need some help here....
« Reply #7 on: 07 Apr 2004, 12:01:43 »
come on guys! help please!
it's urgent!!

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:i need some help here....
« Reply #8 on: 07 Apr 2004, 13:34:31 »
Well, what's your question?   ???

All you've said is that it doesn't work, but that doesn't take us anywhere because in fact it does work.   ;)   As Marvin said, the wav2lip utility has to be in your root (C:) directory.  Is that where you put it?   Tell us in detail what you did and what went wrong - we can help you only if you tell us what the problem is.

To give you an idea of timing, many posts on this forum go unanswered for 24 hours and it frequently takes a couple of days to solve a problem.     I know you're frustrated but bumping your thread after just an hour and a half isn't going to help.

Have you tried the forum search function?
Plenty of reviewed ArmA missions for you to play

coolisamy

  • Guest
Re:i need some help here....
« Reply #9 on: 07 Apr 2004, 15:30:00 »
i got it... it works.. thanks for your help....

coolisamy

  • Guest
Re:i need some help here....
« Reply #10 on: 07 Apr 2004, 15:31:58 »
but i'v got other problem.... when i put my voice in the sound folder
(with the lip file) it's got to move the lips and make my voice right?
so it move the lips but i cant hear the voice?
can you tell me why?

Offline Raptorsaurus

  • Editors Depot Staff
  • *****
Re:i need some help here....
« Reply #11 on: 07 Apr 2004, 16:40:30 »
I'm not too experienced with doing sound related stuff (I'm noobie in that regard), but I do know that you have to have a "sound" folder in you mission where all your custom sounds and voices are stored.  Also,  you have to define those sounds in the description.ext file.  I hope this helps.  There is a tutorial on lip sincrinization that explains how to do the sound definitions.  Here is the link:

http://www.3dactionplanet.com/flashpoint/tutorial4/tutorial4.html

This tutorial predates the WavtoLip program, so you are already way ahead of the game, but it is very good for explaining how to organize and define your sound files.  I hope this helps.

coolisamy

  • Guest
Re:i need some help here....
« Reply #12 on: 08 Apr 2004, 07:38:32 »
i fix it... but thanks any way...
just one thing...
why does in foramt wav i can hear the voice and the lips are moving and in format ogg the lips are moving but i dont hear a thing?

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:i need some help here....
« Reply #13 on: 08 Apr 2004, 09:27:50 »
Because you've defined the the ogg files wrong in your description.ext?
Not all is lost.

DBR_ONIX

  • Guest
Re:i need some help here....
« Reply #14 on: 08 Apr 2004, 12:03:08 »
I think.. Yout need to use Wav2Lip on the wav files, and then convert them to OGG files
You can then basicly delete the WAV files
You don't play them in game, insted you play the OGG files

Also, like Artak said, do you have a working .ext file?
If you don't, that's your prob.

- Ben

coolisamy

  • Guest
Re:i need some help here....
« Reply #15 on: 09 Apr 2004, 16:59:11 »
That's What i DID!

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:i need some help here....
« Reply #16 on: 09 Apr 2004, 19:03:58 »
coolisamy

Post your description.ext file so we can see if there are any problems with it.


Planck
I know a little about a lot, and a lot about a little.

coolisamy

  • Guest
Re:i need some help here....
« Reply #17 on: 09 Apr 2004, 20:41:00 »
class CfgSounds
 {

sounds[]=
 {
  g1,s1,p1
 };

class g1
 {
  name="g1";
  sound[]={"g1.wav", db+10, 1.0};
  titles[]=
   {
    0, $STR_g1
   };
 };

class s1
 {
  name="s1";
  sound[]={"s1.wav", db+10, 1.0};
  titles[]=
   {
    0, $STR_s1
   };
 };

class p1
 {
  name="p1";
  sound[]={"p1.wav", db+10, 1.0};
  titles[]=
   {
    0, $STR_p1
   };
 };

 };

class CfgRadio
 {


sounds[]=
 {
   o1,o2,h1,h2,z1
 };

class o1
 {
  name = "o1";
  sound[]={"o1.wav", db-20, 1.0};
  title=$STR_o1;
 };

class o2
 {
  name = "o2";
  sound[]={"o2.wav", db-20, 1.0};
  title=$STR_o2;
 };

class h1
 {
  name = "h1";
  sound[]={"h1.wav", db-20, 1.0};
  title=$STR_h1;
 };

class h2
 {
  name = "h2";
  sound[]={"h2.wav", db-20, 1.0};
  title=$STR_h2;
 };

class z1
 {
  name = "z1";
  sound[]={"z1.wav", db-20, 1.0};
  title=$STR_z1;
 };

class f1
 {
  name = "f1";
  sound[]={"f1.wav", db-20, 1.0};
  title=$STR_f1;
 };


class a1
 {
  name = "a1";
  sound[]={"a1.wav", db-20, 1.0};
  title=$STR_a1;
 };


class a2
 {
  name = "a2";
  sound[]={"a2.wav", db-20, 1.0};
  title=$STR_a2;
 };


 };

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:i need some help here....
« Reply #18 on: 09 Apr 2004, 20:54:15 »
Just had a quick look coolisamy, as I am busy at the moment.

But I note that in the cfgRadio section you have:

sounds[]={o1,o2,h1,h2,z1};

But you have other sounds which are not included in the above declaration.

f1, a1 and a2


Planck
I know a little about a lot, and a lot about a little.

coolisamy

  • Guest
Re:i need some help here....
« Reply #19 on: 10 Apr 2004, 07:16:50 »
ye... i know that.... i just did not use them.... so i forgot about them.....

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:i need some help here....
« Reply #20 on: 10 Apr 2004, 07:48:04 »
You have -20 desibels on all the sounds. How about if you raise it to +20.
Not all is lost.

coolisamy

  • Guest
Re:i need some help here....
« Reply #21 on: 10 Apr 2004, 17:12:17 »
And then the ogg files will work?

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:i need some help here....
« Reply #22 on: 10 Apr 2004, 17:18:40 »
None of your cfgSounds or cfgRadio sounds are ogg files.

They are all wav files.


Planck
I know a little about a lot, and a lot about a little.

coolisamy

  • Guest
Re:i need some help here....
« Reply #23 on: 10 Apr 2004, 18:46:18 »
no daaa...... it's because when i put the ogg files the unit mouth is moving and i can't here the vocie and with the wav file i can here the voice and the mouth is moveing....  :(

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:i need some help here....
« Reply #24 on: 10 Apr 2004, 19:23:57 »
I've always thought that ofp isn't even able to play .wav files. Are you sure your file extensions are correct?
Not all is lost.