OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Pilot on 08 Jan 2005, 02:42:04

Title: Plane Engine Sound
Post by: Pilot on 08 Jan 2005, 02:42:04
Ok, I have yet another problem with my plane (what have I gotten myself into?)  ::)

My problem:
My plane engine sound doesn't work

Here is the portion of my config that calls the sound.
Code: [Select]
soundEngine[]={"\Boeing757\757engine.wav",db20,1.0};
My sound is named:
Quote
757engine.wav

What's the problem?
Title: Re:Plane Engine Sound
Post by: Planck on 08 Jan 2005, 04:18:39
Not sure if it matters, but shouldn't the sound be in .ogg format?


Planck
Title: Re:Plane Engine Sound
Post by: Pilot on 08 Jan 2005, 15:51:44
No, I have checked several other addons to see if they did something different, and every one I checked had the sound in .wav format.
Title: Re:Plane Engine Sound
Post by: Planck on 08 Jan 2005, 16:43:37
Is your sound Mono or Stereo.......16bit I think is needed.

Haven't played with sound files much.


Planck
Title: Re:Plane Engine Sound
Post by: Pilot on 08 Jan 2005, 17:40:30
Ok, I saved the sound as a 16bit stereo, and it didn't work.  I then saved it as a 16bit mono, and now it does.  Thank you for your help, Planck!

Topic Solved