Frictional Games Forum (read-only)
Sound file help - 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: Sound file help (/thread-18462.html)



Sound file help - Iyiyt - 09-23-2012

I know there are a lot of posts like this, but none of the things they told me to do worked. Basically, I recorded a sound, I converted it into an .ogg file, and made an .snt file, but every time I try to use it, I get a fatal error. Here's the .snt:
Code:
<SOUNDENTITY>
  <SOUNDS>
      <Main>
          <Sound File="Run.ogg" />
      </Main>
  </SOUNDS>
  <PROPERTIES Volume="1" MinDistance="4" MaxDistance="30" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="False" Loop="False" Use3D="False" Blockable="False" BlockVolumeMul="0.5" Priority="0" />
</SOUNDENTITY>

Any help would be much appreciated!


RE: Sound file help - Adny - 09-23-2012

Try removing the ".ogg" from Run. Also, if the problem persists, please tell us whatever error message you're getting.


RE: Sound file help - i3670 - 09-23-2012

I think the problem is that the .snt can't find the file simply because it doesn't say where it is.

try changing the name to, for example, "insert name of folder"_Run.ogg


RE: Sound file help - Iyiyt - 09-23-2012

Thanks for the help, guys, but I just figured it out. I kept the .ogg file and just played it as music.