12-05-2011, 03:07 AM
So, I have a custom sound file for a custom story labeled staticnoise.ogg and I have another file labeled staticnoise.snt which looks like this when opened in N++
This is all inside a new folder in the "sounds" folder of Amnesia.
Now my problem is that when I want to add the sound using "PlaySoundAtEntity("", "staticnoise", "soundarea", 0, false);" it does not play, the script triggers and everything else works but I don't hear a sound. Also, I have tried adding the sound straight into the map using the sound object (the thing that looks like a speaker and plays sound/music when in a certain area around it), it still doesn't work.
At first I thought the volume was too low, but it doesn't seem to be the case. Any help would be appreciated. Thanks.
This is all inside a new folder in the "sounds" folder of Amnesia.
Now my problem is that when I want to add the sound using "PlaySoundAtEntity("", "staticnoise", "soundarea", 0, false);" it does not play, the script triggers and everything else works but I don't hear a sound. Also, I have tried adding the sound straight into the map using the sound object (the thing that looks like a speaker and plays sound/music when in a certain area around it), it still doesn't work.
At first I thought the volume was too low, but it doesn't seem to be the case. Any help would be appreciated. Thanks.