3D sounds

Just a short question:
Am I right that 3D sounds are not playing if the maxfdists of two sounds overlap eachother? In my case only one of the sounds gets played at these areas.

The Alcscript looks good:
Any suggestions?
Am I right that 3D sounds are not playing if the maxfdists of two sounds overlap eachother? In my case only one of the sounds gets played at these areas.

The Alcscript looks good:
- Code: Select all
SFX_Heart1:
type: soundemit
sound:
flags:
- autostart
- looping
- is3dsound
file: Fardorag_Heart1
volume: 1
type: BackgroundMusic
maxfdist: 50
minfdist: 10
SFX_Wind:
type: soundemit
sound:
flags:
- autostart
- looping
- is3dsound
file: Fardorag_Wind
volume: 1
type: Ambience
maxfdist: 50
minfdist: 10
SFX_Birds:
type: soundemit
sound:
flags:
- autostart
- looping
- is3dsound
file: Fardorag_Birds
volume: 1
type: Ambience
maxfdist: 100
minfdist: 10
SFX_Fall:
type: soundemit
sound:
flags:
- autostart
- looping
- is3dsound
file: Fardorag_Fall
volume: 1
type: Ambience
maxfdist: 80
minfdist: 10
Any suggestions?