OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: Greenwolf on 28 Jun 2010, 14:42:12

Title: Sideradio static bug.
Post by: Greenwolf on 28 Jun 2010, 14:42:12
Ok, this has been driving me crazy all night and I give up:

I looked up and figured out how to do a custom voice transmission on the Sideradio (in this case, calling for air support).

But when I radio it in, the static from the radio keeps going for a full minute or more after the person is done speaking. I double-checked to make sure the audio file was cropped down... it's saved in the right format as far as I know... its just the cut off for the radio that stumps me.

my description.exe looks like this:

class CfgRadio
{
sounds[] = {};
class RadioMsg1
{
name = "RadioMsg1";
sound[] = {"\radio\filename1.ogg", db-100, 1.0};
title = "Romeo 1-1, this is Viper 1-6. Flight of two A-10s inbound hot to your location, over.";
};
};

I pretty much directly copied it from the tutorial here: http://www.ofpec.com/tutorials/index.php?action=show&id=14&page=32

Please help!  :blink:

*edit* I should add I have been searching the site all night, so either I missed something obvious due to sleep deprivation, or the solution isn't posted here (or is very hard to find.)