Frictional Games Forum (read-only)
List of scary sounds? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: List of scary sounds? (/thread-13575.html)

Pages: 1 2


RE: List of scary sounds? - BadCoverMan - 02-25-2012

(02-25-2012, 05:54 PM)Shives Wrote: I always download them as wav

Now you should download Audacity and than you can open it and export it as ogg.

After this you have to create a snt file.

To do this you have to create a new txt file and write this in the file.
Code:
<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="Name of ogg file" />
</Main>
</SOUNDS>
<PROPERTIES Volume="1" MinDistance="12" MaxDistance="50" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="False" Loop="False" Use3D="True" Blockable="False" BlockVolumeMul="0.7" Priority="0" />
</SOUNDENTITY>
Where should the new snt file, and the txt file be placed?





RE: List of scary sounds? - Shives - 02-25-2012

One moment please I explaned it wrong
After creating the txt file you have to rename the txt file (For example BLABLA.txt) to BLABLA.snt
After this you should create a folder named "sounds" in the folder of you custom story.
There you have to place the ogg file and the snt file



RE: List of scary sounds? - BadCoverMan - 02-25-2012

(02-25-2012, 08:51 PM)Shives Wrote: One moment please I explaned it wrong
After creating the txt file you have to rename the txt file (For example BLABLA.txt) to BLABLA.snt
After this you should create a folder named "sounds" in the folder of you custom story.
There you have to place the ogg file and the snt file
Thank you, worked great Smile