Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sound Entity Doesn't work
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#2
RE: Sound Entity Doesn't work

(12-20-2012, 07:01 PM)batass Wrote: Hello,

I copy the sound "ambience_haunting.ogg" and "ambience_haunting.snt" from Amnesia.app/Contents/Resources/sounds/ambiance and paste it in Amnesia.app/Contents/Resources/custom_stories/mymap/sounds.
In HPL Level Editor, I use the "sounds (5)" tool and put this sound in my map, right in the place where I appear in the game.
When I select it, I can see that his name is "Sound_1", it's active, there is nothing written in the "Sound Entity File" square, "Use Default" is checked, Distance is min=1/max=5 and volume=1.
Here is the .sng file I use:

<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="ambience_haunting" />
</Main>
</SOUNDS>
<PROPERTIES Volume="0.5" MinDistance="0" MaxDistance="0" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="True" Loop="True" Use3D="False" Blockable="False" BlockVolumeMul="0.5" Priority="0" />
</SOUNDENTITY>

The problem is: When I Play my Custom Story, I can hear my footsteps, my heartbeat when there's no lightning, etc..., but I can't hear my sound.
Do I forget something?

Thank You and sorry for my english.

Yes, you forgot to do something:


<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="ambience_haunting.ogg" />
</Main>
</SOUNDS>
<PROPERTIES Volume="0.5" MinDistance="0" MaxDistance="0" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="True" Loop="True" Use3D="False" Blockable="False" BlockVolumeMul="0.5" Priority="0" />
</SOUNDENTITY>

And, is .snt, not sng

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
12-20-2012, 07:08 PM
Find


Messages In This Thread
Sound Entity Doesn't work - by batass - 12-20-2012, 07:01 PM
RE: Sound Entity Doesn't work - by The chaser - 12-20-2012, 07:08 PM
RE: Sound Entity Doesn't work - by batass - 12-20-2012, 11:05 PM
RE: Sound Entity Doesn't work - by The chaser - 12-21-2012, 11:01 AM
RE: Sound Entity Doesn't work - by The chaser - 12-21-2012, 12:05 PM
RE: Sound Entity Doesn't work - by batass - 12-21-2012, 05:19 PM
RE: Sound Entity Doesn't work - by Daemian - 12-31-2012, 04:18 AM



Users browsing this thread: 6 Guest(s)