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
List of scary sounds?
LulleBulle Offline
Member

Posts: 101
Threads: 33
Joined: Feb 2012
Reputation: 0
#1
List of scary sounds?

Anyone know any scary sounds from Amnesia (besides iron_maiden)?
02-25-2012, 04:46 PM
Find
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#2
RE: List of scary sounds?

Just look around in the sounds folder

02-25-2012, 04:49 PM
Find
LulleBulle Offline
Member

Posts: 101
Threads: 33
Joined: Feb 2012
Reputation: 0
#3
RE: List of scary sounds?

(02-25-2012, 04:49 PM)SilentStriker Wrote: Just look around in the sounds folder
Been doing that right now but considering there's 40 folders or something with subfolders I thought I'd ask others.
02-25-2012, 05:01 PM
Find
Shives Offline
Member

Posts: 154
Threads: 41
Joined: Jan 2012
Reputation: 1
#4
RE: List of scary sounds?

21_screams.snt

scare_loon.snt

insanity_imageflash01.snt

insanity_whisper.snt

insanity_baby_cry.snt

guardian_activated.snt

guardian_distant1.snt

scare_wind.snt

scare_wind_reverse.snt




There are more scary sounds but I can't find them at the moment

and here's a website where you can find free sounds


http://soundbible.com/tags-scary.html

My Custom Story
http://www.frictionalgames.com/forum/thread-12587.html

Sorry for bad English


02-25-2012, 05:23 PM
Find
Datguy5 Offline
Senior Member

Posts: 629
Threads: 25
Joined: Dec 2011
Reputation: 12
#5
RE: List of scary sounds?

(02-25-2012, 05:23 PM)Shives Wrote: 21_screams.snt

scare_loon.snt

insanity_imageflash01.snt

insanity_whisper.snt

insanity_baby_cry.snt

guardian_activated.snt

guardian_distant1.snt

scare_wind.snt

scare_wind_reverse.snt




There are more scary sounds but I can't find them at the moment

and here's a website where you can find free sounds


http://soundbible.com/tags-scary.html

I downloaded a sound from the soundbible in zip form.What should i do now D:

02-25-2012, 05:41 PM
Find
Shives Offline
Member

Posts: 154
Threads: 41
Joined: Jan 2012
Reputation: 1
#6
RE: List of scary sounds?

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.
<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>

My Custom Story
http://www.frictionalgames.com/forum/thread-12587.html

Sorry for bad English


02-25-2012, 05:54 PM
Find
Datguy5 Offline
Senior Member

Posts: 629
Threads: 25
Joined: Dec 2011
Reputation: 12
#7
RE: List of scary sounds?

(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.
<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>
Maybe ill just stick with the game sounds Big Grin



02-25-2012, 06:13 PM
Find
Prelauncher Offline
Senior Member

Posts: 451
Threads: 11
Joined: May 2011
Reputation: 13
#8
RE: List of scary sounds?

(02-25-2012, 06:13 PM)Datguy5 Wrote:
(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.
Maybe ill just stick with the game sounds Big Grin
I recommend using new scarry sounds that you find, using them is a great way to scare players since it is a sound that they don´t recognize from the main game Wink plus, its a very usefull learningexperience Big Grin

Socialism (noun): A great way to run out of other people's money.
02-25-2012, 06:26 PM
Find
Shives Offline
Member

Posts: 154
Threads: 41
Joined: Jan 2012
Reputation: 1
#9
RE: List of scary sounds?

(02-25-2012, 06:13 PM)Datguy5 Wrote:
(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.
<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>
Maybe ill just stick with the game sounds Big Grin
It isn't very difficult

Downloadlink to Audacity

http://www.chip.de/downloads/Audacity_13010690.html


You can use this program too to make own sounds or edit sounds. You'll see



My Custom Story
http://www.frictionalgames.com/forum/thread-12587.html

Sorry for bad English


02-25-2012, 06:30 PM
Find
Datguy5 Offline
Senior Member

Posts: 629
Threads: 25
Joined: Dec 2011
Reputation: 12
#10
RE: List of scary sounds?

(02-25-2012, 06:30 PM)Shives Wrote:
(02-25-2012, 06:13 PM)Datguy5 Wrote:
(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.
<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>
Maybe ill just stick with the game sounds Big Grin
It isn't very difficult

Downloadlink to Audacity

http://www.chip.de/downloads/Audacity_13010690.html


You can use this program too to make own sounds or edit sounds. You'll see
I know audacity and i have downloaded it too.But im(atleast atm)too lazy to try putting custom sounds : P

02-25-2012, 07:22 PM
Find




Users browsing this thread: 1 Guest(s)