ive made a new description.ext file and it follow like this
onLoadOutroTime = false;
onLoadIntroTime = false;
debriefing = 1;
onLoadMission = "Approaching Montignac from the bottom of the hill"
showGPS = 1;
showMap = 1;
class CfgSound
{
sounds[] =
{
intro1,intro2,intro3,intro4,intro5,intro6,intro7
};
class intro1
{
name = "intro1";
sound[] = {"intro1.ogg", db-40, 1.0};
title = $STRM_intro1;
};
class intro2
{
name = "intro2";
sound[] = {"intro2.ogg", db-40, 1.0};
title = $STRM_intro2;
};
class intro3
{
name = "intro3";
sound[] = {"intro3.ogg", db+10, 1.0};
title = $STRM_intro3;
};
class intro4
{
name = "intro4";
sound[] = {"intro4.ogg", db+10, 1.0};
title = $STRM_intro4;
};
class intro5
{
name = "intro5";
sound[] = {"intro5.ogg", db+10, 1.0};
title = $STRM_intro5;
};
class intro6
{
name = "intro6";
sound[] = {"intro6.ogg", db+10, 1.0};
title = $STRM_intro6;
};
class intro7
{
name = "intro7";
sound[] = {"intro7.ogg", db+10, 1.0};
title = $STRM_intro7;
};
};
class CfgIdentities
{
class HarryPotter
{
name = "Brian Sheplan";
face = "Johan Way";
glasses = "none";
speaker = "Rob";
pitch = 1;
};
};
the CfgIdentities part and the first bit is just to see if they could be messing this up somehow
the files are in a folder named "Sound" and they are called "intro1" through to "intro7"
they have been converted using jetes sound lab in the editor depot.
i have also got a lip file with them.
i use a forcemap command and fade the music to 0.15 then i run a new script and have inside it
off1 say intro1
~5
"markername" setmarkertype "arrow"
~1.5
off1 say intro2
"marker2" setmakertype "destroy"
please can someone check all this and tell me what the cause of this is
and also the sound files sixes are
intro1 = 28.1kb
intro2 = 27.0kb
intro3 = 17.3kb
intro4 = 24.3kb
intro5 = 27.2kb
intro6 = 38.1kb
intro7 = 19.8kb