Home   Help Search Login Register  

Author Topic: Custom Environment sounds way ToO loud HeLp!  (Read 540 times)

0 Members and 1 Guest are viewing this topic.

bmgarcangel

  • Guest
Custom Environment sounds way ToO loud HeLp!
« on: 01 Apr 2003, 06:45:08 »
Ok, my problem is that the custom environment sounds that I have are way too loud.  They aren't really though.  

Now the problem is that the environment sounds that I have made make it so that you can't here anything else in the game.  This happens even if you put it far far away from you, the environment sound, here is my description.ext file:

class CfgEnvSounds
{
   sounds[] = {example};

   class example
   {
      name = "example";
      sound[] = {"example.ogg", db+10, 1.0};
      soundNight[]={"example.ogg", db+10, 1.0};
      titles[] = {};
   };
};

Is there a problem with it guys?

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Custom Environment sounds way ToO loud HeLp!
« Reply #1 on: 01 Apr 2003, 18:25:49 »
try that one, also make sure your actual sound file is not too loud.

class CfgEnvSounds
{
  sounds[] = {example};

  class example
  {
      name = "example";
      sound[] = {"example.ogg", db+0, 1.0};
      soundNight[]={"example.ogg", db+0, 1.0};
      titles[] = {};
  };
};