When attempting to use playSound3D I expect a sound source that will be represented in the 3d environment much like a moving car with the stereo turned up. Instead I get an immediate cutoff past the set distance and only my right rear speaker seems to be "directional" (5.1)
Description
Description
Details
Details
- Legacy ID
- 3260500593
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
Name a object h1
Exec in debug console:
playSound3D ["a3\music_f\music\Track02_SolarPower.ogg", h1, false, getPos player, 1, 1, 50]
Event Timeline
Comment Actions
The sounds in Playsound3d seem to be played only at the direction they are first played on.
IE if a sound is played while its on your left ear but you turn so its now on your right ear as its playing. The sound remains on your left. until its over or repeated.
This happens for grenades, reload and otehr ingame sounds aswell.
But with reload and grenade the sound is too close to the player who hears it rather than the one who initiates the sound.