Quote:

I don't include any template scripts in this test script. What do you mean with "adding -100"? Did you change "snd_play(test_snd,100,100);" to "snd_play(test_snd,100,0);" or did you add another call with -100 as balance?
The problem seems to be specific to my computer if the play_sound calls work always on your one.




Well I was just experimenting.. trying to test out
play_ent sound... I had trouble figuring out how to
use this one; and I was trying to do it a little different
than what you had there.
( to test out basic functionality)


On d key you had this function:
function balancedsound()
{ snd_play(test_snd, 100, 100); // works always
}

That is wrong as it will call it only to left speaker
use -100 to call to right speaker as well.

but perhaps you allready tried that?

If this dosnt work then I would start looking at my
computer becuse I just tested on 2 machines and its fine here...




*** Teutonic Darkness ***