Frictional Games Forum (read-only)

Full Version: No door sounds to the original Amnesia doors?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This started to happen when I wanted to fix the "load from my fc mod entities not from redist"
cause for people to see the custom stuff in game, the stuff has to be loaded from my fc mod and that problem still hasn't been solved. So this adds to another problem, which is the original doors of amnesia don't have any sound at all.
I kept changing the resources file in my fc mod for the items to start loading from my mod, cause everytime I re enter a map, the stuff gets loaded from redist again instead of my fc mod. When i went in game, all of a sudden the "prison_door, cellar_wood_door,prison_gate" sounds don't work, like the joint swing doens't work, when I close it, it doesn't work. They are all silent. Does anyone have any idea why this started to happen? I haven' touched a single sound, nor door in amnesia.
I tried going into a custom story and the door sounds worked in the original amnesia launcher, but in my fc mod it doesn't...
I'm getting sick of this, I restarted my computer 2 times now and it still keeps happening.
Does any of you know what is causing this stupid thing?
wow, srsly? nothing?
Bump??????????
Post your ressource file, please. I'd like to see how you set it up.
(04-13-2015, 02:30 PM)FlawlessHappiness Wrote: [ -> ]Post your ressource file, please. I'd like to see how you set it up.

Code:
<Resources>
  <Directory Path="/The_Depths_Within" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/config" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/fonts" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/Main_menu" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/billboards" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/entities" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/graphics" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/maps" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/models" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/music" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/particles" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/shaders" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/sounds" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/static_objects" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/textures" AddSubDirs="true" />
  <Directory Path="/The_Depths_Within/voices" AddSubDirs="true" />
    <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>