Game Development Community

T3D 1.2 - Sound emitter volume

by BigDaz · in Torque 3D Professional · 10/13/2012 (3:02 pm) · 2 replies

Build: 1.2
Platform: Windows 7
Target: Game

Sound Emitters added to a level are not affected by the volume controls in the audio options menu.

#1
10/14/2012 (1:17 pm)
Not a bug.

If you're using the "file" rather than a script defined "track" then you have to give it a source group otherwise it won't be affected by any volume controls because it is not part of any of them.
#2
10/14/2012 (1:31 pm)
Cool, that's sorted. Thanks.