Home   Help Search Login Register  

Author Topic: Sounds  (Read 1120 times)

0 Members and 1 Guest are viewing this topic.

O Neil

  • Guest
Sounds
« on: 23 Sep 2002, 10:40:04 »
Hey, does anyone have all the easy programmes I need to make people talk in OFP?  Cause it's rather hard to find time to find the stuff I need to make em talk.

Thxs

o.neil@paradise.net.nz :thumbsup:

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Sounds
« Reply #1 on: 25 Sep 2002, 18:01:56 »
Well, the following info is from the old forums, so ya need to update the
details on where to grab the proper tools, m8

 But read it anyho'  -  and ask this Q on the "sounds..." board  :o  ;) better chances for replies then.

-------------------------------------------------------

check out Bloodmixer's Sound Tutorial

Just download the WaveSufer to make the .wav file, and use the WavToOgg
(Find in the Editing site, not the Wav2Lip) to change .wav to .ogg file, then use
 the Jate's Description.txt and the .cvs file, then put all your .ogg files into the mission  
(C:\Program File\Codemaster\OperationFlashpoint\user\your user name\mission)
 but create a folder for these .ogg file and name the folder Sound, then put your
 description.txt and .cvs files into the
 OperationFlashpoint\user\your user name\mission

then go to mission editor and on the way point or trigger On Activation type
 the following command:

unitname say "soundfilename" for example

I have file war.ogg and I want unit James to say it then I do

james say "war"
--------------------------

WAW to LIP.
It has to be a .wav file that you're converting
 
Unzip your wav2lip file and then just drag your .wav on to the
 wav2lip.exe and it should crank out yer lip file
I believe you also have to convert it to .ogg as well but do the .lip file first.

According to the txt file that comes with the program,
the .wav file should be 16 bit mono...here's an excerpt:
 
"You must use WavToLip before you convert your sounds from wav to ogg.
It will not generate lip files from ogg files.
 
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."

Make sure your wav2lip program is in a folder whose route contains no spaces. ie:
 
c:\program files\wav2lip     <- this will not work
c:\wav2lip        <- this should work

---------------------------------------------------


O Neil

  • Guest
Re:Sounds
« Reply #2 on: 27 Sep 2002, 03:59:17 »
ok, thxs