Home   Help Search Login Register  

Author Topic: i need some help here....  (Read 1758 times)

0 Members and 1 Guest are viewing this topic.

coolisamy

  • Guest
Re:i need some help here....
« Reply #15 on: 09 Apr 2004, 16:59:11 »
That's What i DID!

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:i need some help here....
« Reply #16 on: 09 Apr 2004, 19:03:58 »
coolisamy

Post your description.ext file so we can see if there are any problems with it.


Planck
I know a little about a lot, and a lot about a little.

coolisamy

  • Guest
Re:i need some help here....
« Reply #17 on: 09 Apr 2004, 20:41:00 »
class CfgSounds
 {

sounds[]=
 {
  g1,s1,p1
 };

class g1
 {
  name="g1";
  sound[]={"g1.wav", db+10, 1.0};
  titles[]=
   {
    0, $STR_g1
   };
 };

class s1
 {
  name="s1";
  sound[]={"s1.wav", db+10, 1.0};
  titles[]=
   {
    0, $STR_s1
   };
 };

class p1
 {
  name="p1";
  sound[]={"p1.wav", db+10, 1.0};
  titles[]=
   {
    0, $STR_p1
   };
 };

 };

class CfgRadio
 {


sounds[]=
 {
   o1,o2,h1,h2,z1
 };

class o1
 {
  name = "o1";
  sound[]={"o1.wav", db-20, 1.0};
  title=$STR_o1;
 };

class o2
 {
  name = "o2";
  sound[]={"o2.wav", db-20, 1.0};
  title=$STR_o2;
 };

class h1
 {
  name = "h1";
  sound[]={"h1.wav", db-20, 1.0};
  title=$STR_h1;
 };

class h2
 {
  name = "h2";
  sound[]={"h2.wav", db-20, 1.0};
  title=$STR_h2;
 };

class z1
 {
  name = "z1";
  sound[]={"z1.wav", db-20, 1.0};
  title=$STR_z1;
 };

class f1
 {
  name = "f1";
  sound[]={"f1.wav", db-20, 1.0};
  title=$STR_f1;
 };


class a1
 {
  name = "a1";
  sound[]={"a1.wav", db-20, 1.0};
  title=$STR_a1;
 };


class a2
 {
  name = "a2";
  sound[]={"a2.wav", db-20, 1.0};
  title=$STR_a2;
 };


 };

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:i need some help here....
« Reply #18 on: 09 Apr 2004, 20:54:15 »
Just had a quick look coolisamy, as I am busy at the moment.

But I note that in the cfgRadio section you have:

sounds[]={o1,o2,h1,h2,z1};

But you have other sounds which are not included in the above declaration.

f1, a1 and a2


Planck
I know a little about a lot, and a lot about a little.

coolisamy

  • Guest
Re:i need some help here....
« Reply #19 on: 10 Apr 2004, 07:16:50 »
ye... i know that.... i just did not use them.... so i forgot about them.....

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:i need some help here....
« Reply #20 on: 10 Apr 2004, 07:48:04 »
You have -20 desibels on all the sounds. How about if you raise it to +20.
Not all is lost.

coolisamy

  • Guest
Re:i need some help here....
« Reply #21 on: 10 Apr 2004, 17:12:17 »
And then the ogg files will work?

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:i need some help here....
« Reply #22 on: 10 Apr 2004, 17:18:40 »
None of your cfgSounds or cfgRadio sounds are ogg files.

They are all wav files.


Planck
I know a little about a lot, and a lot about a little.

coolisamy

  • Guest
Re:i need some help here....
« Reply #23 on: 10 Apr 2004, 18:46:18 »
no daaa...... it's because when i put the ogg files the unit mouth is moving and i can't here the vocie and with the wav file i can here the voice and the mouth is moveing....  :(

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:i need some help here....
« Reply #24 on: 10 Apr 2004, 19:23:57 »
I've always thought that ofp isn't even able to play .wav files. Are you sure your file extensions are correct?
Not all is lost.