Frictional Games Forum (read-only)
Can I change the crunching noise without a FC? - 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: Can I change the crunching noise without a FC? (/thread-15768.html)

Pages: 1 2


Can I change the crunching noise without a FC? - FragdaddyXXL - 06-01-2012

In case you need more clarification, I'm talking about the noise that you hear when you are farting around in the dark; it sounds like the crunching of pine cones.

Also, I'm sure this has been asked before (and answered), but I think it will be related enough:
How would I go about getting rid of the noise and screen effect that occurs when you stare at an enemy, or an enemy stares at you?


RE: Can I change the crunching noise without a FC? - FragdaddyXXL - 06-02-2012

Here's some custom sounds I've whipped up. Put on some headphones and enjoy Big Grin

BINAURAL YUMMINESS
http://soundcloud.com/processxl/custom-binaural-amnesia


RE: Can I change the crunching noise without a FC? - Stepper321 - 06-02-2012

I'm not sure. But I'm pretty sure too that you cant. <-- Makes no sense.


No.


RE: Can I change the crunching noise without a FC? - FragdaddyXXL - 06-03-2012

Is it possible with a FC?


RE: Can I change the crunching noise without a FC? - Juby - 06-03-2012

Yes, you can do just about anything in a FC


RE: Can I change the crunching noise without a FC? - FragdaddyXXL - 06-03-2012

Where could I find the files to change this? Where does it tell the game to use the crunching sound? I'm going to research FCs more.


RE: Can I change the crunching noise without a FC? - Adny - 06-03-2012

(06-03-2012, 03:25 AM)FragdaddyXXL Wrote: Where could I find the files to change this? Where does it tell the game to use the crunching sound? I'm going to research FCs more.
Redist/sounds/ui/ sanitydrain low/med/high +int

The "sounds/ui" has every sound that plays when using the inventory, as well as some insanity sounds. The rest of the major player sounds (walking, climbing, running, falling, etc) can be found in "sounds/player"

Hope that helped!]


//edit

By simply replacing these sounds with a different sound file (that has the same name) it will directly affect in game sounds. Its ideal to use a FC and change the resource folder for sounds because if you don't, you'll mess up everyone's sound for Amnesia if they download/install it.


RE: Can I change the crunching noise without a FC? - FragdaddyXXL - 06-03-2012

How would I redirect it to use my sounds?


RE: Can I change the crunching noise without a FC? - Stepper321 - 06-03-2012

If i'm right the game uses the sound names and it plays it. So it's all automaticly.


RE: Can I change the crunching noise without a FC? - FragdaddyXXL - 06-03-2012

Spoiler below!

<Resources>
<Directory Path="/_temp" AddSubDirs="true" />
<Directory Path="/fonts" AddSubDirs="false" />
<Directory Path="/maps" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/gui" AddSubDirs="true" />
<Directory Path="/static_objects" AddSubDirs="true" />
<Directory Path="/sounds" AddSubDirs="true" />
<Directory Path="/main_menu" AddSubDirs="true" />
<Directory Path="/shaders" AddSubDirs="true" />
<Directory Path="/lights" AddSubDirs="true" />
<Directory Path="/billboards" AddSubDirs="true" />
<Directory Path="/entities" AddSubDirs="true" />
<Directory Path="/graphics" AddSubDirs="true" />
<Directory Path="/viewer" AddSubDirs="true" />
<Directory Path="/particles" AddSubDirs="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/music" AddSubDirs="true" />
<Directory Path="/flashbacks" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/misc" AddSubDirs="true" />
<Directory Path="/commentary" AddSubDirs="true" />
</Resources>


How would I change the resource folder?
Could I accomplish this by having a ui folder in my sounds folder of my FC?