Frictional Games Forum (read-only)

Full Version: Sound file help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
Try removing the ".ogg" from Run. Also, if the problem persists, please tell us whatever error message you're getting.
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
Thanks for the help, guys, but I just figured it out. I kept the .ogg file and just played it as music.