Game Development Community

Sound Tutorial

by James Reue · in Torque Game Engine · 12/16/2001 (12:19 pm) · 3 replies

I have gone through the sound tutorial in the 'Code Snipits' section and I did exactly what it says to do, but when i run the game it doesn't play the sounds. I don't get any errors, just nothing happens. Anyone have any ideas why? do i need to add something to audio profiles or...

thanks

#1
12/16/2001 (2:45 pm)
Did you install openAL?
#2
12/17/2001 (5:41 pm)
If you pop-up the console, in the --- Initializing MOD: FpS Client ---- section, you should see the OpenAL Driver Init: lines after the video init and some of the client script loading. If they're not there, the audio system is not starting up. Not installing Creative's OpenAL drivers is the most common problem.
#3
12/18/2001 (1:01 pm)
yeah i needed to install openal... knew it was something smiple =]..

thanks