Hi guys, you’ve helped me before so hopefully yo can do it again!
Anyway, I’m having some trouble getting custom sounds working in my map. I’ve searched the forum and had a look in the Radiant manual and tried all the suggestions, but no joy so far!
My map is called fear. So i’ve created, for example, the following in etmain:
sound/fear/customsound.wav
I put the target_speaker entity in my map and browse to that file. It writes:
key: noise
value: sound/fear/customsound.wav
I read somewhere that this is going to automatically create the file fear.sps in the sound/maps/ directory. This isn’t automatically created for me?, but i have then created it my self like this:
speakerScript
{
speakerDef {
noise "sound/fear/customsound.wav"
origin -1416 1280 -312
looped "on"
broadcast "no"
volume 127
range 800
}
}
So I’ve saved all this and compiled (single BSP -meta), but no sound happens in my map. I have tested it with soiunds that shipped with ET and it works fine, but it won’t work for my own sounds.
Is there anything abovious that I’m doing wrong? Can anyone help me to get this working?
Thanks for reading this far!!


