Set up music stream
Posted: Mon Aug 17, 2015 11:22 am
hi,
i just have some question about music stream options.
This is from my ambiente music. I want the two tracks playing random but in full length. How can I do that?
i just have some question about music stream options.
Code: Select all
SoundStream()
{
Name("rc_shell");
Pitch(1.0);
PitchDev(0.0);
Gain(1.0);
GainDev(0.0);
ReverbGain(0.0);
Bus("ingamemusic");
Looping(0);
Pan(0.0);
Mode3D(0);
Stream("rcs_music"); //.stm file
SegmentList()
{
Segment("shell_vode", 0.5);
Segment("shell_vode_voice", 0.5);
}
}
Code: Select all
Music()
{
Name("rc_shell");
Priority(1.0);
FadeInTime(1.0);
FadeOutTime(1.0);
MinPlaybackTime(40.0);
MinInactiveTime(0.0);
SoundStream("rc_shell");
}