I don't have sound
by Derek Wilkinson · in Technical Issues · 08/11/2004 (6:12 am) · 4 replies
I bought the Torque Indie Version for mac. I compiled it, but the game has no sound. I installed OpenAL. I tried Realm Wars, it had sound, here is the code I use for ammo pick-up:
datablock AudioProfile(AmmoPickupSound)
{
filename = "~/data/sound/ammo_pickup.wav";
description = AudioClose3d;
preload = true;
};
Is the code wrong? Please help me out.
datablock AudioProfile(AmmoPickupSound)
{
filename = "~/data/sound/ammo_pickup.wav";
description = AudioClose3d;
preload = true;
};
Is the code wrong? Please help me out.
#2
03/13/2005 (10:08 am)
Help! does anyone know how to add sound to the game on its first screen while the player start to play?
#3
check out beaverpatrol at gamebeavers.com they did that. I haven't found the time to do it myself though.
03/13/2005 (10:15 am)
Johnsonlim:check out beaverpatrol at gamebeavers.com they did that. I haven't found the time to do it myself though.
#4
03/13/2005 (1:25 pm)
Nothing like bringing back a dead thread.
Associate Kyle Carter