Home   Help Search Login Register  

Author Topic: Custom radio don't work  (Read 649 times)

0 Members and 1 Guest are viewing this topic.

Old_Man

  • Guest
Custom radio don't work
« on: 09 Apr 2003, 02:43:22 »
Ok,Ok,
           I've managed to get the description and stringable files written,but my radio won't work. I call the the first one with a waypoint and the second with a trigger. when both are tripped I get the static and text but not the speech. Also both are supposed to play during a cutscene with background music.

    //Made with OP:DLC Radio
class CfgRadio
{
class Helo1
{
        name = "Helo1";
        sound[] = {"Helo1.ogg", db+85, 1.0};
        title = $STRM_Helo1;
};
class Helo2
{
       name = "Helo2";
       sound[] = {"Helo2.ogg", db+85, 1.0};
       title = $STRM_Helo2;
   };
};
       Old_Man

MorMel

  • Guest
Re:Custom radio don't work
« Reply #1 on: 09 Apr 2003, 11:21:42 »
I'm not a "Sound" expert, but it's not much difficult to work with it... First ensure yourself you're putting the "Helo1.ogg" into /Sounds subdirectory. Then use a waypoint/trigger/script/whatever to make a unit radio: Unit sideradio "Helo1" [i'm not sure if "" are realy needed]. Your descript....ext seems fine. If you get the text it means that stringtable.csv is also fine... Can't see no more problems with it... ;)

Old_Man

  • Guest
Re:Custom radio don't work
« Reply #2 on: 09 Apr 2003, 13:24:39 »
Thanks MorMel,

                       Did that, I think the files are fine also, But it really bothers me about no sound. Any one else have a suggestion.
                                      Old_Man

MorMel

  • Guest
Re:Custom radio don't work
« Reply #3 on: 11 Apr 2003, 14:43:02 »
Try this, instead:

class CfgRadio
{
class Helo1
{
        name = "";
        sound[] = {"Helo1.ogg", db-10, 1.0};
        title = $STRM_Helo1;
};

[The same for Helo2]
As you see, I didn't change almost nothing! But it works with mine...

Then put "Helo1.ogg" into /sounds subdirectory (in the same mission folder).
At Activ. field type this: player sideradio "Helo1"

Don't forget to put all sound effects at maximum in the "Options"menu!

Just don't know what to tell you more... ???

Offline rhysduk

  • Former Staff
  • ****
Re:Custom radio don't work
« Reply #4 on: 12 Apr 2003, 20:36:40 »
Hi

If ur stuck try looking at my topic on "big tropuble wiv radio".......

if it don help then let me know whta the prob is (if there stilll is one) and ill help........


RHYS
Reviewed Missions Board: Please Read the User's Guide before posting!

Pride and Joy 1 (HW100-T)