Home   Help Search Login Register  

Author Topic: Lips is moving but no sound??  (Read 538 times)

0 Members and 1 Guest are viewing this topic.

Robinhansen

  • Guest
Lips is moving but no sound??
« on: 06 Jan 2004, 23:04:53 »
In an intro the player is giveing his folks a briefing. His lips is moving, allright! ( WAV2LIP is working then!) but there is no sound <<??>>
I have used the script from SnYpier's soundexample.


class CfgSounds
{
   sounds[] =    { voicesample };

   class voicesample
   {
      name = "";
      sound[] = {"voicesample.ogg", db-40, 1.0};
      titles[] =
      {
         0, $STRM_voicesample
      };
   };
};

I've called my character aP 'n given him a waypoint saying: aP say "voicesample"

What the heck am I doing wrong ??? ??? ???

cpt.Hawkeyez

  • Guest
Re:Lips is moving but no sound??
« Reply #1 on: 07 Jan 2004, 02:12:32 »
Code: [Select]
class CfgSounds
{
   
   sounds[] = {voicesample};

   
   class voicesample
   {
      
      name = "voicesample";
      
      sound[] = {\sound\voicesample.ogg, db + 0, 1.0};
      
      titles[] = {0, ""};
   };
};
Also Its lips are moving but no Sound is coming out. J/k I dont care
/CymPatheeY

Robinhansen

  • Guest
Re:Lips is moving but no sound??
« Reply #2 on: 09 Jan 2004, 22:31:10 »
Still won't work! Are some of you guys an expert in sound edition and can I mail you the game so you can help me solve the problem? :P :D :P :D 8)

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Lips is moving but no sound??
« Reply #3 on: 09 Jan 2004, 22:43:58 »
I have no idea how to solve your problem m8y but I have an advice:

NEVER use WPs to make things happens, especially not when dealing with the player. Use triggers.

:beat: *Gets Shot* :beat:

Robinhansen

  • Guest
Re:Lips is moving but no sound??
« Reply #4 on: 09 Jan 2004, 23:16:54 »
I've allready tried that but it won't work either...

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Lips is moving but no sound??
« Reply #5 on: 09 Jan 2004, 23:21:18 »
Yea I know it won't solve the problem but don't use it anyhow, it will f00k up everything. Veteran players(hopefully every1 if they want OFP as it is, not some n00bish extras ;) :P)will not see the WPs and everything will go straight to hell.

:beat: *Gets Shot* :beat: