Pain and Death sounds not playing
by Robert Brower · in Torque Game Engine · 11/22/2002 (4:13 pm) · 4 replies
I got sounds working pretty good, but it seems like pain and death sounds are having some problems. Is anyone aware of any issues or fixes for pain and deathcry?
Thank you,
Robert
Thank you,
Robert
Associate Ken Finney
Tubetti World
for example, in your Player::playDeathCry ? If not, you should.
Also make sure that DeathCrySound is a valid AudioProfile, like:
datablock AudioProfile(DeathCrySound) { fileName = "~/data/sounds/death.wav"; description = AudioClose3d; preload = true; };using whatever wave file you have, of course ...