Home   Help Search Login Register  

Author Topic: Audio help!! ARGHHH!  (Read 1450 times)

0 Members and 1 Guest are viewing this topic.

Dongleman

  • Guest
Audio help!! ARGHHH!
« on: 01 Sep 2002, 00:38:36 »
Okay, I was wondering how I would make a sound show up in the sounds section rather than the music section in the editor.  

Music section = all the ofp songs

sounds = birds, dog barking, etc etc.

I really need this ASAP any help would be great!

Cheers. :P

SFG

  • Guest
Re:Audio help!! ARGHHH!
« Reply #1 on: 01 Sep 2002, 00:48:48 »
Make it in a cfg sound class instead of a music one ;)

Dongleman

  • Guest
Re:Audio help!! ARGHHH!
« Reply #2 on: 01 Sep 2002, 02:01:46 »
So I make a file called mission.sqs right.  Whats the code that I put in it? ofpec is down so I can't see the code....can someone post it?

Dongleman

  • Guest
Re:Audio help!! ARGHHH!
« Reply #3 on: 01 Sep 2002, 04:02:21 »
I also have no idea what the format for the ogg should be

what bitrate?  

max length

what hz?  like 4400001hz or 5 hz.


Its a song, but I want it to seem like its playing on the radio...so when you go farther away, the sound is softer and softer.




YankeeTanker

  • Guest
Re:Audio help!! ARGHHH!
« Reply #4 on: 07 Sep 2002, 02:42:28 »


  Hey.

   ## First off I take no credit for writing this.  I originally got this of OFPEC..a while ago and I have a problem getting rid of things that can help in the future... lets face it

   Hi.. My name is Matt and I am a OFP Addict.. ya Know.

   Here is a Tute that I found along time ago that helped me with the Ogg Vorbis process.  It's long but cut and paste it and keep it for later...



 Tutorial : How to add your own sound and music files
This tutorial explains how you can add your own custom sounds and custom music to your missions.



What are those .ogg files in the .pbo file?

The .ogg files in the demo1.demo.pbo file are the sound and music files used for the demo mission.  All of the sound .ogg have "sound\" prepended to their name in the .pbo filelist and the music .ogg files have "music\" prepended to their names in the .pbo filelist.  

These .ogg files are actually sound files encoded with the Ogg Vorbis codec developed by Xiphophorus software.  Their website is http://www.vorbis.com.  Here is a brief description of the Ogg Vorbis sound codec from their website :


Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for high quality (44.1-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. This places Vorbis in the same class as audio representations including MPEG-1 audio layer 3, MPEG-4 audio (AAC and TwinVQ), and PAC.


In the downloads section at http://www.vorbis.com/ there is a WinAmp plugin you can download which will allow you to play .ogg files using Winamp.



How can I listen to .ogg files?

Okay, so now we know what the format is but how does someone actually listen to these files?

Luckily it seems that this codec is catching on and a number of sound utilities support it.

In the downloads section at http://www.vorbis.com/ there is a WinAmp plugin you can download which will allow you to play .ogg files using Winamp.  Download Winamp at http://www.winamp.com and then download the plugin and follow the instructions on how to use it with Winamp.  There are also a couple other players in that section as well.  I use Winamp myself.



How can I create my own .ogg files?

In the third party section at http://www.vorbis.com/  there are bunch of links to third party software which supports the .ogg file format.  The one I choose to use was dBPowerAMP Music Convertor at http://www.dbpoweramp.com/ .  The others might work...I didn't try them once I got this to finally work :)  At their site you can download and then install their application.  In addition, you need to download and then install their .ogg codec at http://www.dbpoweramp.com/codec-central.htm .

dBPowerAMP Music Convertor allows you to convert files from one format to another.  For example, if you have an MP3 file you are dying to use as the music in your custom mission then you can convert it to .ogg format with this util.  Same goes for other formats like the old but still used WAV sound format.  If you want to record your own WAV sound files use any sound recording software for Windows and get a microphone.  How to record WAV files is outside the scope of this tutorial.



Here is how you use dBPowerAMP to convert files to .ogg format that works with Operation Flashpoint :

1) Run the music convertor application.  You will be prompted to enter the name of the file you want to convert.  Select the file (MP3,WAV, or some other format) and click the open button.

2) A small window appears indicating what format you want to convert the file to.  If you installed the .ogg codec correctly you will see the OggVorbis option.  Select it with the mouse.

3) A larger window appears that allows you to specify parameters for the destination .ogg file as well as where you want to save the .ogg file.  You need to use the following parameters in order for the .ogg file to work with Operation Flashpoint.

Encoding must be Constant Bit Rate

Bit Rate can vary.  56K seems to be good quality without taking alot of disk space.

Channels must be set to mono (at least for .ogg files used for sound.  .ogg files used for music can be in stereo)

Frequency must be set to 44100 Hz

Preserve ID tags is checked

Volume Normalization is not checked (actually..not sure if this matters)

4) In the same window specify where you want to save the file and then hit the convert button. A small progress window will appear to indicate conversion progress.  When it is done converting you can hit the finished button.

Voila!  Test out your newly created .ogg file with WinAmp.



How do I add my own .ogg files to Operation Flashpoint?

Your .ogg files which you are going to use as a sound needs to go into your mission's sound subdirectory.  Your .ogg files which you are going to use as music needs to go into your mission's Music subdirectory. They can be named whatever you want as long as they end in .ogg.  Refer to my How to use mission subdirs instead of mission .pbo files tutorial to learn how to use mission subdirectories.

Once you have put your files into the right subdirectories then you will need to access them in your mission.  

To make a character say something out loud or on the radio using your .ogg file refer to my How to get characters to talk,chat and use the radio tutorial.  

To use your .ogg file as music in the game refer to the music related commands section in my How to command things using the init,expCond,expActiv and expDesActiv fields tutorial.



How do I add lip sychronization to .ogg files I am having characters say?

Each .ogg file can have an associated .lip file.  These lip files allow you to add lip synchronization with the sound.  For more details refer to Lip file description.

Hope this helps.  Now everyone should be able to add their own sounds and music to their missions!

   
  I wish I could say that I wrote that but I didn't and it should help immensely with your OFP experience.

  I have quite a few Tutes that I saved... give me a ring if you need some more.

  YankeeTanker.