Soundstream Regions

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Soundstream Regions

Post by Marth8880 »

I have one soundstream region that encompasses my entire map, and I have another soundstream region that fits my maps lake. Both of their sound streams work, it's just that there is no "fading" effect when I walk into the lake's region, the sound simply changes completely to the region's sound stream, completely blocking off the global region's.

pi3_amb_crickets is the region encompassing the entire map and pi3_amb_crickets-frogs is the region surrounding the lake.

pi3_ambiance.snd
Hidden/Spoiler:
// Ambient Environment

SoundStreamProperties()
{
Name("pi3_amb_crickets-frogs");
Group("ambientenv");
Inherit("ambientfx_template");
Gain(2.0);
Stream("pi3_ambiance");
SegmentList()
{
Segment("pi3_amb_crickets-frogs", 1.0);
}
}

SoundStreamProperties()
{
Name("pi3_amb_crickets");
Group("ambientenv");
Inherit("ambientfx_template");
Stream("pi3_ambiance");
SegmentList()
{
Segment("pi3_amb_crickets", 1.0);
}
}
modmaster13
General
General
Posts: 777
Joined: Wed Aug 18, 2010 4:23 pm
Games I'm Playing :: COD SWBF
xbox live or psn: KrypticcElementt
Location: Twitter @_KrypticElement
Contact:

Re: Soundstream Regions

Post by modmaster13 »

Try adding a soundspace region.
Post Reply