Game Development Community

Torque game Builder No Sound

by tman144566 · in Technical Issues · 05/05/2009 (9:29 am) · 2 replies

Okay I created a thread not too long ago with all the detail. However, I did not get a response that will help me fix the missing openAL function EAXget and EAXset. I believe that this two missing functions are the reason why I do not produce sound when running a sound command.Please Help?

About the author


#1
05/15/2009 (1:06 am)
look at the scriptsAndAssets\client\prefs.cs

$pref::SFX::provider = "DirectSound";
$pref::SFX::device = "";




#2
05/17/2009 (9:03 am)
That file does not exist for torque game builder (2d). I looked in the torque game builder directory and my actual game folder.